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

37.49. sql_implementation_info #

The table <literal>sql_implementation_info</literal> contains information about various aspects that are left implementation-defined by the SQL standard. This information is primarily intended for use in the context of the ODBC interface; users of other interfaces will probably find this information to be of little use. For this reason, the individual implementation information items are not described here; you will find them in the description of the ODBC interface. sql_implementation_infoビューには、標準SQLで実装依存で定義するものとされている各種状況に関する情報があります。 この情報は主にODBCインタフェース環境での使用を意図しています。 他のインタフェースのユーザはおそらくこの情報があまり役に立たないものと考えるでしょう。 このため、個々の実装情報項目をここでは記載しません。 ODBCインタフェースの説明に記載されています。

表37.47 sql_implementation_infoの列

<title><structname>sql_implementation_info</structname> Columns</title>

Column Type 列 型

Description 説明

implementation_info_id character_data

Identifier string of the implementation information item 実装情報項目の識別文字列です。

implementation_info_name character_data

Descriptive name of the implementation information item 実装情報項目の説明的な名前です。

integer_value cardinal_number

Value of the implementation information item, or null if the value is contained in the column <literal>character_value</literal> 実装情報項目の値です。 その値がcharacter_valueにある場合はNULLです。

character_value character_data

Value of the implementation information item, or null if the value is contained in the column <literal>integer_value</literal> 実装情報項目の値です。 その値がinteger_valueにある場合はNULLです。

comments character_data

Possibly a comment pertaining to the implementation information item おそらく実装情報項目に関するコメントです。