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

fetch

routine to fetch object data using a custom query This function uses dynamic run time determination of class types, fields.

fetch_single

Get the single result from the database

This function uses dynamic run time determination of class types, fields. The first type passed is used for basis for join, the table it is joining with has to have the id of the first one embedded. It creates associations via identity fields. The objects need to have an accessor method for the associated type, so that it can work even if it is not populated through the Items class.

count_query

routine to perform a count based on a custom query

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 146:

=pod directives shouldn't be over one line long! Ignoring all 2 lines of content

Around line 221:

=pod directives shouldn't be over one line long! Ignoring all 2 lines of content