SQL Guide : Database system tables and system views : System tables : SQL_LANGUAGES
  
SQL_LANGUAGES
The SQL_LANGUAGES system table lists the SQL standards and SQL dialects that solidDB® supports.
Column name
Data type
Description
SOURCE
WVARCHAR
The organization that defined this specific SQL version.
SOURCE_YEAR
WVARCHAR
The year the relevant standard was approved.
CONFORMANCE
WVARCHAR
The conformance level at which conformance to the relevant standard.
INTEGRITY
WVARCHAR
Indicates whether the Integrity Enhancement Feature is supported.
IMPLEMENTATION
WVARCHAR
Identifies uniquely the vendor's SQL language; NULL if SOURCE is 'ISO'.
BINDING_STYLE
WVARCHAR
The binding style 'DIRECT', *EMBED' or 'MODULE'.
PROGRAMMING_LANG
WVARCHAR
The host language used.
See also
System tables