table of contents
SQL::Dialects::CSV(3) | User Contributed Perl Documentation | SQL::Dialects::CSV(3) |
NAME¶
SQL::Dialects::CSV
SYNOPSIS¶
use SQL::Dialects::CSV; $config = SQL::Dialects::CSV->get_config();
DESCRIPTION¶
This package provides the necessary configuration for CSV SQL.
FUNCTIONS¶
get_config¶
Returns the configuration for CSV SQL. The configuration is delivered in ini-style:
[VALID COMMANDS] ... [VALID OPTIONS] ... [VALID COMPARISON OPERATORS] ... [VALID DATA TYPES] ... [RESERVED WORDS] ...
AUTHOR & COPYRIGHT¶
This module is copyright (c) 2001,2005 by Jeff Zucker and copyright (c) 2007-2020 by Jens Rehsack. All rights reserved.
The module may be freely distributed under the same terms as Perl itself using either the "GPL License" or the "Artistic License" as specified in the Perl README file.
Jeff can be reached at: jzuckerATcpan.org Jens can be reached at: rehsackATcpan.org or via dbi-devATperl.org
2020-10-22 | perl v5.40.0 |