public class JDBCResponse<R> extends Object
| Constructor and Description |
|---|
JDBCResponse(int updateCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
empty(R apply) |
void |
handle(QueryResultHandler<R> handler) |
void |
outputs(R decodeResultSet,
RowDesc desc,
int size) |
void |
push(R decodeResultSet,
RowDesc desc,
int size) |
void |
returnedKeys(Row keys) |
Copyright © 2021. All rights reserved.