Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

SQLClearParam() 関数

  • Last UpdatedSep 26, 2024
  • 1 minute read

SQLClearParam() 関数は、指定したパラメータの値をクリアします。SQLExecute() 関数を呼び出してクエリを実行する前に、SQLSetParamxxx() 関数の 1 つを再び呼び出してパラメータを再ロードする必要があります。

カテゴリ

SQL

構文

ResultCode=]SQLClearParam(StatementID,ParameterNumber);

引数

StatementID

SQLPrepareStatement() 関数が実行するときに返される整数値

ParameterNumber

ParameterNumber 引数は、変更する SQL ステートメント内の実際の引数を識別します。StatementID に関連付けられている ParameterNumber の値を、引数が数値であるか文字列であるかによって、ゼロまたはゼロ長の文字列に設定します。

参照項目

SQLPrepareStatement()、SQLExecute()