Uses of Interface
com.github.kagkarlsson.jdbc.ResultSetMapper
-
Packages that use ResultSetMapper Package Description com.github.kagkarlsson.jdbc com.github.kagkarlsson.scheduler.jdbc -
-
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) -
Uses of ResultSetMapper in com.github.kagkarlsson.scheduler.jdbc
Fields in com.github.kagkarlsson.scheduler.jdbc with type parameters of type ResultSetMapper Modifier and Type Field Description Supplier<ResultSetMapper<List<Execution>>>JdbcTaskRepositoryContext. resultSetMapper
-