バージョンごとのドキュメント一覧

37.3. information_schema_catalog_name #

<literal>information_schema_catalog_name</literal> is a table that always contains one row and one column containing the name of the current database (current catalog, in SQL terminology). information_schema_catalog_nameは、常に現在のデータベース名(SQL用語では現在のカタログ)を持つ1行1列からなるテーブルです。

表37.1 information_schema_catalog_nameの列

<title><structname>information_schema_catalog_name</structname> Columns</title>

Column Type 列 型

Description 説明

catalog_name sql_identifier

Name of the database that contains this information schema この情報スキーマを持つデータベースの名前です。