| 程序包 | 说明 |
|---|---|
| com.github.braisdom.objsql.jdbc | |
| com.github.braisdom.objsql.jdbc.handlers |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BasicRowProcessor
Basic implementation of the
RowProcessor interface. |
| 构造器和说明 |
|---|
ResultSetIterator(ResultSet rs,
RowProcessor convert)
Constructor for ResultSetIterator.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected RowProcessor |
KeyedHandler.convert
The RowProcessor implementation to use when converting rows
into Objects.
|
| 构造器和说明 |
|---|
ArrayHandler(RowProcessor convert)
Creates a new instance of ArrayHandler.
|
ArrayListHandler(RowProcessor convert)
Creates a new instance of ArrayListHandler.
|
BeanHandler(Class<T> type,
RowProcessor convert)
Creates a new instance of BeanHandler.
|
BeanListHandler(Class<T> type,
RowProcessor convert)
Creates a new instance of BeanListHandler.
|
BeanMapHandler(Class<V> type,
RowProcessor convert)
Creates a new instance of BeanMapHandler.
|
KeyedHandler(RowProcessor convert)
Creates a new instance of KeyedHandler.
|
MapHandler(RowProcessor convert)
Creates a new instance of MapHandler.
|
MapListHandler(RowProcessor convert)
Creates a new instance of MapListHandler.
|
Copyright © 2020 com.github.braisdom. All rights reserved.