org.jSyncManager.API.Conduit.SatelliteForms
Class SFTimeColumn
public class SFTimeColumn
This class represents a SatelliteForms time field.
getColSize, getDBItem, getDataArray, getDataOffset, getDataSize, getDecimals, getName, getType, getValue, main, setCurRec, setValue, toString |
SFTimeColumn
public SFTimeColumn(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)