edmiRemoteCreateTableInstanceColumn
EdmiError edmiRemoteCreateTableInstanceColumn (SdaiServerContext serverContextId, SdaiInstance tableInstanceId, SdaiOptions options, /* no option defined yet */ SdaiInteger columnNumber, /* columnNumber of new column. columnNumber = 0 means append new column */ SdaiString columnName, /* optional argument */ SdaiPrimitiveType columnDatatype, /* optional when columnDomainId is set */ SdaiInstance columnDomainId, /* optional when coumnDatatype is set */ SdaiInteger *newColumnNumber, /* First columnNumber is 1 (not zero) */ SdaiInvocationId *edmiInvocationId);
create a new column for the given EDMtableInstance.
Â
Â
Arguments
 Â
Type | Name | Â Comments |
SdaiServerContext    | serverContextId |  |
SdaiInstance            | tableInstanceId |  |
SdaiOptions             | options |  |
SdaiInteger             | columnNumber | columnNumber of new column. columnNumber = 0 means append new column |
SdaiString              | columnName | optional argument |
SdaiPrimitiveType       | columnDatatype | optional when columnDomainId is set |
SdaiInstance            | columnDomainId | optional when coumnDatatype is set |
SdaiInteger            | *newColumnNumber |  |
SdaiInvocationId           |  *edmiInvocationId |  |
       Â
Return Value
Options
 <Missing options>
          Â
Â
Example
Â
<Missing example>
Â
See also
Filter by label
There are no items with the selected labels at this time.
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â
Â