|
NAMESQL::ReservedWords::ODBC - Reserved SQL words by ODBC SYNOPSIS if ( SQL::ReservedWords::ODBC->is_reserved( $word ) ) {
print "$word is a reserved ODBC word!";
}
DESCRIPTIONDetermine if words are reserved by ODBC. METHODS
EXPORTSNothing by default. Following subroutines can be exported: SEE 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.
|