borland Packages Class Hierarchy datastore Package
java.lang.Object +----com.borland.datastore.Cursor +----com.borland.datastore.SqlNavCursor +----com.borland.datastore.SqlLocateCursor
Variables Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
public RowVariant[] locateValues
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 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 final void init()
This method is used internally by other com.borland
classes. You should never use this method directly.
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 boolean prior()
This method is used internally by other com.borland
classes. You should never use this method directly.
Overrides: com.borland.datastore.Cursor.prior()
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 SqlLocateCursor sqlLocateCursor()
This method is used internally by other com.borland
classes. You should never use this method directly.
Overrides: com.borland.datastore.SqlNavCursor.sqlLocateCursor()