SQL::Translator::Parser::Access - parser for Access as produced by mdbtools


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

Index


NAME

Top

SQL::Translator::Parser::Access - parser for Access as produced by mdbtools

SYNOPSIS

Top

  use SQL::Translator;
  use SQL::Translator::Parser::Access;

  my $translator = SQL::Translator->new;
  $translator->parser("SQL::Translator::Parser::Access");

DESCRIPTION

Top

The grammar derived from the MySQL grammar. The input is expected to be something similar to the output of mdbtools (http://mdbtools.sourceforge.net/).

AUTHOR

Top

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

SEE ALSO

Top

perl(1), Parse::RecDescent, SQL::Translator::Schema.


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