dbNonQuery

Version 22.0.8473


dbNonQuery

Version 22.0.8473


データベースに対してクエリを実行します。

必要なパラメータ

  • driver:The JDBC driver class name in the Java version or the ADO.NET provider name in the .NET version.
  • conn:接続文字列、もしくはデータベースURL。
  • query:SQL クエリ文字列。

オプションのパラメータ

  • user:The database username passed to initialize the JDBC connection object. This can also be set in the JDBC URL.
  • password:The database password passed to initialize the JDBC connection object. This can also be set in the JDBC URL.
  • enforceparameterizedquery:SQL 構文のパラメータ化された検証を強制。

Output Attributes

  • db:*:クエリによりアウトプットは異なります。