Uses of Interface
no.digipost.jdbc.BasicColumnMapper
Packages that use BasicColumnMapper
-
Uses of BasicColumnMapper in no.digipost.jdbc
Fields in no.digipost.jdbc declared as BasicColumnMapperModifier and TypeFieldDescriptionstatic final BasicColumnMapper<Object>Mappers.getArrayGets the value of a given SQLARRAYcolumn as an uncasted Java array object.static final BasicColumnMapper<InputStream>Mappers.getAsciiStreamstatic final BasicColumnMapper<BigDecimal>Mappers.getBigDecimalstatic final BasicColumnMapper<InputStream>Mappers.getBinaryStreamstatic final BasicColumnMapper<Boolean>Mappers.getBooleanGets the value of a given column as a Javaboolean.static final BasicColumnMapper<Byte>Mappers.getByteGets the value of a given column as a Javabyte.static final BasicColumnMapper<byte[]>Mappers.getBytesstatic final BasicColumnMapper<Reader>Mappers.getCharacterStreamstatic final BasicColumnMapper<Date>Mappers.getDatestatic final BasicColumnMapper<Double>Mappers.getDoubleGets the value of a given column as a Javadouble.static final BasicColumnMapper<Float>Mappers.getFloatGets the value of a given column as a Javafloat.static final BasicColumnMapper<Instant>Mappers.getInstantstatic final BasicColumnMapper<Integer>Mappers.getIntGets the value of a given column as a Javaint.static final BasicColumnMapper<int[]>Mappers.getIntArrayGets the value of a given SQLARRAYcolumn as anint[]array.static final BasicColumnMapper<Long>Mappers.getLongGets the value of a given column as a Javalong.static final BasicColumnMapper<long[]>Mappers.getLongArrayGets the value of a given SQLARRAYcolumn as anlong[]array.static final BasicColumnMapper<Short>Mappers.getShortGets the value of a given column as a Javashort.static final BasicColumnMapper<Array>Mappers.getSqlArraystatic final BasicColumnMapper<String>Mappers.getStringstatic final BasicColumnMapper<String[]>Mappers.getStringArrayGets the value of a given SQLARRAYcolumn as anString[]array.static final BasicColumnMapper<Timestamp>Mappers.getTimestampstatic final BasicColumnMapper<URL>Mappers.getURLMethods in no.digipost.jdbc that return BasicColumnMapperModifier and TypeMethodDescriptiondefault <S> BasicColumnMapper<S>Create a newBasicColumnMapperwhich will map the result of this one using the givenfunction.default BasicColumnMapper<R>BasicColumnMapper.nullFallthrough()Specify that a retrievednullvalue will short circuit any chain from this point.static <R> BasicColumnMapper<R>BasicColumnMapper.of(ThrowingBiFunction<String, ResultSet, R, ? extends SQLException> function)