36.45. sql_implementation_info

Таблица sql_implementation_info содержит информацию о различных аспектах, которые в стандарте SQL оставлены на усмотрение реализации. Эта информация в основном предназначена для применения в контексте интерфейса ODBC; пользователям других интерфейсов она вряд ли будет нужна. Поэтому отдельные элементы особенностей реализации здесь не описываются; о них можно прочитать в описании интерфейса ODBC.

Таблица 36.43. Столбцы sql_implementation_info

ИмяТип данныхОписание
implementation_info_idcharacter_dataСтрока идентификатора элемента особенности реализации
implementation_info_namecharacter_dataОписательное название элемента особенности реализации
integer_valuecardinal_numberЗначение элемента особенности реализации, либо NULL, если его значение содержится в столбце character_value
character_valuecharacter_dataЗначение элемента особенности реализации, либо NULL, если его значение содержится в столбце integer_value
commentscharacter_dataНеобязательный комментарий, относящийся к элементу особенности реализации

36.45. sql_implementation_info

The table sql_implementation_info 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.

Table 36.43. sql_implementation_info Columns

NameData TypeDescription
implementation_info_idcharacter_dataIdentifier string of the implementation information item
implementation_info_namecharacter_dataDescriptive name of the implementation information item
integer_valuecardinal_number Value of the implementation information item, or null if the value is contained in the column character_value
character_valuecharacter_data Value of the implementation information item, or null if the value is contained in the column integer_value
commentscharacter_dataPossibly a comment pertaining to the implementation information item

FAQ