SE_table_metadata_get_info_list

Retrieves the meta-data associated with a table.

Usage syntax

LONG SE_table_metadata_get_info_list
(SE_CONNECTION connection,
const CHAR *table,
SE_METADATAINFO **metadata_list,
LONG *record_count);

Parameters
connection The connection handle
table A pointer to a table name
metadata_list A pointer to the meta-data records
record_count The number of meta-data records
Description

SE_table_metadata_get_info_list returns a list of meta-data objects associated with a table. Use SE_table_metadata_free_info_list to free the list of objects.

Returns

SE_SUCCESS
SE_CONNECTION_IN_USE

SE_CONNECTION_LOCKED

SE_DB_IO_ERROR

SE_INVALID_CONNECTION

SE_INVALID_PARAM_VALUE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED

SE_TABLE_NOEXIST