borland Packages Class Hierarchy datastore Package
java.lang.Object +----com.borland.datastore.Cursor +----com.borland.datastore.SqlCalcCursor +----com.borland.datastore.SqlGroupCursor +----com.borland.datastore.jdbc.MetaCursor
Variables Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
protected Cursor cursor
This variable is used internally by other com.borland
classes. You should never use this variable directly.
public void calc()
This method is used internally by other com.borland
classes. You should never use this method directly.
protected abstract void calc(int ordinal, Variant value)
This method is used internally by other com.borland
classes. You should never use this method directly.
public void close()
Overrides: com.borland.datastore.Cursor.close()
This method is used internally by other com.borland
classes. You should never use this method directly.
protected void getRowOffsets(int count)
Overrides: com.borland.datastore.Cursor.getRowOffsets(int)
This method is used internally by other com.borland
classes. You should never use this method directly.
public void init(DataStoreConnection con, Cursor cursor, int[] projectionMap, int calcCount, Column[] columns, boolean noReader)
This method is used internally by other com.borland
classes. You should never use this method directly.
public void provideFieldBytes(int off, int length)
Overrides: com.borland.datastore.Cursor.provideFieldBytes(int, int)
This method is used internally by other com.borland
classes. You should never use this method directly.