|
NAMESQL::ReservedWords::Oracle - Reserved SQL words by Oracle SYNOPSIS if ( SQL::ReservedWords::Oracle->is_reserved( $word ) ) {
print "$word is a reserved Oracle word!";
}
DESCRIPTIONDetermine if words are reserved by Oracle Database. METHODS
EXPORTSNothing by default. Following subroutines can be exported: SEE ALSOSQL::ReservedWords <http://www.oracle.com/technology/documentation/> 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.
|