borland Packages Class Hierarchy datastore.jdbc Package
java.lang.Object +----com.borland.datastore.Cursor +----com.borland.datastore.SqlCalcCursor +----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.
public Column[] getColumns()
This property is used internally by other com.borland
classes. You should never use this property directly.
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)
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()
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 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()