|
msiExecStrCondQueryWithOptions |
( |
msParam_t * |
queryParam, |
|
|
msParam_t * |
zeroResultsIsOK, |
|
|
msParam_t * |
maxReturnedRowsParam, |
|
|
msParam_t * |
genQueryOutParam, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- This function takes a given condition string and options, creates an iCAT query, executes it and returns the values
- Module:
- core
- Since:
- pre-2.1
- Author:
- Romain Guinot
- Date:
- 2007
- Example Usage:
- See clients/icommands/test/rules3.0/
- Parameters:
-
[in] | queryParam | - a msParam of type GenQueryInp_MS_T |
[in] | zeroResultsIsOK | - Optional - a msParam of type STR_MS_T - must equal "zeroOK" |
[in] | maxReturnedRowsParam | - Optional - a msParam of type STR_MS_T - as integer |
[out] | genQueryOutParam | - a msParam of type GenQueryOut_MS_T |
[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:
- msiExecStrCondQuery
Definition at line 55 of file nre.genQueryMS.c.
|