This L<DBIx::Class::Storage::DBI::Cursor> subclass allows you to log the
number of rows that were fetched through the cursor.
+B<Warning>: This module currently lies on L<DBIx::Class> internals and
+might break with an update.
+
=head1 DEBUG OBJECT METHODS
=head2 query_complete (optional)
...
}
+B<Note>: The passing of the C<@bind_values> is currently not yet
+implemented, and no values will be passed yet.
+
=head1 AUTHOR
r.sedlacek@shadowcat.co.uk