FUNCTION xpxConvertModelsWithParametersEx (sourceModelsName, mapSchemaName : STRING;
targetModelName : STRING;
declarationsToLog : STRING;
logFile : STRING;
maxLogFileSize : INTEGER;
userOutputFile : STRING;
options : INTEGER;
VAR targetModelId : GENERIC;
VAR userDefinedStatus : INTEGER;
VAR numberOfErrors : INTEGER;
numberOfUserParameters : INTEGER;
userPar1,userPar2, ... userParN : GENERIC ) status : INTEGER;
This function can be called from a query in the same way as calling a function, i.e., after the conversion is finished the result (the converted model) is ready to be used in the calling query. All other xpxConvertModel . . . functions invoked from a query will be set in a XPX convertModel queue, i.e., the conversion execution will not start before the calling query is finished. The xpxConvertModelsWithParametersEx() functions cannot be nested. When the option XPX_USE_EXISTING_MODEL is used, an open write transaction on the target model must be started before the xpxConvertModelsWithParametersEx() is invoked.
Arguments
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_sourceModelsName'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_mapSchemaName'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_targetModelName'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_declarationsToLog'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_logFile'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_maxLogFileSize'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_userOutputFile'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_options_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_targetModelId_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_userDefinedStatus_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_numberOfErrors'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_numberOfUserParameters'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_userPar'.
Return Value
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.
Options
<arguments missing>
Example
<example missing>
See also
Filter by label
There are no items with the selected labels at this time.