| Interface | Description |
|---|---|
| JdbcConfiguration |
A specialized configuration for the Debezium driver.
|
| JdbcConfiguration.Builder |
The JDBC-specific builder used to construct and/or alter JDBC configuration instances.
|
| JdbcConnection.BlockingMultiResultSetConsumer | |
| JdbcConnection.BlockingResultSetConsumer | |
| JdbcConnection.CallPreparer | |
| JdbcConnection.ConnectionFactory |
Establishes JDBC connections.
|
| JdbcConnection.MultiResultSetConsumer | |
| JdbcConnection.Operations |
Defines multiple JDBC operations.
|
| JdbcConnection.ParameterResultSetConsumer | |
| JdbcConnection.ResultSetConsumer | |
| JdbcConnection.ResultSetMapper<T> | |
| JdbcConnection.StatementFactory |
A function to create a statement from a connection.
|
| JdbcConnection.StatementPreparer |
| Class | Description |
|---|---|
| JdbcConnection |
A utility that simplifies using a JDBC connection and executing transactions composed of multiple statements.
|
| JdbcValueConverters |
A provider of
ValueConverters and SchemaBuilders for various column types. |
| Enum | Description |
|---|---|
| JdbcValueConverters.BigIntUnsignedMode | |
| JdbcValueConverters.DecimalMode | |
| TemporalPrecisionMode |
The set of predefined TemporalPrecisionMode options.
|
| Exception | Description |
|---|---|
| JdbcConnectionException |
RuntimeException which is raised for various SQLException instances and which retains the error
code from the original exception. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.