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

AVEVA™ InTouch HMI

SQLClearStatement() 関数

  • Last UpdatedSep 26, 2024
  • 1 minute read

SQLClearStatement() 関数は、StatementID 引数で指定されたステートメントに関連付けられているデータベース リソースを解放します。

カテゴリ

SQL

構文

[ResultCode=]SQLClearStatement(ConnectionID, StatementID);

引数

ConnectionID

各データベース接続に SQLConnect() 関数によって割り当てられた番号(ID)を保持するメモリ整数型タグの名前

StatementID

SQLPrepareStatement() 関数が使用されたときに SQL によって返される整数値

参照項目

SQLConnect()、SQLPrepareStatement()