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 データ・アクセス API » SQL Anywhere C API リファレンス » sacapi.h

 

sqlany_reset 関数

文を準備されたステータス状態にリセットします。

構文
sacapi_bool sqlany_reset( a_sqlany_stmt * stmt )
パラメータ
  • stmt   sqlany_prepare を使用して準備された文。

戻り値

成功した場合は 1、失敗した場合は 0。

参照