Uses of Interface
io.debezium.jdbc.JdbcConnection.Operations
-
Packages that use JdbcConnection.Operations Package Description io.debezium.jdbc -
-
Uses of JdbcConnection.Operations in io.debezium.jdbc
Fields in io.debezium.jdbc declared as JdbcConnection.Operations Modifier and Type Field Description private JdbcConnection.OperationsJdbcConnection. initialOpsMethods in io.debezium.jdbc with parameters of type JdbcConnection.Operations Modifier and Type Method Description JdbcConnectionJdbcConnection. execute(JdbcConnection.Operations operations)Execute a series of operations as a single transaction.Constructors in io.debezium.jdbc with parameters of type JdbcConnection.Operations Constructor Description JdbcConnection(Configuration config, JdbcConnection.ConnectionFactory connectionFactory, JdbcConnection.Operations initialOperations)Create a new instance with the given configuration and connection factory, and specify the operations that should be run against each newly-established connection.JdbcConnection(Configuration config, JdbcConnection.ConnectionFactory connectionFactory, JdbcConnection.Operations initialOperations, Consumer<Configuration.Builder> adapter)Create a new instance with the given configuration and connection factory, and specify the operations that should be run against each newly-established connection.JdbcConnection(Configuration config, JdbcConnection.ConnectionFactory connectionFactory, JdbcConnection.Operations initialOperations, Consumer<Configuration.Builder> adapter, Supplier<ClassLoader> classLoaderSupplier)Create a new instance with the given configuration and connection factory, and specify the operations that should be run against each newly-established connection.
-