| Package | Description |
|---|---|
| io.debezium.jdbc |
| Modifier and Type | Method and Description |
|---|---|
JdbcConnection |
JdbcConnection.query(String query,
JdbcConnection.StatementFactory statementFactory,
JdbcConnection.ResultSetConsumer resultConsumer)
Execute a SQL query.
|
<T> T |
JdbcConnection.queryAndMap(String query,
JdbcConnection.StatementFactory statementFactory,
JdbcConnection.ResultSetMapper<T> mapper)
Execute a SQL query and map the result set into an expected type.
|
JdbcConnection |
JdbcConnection.queryWithBlockingConsumer(String query,
JdbcConnection.StatementFactory statementFactory,
JdbcConnection.BlockingResultSetConsumer resultConsumer) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.