TableCursor
Object Hierarchy:
Description:
public class TableCursor :
Object,
RecordSet,
Cursor
Cursor for use with a Table
Namespace: SQLHeavy
Package: SQLHeavy
Content:
Properties:
Creation methods:
Methods:
-
public Record get () throws Error
Retrieve the current record
-
public
bool move_to (int64 offset) throws Error
Move to a specific entry
-
public
bool next () throws Error
Move to the next record in the set
-
public
bool previous () throws Error
Move to the previous entry