| Package | Description |
|---|---|
| io.debezium.jdbc |
| Modifier and Type | Method and Description |
|---|---|
JdbcConnection |
JdbcConnection.connect()
Ensure a connection to the database is established.
|
JdbcConnection |
JdbcConnection.execute(JdbcConnection.Operations operations)
Execute a series of operations as a single transaction.
|
JdbcConnection |
JdbcConnection.execute(String... sqlStatements)
Execute a series of SQL statements as a single transaction.
|
JdbcConnection |
JdbcConnection.query(String query,
Consumer<ResultSet> resultConsumer)
Execute a SQL query.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.