dbListColumns

Version 22.0.8473


dbListColumns

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。
  • table:レコードを削除するテーブル(もしくはビュー)。

オプションのパラメータ

  • 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.

Output Attributes

  • db:columnname:カラム名。
  • db:datatype:カラムのデータ型。