Uses of Interface
io.debezium.jdbc.JdbcConnection.ResultSetMapper
-
Packages that use JdbcConnection.ResultSetMapper Package Description io.debezium.jdbc -
-
Uses of JdbcConnection.ResultSetMapper in io.debezium.jdbc
Methods in io.debezium.jdbc that return JdbcConnection.ResultSetMapper Modifier and Type Method Description <T> JdbcConnection.ResultSetMapper<T>JdbcConnection. singleResultMapper(JdbcConnection.ResultSetExtractor<T> extractor, String error)Methods in io.debezium.jdbc with parameters of type JdbcConnection.ResultSetMapper Modifier and Type Method Description <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.
-