borland Packages Class Hierarchy datastore Package
java.lang.Object +----com.borland.datastore.Cursor +----com.borland.datastore.SqlNavCursor +----com.borland.datastore.SqlIndexCursor
Variables Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
public int compareCount
This variable is used internally by other com.borland
classes. You should never use this variable directly.
public AST[] equis
public int[] exprs
This variable is used internally by other com.borland
classes. You should never use this variable directly.
public boolean isIR
This variable is used internally by other com.borland
classes. You should never use this variable directly.
public boolean isUnique
This variable is used internally by other com.borland
classes. You should never use this variable directly.
public int matchCount
This variable is used internally by other com.borland
classes. You should never use this variable directly.
public Column[] getColumns()
This property is used internally by other com.borland
classes. You should never use this property directly.
public boolean isInited()
This property is used internally by other com.borland
classes. You should never use this property directly.
public int getRowCount()
This property is used internally by other com.borland
classes. You should never use this property directly.
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()
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()
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)
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)
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()
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)
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()