The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::DataModel::Statement - DBIx::DataModel statement objects

DESCRIPTION

The purpose of a statement object is to retrieve rows from the database and bless them as objects of appropriate classes.

Internally the statement builds and then encapsulates a DBI statement handle (sth).

The design principles for statements are described in the DESIGN section of the manual (purpose, lifecycle, etc.).

METHODS

Methods for statements are described in the Reference manual.

PRIVATE METHOD NAMES

The following methods or functions are used internally by this module and should be considered as reserved names, not to be redefined in subclasses :

_bless_from_DB
_compute_from_DB_handlers
_find_result_class