| SE_registration_delete |
Unregisters a table.
LONG SE_registration_delete
(SE_CONNECTION connection,
const CHAR *name);
| connection | The current connection |
| name | The name of the registered table |
SE_registration_delete deletes an instance of a registered table using the table name as the key. Only the owner of the table may delete the registered table entry. Tables with mangos, multiversion tables, or layers can't be unregistered.
SE_SUCCESS
SE_DB_IO_ERROR
SE_DELETE_NOT_ALLOWED
SE_INVALID_POINTER
SE_NET_FAILURE
SE_NOT_TABLE_OWNER
SE_TABLE_NOEXIST
SE_TABLE_NOREGISTERED