edmiRemoteCreateTableInstance
EdmiError edmiRemoteCreateTableInstance (SdaiServerContext serverContextId, SdaiModel modelId, SdaiString name, /* optional argument */ SdaiInteger columns, SdaiString description, /* optional argument */ SdaiOptions options, /* no option defined yet */ SdaiInstance *newTableInstanceId, SdaiInvocationId *edmiInvocationId, /* [SdaiString columnName, optional SdaiPrimitiveType columnDatatype, optional when columnDomainId is set SdaiInstance columnDomainId] optional when coumnDatatype is set */ ... );
This function creates an EDMtableInstance for the given mode Id. The name is not unique and the developer should keep this in mind. The last three arguments are va_list and can be omitted if the developer is not going to use them.
Â
Â
Arguments
Â
Type | Name | Comment |
SdaiServerContext    | serverContextId |  |
SdaiModel              |  modelId |  |
SdaiString           |  name          | optional argument |
SdaiInteger             | columns |  |
SdaiString              | description | optional argument |
SdaiOptions             | options |  |
SdaiInstance           | *newTableInstanceId |  |
SdaiInvocationId    | *edmiInvocationId |  |
SdaiString              | columnName | optional |
SdaiPrimitiveType       | columnDatatype | optional when columnDomainId is set |
SdaiInstance            | columnDomainId | optional when coumnDatatype is set |
       Â
Return Value
Options
IGNORE_COLUMNS_NAME_SYNTAX_CHECKÂ Â Â Â
Â
          Â
Â
Example
Â
<Missing example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â