static BasicColumnMapper<Object> |
Mappers.getArray |
Gets the value of a given SQL ARRAY column as an uncasted Java array object.
|
static BasicColumnMapper<InputStream> |
Mappers.getAsciiStream |
|
static BasicColumnMapper<BigDecimal> |
Mappers.getBigDecimal |
|
static BasicColumnMapper<InputStream> |
Mappers.getBinaryStream |
|
static BasicColumnMapper<Boolean> |
Mappers.getBoolean |
Gets the value of a given column as a Java boolean.
|
static BasicColumnMapper<Byte> |
Mappers.getByte |
Gets the value of a given column as a Java byte.
|
static BasicColumnMapper<byte[]> |
Mappers.getBytes |
|
static BasicColumnMapper<Reader> |
Mappers.getCharacterStream |
|
static BasicColumnMapper<Date> |
Mappers.getDate |
|
static BasicColumnMapper<Double> |
Mappers.getDouble |
Gets the value of a given column as a Java double.
|
static BasicColumnMapper<Float> |
Mappers.getFloat |
Gets the value of a given column as a Java float.
|
static BasicColumnMapper<Instant> |
Mappers.getInstant |
|
static BasicColumnMapper<Integer> |
Mappers.getInt |
Gets the value of a given column as a Java int.
|
static BasicColumnMapper<int[]> |
Mappers.getIntArray |
Gets the value of a given SQL ARRAY column as an int[] array.
|
static BasicColumnMapper<Long> |
Mappers.getLong |
Gets the value of a given column as a Java long.
|
static BasicColumnMapper<long[]> |
Mappers.getLongArray |
Gets the value of a given SQL ARRAY column as an long[] array.
|
static BasicColumnMapper<Short> |
Mappers.getShort |
Gets the value of a given column as a Java short.
|
static BasicColumnMapper<Array> |
Mappers.getSqlArray |
|
static BasicColumnMapper<String> |
Mappers.getString |
|
static BasicColumnMapper<String[]> |
Mappers.getStringArray |
Gets the value of a given SQL ARRAY column as an String[] array.
|
static BasicColumnMapper<Timestamp> |
Mappers.getTimestamp |
|
static BasicColumnMapper<URL> |
Mappers.getURL |
|