table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 1.660.0-1.3
 - Leap-15.6
 
| SQL::Translator::Parser::Access(3) | User Contributed Perl Documentation | SQL::Translator::Parser::Access(3) | 
NAME¶
SQL::Translator::Parser::Access - parser for Access as produced by mdbtools
SYNOPSIS¶
  use SQL::Translator;
  use SQL::Translator::Parser::Access;
  my $translator = SQL::Translator->new;
  $translator->parser("SQL::Translator::Parser::Access");
DESCRIPTION¶
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¶
Ken Y. Clark <kclark@cpan.org>.
SEE ALSO¶
perl(1), Parse::RecDescent, SQL::Translator::Schema.
| 2024-12-12 | perl v5.42.0 |