|
Functions |
FLMEXP RCODE FLMAPI | FlmCursorCompareDRNs (HFCURSOR hCursor, FLMUINT uiDRN1, FLMUINT uiDRN2, FLMUINT uiTimeLimit, FLMINT *piCmpResult, FLMBOOL *pbTimedOut, FLMUINT *puiKeyCount) |
| Determine the relative position of two records in a query's result set.
|
FLMEXP RCODE FLMAPI | FlmCursorTestRec (HFCURSOR hCursor, FlmRecord *pRecord, FLMBOOL *pbIsMatch) |
| Test a record to see if it passes the query criteria.
|
FLMEXP RCODE FLMAPI | FlmCursorTestDRN (HFCURSOR hCursor, FLMUINT uiDRN, FLMBOOL *pbIsMatch) |
| Retrieve and test a record (using a DRN) to see if it passes the query criteria.
|