SQL::Dialects::ANSI - SQL::Dialects::ANSI documentation


SQL-Statement documentation  | view source Contained in the SQL-Statement distribution.

Index


NAME

Top

SQL::Dialects::ANSI

SYNOPSIS

Top

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

DESCRIPTION

Top

This package provides the necessary configuration for ANSI SQL, as far it's supported.

FUNCTIONS

Top

get_config

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.