1SQL::Dialects::ANSI(3)User Contributed Perl DocumentationSQL::Dialects::ANSI(3)
2
3
4
6 SQL::Dialects::ANSI
7
9 use SQL::Dialects::ANSI;
10 $config = SQL::Dialects::ANSI->get_config();
11
13 This package provides the necessary configuration for ANSI SQL, as far
14 it's supported.
15
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-2017 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.30.1 2020-01-30 SQL::Dialects::ANSI(3)