|
int msiMakeGenQuery |
( |
msParam_t * |
selectListStr, |
|
|
msParam_t * |
condStr, |
|
|
msParam_t * |
genQueryInpParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This microservice sets up a GenQueryInp_MS_T from a list of parameters and conditions
- Module:
- core
- Since:
- pre-2.1
- Author:
- Antoine de Torcy
- Date:
- 2008-09-19
- Note:
- This microservice sets up a genQueryInp_t data structure needed by calls to rsGenQuery(). To be used before msiExecGenQuery and msiGetMoreRows.
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | selectListStr | - Required - a STR_MS_T containing the parameters. |
[in] | condStr | - Required - a STR_MS_T containing the conditions |
[out] | genQueryInpParam | - a GenQueryInp_MS_T containing the parameters and conditions. |
[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 520 of file nre.genQueryMS.c.
|