dropForeignKey method

Drops a foreign key.

Syntax
void Connection.dropForeignKey(
  String table_name,
  String fkey_name
) throws ULjException
Parameters
  • table_name   The name of table containing the foreign key.

  • fkey_name   The name of the foreign key to drop.