2 35.49. sql_implementation_info #
4 The table sql_implementation_info contains information about various
5 aspects that are left implementation-defined by the SQL standard. This
6 information is primarily intended for use in the context of the ODBC
7 interface; users of other interfaces will probably find this
8 information to be of little use. For this reason, the individual
9 implementation information items are not described here; you will find
10 them in the description of the ODBC interface.
12 Table 35.47. sql_implementation_info Columns
18 implementation_info_id character_data
20 Identifier string of the implementation information item
22 implementation_info_name character_data
24 Descriptive name of the implementation information item
26 integer_value cardinal_number
28 Value of the implementation information item, or null if the value is
29 contained in the column character_value
31 character_value character_data
33 Value of the implementation information item, or null if the value is
34 contained in the column integer_value
36 comments character_data
38 Possibly a comment pertaining to the implementation information item