NAME

Async::ORM::SQL::Select - SQL select for Async::ORM

SYNOPSIS

This is used internally.

DESCRIPTION

ATTRIBUTES

<where>

WHERE clause.

<where_logic>

WHERE clause logic (AND, OR).

<order_by>

ORDER BY

<limit>

LIMIT

<offset>

OFFSET

<group_by>

GROUP BY

<having>

HAVING

METHODS

source

Used for joins.

columns

Columns.

to_string

String representation.

AUTHOR

Viacheslav Tikhanovskii, vti@cpan.org.

COPYRIGHT

Copyright (C) 2009, Viacheslav Tikhanovskii.

This program is free software, you can redistribute it and/or modify it under the same terms as Perl 5.10.