edmiRemoteGetTableInstanceProperties

EdmiError edmiRemoteGetTableInstanceProperties   (SdaiServerContext    serverContextId,
                                                  SdaiInstance         tableInstanceId,
                                                  SdaiString          *name,             
                                                  SdaiInteger         *creationDate,     
                                                  SdaiInteger         *lastUpdatedDate,  
                                                  SdaiOptions         *options,          
                                                  SdaiInteger         *rows,             
                                                  SdaiString          *description,      
                                                  SdaiInteger         *columns,          
                                                  SdaiString         **columnNames,      
                                                  SdaiPrimitiveType  **columnDataTypes,  
                                                  SdaiInstance       **columnDomainIds,  
                                                  SdaiInvocationId    *edmiInvocationId);

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

 

 

Arguments


 

Argument type

Argument name

 Comments

SdaiServerContext    

SdaiServerContext    

 

SdaiInstance            

tableInstanceId

 

SdaiString                

*name

Return argument if available

SdaiInteger               

*creationDate

Return argument if available

SdaiInteger               

*lastUpdatedDate

Return argument if available

SdaiOptions              

*options

Return argument if available

SdaiInteger

*rows

Return argument if available

SdaiString                 

*description

Return argument if available

SdaiInteger

*columns

Return argument if available. must be set for columnNames, columnDataTypes, columnDomainIds to be effective

SdaiString                  

**columnNames

Return argument if available, to be freed by caller

SdaiPrimitiveType     

**columnDataTypes

Return argument if available,to be freed by caller

SdaiInstance               

**columnDomainIds

Return argument if available,to be freed by caller

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.

 

  
 
Â