Code Block | ||||
---|---|---|---|---|
| ||||
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
...
1 | Type | Name | Comment |
2 | SdaiInstance | tableInstanceId |
...
Arguments
...
3 | SdaiString | name | Optional |
4 | SdaiInteger | creationDate | Optional |
5 | SdaiInteger | lastUpdatedDate | Optional |
6 | SdaiOptions | options | Optional |
7 | SdaiInteger | rows | Optional |
8 | SdaiString | description | Optional |
9 | SdaiInteger | columns | Optional, must be set for columnNames, columnDataTypes, columnDomainIds to be effective |
10 | SdaiString | columnNames | Optional, to be freed by caller |
11 | SdaiPrimitiveType | columnDataTypes | Optional, to be freed by caller |
12 | SdaiInstance | columnDomainIds | Optional, to be freed by caller |
Return Value
...
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
Options
...
...
1 | Option | Comment |
2 | ||
3 | ||
4 |
Example
...
Code Block | ||
---|---|---|
| ||
<Missing example> |
...
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|