SQL::ReservedWords::SQLServer(3pm) | User Contributed Perl Documentation | SQL::ReservedWords::SQLServer(3pm) |
SQL::ReservedWords::SQLServer - Reserved SQL words by SQL Server
if ( SQL::ReservedWords::SQLServer->is_reserved( $word ) ) { print "$word is a reserved SQL Server word!"; }
Determine if words are reserved by SQL Server.
Nothing by default. Following subroutines can be exported:
http://msdn2.microsoft.com/en-us/library/ms130214.aspx
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 |