edmiCreateTableInstance

EdmiError edmiCreateTableInstance  (SdaiModel               modelId,
                                    SdaiString              name,             
                                    SdaiInteger             columns,
                                    SdaiString              description,      
                                    SdaiOptions             options,          
                                    SdaiInstance           *newTableInstanceId,
                                    /* [SdaiString              columnName,   
                                        SdaiPrimitiveType       columnDatatype,
                                        SdaiInstance            columnDomainId]
                                       ... );


This function creates an EDMtableInstance for the given model 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


1TypeNameComment
2SdaiModelmodelId 
3SdaiStringnameoptional argument
4SdaiIntegercolumns 
5SdaiStringdescriptionoptional argument
6SdaiOptionsoptionsno option defined yet
7SdaiInstancenewTableInstanceId 
8SdaiStringcolumnNameoptional
9SdaiPrimitiveTypecolumnDatatypeoptional when columnDomainId is set
10SdaiInstancecolumnDomainIdoptional when coumnDatatype is set

Return Value


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

Options


  

 

Example


 

<Missing example>

 

See also

Filter by label

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

Â