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 参考 » UltraLiteJ API 参考 » Connection 接口

 

dropForeignKey 方法

删除外键。

语法
void Connection.dropForeignKey(
  String table_name,
  String fkey_name
) throws ULjException
参数
  • table_name   包含外键的表的名称。

  • fkey_name   要删除的外键的名称。