Code Block |
---|
language | cpp |
---|
theme | Confluence |
---|
|
FUNCTION xpfExecuteFunctionEX (functionHandle : INTEGER; -- handle to actual query, function or procedure
globalVariablesHandle : INTEGER; -- optional. Default is current global variables
dataModelId : GENERIC; -- optional. Default is current data model
dataModelAcessMode : INTEGER; -- optional. Default is xpxRO. LATER: xpxAddModelToActiveTransaction if xpxRW
argument1, ..., argumentN : GENERIC) -- arguments to actual called query, function or procedure
functionValue : GENERIC; -- always INDETERMINATE for procedures
|
Use this function to ....
Include Page |
---|
| US:_xpxExecute common |
---|
| US:_xpxExecute common |
---|
|
Arguments
...
Insert excerpt |
---|
| US:_a_functionHandle |
---|
| US:_a_functionHandle |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_globalVariablesHandle |
---|
| US:_a_globalVariablesHandle |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_dataModelId |
---|
| US:_a_dataModelId |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_dataModelAcessMode |
---|
| US:_a_dataModelAcessMode |
---|
nopanel | true |
---|
|
Insert excerpt |
---|
| US:_a_Arguments |
---|
| US:_a_Arguments |
---|
nopanel | true |
---|
|
...