NAME
text-csv-sqlhelper - List tables available for a data sources.
SYNOPSIS
text-csv-sqlhelper -f <file> [-e <eol [-s <sep_char>] [-q <quote_char>] [-b <blank_is_undef>] [-w <allow_whitespace>] [-l <allow_loose_quotes>] [-E <escape_char>] [-L <allow_loose_escapes>] [-a <always_quote>] [-Q <quote_space>] [-n <quote_null>] [-p <print type>]
SWTICHES
-f <file>
The file to read.
-e <eol>
See the new section for "Text::SQL".
-s <sep_char>
See the new section for "Text::SQL".
-q <quote_char>
See the new section for "Text::SQL".
-b <blank_is_undef>
See the new section for "Text::SQL".
-w <allow_whitespace>
See the new section for "Text::SQL".
-l <allow_loose_quotes>
See the new section for "Text::SQL".
-E <escape_char>
See the new section for "Text::SQL".
-L <allow_loose_escapes>
See the new section for "Text::SQL".
-a <always_quote>
See the new section for "Text::SQL".
-Q <quote_space>
See the new section for "Text::SQL".
-n <quote_null>
See the new section for "Text::SQL".
-p <print type>
Print the data using one of the specified print types.
If none is specified, "sql" is used.
sql
Prints them the SQL variable information on a single line seperated by ", ".
dump
Prints the returned columns array via Data::Dumper;
Prints each every variable for each column in the form "$column:$variable:$value".
EXIT CODES
Any non-zero exit codes are the error codes returned by "Text::CSV::SQLhelper".
AUTHOR
Copyright (c) 2010, Zame C. Bowers <vvelox@vvelox.net>
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS` OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Changelog
2010-04-01/07:30 0.0.0
Initial release.