|
msiDboExec |
( |
msParam_t * |
dbrName, |
|
|
msParam_t * |
dboName, |
|
|
msParam_t * |
dborName, |
|
|
msParam_t * |
options, |
|
|
msParam_t * |
inpParam1, |
|
|
msParam_t * |
inpParam2, |
|
|
msParam_t * |
inpParam3, |
|
|
msParam_t * |
inpParam4, |
|
|
msParam_t * |
inpParam5, |
|
|
msParam_t * |
inpParam6, |
|
|
ruleExecInfo_t * |
rei | |
|
) |
| | |
- Description:
- Execute a database object on a DBR
- Module:
- core
- Since:
- 2.5
- Author:
- Wayne Schroeder
- Date:
- 2010-11-23
- Example Usage:
- See clients/icommands/test/rules3.0/ and https://www.irods.org/index.php/DBR
- Parameters:
-
[in] | dbrName | - a STR_MS_T, name of the DBR being used |
[in] | dboName | - a STR_MS_T, name of the DBO being used |
[in] | dborName | - a STR_MS_T, name of the DBOR being used |
[in] | options | - a STR_MS_T, currently 'force' or not |
[in] | inpParam1 | - Optional - STR_MS_T parameters to the DBO SQL. |
[in] | inpParam2 | - Optional - STR_MS_T parameters to the DBO SQL. |
[in] | inpParam3 | - Optional - STR_MS_T parameters to the DBO SQL. |
[in] | inpParam4 | - Optional - STR_MS_T parameters to the DBO SQL. |
[in] | inpParam5 | - Optional - STR_MS_T parameters to the DBO SQL. |
[in] | inpParam6 | - Optional - STR_MS_T parameters to the DBO 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:
-
- Precondition:
- none
- Postcondition:
- none
- See also:
- none
Definition at line 62 of file reDBO.c.
|