| SQL-Statement documentation | view source | Contained in the SQL-Statement distribution. |
SQL::Dialects::CSV
use SQL::Dialects::CSV; $config = SQL::Dialects::CSV->get_config();
This package provides the necessary configuration for CSV SQL.
Returns the configuration for CSV 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. |