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


SQL-Translator documentation  | view source Contained in the SQL-Translator distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

SEE ALSO

Top

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


SQL-Translator documentation  | view source Contained in the SQL-Translator distribution.