borland Packages  Class Hierarchy  dx.dataset Package 

Coercer class

java.lang.Object
   +----com.borland.dx.dataset.Coercer

About the Coercer class

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.


Coercer constructors

Coercer properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

Coercer methods

Methods implemented in this class

Methods implemented in java.lang.Object


Coercer constructors

Coercer(com.borland.dx.dataset.StorageDataSet, com.borland.dx.dataset.Variant[], int, int)

  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.

Coercer methods

coerceFromColumn(com.borland.dx.dataset.Column, com.borland.dx.dataset.Variant)

  public Variant coerceFromColumn(Column column, Variant value)
This method is used internally by other com.borland classes. You should never use this method directly.

coerceToColumn(com.borland.dx.dataset.Column[], com.borland.dx.dataset.Variant[])

  public void coerceToColumn(Column[] columns, Variant[] destValues)
This method is used internally by other com.borland classes. You should never use this method directly.

init(com.borland.dx.dataset.Variant[])

  public Variant[] init(Variant[] destValues)
This method is used internally by other com.borland classes. You should never use this method directly.