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.