| SE_table_metadata_add |
Adds meta-data to a table.
LONG SE_table_metadata_add
(SE_CONNECTION connection,
const CHAR *table,
LONG record_count,
const SE_METADATAINFO *metadata_records);
| connection | The connection handle |
| table | A pointer to a table name |
| record_count | The number of meta-data records |
| metadata_records | A pointer to the meta-data records |
SE_table_metadata_add adds meta-data entries. A particular entry is identified by its record ID value. Use SE_metadatainfo_create to create the meta-data records.
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