The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

EntityModel::Query::ParseSQL

VERSION

version 0.017

SYNOPSIS

 use strict; use warnings;
 use EntityModel::Query::ParseSQL;
 my $parser = EntityModel::Query::ParseSQL->new;
 print Dumper($parser->from_string('select id from tbl x inner join tbl y on x.idx = y.idx where x.idx < 14'));

METHODS

SEE ALSO

SQL::Translator, SQL::Abstract

AUTHOR

Tom Molesworth <cpan@entitymodel.com>

LICENSE

Copyright Tom Molesworth 2011. Licensed under the same terms as Perl itself.