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

DirectIndex class (abstract)

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

About the DirectIndex class

Variables  Constructors  Properties  Methods  

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


DirectIndex variables

Variables implemented in this class

DirectIndex constructors

DirectIndex properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

DirectIndex methods

Methods implemented in this class

Methods implemented in borland.jbcl.dataset.Index

Methods implemented in java.lang.Object


DirectIndex variables

locateCaseInsensitive

  protected boolean locateCaseInsensitive

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

locateColumnCount

  protected int locateColumnCount

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

locateColumns

  protected Column[] locateColumns

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

locatePartialIndex

  protected int locatePartialIndex

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


DirectIndex constructors

DirectIndex(borland.jbcl.dataset.MatrixData)

  public DirectIndex(borland.jbcl.dataset.MatrixData data)

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


DirectIndex properties

maintained

 public boolean isMaintained()

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


DirectIndex methods

add(int)

  public abstract boolean add(int internalRow)

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

delete(int)

  public abstract void delete(int internalRow)

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

load(int)

  public abstract void load(int internalRow)

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

loadSearchValues(borland.jbcl.util.Variant[])

  public abstract void loadSearchValues(borland.jbcl.util.Variant[] values)

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 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.

Overrides: borland.jbcl.dataset.Index.locate(int, Column[], Variant[], int)

locate(int, int)

  public abstract int locate(int startRow, 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)

Overrides: borland.jbcl.dataset.Index.markStatus(int, int, boolean)

prepareReplace(int)

  public abstract void prepareReplace(int internalRow)

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

replace(int)

  public abstract void replace(int internalRow)

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

resolvePending(boolean, int)

  public void resolvePending(boolean resolved, int newStatus)

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