SQL::ReservedWords::Oracle(3pm) | User Contributed Perl Documentation | SQL::ReservedWords::Oracle(3pm) |
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.
Nothing by default. Following subroutines can be exported:
SQL::ReservedWords
<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.
2022-06-17 | perl v5.34.0 |