The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MKDoc::SQL::Query - MKDoc SQL Query object

SUMMARY

This object represents the result set of a query which has been performed on a given table.

$self->next();

Returns next record. Blesses it into its package if neccessary.

$self->fetch_all();

Returns an array of all objects that could be fetched.

Wrapper function for the next() iterator.