]> begriffs open source - ai-pg/blob - full-docs/txt/infoschema-sql-implementation-info.txt
Convert HTML docs to more streamlined TXT
[ai-pg] / full-docs / txt / infoschema-sql-implementation-info.txt
1
2 35.49. sql_implementation_info #
3
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.
11
12    Table 35.47. sql_implementation_info Columns
13
14    Column Type
15
16    Description
17
18    implementation_info_id character_data
19
20    Identifier string of the implementation information item
21
22    implementation_info_name character_data
23
24    Descriptive name of the implementation information item
25
26    integer_value cardinal_number
27
28    Value of the implementation information item, or null if the value is
29    contained in the column character_value
30
31    character_value character_data
32
33    Value of the implementation information item, or null if the value is
34    contained in the column integer_value
35
36    comments character_data
37
38    Possibly a comment pertaining to the implementation information item