Uses of Interface
org.sql2o.ResultSetIterable
Packages that use ResultSetIterable
Package
Description
Provides the main api for sql2o.
Provides the model used by sql2o to represent a raw result set.
-
Uses of ResultSetIterable in org.sql2o
Methods in org.sql2o that return ResultSetIterableModifier and TypeMethodDescription<T> ResultSetIterable<T> Query.executeAndFetchLazy(Class<T> returnType) Read a collection lazily.<T> ResultSetIterable<T> Query.executeAndFetchLazy(ResultSetHandler<T> resultSetHandler) Read a collection lazily.<T> ResultSetIterable<T> Query.executeAndFetchLazy(ResultSetHandlerFactory<T> resultSetHandlerFactory) Read a collection lazily. -
Uses of ResultSetIterable in org.sql2o.data
Methods in org.sql2o.data with parameters of type ResultSetIterable