NAME
DBIx::Squirrel::rs - Statement results iterator class
SYNOPSIS
DESCRIPTION
This module subclasses DBIx::Squirrel::it to provides another type of statement results iterator.
While it may be used in exactly the same way as DBIx::Squirrel::it, it also abstracts away the implementation details of the underlying statement results. Results are returned as objects of a class that is dynamically created for each statement results iterator, and column data is accessed via accessor methods that are also dynamically created. Thus, the user need not be concerned with whether the underlying statement results are arrayrefs or hashrefs, or even what case is used for the column names.
AUTHORS
Iain Campbell <cpanic@cpan.org>
COPYRIGHT AND LICENSE
The DBIx::Squirrel module is Copyright (c) 2020-2025 Iain Campbell. All rights reserved.
You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl 5.10.0 README file.
SUPPORT / WARRANTY
DBIx::Squirrel is free Open Source software. IT COMES WITHOUT WARRANTY OF ANY KIND.