Query: sql::reservedwords::odbc
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SQL::ReservedWords::ODBC(3pm) User Contributed Perl Documentation SQL::ReservedWords::ODBC(3pm)NAMESQL::ReservedWords::ODBC - Reserved SQL words by ODBCSYNOPSISif ( SQL::ReservedWords::ODBC->is_reserved( $word ) ) { print "$word is a reserved ODBC word!"; }DESCRIPTIONDetermine if words are reserved by ODBC.METHODSis_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.EXPORTSNothing by default. Following subroutines can be exported: is_reserved is_reserved_by_odbc3 reserved_by wordsSEE ALSOSQL::ReservedWords. Microsoft ODBC 3.0 Programmer's Reference, Volume 2, Appendix C.AUTHORChristian Hansen "chansen@cpan.org"COPYRIGHTThis 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)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
My first PERL incarnation... Audio Oscillograph |