SYNOPSIS

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

DESCRIPTION

Determine if words are reserved by Oracle Database.

METHODS

Returns a boolean indicating if $word is reserved by either Oracle7, Oracle8i, Oracle9i or Oracle10g. Returns a boolean indicating if $word is reserved by Oracle7. Returns a boolean indicating if $word is reserved by Oracle8i. Returns a boolean indicating if $word is reserved by Oracle9i. Returns a boolean indicating if $word is reserved by Oracle10g. Returns a list with Oracle 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_oracle7
is_reserved_by_oracle8
is_reserved_by_oracle9
is_reserved_by_oracle10
reserved_by
words

RELATED TO SQL::ReservedWords::Oracle…

SQL::ReservedWords

<http://www.oracle.com/technology/documentation/>

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.