oracle / nosql-java-sdk

SDK for Java for the Oracle NoSQL Database
https://www.oracle.com/database/nosql/
Universal Permissive License v1.0
24 stars 24 forks source link

Feature/iterator #18

Closed cezarfx closed 2 years ago

cezarfx commented 2 years ago

Added new method queryIterable(QueryRequest) -> QueryIterableResult in NoSQLHandle class. The result of it is an iterable, ie. it can provide iterators that iterate over all results of a query.