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

SQL Anywhere 11.0.1 (日本語) » Ultra Light J » Ultra Light J リファレンス » Ultra Light J API リファレンス » Connection インタフェース

 

dropPublication メソッド

データベースからパブリケーションを削除します。

構文
void Connection.dropPublication(
  String pub_name
) throws ULjException
パラメータ
  • pub_name   削除するパブリケーションの名前。

備考

特殊なパブリケーション Connection.SYNC_ALL_DB_PUB_NAME は削除できません。

参照