Loading...
Select Version
Information on the properties of the implementation. All designations are defined in the SQL standard.
Column name | Data type | Contents |
IMPL_INFO_ID | VARCHAR (256) | ID of an implementation property |
IMPL_INFO_NAME | VARCHAR (256) | Name of an implementation property |
INTEGER_VALUE1 | INTEGER | Numeric value for an implementation property |
CHARACTER_VALUE1 | VARCHAR (256) | Alphanumeric value for an implementation |
COMMENTS | VARCHAR (256) | Comments |
Table 91: SQL_IMPL_INFO view of the INFORMATION_SCHEMA
1Precisely one of the two columns INTEGER_VALUE or CHARACTER_VALUE has the NULL value depending on whether a numeric or alphanumeric value is available for the implementation attribute.