| 程序包 | 说明 |
|---|---|
| org.noear.solon.data.sql | |
| org.noear.solon.data.sql.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> RowIterator<T> |
SqlExecutor.queryRowIterator(int fetchSize,
Class<T> tClass)
查询并获取行遍历器(流式读取)
|
<T> RowIterator<T> |
SqlExecutor.queryRowIterator(int fetchSize,
RowConverter<T> converter)
查询并获取行遍历器(流式读取)
|
| 限定符和类型 | 方法和说明 |
|---|---|
<T> RowIterator<T> |
SimpleSqlExecutor.queryRowIterator(int fetchSize,
Class<T> tClass) |
<T> RowIterator<T> |
SimpleSqlExecutor.queryRowIterator(int fetchSize,
RowConverter<T> converter) |
Copyright © 2024. All rights reserved.