NAME
EntityModel::Query::ParseSQL
VERSION
version 0.102
SYNOPSIS
my
$parser
= EntityModel::Query::ParseSQL->new;
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
INHERITED METHODS
- Parser::MGC
-
any_of, at_eos, commit, expect, fail, fail_from, from_file, from_reader, from_string, generic_token, list_of, maybe, maybe_expect, new, one_of, pos, scope_level, scope_of, sequence_of, skip_ws, substring_before, token_float, token_ident, token_int, token_kw, token_number, token_string, where
AUTHOR
Tom Molesworth <cpan@entitymodel.com>
LICENSE
Copyright Tom Molesworth 2011. Licensed under the same terms as Perl itself.