SE_table_metadata_delete

Deletes the meta-data records from a table.

Usage syntax

LONG SE_table_metadata_delete
(SE_CONNECTION connection,
const CHAR *table,
LONG record_count,
LONG *record_id_list);

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

SE_table_metadata_delete deletes meta-data records from a table. A particular entry is identified by its record ID value.

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