Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLiteJ » UltraLiteJ Reference » UltraLiteJ API reference » Connection interface

 

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.