Uses of Interface
com.github.kagkarlsson.jdbc.ResultSetMapper
-
-
Uses of ResultSetMapper in com.github.kagkarlsson.jdbc
Classes in com.github.kagkarlsson.jdbc that implement ResultSetMapper Modifier and Type Class Description static classMappers.SingleResultMapper<T>Fields in com.github.kagkarlsson.jdbc declared as ResultSetMapper Modifier and Type Field Description static ResultSetMapper<Boolean>Mappers. NON_EMPTY_RESULTSETMethods in com.github.kagkarlsson.jdbc with parameters of type ResultSetMapper Modifier and Type Method Description <T> TJdbcRunner. query(String query, PreparedStatementSetter setParameters, ResultSetMapper<T> resultSetMapper)
-