| SE_table_metadata_alter |
Changes the meta-data associated with a table.
LONG SE_table_metadata_alter
(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_alter changes the meta-data associated with a table. A particular entry is identified by its record ID value. You can use SE_table_metadata_alter to update the class name, object name, object type, property, and value of the meta-data.
SE_SUCCESS
SE_CONNECTION_IN_USE
SE_CONNECTION_LOCKED
SE_DB_IO_ERROR
SE_INVALID_POINTER
SE_INVALID_CONNECTION
SE_INVALID_PARAM_VALUE
SE_NET_FAILURE
SE_OUT_OF_CLMEM
SE_OUT_OF_SVMEM
SE_SDE_NOT_STARTED
SE_TABLE_NOEXIST