NAME
Arango::Tango::Cursor - ArangoDB Cursor object
VERSION
version 0.019
USAGE
This class should not be created directly. The Arango::Tango::Database module is responsible for creating instances of this object.
Arango::Tango::Cursor
answers to the following methods:
METHODS
next
-
Returns the next results. On the first call, returns the results obtained from the first query request. Subsequent requests will try to gather more hits if they exists, and the query id is still alive.
has_more
-
Returns a boolean stating if there are more results to be fetched.
finish
-
Deletes the cursor in the server and destroys all the object details.
AUTHOR
Alberto Simões <ambs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2019-2023 by Alberto Simões.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.