NAME

Database::Async::Query

SYNOPSIS

my $query = Database::Async::Query->new(
 db => Database::Async->new(...),
);

DESCRIPTION

db

Accessor for the Database::Async instance.

start

Schedules this query for execution.

rows

Returns a Ryu::Source representing the rows of this transaction.

Each row is a Database::Async::Row instance.

Will call "start" if required.

single

Defaults to all columns, provide a list of indices to select a subset.

AUTHOR

Tom Molesworth <TEAM@cpan.org>

LICENSE

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