edmiRemoteMakeLongForm

EdmiError edmiRemoteMakeLongForm(SdaiServerContext serverContextId,
                                  SdaiString        inputFiles,
                                  SdaiString        diagnosticFile,
                                  SdaiString        longFormSchemata,
                                  SdaiOptions       options,
                                  SdaiString        longFormFile,
                                  SdaiInteger       *warnings,
                                  SdaiInteger       *errors,
                                  SdaiInvocationId  *edmiInvocationId);


Invokes the EDMexpressCompiler to produce one or more long form schema from short form schemata found on the specified input file(s). The short form schemata may be collected from separate files. The result of this command will be a new source Express file containing the specified long form schema. This function will have no effect on the EDMdatabase.

Arguments


TypeNameComment
SdaiServerContext

serverContextId

Context identification, from edmiDefineServerContext

SdaiString

inputFiles

The name of the file(s) containing EXPRESS short form schema. If more than one file is specified, delimit each file name with a comma. The wild card symbol "*" is also a permitted character in a filename. The default file extension is ".exp".

SdaiString

diagnosticFile

The file name for diagnostic information generated by this function. If this argument is NULL or an empty string, the diagnostic information will be written to the  EDMinterface current output device. Use edmiDefineOutputFunction to redefine the  EDMinterface current output device.

SdaiString

longFormSchemata

The name of one or more Express schema that will be included in the resulting long form schema. When more than one schema name is specified, each schema name must be delimited by a comma. Schema names are case insensitive.
The schema specified by this argument must be found in the file(s) specified in the <inputFiles> argument.

SdaiOptions

options

See description of available options below.  Options may be joined by using the bitwise OR operator. Default behaviour is that no subtypes be included in the returned entity extent.

SdaiString

longFormFile

The name of a file that will contain the generated Express source of the specified long form schema.

SdaiInteger

warnings

A variable that will receive the number of warnings detected by the  EDMexpressCompiler in the current invocation.

SdaiInteger

errors

A variable that will receive the number of errors detected by the EDMexpressCompiler in the current invocation.

SdaiInvocationId

edmiInvocationId

Currently not used.

Return Value


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_EDMInterface'.

 

Options


  

OptionComment

EDM_EXPRESS_EXTENSION

The compiler will accept EDM extensions to Express

TC2

The schemas will be parsed in accordance with Technical Corrigendum no.2

EXPRESS_EDITION_2

Supports edition 2 of the Express language in the short form schemata.

EDITION_1_LONGFORM

Generates Express edition 1 longform schemata.

HTML_ERROR_LISTING

Compilation diagnostics will be written in HTML on files in the directory defined by the system variable EDMS_TMP_DIR. The diagnostic report may be presented by an HTML browser.
Three or four HTML diagnostic files will be generated with the following names:

  1. On UNIX: s_main.html, s_err.html, s_exp0.html and optionally s_sch.html.
  2. On Windows: s_main.htm, s_err.htm, s_exp0.htm and optionally s_sch.htm.
  3. The root-file (s_main.htm or s_main.html) must be specified when viewing the error report in an HTML browser

EXTENSIVE_DIAGNOSTICS

Sets the highest available diagnostics report level.

DIAGNOSTICS_FOR_INTERFACED_ONLY

Diagnostics information will only be generated for the interfaced short form schemata.

REPLACE_SCHEMA_NAME_REPORT

A report of the substituted string literals will be issued as a part of the diagnostic report from this command. The report will be checked to ensure that all substitutions are correct. Any errors, must be corrected in the long form schema with a text editor.

IGNORE_EMPTY_SELECT

No error message will be produced when the compiler detects that a SELECT definition, with an empty selection list, is interfaced from one schema to another.
Express constructions with expressions that refer to the empty select may not be properly checked when this option is set. This option should never be set when compiling schemata that will be used as the underlying schema for data models.

DIAGNOSTICS_FOR_ROOT_ONLY

Diagnostics information will not be generated for the interfaced short form schemata.

TAG_LONG_FORM

An Express comment will be placed before each interfaced item to describe the reason for the interfacing, the originating schema etc.

NO_DIAGNOSTICS

No diagnostics will be produced by this function. The required checking is performed when compiling the generated long form schema.

INTERFACED_SCHEMAS_REPORT

A list of the interfaced schemata for each long form schema will be written as part of the diagnostic report.

REPLACE_SCHEMA_NAMES

String literals that define schema names of the short form schemata will be replaced with long form schema names in the resulting long form schema. This prevents error messages when compiling the resulting long from schema.

 

Example


 

 <missing code>

 

See also

Filter by label

There are no items with the selected labels at this time.

 

Options: Descriptions:

Â