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_dbtools_info 構造体

DBTools ライブラリの使用を開始および終了するために必要な情報を格納します。

構文
typedef struct a_dbtools_info {
    MSG_CALLBACK        errorrtn;
} a_dbtools_info;
メンバ
メンバ 説明
errorrtn エラー・メッセージ処理コールバック・ルーチン。
参照