LRD_CURSOR

The LRD_CURSOR structure is described below. Note that user programs must not modify the fields in or pointed to from this structure. However, after a successful lrd_open_cursor call, you can use the pvDBInfo pointers by manually inserting calls to database API routines.

void * pvDBInfo1;
Pointer to database DBLIB: Pointer to CTLIB: Pointer to CS_COMMAND ORACLE: Pointer to the CDA
void *pvDBInfo2;
Pointer to database DBLIB: ORACLE: NULL
void *pvDBInfo3;
Pointer to database DBLIB: NULL ORACLE: NULL
struct LRD_CONNECTION * ptConnection;
Pointer to an LRD_CONNECTION structure.
void *pvDBICursor;
Pointer to internal information.



struct LRD_CURSOR * ptNextWithinConnection;
The next LRD_CURSOR within LRD_CONNECTIONptConnectionList
struct LRD_VAR_INFO *ptVarInfoList;
Pointer to the LRD_VAR_INFO list.