borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.dataset 

Index class (abstract)

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

About the Index class

Properties  Methods  

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


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 methods

close(borland.jbcl.dataset.DataSet)

  public void close(borland.jbcl.dataset.DataSet dataSet)

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

findClosest(int)

  public abstract int findClosest(int internalRow)

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

internalRow(int)

  public abstract int 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.util.Variant[], int)

  public abstract int locate(int startRow, borland.jbcl.dataset.Column[] scopedColumns, borland.jbcl.util.Variant[] 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.