Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
33.45. sql_languages
Prev UpChapter 33. The Information SchemaHome Next

33.45. sql_languages

The tablesql_languages contains one row for each SQL language binding that is supported byPostgres Pro.Postgres Pro supports direct SQL and embedded SQL in C; that is all you will learn from this table.

This table was removed from the SQL standard in SQL:2008, so there are no entries referring to standards later than SQL:2003.

Table 33.43. sql_languages Columns

NameData TypeDescription
sql_language_sourcecharacter_data The name of the source of the language definition; alwaysISO 9075, that is, the SQL standard
sql_language_yearcharacter_data The year the standard referenced insql_language_source was approved.
sql_language_conformancecharacter_data The standard conformance level for the language binding. For ISO 9075:2003 this is alwaysCORE.
sql_language_integritycharacter_dataAlways null (This value is relevant to an earlier version of the SQL standard.)
sql_language_implementationcharacter_dataAlways null
sql_language_binding_stylecharacter_data The language binding style, eitherDIRECT orEMBEDDED
sql_language_programming_languagecharacter_data The programming language, if the binding style isEMBEDDED, else null.Postgres Pro only supports the language C.


Prev Home Next
33.44. sql_implementation_info Up 33.46. sql_packages
pdfepub
Go to Postgres Pro Standard 9.6
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp