...
Code Block |
---|
...
| ||||
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
...
1 | Type | Name | Comment |
2 | SdaiInstance | tableInstanceId | |
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>
|
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|