Uses of Interface
io.debezium.jdbc.JdbcConnection.Operations
Packages that use JdbcConnection.Operations
-
Uses of JdbcConnection.Operations in io.debezium.jdbc
Fields in io.debezium.jdbc declared as JdbcConnection.OperationsModifier and TypeFieldDescriptionprivate final JdbcConnection.OperationsJdbcConnection.initialOpsMethods in io.debezium.jdbc with parameters of type JdbcConnection.OperationsModifier and TypeMethodDescriptionJdbcConnection.execute(JdbcConnection.Operations operations) Execute a series of operations as a single transaction.Constructors in io.debezium.jdbc with parameters of type JdbcConnection.OperationsModifierConstructorDescriptionprotectedJdbcConnection(JdbcConfiguration config, JdbcConnection.ConnectionFactory connectionFactory, JdbcConnection.Operations initialOperations, Supplier<ClassLoader> classLoaderSupplier, String openingQuotingChar, String closingQuotingChar) Create a new instance with the given configuration and connection factory, and specify the operations that should be run against each newly-established connection.