borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----com.borland.dx.dataset.Coercer
Constructors Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly. To access the functionality provided by this utility class, see CoerceToListener
and CoerceFromListener
classes.
public Coercer(StorageDataSet dataSet, Variant[] coerceValues, int firstOrdinal, int lastOrdinal)This constructor is used internally by other
com.borland
classes. You should never use this constructor directly.
public Variant coerceFromColumn(Column column, Variant value)This method is used internally by other
com.borland
classes. You should never use this method directly.
public void coerceToColumn(Column[] columns, Variant[] destValues)This method is used internally by other
com.borland
classes. You should never use this method directly.
public Variant[] init(Variant[] destValues)This method is used internally by other
com.borland
classes. You should never use this method directly.