Package com.github.kagkarlsson.jdbc
Class Mappers
- java.lang.Object
-
- com.github.kagkarlsson.jdbc.Mappers
-
public class Mappers extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMappers.SingleResultExpectedstatic classMappers.SingleResultMapper<T>
-
Field Summary
Fields Modifier and Type Field Description static ResultSetMapper<Boolean>NON_EMPTY_RESULTSETstatic Mappers.SingleResultMapper<Integer>SINGLE_INTstatic Mappers.SingleResultMapper<Long>SINGLE_LONGstatic Mappers.SingleResultMapper<String>SINGLE_STRING
-
Constructor Summary
Constructors Constructor Description Mappers()
-
-
-
Field Detail
-
SINGLE_INT
public static final Mappers.SingleResultMapper<Integer> SINGLE_INT
-
SINGLE_LONG
public static final Mappers.SingleResultMapper<Long> SINGLE_LONG
-
SINGLE_STRING
public static final Mappers.SingleResultMapper<String> SINGLE_STRING
-
NON_EMPTY_RESULTSET
public static final ResultSetMapper<Boolean> NON_EMPTY_RESULTSET
-
-