borland.jbcl Packages borland.jbcl Class Hierarchy borland.jbcl.dataset
java.lang.Object +----borland.jbcl.dataset.Index +----borland.jbcl.dataset.DirectIndex
Properties Methods
This class is used internally by other classes in the JBCL. You should never use this class directly.
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.
public abstract int findClosest(int internalRow)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public abstract int internalRow(int row)
This method is used internally by other classes in the JBCL. You should never use this method directly.
public abstract int lastRow()
This method is used internally by other classes in the JBCL. You should never use this method directly.
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.
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.