Uses of Interface
org.sql2o.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
Modifier 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