dbListViews

Version 22.0.8473


dbListViews

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。

オプションのパラメータ

  • 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.
  • IncludeSystemViews:Whether to include system views or not. True またはFalse が使用可能です。デフォルト値はFALSE です。
  • Schema:The view schema.

Output Attributes

  • db:name:テーブル名。
  • db:type:テーブルの型。
  • db:schema:テーブルが属するスキーマ。
  • db:catalog:テーブルが属するカタログ。