edmiRemoteMakeExpressXlongForm
EdmiError edmiRemoteMakeExpressXlongForm (SdaiServerContext serverContextId, SdaiInteger schemaType, SdaiString expressXprojectFile, SdaiString diagnosticFile, SdaiInteger options, SdaiString expressXlongFormFile, SdaiInvocationId *edmiInvocationId);
This function is the remote version of the edmiMakeExpressXlongForm function.
The execution of this function is performed on the client, i.e., this function can successfully be performed wihout any running EDMserver or EDMappServer.
This function makes a long form schema from the specified EDMcompilerProject file specified in the parameter "expressXprojectFile". The resulting long form schema will be written to the file specified in the "expressXlongFormFile" parameter. The parameter "schemaType" must be one of the following:
- MAPPING_SCHEMA_TYPE (alias is: EXPRESS_X_SCHEMA_TYPE),
- QUERY_SCHEMA_TYPE,
- RULE_SCHEMA_TYPE
Â
Arguments
Return Value
Options
  Â
INSERT_FILE_BEGINNING_ENDING_MARKÂ Â Â Â Â Â Â Â Â Â The resulting longForm file will contain a "FILE_BEGINNING" and a "FILE_END" mark as comment for each shortForm file, i.e., to show (to mark) the start and end of each shortForm file.
Â
INSERT_LONG_FORM_LINE_NUMBERSÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â The resulting longForm file will have line numbers as comment
Â
INSERT_SHORT_FORM_LINE_NUMBERSÂ Â Â Â Â Â Â Â Â Â Â Â Â Â The resulting longForm file will have line numbers starting from line number 1 for each shortForm file.
Â
INSERT_SHORT_FORM_FILE_NAMES_LISTÂ Â Â Â Â Â Â Â Â Â The resulting longForm file will have a an ordered list of all shortFiles that constitutes the longForm file.This list will be in comments.
Â
INSERT_PROJECT_FILEÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â The actual project file will be listed as comments in the beginning of the resulting longForm file.
Â
MAKE_SHORT_FORM_FILE_NAMES_LISTÂ Â Â Â Â Â Â Â Â Â Â Â When this option is enabled, all other options will be overruled, i.e. they will have no effect. The resulting longForm file will only content the "SHORT_FORM_FILE_NAMES_LIST", i.e. the same list as produced by the
Â
INSERT_SHORT_FORM_FILE_NAMES_LISTÂ Â Â Â Â Â Â Â Â Â Â options.
Â
DIAGNOSTICS_IN_XML_FORMATÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â The actual dignosticFile will be in XML format that is specified by the X-IDE application.
Â
GET_METHODS_SIGNATUREÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Only valid for EDM internal use.
Â
METHODS_SIGNATURE_IN_XMLÂ Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Used in the edmiGetSourceMethodSignatures() and edmiRemoteGetSourceMethodSignatures() to specify that the resulting method signatures will be in XML format, i.e., to be more easily handeled by applications (X-IDE)
Â
Â
Â
Â
Example
Â
<missing example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â