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

SQL Anywhere 11.0.1 (日本語) » QAnywhere » QAnywhere リファレンス » QAnywhere C++ API リファレンス » QABinaryMessage クラス

 

writeBoolean 関数

構文
void QABinaryMessage::writeBoolean(
  qa_bool value
)
パラメータ
  • value   メッセージ本文に書き込む boolean 値。

備考

QABinaryMessage インスタンスのメッセージ本文に boolean 値を追加します。

boolean 値は 1 バイトの値で示されます。true は 1、false は 0 で示されます。

参照

readBoolean 関数