borland Packages  Class Hierarchy  dx.dataset Package 

Index class (abstract)

java.lang.Object
   +----com.borland.dx.dataset.Index
           +----com.borland.dx.dataset.DirectIndex

About the Index class

Properties  Methods  

This class is used internally by other com.borland classes. You should never use this class directly.


Index properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

Index methods

Methods implemented in this class

Methods implemented in java.lang.Object


Index properties

insertPos

 public void setInsertPos(int pos)
This property is used internally by other com.borland classes. You should never use this method directly.

internalRow

 public abstract long getInternalRow()
This property is used internally by other com.borland classes. You should never use this method directly.

Index methods

findClosest(long)

  public abstract int findClosest(long internalRow)
This method is used internally by other com.borland classes. 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 com.borland classes. You should never use this method directly.

internalRow(int)

  public abstract long internalRow(int row)

This method is used internally by other com.borland classes. You should never use this method directly.

lastRow()

  public abstract int lastRow()

This method is used internally by other com.borland classes. You should never use this method directly.

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

  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.

markStatus(int, int, boolean)

  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.

moveRow(int, int)

  public int moveRow(int pos, int delta)
This method is used internally by other com.borland classes. You should never use this method directly.