1SQL::Dialects::ANSI(3)User Contributed Perl DocumentationSQL::Dialects::ANSI(3)
2
3
4

NAME

6       SQL::Dialects::ANSI
7

SYNOPSIS

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

DESCRIPTION

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

FUNCTIONS

17   get_config
18       Returns the configuration for ANSI SQL. The configuration is delivered
19       in ini-style:
20
21         [VALID COMMANDS]
22         ...
23
24         [VALID OPTIONS]
25         ...
26
27         [VALID COMPARISON OPERATORS]
28         ...
29
30         [VALID DATA TYPES]
31         ...
32
33         [RESERVED WORDS]
34         ...
35
37        This module is
38
39        copyright (c) 2001,2005 by Jeff Zucker and
40        copyright (c) 2007-2020 by Jens Rehsack.
41
42        All rights reserved.
43
44       The module may be freely distributed under the same terms as Perl
45       itself using either the "GPL License" or the "Artistic License" as
46       specified in the Perl README file.
47
48       Jeff can be reached at: jzuckerATcpan.org Jens can be reached at:
49       rehsackATcpan.org or via dbi-devATperl.org
50
51
52
53perl v5.32.0                      2020-10-22            SQL::Dialects::ANSI(3)
Impressum