SE_table_delete_constraint

Deletes the named constraint form a table.

Usage syntax

LONG SE_table_delete_constraint(
SE_CONNECTION connection,
const CHAR *table,
const CHAR *constraint_name);

Parameters
connection The connection handle
table The DBMS table name
constraint_name The constraint name
Description

SE_table_delete_constraint deletes the named constraint from the specified table.

Returns

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