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

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データベース・ツール・インタフェース » データベース・ツール・インタフェース » DBTools 構造体

 

a_syncpub 構造体

dbmlsync ユーティリティが必要とする情報を格納します。

構文
typedef struct a_syncpub {
    struct a_syncpub *  next;
    char *              pub_name;
    char *              ext_opt;
    a_bit_field         alloced_by_dbsync: 1;
} a_syncpub;
メンバ
メンバ 説明
a_syncpub リスト内の次のノードへのポインタ。最後のノードの場合は NULL。
pub_name この -n オプションに指定するパブリケーション名。コマンド・ラインで -n の後に指定する正確な文字列です。
ext_opt -eu オプションを使用して指定する拡張オプション。
alloced_by_dbsync 予約。FALSE を使用します。
参照