SQLHeavy.Cursor Reference Manual
Packages
SQLHeavy
SQLHeavy
Cursor
first
get
last
move_to
previous
Cursor
Object Hierarchy:
Description:
public
interface
Cursor
:
RecordSet
Cursor which can move bidirectionally through a set of records
All known implementing classes:
TableCursor
Namespace:
SQLHeavy
Package:
SQLHeavy
Content:
Methods:
public
void
first
()
throws
Error
Move to the first entry
public
void
last
()
throws
Error
Move to the last entry
public
abstract
bool
previous
()
throws
Error
Move to the previous entry
public
abstract
Record
get
()
throws
Error
Retrieve the current record
public
abstract
bool
move_to
(
int64
offset)
throws
Error
Move to a specific entry