
SQL::ReservedWords::Oracle - Reserved SQL words by Oracle

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

Determine if words are reserved by Oracle Database.

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.
Returns a list with all reserved words.

Nothing by default. Following subroutines can be exported:

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

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.