| Package | Description |
|---|---|
| no.digipost.jdbc |
| Modifier and Type | Field and Description |
|---|---|
static BasicColumnMapper<InputStream> |
Mappers.getAsciiStream |
static BasicColumnMapper<BigDecimal> |
Mappers.getBigDecimal |
static BasicColumnMapper<InputStream> |
Mappers.getBinaryStream |
static BasicColumnMapper<Boolean> |
Mappers.getBoolean |
static BasicColumnMapper<Byte> |
Mappers.getByte |
static BasicColumnMapper<byte[]> |
Mappers.getBytes |
static BasicColumnMapper<Reader> |
Mappers.getCharacterStream |
static BasicColumnMapper<Date> |
Mappers.getDate |
static BasicColumnMapper<Double> |
Mappers.getDouble |
static BasicColumnMapper<Float> |
Mappers.getFloat |
static BasicColumnMapper<Instant> |
Mappers.getInstant
|
static BasicColumnMapper<Integer> |
Mappers.getInt |
static BasicColumnMapper<Long> |
Mappers.getLong |
static BasicColumnMapper<Short> |
Mappers.getShort |
static BasicColumnMapper<String> |
Mappers.getString |
static BasicColumnMapper<Timestamp> |
Mappers.getTimestamp |
static BasicColumnMapper<URL> |
Mappers.getURL |
| Modifier and Type | Method and Description |
|---|---|
default <S> BasicColumnMapper<S> |
BasicColumnMapper.andThen(Function<? super R,S> mapper)
Create a new
BasicColumnMapper which will map the result of this one
using the given function. |
default BasicColumnMapper<R> |
BasicColumnMapper.nullFallthrough()
Specify that a retrieved
null value will short circuit any
chain from this point. |
static <R> BasicColumnMapper<R> |
BasicColumnMapper.of(ThrowingBiFunction<String,ResultSet,R,? extends SQLException> function) |
Copyright © 2016 Digipost. All rights reserved.