1SQL::Dialects::AnyData(U3s)er Contributed Perl DocumentatSiQoLn::Dialects::AnyData(3)
2
3
4
6 SQL::Dialects::AnyData
7
9 use SQL::Dialects::AnyData;
10 $config = SQL::Dialects::AnyData->get_config();
11
13 This package provides the necessary configuration for AnyData SQL.
14
16 get_config
17 Returns the configuration for AnyData SQL. The configuration is
18 delivered in ini-style:
19
20 [VALID COMMANDS]
21 ...
22
23 [VALID OPTIONS]
24 ...
25
26 [VALID COMPARISON OPERATORS]
27 ...
28
29 [VALID DATA TYPES]
30 ...
31
32 [RESERVED WORDS]
33 ...
34
36 This module is
37
38 copyright (c) 2001,2005 by Jeff Zucker and
39 copyright (c) 2007-2020 by Jens Rehsack.
40
41 All rights reserved.
42
43 The module may be freely distributed under the same terms as Perl
44 itself using either the "GPL License" or the "Artistic License" as
45 specified in the Perl README file.
46
47 Jeff can be reached at: jzuckerATcpan.org Jens can be reached at:
48 rehsackATcpan.org or via dbi-devATperl.org
49
50
51
52perl v5.34.0 2021-07-22 SQL::Dialects::AnyData(3)