Package org.jSyncManager.API.Conduit.SatelliteForms

Class Summary

SFBinaryColumn This class is the concrete implementation of SFColumnthat handles binary large objects from SatelliteForms.
SFColumn This class represents a SatelliteForms column description.
SFColumnFactory This class will instantiate a specific subclass of SFColumn, returning it as a reference to the abstract class.
SFDateColumn This is a concrete class that implements a SatelliteForms Date field.
SFFloatColumn This class handles the SatelliteForms floating point field type.
SFIntColumn Subclass of SFColumnto handle integer SF data.
SFLogicalColumn Implmentation of SatelliteForms "boolean" column (here called "logical" because the character prefix of the data type is "L").
SFLongColumn This is the concrete class for a 64-bit integer.
SFStringColumn This class is a concrete instance of SFColumnthat handles String type SatelliteForms fields.
SFTable This class takes the AppBlock returned from a SatelliteForms table and will produce a HashMap of data table columns (column name is the String key) of the abstract SFColumntype.
SFTableException This is the SatelliteForms package exception class.
SFTimeColumn This class represents a SatelliteForms time field.