SE_table_delete_constraint |
Deletes the named constraint form a table.
LONG SE_table_delete_constraint(
SE_CONNECTION connection,
const CHAR *table,
const CHAR *constraint_name);
connection | The connection handle |
table | The DBMS table name |
constraint_name | The constraint name |
SE_table_delete_constraint deletes the named constraint from the specified table.
SE_SUCCESS
SE_DB_IO_ERROR
SE_INVALID_CONNECTION
SE_INVALID_PARAM_VALUE
SE_INVALID_POINTER
SE_NET_FAILURE
SE_NO_PERMISSIONS
SE_SDE_NOT_STARTED
SE_TABLE_NOEXIST