borland Packages  Class Hierarchy  datastore Package 

SqlGroupCursor class (abstract)

java.lang.Object
   +----com.borland.datastore.Cursor
           +----com.borland.datastore.SqlCalcCursor
                   +----com.borland.datastore.SqlGroupCursor

About the SqlGroupCursor 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.


SqlGroupCursor variables

Variables implemented in this class

Variables implemented in com.borland.datastore.Cursor

Variables implemented in com.borland.datastore.SqlCalcCursor

SqlGroupCursor properties

*Read-only properties **Write-only properties

Properties implemented in com.borland.datastore.Cursor

Properties implemented in java.lang.Object

SqlGroupCursor methods

Methods implemented in this class

Methods implemented in com.borland.datastore.Cursor

Methods implemented in com.borland.datastore.SqlCalcCursor

Methods implemented in java.lang.Object


SqlGroupCursor variables

sameColumnData

  public boolean sameColumnData

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


SqlGroupCursor methods

accumulate()

  protected abstract void accumulate()

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

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()

init(com.borland.datastore.DataStoreConnection, com.borland.datastore.Cursor, int, int[], int, com.borland.dx.dataset.Column[], boolean, boolean)

  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.

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()

resetAccumulators()

  protected abstract void resetAccumulators()

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