borland Packages Class Hierarchy dx.dataset Package
java.lang.Object +----com.borland.dx.dataset.Index +----com.borland.dx.dataset.DirectIndex
Properties Methods
This class is used internally by other com.borland classes. You should never use this class directly.
public void setInsertPos(int pos)This property is used internally by other com.borland classes. You should never use this method directly.
public abstract long getInternalRow()This property is used internally by other com.borland classes. You should never use this method directly.
public abstract int findClosest(long internalRow)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract int findClosest(long internalRow, int row)This method is used internally by other com.borland classes. You should never use this method directly.
public abstract long internalRow(int row)
This method is used internally by other com.borland classes. You should never use this method directly.
public abstract int lastRow()
This method is used internally by other com.borland classes. You should never use this method directly.
public abstract int locate(int startRow, Column[] scopedColumns, RowVariant[] values, int locateOptions)This method is used internally by other com.borland classes. You should never use this method directly.
public void markStatus(int row, int status, boolean on)This method is used internally by other com.borland classes. You should never use this method directly.
public int moveRow(int pos, int delta)This method is used internally by other com.borland classes. You should never use this method directly.