| Package | Description |
|---|---|
| no.digipost.jdbc |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RowMapper.Quadrupled<T,U,V,W> |
static interface |
RowMapper.Tripled<T,U,V> |
| Modifier and Type | Method and Description |
|---|---|
default <S> RowMapper.Tupled<R,S> |
RowMapper.combinedWith(RowMapper<S> otherMapper)
Create a new row mapper which first runs this mapper and then the given mapper, and
combines the two results into a
Tuple. |
Copyright © 2016 Digipost. All rights reserved.