Uses of Interface
io.debezium.jdbc.JdbcConnection.StatementFactory
Packages that use JdbcConnection.StatementFactory
-
Uses of JdbcConnection.StatementFactory in io.debezium.jdbc
Methods in io.debezium.jdbc with parameters of type JdbcConnection.StatementFactoryModifier and TypeMethodDescriptionJdbcConnection.query(String query, JdbcConnection.StatementFactory statementFactory, JdbcConnection.ResultSetConsumer resultConsumer) Execute a SQL query.<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.JdbcConnection.queryWithBlockingConsumer(String query, JdbcConnection.StatementFactory statementFactory, JdbcConnection.BlockingResultSetConsumer resultConsumer)