|
Functions |
FINLINE RCODE | FlmCursorFirst (HFCURSOR hCursor, FlmRecord **ppRecord) |
| Positions to and retrieves the first record in the query result set.
|
FINLINE RCODE | FlmCursorLast (HFCURSOR hCursor, FlmRecord **ppRecord) |
| Positions to and retrieves the last record in the query result set.
|
FINLINE RCODE | FlmCursorNext (HFCURSOR hCursor, FlmRecord **ppRecord) |
| Positions to and retrieves the next record in the query result set.
|
FINLINE RCODE | FlmCursorPrev (HFCURSOR hCursor, FlmRecord **ppRecord) |
| Positions to and retrieves the previous record in the query result set.
|
FINLINE RCODE | FlmCursorFirstDRN (HFCURSOR hCursor, FLMUINT *puiDrn) |
| Positions to the first record in the query result set and retrieves the record's DRN.
|
FINLINE RCODE | FlmCursorLastDRN (HFCURSOR hCursor, FLMUINT *puiDrn) |
| Positions to the last record in the query result set and retrieves the record's DRN.
|
FINLINE RCODE | FlmCursorNextDRN (HFCURSOR hCursor, FLMUINT *puiDrn) |
| Positions to the next record in the query result set and retrieves the record's DRN.
|
FINLINE RCODE | FlmCursorPrevDRN (HFCURSOR hCursor, FLMUINT *puiDrn) |
| Positions to the previous record in the query result set and retrieves the record's DRN.
|
FLMEXP RCODE FLMAPI | FlmCursorCurrent (HFCURSOR hCursor, FlmRecord **ppRecord) |
| Retrieve current record from query result set.
|
FLMEXP RCODE FLMAPI | FlmCursorCurrentDRN (HFCURSOR hCursor, FLMUINT *puiDrn) |
| Retrieve the DRN of the current recrord in query result set.
|
FLMEXP RCODE FLMAPI | FlmCursorMoveRelative (HFCURSOR hCursor, FLMINT *piPosition, FlmRecord **ppRecord) |
| Position relative to the current record (forward or backward) in the query result set and retrieve the record positioned to.
|
FLMEXP RCODE FLMAPI | FlmCursorRecCount (HFCURSOR hCursor, FLMUINT *puiCount) |
| Get record count for a query result set.
|