SQL::ReservedWords::SQLite(3pm) | User Contributed Perl Documentation | SQL::ReservedWords::SQLite(3pm) |
SQL::ReservedWords::SQLite - Reserved SQL words by SQLite
if ( SQL::ReservedWords::SQLite->is_reserved( $word ) ) { print "$word is a reserved SQLite word!"; }
Determine if words are reserved by SQLite.
Nothing by default. Following subroutines can be exported:
SQL::ReservedWords
<http://www.sqlite.org/docs.html>
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 |