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 :