| SQL-Statement documentation | view source | Contained in the SQL-Statement distribution. |
SQL::Dialects::ANSI
use SQL::Dialects::ANSI; $config = SQL::Dialects::ANSI->get_config();
This package provides the necessary configuration for ANSI SQL, as far it's supported.
Returns the configuration for ANSI SQL. The configuration is delivered in ini-style:
[VALID COMMANDS] ... [VALID OPTIONS] ... [VALID COMPARISON OPERATORS] ... [VALID DATA TYPES] ... [RESERVED WORDS] ...
| SQL-Statement documentation | view source | Contained in the SQL-Statement distribution. |