borland Packages  Class Hierarchy  datastore.jdbc Package 

MetaCursor class

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

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


MetaCursor variables

Variables implemented in com.borland.datastore.Cursor

Variables implemented in com.borland.datastore.SqlCalcCursor

MetaCursor properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in com.borland.datastore.Cursor

Properties implemented in java.lang.Object

MetaCursor 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


MetaCursor properties

columns

 public Column[] getColumns()

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


MetaCursor methods

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

  public void calc(int ordinal, Variant value)

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

Overrides: com.borland.datastore.SqlCalcCursor.calc(int, com.borland.dx.dataset.Variant)

close()

  public void close()

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

Overrides: com.borland.datastore.SqlCalcCursor.close()

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

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