org.jSyncManager.API.Conduit.SatelliteForms
Class SFBinaryColumn
public class SFBinaryColumn
This class is the concrete implementation of
SFColumnthat handles
binary large objects from SatelliteForms. The INK control is the most common
of these, and in fact this class has special methods for handling ink
controls.
byte[] | getDBItem()- Create the data column fragment from the "futureValue" of this
column.
|
String | getValue()
|
getColSize, getDBItem, getDataArray, getDataOffset, getDataSize, getDecimals, getName, getType, getValue, main, setCurRec, setValue, toString |
SFBinaryColumn
public SFBinaryColumn(byte[] cdef,
int pos) Constructor. Generally, the superclass constructor in
SFColumn is sufficient.
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)