| 程序包 | 说明 |
|---|---|
| org.sql2o |
Provides the main api for sql2o.
|
| org.sql2o.data |
Provides the model used by sql2o to represent a raw result set.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LazyTable.setRows(ResultSetIterable<Row> rows) |
Copyright © 2021. All rights reserved.