#include <rvc/dbtable.h>
Public Types | |
| enum | FUNCTION { FUNCTION_None = 0x00000000, FUNCTION_Unique = 0x00000001, FUNCTION_Sorted = 0x00000002, FUNCTION_Equal = 0x00000004, FUNCTION_GreaterThan = 0x00000008, FUNCTION_LessThan = 0x00000010, FUNCTION_NotEqual = 0x00000020, FUNCTION_AND = 0x00000040, FUNCTION_OR = 0x00000080, FUNCTION_NoClear = 0x00000100, FUNCTION_ForUpdate = 0x00000200 } |
Public Member Functions | |
| CURSOR (const RVC::DBTABLE &table) | |
| ERRVALUE | GetBookmark (BOOKMARK &Bookmark) const |
| INT32 | GetRecordNum () const |
| bool | IsValid () const |
| int | Next () |
| bool | operator== (const CURSOR &rhs) const |
| ERRVALUE | Rewind () |
| ERRVALUE | SetFunction (INT32 FieldNum, FUNCTION Function) |
| ~CURSOR () | |
Definition at line 1104 of file dbtable.h.
|
|
|
|
|
Default constructor.
|
|
|
Destructor.
|
|
|
Get the current bookmark.
|
|
|
Get the current record number or < 0 if error.
|
|
|
Is the cursor valid.
|
|
|
Increment cursor.
|
|
|
Equality.
|
|
|
Reset cursor to the beginning.
|
|
||||||||||||
|
Set cursor behavior.
|
1.3.8-20040913