|
msiGetMoreRows |
( |
msParam_t * |
genQueryInp_msp, |
|
|
msParam_t * |
genQueryOut_msp, |
|
|
msParam_t * |
continueInx, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice continues an unfinished query.
- Module:
- core
- Since:
- pre-2.1
- Author:
- Antoine de Torcy
- Date:
- 2008-09-18
- Note:
- This microservice gets the next batch of rows for an open iCAT query. Likely to follow msiMakeGenQuery and msiExecGenQuery.
- Example Usage:
- None
- Parameters:
-
[in] | genQueryInp_msp | - Required - a GenQueryInp_MS_T containing the query parameters and conditions. |
[in] | genQueryOut_msp | - Required - a GenQueryOut_MS_T to write results to. If its continuation index is 0 the query will be closed. |
[out] | continueInx | - a INT_MS_T containing the new continuation index (after the query). |
[in,out] | rei | - The RuleExecInfo structure that is automatically handled by the rule engine. The user does not include rei as a parameter in the rule invocation. |
- Session Variables Used:
- none
- Session Variables Modified:
- none
- iCAT Attributes Used:
- none
- iCAT Attributes Modified:
- none
- Side Effect:
- none
- Returns:
- integer
- Return values:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 404 of file nre.genQueryMS.c.
|