| Package | Description |
|---|---|
| org.soulwing.jdbc |
JDBC facade and supporting classes
|
| Modifier and Type | Method and Description |
|---|---|
JdbcQuery<T> |
JdbcQuery.mappingRowsWith(RowMapper<T> rowMapper)
Configures this query to use the given row mapper.
|
<T> List<T> |
JdbcCall.retrieveList(RowMapper<T> rowMapper)
Retrieves and maps all rows in the current result set using the given
row mapper.
|
<T> T |
JdbcCall.retrieveValue(RowMapper<T> rowMapper)
Retrieves and maps a single row in current result set, which must contain
exactly one row.
|
Copyright © 2014–2015 Carl Harris, Jr. All rights reserved.