SYNOPSIS

   if ( SQL::ReservedWords::SQLServer->is_reserved( $word ) ) {
       print "$word is a reserved SQL Server word!";
   }

DESCRIPTION

Determine if words are reserved by \s-1SQL\s0 Server.

METHODS

Returns a boolean indicating if $word is reserved by \s-1SQL\s0 Server 7, 2000 or 2005. Returns a boolean indicating if $word is reserved by \s-1SQL\s0 Server 7. Returns a boolean indicating if $word is reserved by \s-1SQL\s0 Server 2000. Returns a boolean indicating if $word is reserved by \s-1SQL\s0 Server 2005. Returns a list with \s-1SQL\s0 Server versions that reserves $word.

words

Returns a list with all reserved words.

EXPORTS

Nothing by default. Following subroutines can be exported:

is_reserved
is_reserved_by_sqlserver7
is_reserved_by_sqlserver2000
is_reserved_by_sqlserver2005
reserved_by
words

RELATED TO SQL::ReservedWords::SQLServer…

http://msdn2.microsoft.com/en-us/library/ms130214.aspx

AUTHOR

Christian Hansen \*(C`[email protected]\*(C'

COPYRIGHT

This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.