| Package | Description |
|---|---|
| io.debezium.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private JdbcConnection.Operations |
JdbcConnection.initialOps |
| Modifier and Type | Method and Description |
|---|---|
JdbcConnection |
JdbcConnection.execute(JdbcConnection.Operations operations)
Execute a series of operations as a single transaction.
|
| Constructor and 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.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.