The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SQL::Dialects::CSV

SYNOPSIS

  use SQL::Dialects::CSV;
  $config = SQL::Dialects::CSV->get_config();

DESCRIPTION

This package provides the necessary configuration for CSV SQL.

FUNCTIONS

get_config

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]
  ...