NAME
DBIx::QuickORM::STH::Aside - Async statement handle run on an aside connection.
DESCRIPTION
A DBIx::QuickORM::STH::Async variant whose query runs on a separate "aside" connection rather than the primary one. It behaves exactly like the async handle except that finalizing it releases the aside connection back to the owning connection.
SYNOPSIS
while (my $row_hr = $sth->next) { ... }
PUBLIC METHODS
SOURCE
The source code repository for DBIx::QuickORM can be found at https://github.com/exodist/DBIx-QuickORM.
MAINTAINERS
AUTHORS
COPYRIGHT
Copyright Chad Granum <exodist7@gmail.com>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.