DOKK / manpages / debian 12 / libsql-reservedwords-perl / SQL::ReservedWords::ODBC.3pm.en
SQL::ReservedWords::ODBC(3pm) User Contributed Perl Documentation SQL::ReservedWords::ODBC(3pm)

SQL::ReservedWords::ODBC - Reserved SQL words by ODBC

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

Determine if words are reserved by ODBC.

Returns a boolean indicating if $word is reserved by ODBC 3.0.
Returns a boolean indicating if $word is reserved by ODBC 3.0.
Returns a list with ODBC versions that reserves $word.
Returns a list with all reserved words.

Nothing by default. Following subroutines can be exported:

SQL::ReservedWords.

Microsoft ODBC 3.0 Programmer's Reference, Volume 2, Appendix C.

Christian Hansen "chansen@cpan.org"

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

2022-06-17 perl v5.34.0