borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

RowVariant component

java.lang.Object
   +----borland.jbcl.util.Variant
           +----borland.jbcl.dataset.RowVariant

About the RowVariant component

Variables  Constructors  Properties  Methods  

Implements Serializable, Cloneable

This class is used internally by other classes in the JBCL. You should never use this class directly.


RowVariant variables

Variables implemented in this class

Variables implemented in borland.jbcl.util.Variant

RowVariant constructors

RowVariant properties

*Read-only properties **Write-only properties

Properties implemented in borland.jbcl.util.Variant

Properties implemented in java.lang.Object

RowVariant methods

Methods implemented in this class

Methods implemented in borland.jbcl.util.Variant

Methods implemented in java.lang.Object


RowVariant variables

changed

  public boolean changed

This variable is used internally by other classes in the JBCL. You should never use this variable directly.

offset

  public int offset

This variable is used internally by other classes in the JBCL. You should never use this variable directly.


RowVariant constructors

RowVariant()

  public RowVariant()
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

RowVariant(int)

  public RowVariant(int dataType)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

RowVariant(int, borland.jbcl.dataset.Column, borland.jbcl.dataset.RowVariant, boolean)

  public RowVariant(int dataType, borland.jbcl.dataset.Column column, borland.jbcl.dataset.RowVariant rowVariant, boolean doValidations)
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

RowVariant methods

getNullVariant()

  public static final RowVariant getNullVariant()
This method is used internally by other classes in the JBCL. You should never use this method directly.