|
NAMESQL::ReservedWords::SQLServer - Reserved SQL words by SQL Server SYNOPSIS if ( SQL::ReservedWords::SQLServer->is_reserved( $word ) ) {
print "$word is a reserved SQL Server word!";
}
DESCRIPTIONDetermine if words are reserved by SQL Server. METHODS
EXPORTSNothing by default. Following subroutines can be exported: SEE ALSOhttp://msdn2.microsoft.com/en-us/library/ms130214.aspx 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.
|