SQL::Translator::Parser::Sybase.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

SQL::Translator::Parser::Sybase - parser for Sybase

SYNOPSIS

   use SQL::Translator::Parser::Sybase;
 
 

DESCRIPTION

Mostly parses the output of ``dbschema.pl,'' a Perl script freely available from http://www.midsomer.org. The parsing is not complete, however, and you would probably have much better luck using the DBI-Sybase parser included with SQL::Translator.

AUTHOR

Ken Y. Clark <kclark@cpan.org>.

SEE ALSO

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