| Package | Description |
|---|---|
| org.soulwing.jdbc |
JDBC facade and supporting classes
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JdbcCall.handleResult(ResultSetHandler<T> handler)
Processes the current result set using the given handler.
|
JdbcQuery<T> |
JdbcQuery.handlingResultWith(ResultSetHandler<T> handler)
Configures this query to use the given result set handler.
|
Copyright © 2014–2015 Carl Harris, Jr. All rights reserved.