borland Packages Class Hierarchy datastore Package
java.lang.Object +----com.borland.datastore.Cursor +----com.borland.datastore.SqlCalcCursor +----com.borland.datastore.SqlGroupCursor
Variables Properties Methods
This class is used internally by other com.borland
classes. You should never use this class directly.
public boolean sameColumnData
This variable is used internally by other com.borland
classes. You should never use this variable directly.
protected abstract void accumulate()
This method is used internally by other com.borland
classes. You should never use this method directly.
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()
public void init(DataStoreConnection dataStore, Cursor cursor, int groupingColumns, int[] projectionMap, int calcCount, Column[] columns, boolean checkFirstColumn, boolean excludeGroupColumns)
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()
protected abstract void resetAccumulators()
This method is used internally by other com.borland
classes. You should never use this method directly.