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

NAME

6       SQL::Dialects::CSV
7

SYNOPSIS

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

DESCRIPTION

13       This package provides the necessary configuration for CSV SQL.
14

FUNCTIONS

16   get_config
17       Returns the configuration for CSV SQL. The configuration is delivered
18       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.32.0                      2020-10-22             SQL::Dialects::CSV(3)
Impressum