Uses of Interface
io.debezium.jdbc.JdbcConnection.ResultSetMapper
Packages that use JdbcConnection.ResultSetMapper
-
Uses of JdbcConnection.ResultSetMapper in io.debezium.jdbc
Methods in io.debezium.jdbc that return JdbcConnection.ResultSetMapperModifier and TypeMethodDescriptionJdbcConnection.singleResultMapper(JdbcConnection.ResultSetExtractor<T> extractor, String error) Methods in io.debezium.jdbc with parameters of type JdbcConnection.ResultSetMapperModifier and TypeMethodDescription<T> TJdbcConnection.prepareQueryAndMap(String preparedQueryString, JdbcConnection.StatementPreparer preparer, JdbcConnection.ResultSetMapper<T> mapper) Execute a SQL prepared query and map the result set into an expected type..<T> TJdbcConnection.queryAndMap(String query, JdbcConnection.ResultSetMapper<T> mapper) Execute a SQL query and map the result set into an expected type.<T> TJdbcConnection.queryAndMap(String query, JdbcConnection.StatementFactory statementFactory, JdbcConnection.ResultSetMapper<T> mapper) Execute a SQL query and map the result set into an expected type.