protected static class SimpleFlatMapper.ResultSetHandler extends Object implements InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
protected Chunk |
chunk |
protected ResultSet |
rs |
| Constructor and Description |
|---|
ResultSetHandler(ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
protected Chunk |
createChunk(ResultSet rs) |
Chunk |
getChunk() |
Object |
invoke(Object proxy,
Method method,
Object[] args) |
public ResultSetHandler(ResultSet rs)
public Chunk getChunk()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableprotected Chunk createChunk(ResultSet rs) throws SQLException
SQLExceptionCopyright © 2017–2019 CodeLutin. All rights reserved.