|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL IsValid (character) |
Validates a character against the list of valid RercordPositionEnum
values |
Options | Name | Purpose | |
---|---|---|---|
- | RecordPositionEnum () |
Constructor for the RecordPositionEnum class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER FirstRecord |
The query is positioned at the first record |
|
+ | CHARACTER LastRecord |
The query is positioned at the last record |
|
+ | CHARACTER NoRecordAvailable |
No record is available |
|
+ | CHARACTER NotFirstOrLast |
The query is positioned not at the first record, not at the last
record. So somewhere in the middle of the result set |
|
+ | CHARACTER OnlyRecord |
The query is positioned at the only record (First and Last) |
Top
PUBLIC LOGICAL IsValid (character)
|
---|
PRIVATE RecordPositionEnum ()
|
---|
PUBLIC CHARACTER FirstRecord
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER LastRecord
|
|||||||||||||||
PUBLIC CHARACTER NoRecordAvailable
|
|||||||||||||||
PUBLIC CHARACTER NotFirstOrLast
|
|||||||||||||||
PUBLIC CHARACTER OnlyRecord
|