sql::reservedwords::odbc(3pm) debian man page | unix.com

Man Page: sql::reservedwords::odbc

Operating Environment: debian

Section: 3pm

SQL::ReservedWords::ODBC(3pm)				User Contributed Perl Documentation			     SQL::ReservedWords::ODBC(3pm)

NAME
SQL::ReservedWords::ODBC - Reserved SQL words by ODBC
SYNOPSIS
if ( SQL::ReservedWords::ODBC->is_reserved( $word ) ) { print "$word is a reserved ODBC word!"; }
DESCRIPTION
Determine if words are reserved by ODBC.
METHODS
is_reserved( $word ) Returns a boolean indicating if $word is reserved by ODBC 3.0. is_reserved_by_odbc3( $word ) Returns a boolean indicating if $word is reserved by ODBC 3.0. reserved_by( $word ) Returns a list with ODBC versions that reserves $word. words Returns a list with all reserved words.
EXPORTS
Nothing by default. Following subroutines can be exported: is_reserved is_reserved_by_odbc3 reserved_by words
SEE ALSO
SQL::ReservedWords. Microsoft ODBC 3.0 Programmer's Reference, Volume 2, Appendix C.
AUTHOR
Christian Hansen "chansen@cpan.org"
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.8 2008-03-28 SQL::ReservedWords::ODBC(3pm)
Related Man Pages
grass-odbc(1grass) - debian
gammu-smsd-odbc(7) - debian
dbix::class::storage::dbi::odbc::access(3pm) - debian
sql::reservedwords::mysql(3pm) - debian
sql::reservedwords::oracle(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?