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