NAME

Class::Data::Remote::Iterator - Simple iterator for Class::Data::Remote

SYNOPSIS

# TBD

DESCRIPTION

Provides a simple iterator-based approach to Class::Data::Remote resultsets.

PUBLIC PROPERTIES

count

Returns the number of records in the Iterator.

PUBLIC METHODS

next

Returns the next object in the series, or undef.

Moves the internal cursor to the next object if one exists.

reset

Resets the internal cursor to the first object if one exists.

SEE ALSO

Class::Data::Remote

AUTHOR

John Drago <jdrago_999@yahoo.com>.

LICENSE AND COPYRIGHT

Copyright 2008 John Drago <jdrago_999@yahoo.com>. All rights reserved.

This software is Free software and may be used and distributed under the same terms as perl itself.