borland Packages  Class Hierarchy  datastore Package 

SqlIndexCursor class

java.lang.Object
   +----com.borland.datastore.Cursor
           +----com.borland.datastore.SqlNavCursor
                   +----com.borland.datastore.SqlIndexCursor

About the SqlIndexCursor class

Variables  Properties  Methods  
Note: This is a feature of JBuilder Professional and Enterprise.

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


SqlIndexCursor variables

Variables implemented in this class

Variables implemented in com.borland.datastore.Cursor

SqlIndexCursor properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.borland.datastore.Cursor

Properties implemented in java.lang.Object

SqlIndexCursor methods

Methods implemented in this class

Methods implemented in com.borland.datastore.Cursor

Methods implemented in com.borland.datastore.SqlNavCursor

Methods implemented in java.lang.Object


SqlIndexCursor variables

compareCount

  public int compareCount

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

equis

  public AST[] equis

exprs

  public int[] exprs

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

isIR

  public boolean isIR

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

isUnique

  public boolean isUnique

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

matchCount

  public int matchCount

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


SqlIndexCursor properties

columns

 public Column[] getColumns()

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

inited

 public boolean isInited()

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

rowCount

 public int getRowCount()

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


SqlIndexCursor methods

close()

  public void close()

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

Overrides: com.borland.datastore.Cursor.close()

first()

  public boolean first()

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

Overrides: com.borland.datastore.Cursor.first()

getRowOffsets(int)

  protected void getRowOffsets(int count)

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

Overrides: com.borland.datastore.Cursor.getRowOffsets(int)

getThisInternalRow(int)

  public long getThisInternalRow(int cursorIndex)

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

Overrides: com.borland.datastore.Cursor.getThisInternalRow(int)

next()

  public boolean next()

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

Overrides: com.borland.datastore.Cursor.next()

provideFieldBytes(int, int)

  public void provideFieldBytes(int off, int length)

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

Overrides: com.borland.datastore.Cursor.provideFieldBytes(int, int)

sqlIndexCursor()

  public SqlIndexCursor sqlIndexCursor()

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

Overrides: com.borland.datastore.SqlNavCursor.sqlIndexCursor()