GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SQL::ReservedWords::ODBC(3) User Contributed Perl Documentation SQL::ReservedWords::ODBC(3)

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.

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.

Nothing by default. Following subroutines can be exported:
is_reserved
is_reserved_by_odbc3
reserved_by
words

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.
2012-08-30 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.