SQL::Translator::Parser::SQLServer.3pm

Langue: en

Version: 2009-05-10 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SQL::Translator::Parser::SQLServer - parser for SQL Server

SYNOPSIS

   use SQL::Translator::Parser::SQLServer;
 
 

DESCRIPTION

Adapted from Parser::Sybase and mostly parses the output of Producer::SQLServer. The parsing is by no means complete and should probably be considered a work in progress.

AUTHOR

Chris Hilton <chris@dctank.com> - Bulk of code from Sybase parser, I just tweaked it for SQLServer. Thanks.

SEE ALSO

SQL::Translator, SQL::Translator::Parser::DBI, <http://www.midsomer.org/>.