The sql_implementation_info view provides information about implementation-defined SQL characteristics.
| Column name | Data type | Description |
|---|---|---|
implementation_info_id |
character_data |
The identifier string of the implementation information item. |
implementation_info_name |
character_data |
The descriptive name of the implementation information item. |
integer_value |
cardinal_number |
The value of the implementation information item.NULL – The value is in the character_value column. |
character_value |
character_data |
The value of the implementation information item. NULL – The value is in the integer_value column. |
comments |
character_data |
A possible comment pertaining to the implementation information item. |