msiPrintKeyValPair ( msParam_t *  where,
msParam_t *  inkvpair,
ruleExecInfo_t *  rei 
)
Description:
Prints key-value pairs to rei's stdout separated by " = "
Module:
core
Since:
pre-2.1
Author:
Arcot Rajasekar
Date:
2008-05
Note:
msiExecStrCondQuery is used to run the query: "SELECT DATA_NAME, DATA_REPL_NUM, DATA_CHECKSUM WHERE DATA_NAME LIKE 'foo%'". The result is printed using msiPrintKeyValPair, which prints each row as an attribute-value pair.
Example Usage:
See clients/icommands/test/rules3.0/
Parameters:
[in] where - a msParam of type STR_MS_T which is either stderr or stdout.
[in] inkvpair - a msParam of type KeyValPair_PI which is a KeyValPair list (structure).
[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:
none

Definition at line 101 of file keyValPairMS.c.

Generated on Thu Nov 14 16:43:27 2013 for iRODS Documentation by  doxygen 1.6.3