SYNOPSIS

   if ( SQL::ReservedWords::ODBC->is_reserved( $word ) ) {
       print "$word is a reserved ODBC word!";
   }

DESCRIPTION

Determine if words are reserved by \s-1ODBC\s0.

METHODS

Returns a boolean indicating if $word is reserved by \s-1ODBC\s0 3.0. Returns a boolean indicating if $word is reserved by \s-1ODBC\s0 3.0. Returns a list with \s-1ODBC\s0 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

RELATED TO SQL::ReservedWords::ODBC…

SQL::ReservedWords.

Microsoft \s-1ODBC\s0 3.0 Programmer's Reference, Volume 2, Appendix C.

AUTHOR

Christian Hansen \*(C`[email protected]\*(C'

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.