msiMakeQuery ( msParam_t *  selectListParam,
msParam_t *  conditionsParam,
msParam_t *  queryOutParam,
ruleExecInfo_t *  rei 
)
Description:
Creates sql query from parameter list and conditions.
Module:
core
Since:
pre-2.1
Author:
Arcot Rajasekar
Date:
2008
Example Usage:
See clients/icommands/test/rules3.0/
Parameters:
[in] selectListParam - a STR_MS_T containing the parameters.
[in] conditionsParam - a STR_MS_T containing the conditions.
[out] queryOutParam - a STR_MS_T containing the parameters and conditions as sql.
[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:
0 on success
Precondition:
none
Postcondition:
none
See also:
msiGetMoreRows and msiExecStrCondQuery

Definition at line 353 of file nre.genQueryMS.c.

Generated on Fri Mar 15 13:58:02 2013 for iRODS Documentation by  doxygen 1.6.3