| Package | Description |
|---|---|
| no.digipost.jdbc |
| Modifier and Type | Field and Description |
|---|---|
static NullableColumnMapper<InputStream> |
Mappers.getNullableAsciiStream |
static NullableColumnMapper<BigDecimal> |
Mappers.getNullableBigDecimal |
static NullableColumnMapper<InputStream> |
Mappers.getNullableBinaryStream |
static NullableColumnMapper<byte[]> |
Mappers.getNullableBytes |
static NullableColumnMapper<Reader> |
Mappers.getNullableCharacterStream |
static NullableColumnMapper<Date> |
Mappers.getNullableDate |
static NullableColumnMapper<Instant> |
Mappers.getNullableInstant
Combination of
Mappers.getNullableTimestamp and a conversion to an Instant
using Timestamp.toInstant(). |
static NullableColumnMapper<String> |
Mappers.getNullableString |
static NullableColumnMapper<Timestamp> |
Mappers.getNullableTimestamp |
static NullableColumnMapper<URL> |
Mappers.getNullableURL |
| Modifier and Type | Method and Description |
|---|---|
default <S> NullableColumnMapper<S> |
NullableColumnMapper.andThen(Function<? super R,S> mapper)
Create a new
NullableColumnMapper which will map the result of this one
using the given function. |
static <R> NullableColumnMapper<R> |
NullableColumnMapper.of(ThrowingBiFunction<String,ResultSet,R,? extends SQLException> function) |
Copyright © 2016 Digipost. All rights reserved.