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 インタフェース

 

createPublication メソッド

データベースに新しいパブリケーションを作成します。

構文
void Connection.createPublication(
  String pub_name,
  String[] tables
) throws ULjException
パラメータ
  • pub_name   作成するパブリケーションの名前。

  • tables   テーブル名の配列。

備考

データベース全体の同期には、特殊なパブリケーション・リスト Connection.SYNC_ALL を使用します。

参照