SQL::ReservedWords::DB2(3pm) | User Contributed Perl Documentation | SQL::ReservedWords::DB2(3pm) |
SQL::ReservedWords::DB2 - Reserved SQL words by DB2
if ( SQL::ReservedWords::DB2->is_reserved( $word ) ) { print "$word is a reserved DB2 word!"; }
Determine if words are reserved by DB2.
Nothing by default. Following subroutines can be exported:
SQL::ReservedWords
<http://www-306.ibm.com/software/data/db2/udb/>
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 |