borland Packages  Class Hierarchy  jbcl.dataset Package  Index 

Index class (abstract)

java.lang.Object
   +----borland.jbcl.dataset.Index
           +----borland.jbcl.dataset.DirectIndex

About the Index class

Variables  Properties  Methods  

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


Index variables

Variables implemented in this class

Index properties

*Read-only properties **Write-only properties

Properties implemented in java.lang.Object

Index methods

Methods implemented in this class

Methods implemented in java.lang.Object


Index variables

internalRow

  public long internalRow
This constructor is used internally by other classes in the JBCL. You should never use this constructor directly.

Index methods

findClosest(long)

  public abstract int findClosest(long internalRow)
This method is used internally by other classes in the JBCL. You should never use this method directly.

findClosest(long, int)

  public abstract int findClosest(long internalRow, int row)
This method is used internally by other classes in the JBCL. You should never use this method directly.

internalRow(int)

  public abstract long internalRow(int row)

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

lastRow()

  public abstract int lastRow()

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

locate(int, borland.jbcl.dataset.Column[], borland.jbcl.dataset.RowVariant[], int)

  public abstract int locate(int startRow, borland.jbcl.dataset.Column[] scopedColumns, borland.jbcl.dataset.RowVariant[] values, int locateOptions)
This method is used internally by other classes in the JBCL. You should never use this method directly.

markStatus(int, int, boolean)

  public void markStatus(int row, int status, boolean on)
This method is used internally by other classes in the JBCL. You should never use this method directly.