edmiGetTableInstanceProperties

EdmiError edmiGetTableInstanceProperties  (SdaiInstance            tableInstanceId,
                                           SdaiString             *name,            
                                           SdaiInteger            *creationDate,    
                                           SdaiInteger            *lastUpdatedDate, 
                                           SdaiOptions            *options,         
                                           SdaiInteger            *rows,            
                                           SdaiString             *description,     
                                           SdaiInteger            *columns,         
                                           SdaiString            **columnNames,     
                                           SdaiPrimitiveType     **columnDataTypes, 
                                           SdaiInstance          **columnDomainIds);


This function returns all the properties of the given EDMtableInstance. These properties are listed in the argument table below.

 

Arguments


 

1TypeNameComment
2SdaiInstancetableInstanceId 
3SdaiStringname Optional
4SdaiIntegercreationDate Optional
5SdaiIntegerlastUpdatedDateOptional
6SdaiOptionsoptionsOptional
7SdaiIntegerrowsOptional
8SdaiStringdescriptionOptional
9SdaiIntegercolumnsOptional, must be set for columnNames, columnDataTypes, columnDomainIds to be effective
10SdaiStringcolumnNamesOptional, to be freed by caller
11SdaiPrimitiveTypecolumnDataTypesOptional, to be freed by caller
12SdaiInstancecolumnDomainIdsOptional, to be freed by caller


        

Return Value


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

Options


 

1OptionComment
2  
3  
4  


           

 

Example


 

<Missing example>

 

See also

Filter by label

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

 

Â