Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block

...

languagecpp
themeConfluence
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
10SdaiString

...

columnNamesOptional, to be freed by caller
11SdaiPrimitiveType

...

columnDataTypesOptional, to be freed by caller
12SdaiInstance

...

columnDomainIdsOptional, to be freed by caller


        

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 

1OptionComment
2  
3 

...

 
4  


           

 

Example

...

 

Code Block
languagecpp
<Missing example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "tableinstance" and parent = "6062220"