|
msiGetContInxFromGenQueryOut |
( |
msParam_t * |
genQueryOutParam, |
|
|
msParam_t * |
continueInx, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice gets the continue index value from genQueryOut generated by msiExecGenQuery
- Module:
- core
- Since:
- 2.2
- Author:
- Arcot Rajasekar
- Date:
- 2009-10
- Note:
- The resulting continueInx can be used to determine whether there are remaining rows to retrieve from the generated query.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | genQueryOutParam | - Required - of type GenQueryOut_MS_T. |
[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:
- msiExecGenQuery, msiGetMoreRows
Definition at line 282 of file nre.genQueryMS.c.
|