| Package | Description |
|---|---|
| io.debezium.jdbc |
| Modifier and Type | Method and Description |
|---|---|
<T> JdbcConnection.ResultSetMapper<T> |
JdbcConnection.singleResultMapper(JdbcConnection.ResultSetExtractor<T> extractor,
String error) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
JdbcConnection.prepareQueryAndMap(String preparedQueryString,
JdbcConnection.StatementPreparer preparer,
JdbcConnection.ResultSetMapper<T> mapper)
Execute a SQL prepared query and map the result set into an expected type..
|
<T> T |
JdbcConnection.queryAndMap(String query,
JdbcConnection.ResultSetMapper<T> mapper)
Execute a SQL query and map the result set into an expected type.
|
<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.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.