Versions Compared

Key

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

...

Code Block

...

languagecpp
themeConfluence
EdmiError edmiGetTableInstanceProperties  (SdaiInstance            tableInstanceId,
                                           SdaiString             *name,             /* Optional */
                                           SdaiInteger            *creationDate,     /* Optional */
                                           SdaiInteger            *lastUpdatedDate,  /* Optional */
                                           SdaiOptions            *options,          /* Optional */
                                           SdaiInteger            *rows,             /* Optional */
                                           SdaiString             *description,      /* Optional */
                                           SdaiInteger            *columns,          /* Optional, must be set for columnNames, columnDataTypes, columnDomainIds to be effective */ 
                                           SdaiString            **columnNames,      /* Optional, to be freed by caller */
                                           SdaiPrimitiveType     **columnDataTypes,  /* Optional, to be freed by caller */
                                           SdaiInstance          **columnDomainIds); /* Optional, to be freed by caller */

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

 

 

 

Arguments

...

   <Missing arguments>
        

Return Value

...

Insert excerpt
US:_r_EDMInterface
US:_r_EDMInterface
nopaneltrue

Options

...

 <Missing options>
           

 

Example

...

 

Code Block
languagecpp
<Missing example>

 

See also

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