org.jSyncManager.API.Conduit.SatelliteForms
Class SFDateColumn
public class SFDateColumn
This is a concrete class that implements a SatelliteForms Date field.
getColSize, getDBItem, getDataArray, getDataOffset, getDataSize, getDecimals, getName, getType, getValue, main, setCurRec, setValue, toString |
SFDateColumn
public SFDateColumn(byte[] cdef,
int pos)
getDBItem
public byte[] getDBItem()
throws SFTableException Create the data column fragment from the "futureValue" of this
column. This takes the value set for the column and
converts it to a byte array compatible with a SatelliteForms
table.
- getDBItem in interface SFColumn
org.jSyncManager.API.Conduit.SatelliteForms.SFColumn.setValue(org.jSyncManager.API.Protocol.Util.DLPRecord,
java.lang.String)