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


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

Options


 <Missing options>
           

 

Example


 

<Missing example>

 

See also

Filter by label

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