NAME
DBIx::QuickORM::Role::STH - Role for statement-handle wrappers.
DESCRIPTION
The common interface for the statement-handle wrappers (DBIx::QuickORM::STH and its async variants). It defines the iteration contract: fetch the result, check readiness, pull rows, and finalize.
Provides default cancel_supported (false) and cancel (croaks); cancellable handles override both.
REQUIRED METHODS
connection, source, dialect, only_one, got_result, result, ready, done, set_done, clear, next.
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.