|
NAMESQL::Translator::Parser::Access - parser for Access as produced by mdbtoolsSYNOPSISuse SQL::Translator; use SQL::Translator::Parser::Access; my $translator = SQL::Translator->new; $translator->parser("SQL::Translator::Parser::Access"); DESCRIPTIONThe grammar derived from the MySQL grammar. The input is expected to be something similar to the output of mdbtools (http://mdbtools.sourceforge.net/).AUTHORKen Y. Clark <kclark@cpan.org>.SEE ALSOperl(1), Parse::RecDescent, SQL::Translator::Schema.
Visit the GSP FreeBSD Man Page Interface. |