borland Packages  Class Hierarchy  datastore Package 

SqlCalcCursor class (abstract)

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

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


SqlCalcCursor variables

Variables implemented in this class

Variables implemented in com.borland.datastore.Cursor

SqlCalcCursor properties

*Read-only properties **Write-only properties

Properties implemented in com.borland.datastore.Cursor

Properties implemented in java.lang.Object

SqlCalcCursor methods

Methods implemented in this class

Methods implemented in com.borland.datastore.Cursor

Methods implemented in java.lang.Object


SqlCalcCursor variables

cursor

  protected Cursor cursor

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


SqlCalcCursor methods

calc()

  public void calc()

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

calc(int, com.borland.dx.dataset.Variant)

  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.

close()

  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.

getRowOffsets(int)

  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.

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

  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.

provideFieldBytes(int, int)

  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.