35.49. sql_implementation_info
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.
Column Type Description |
|---|
implementation_info_id Identifier string of the implementation information item |
implementation_info_name Descriptive name of the implementation information item |
integer_value Value of the implementation information item, or null if the value is contained in the column |
character_value Value of the implementation information item, or null if the value is contained in the column |
comments Possibly a comment pertaining to the implementation information item |
: sql_implementation_info Columns