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.