| 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.ConnectionFactory |
Establishes JDBC connections.
|
| JdbcConnection.Operations |
Defines multiple JDBC operations.
|
| JdbcConnection.ResultSetConsumer | |
| JdbcConnection.SingleParameterResultSetConsumer | |
| 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.
|
| TimeZoneAdapter |
An adapter that can convert
Date, Date, Time, and
Timestamp objects to ZonedDateTime instances, where the time zone in which the temporal objects
were created by the database/driver can be adjusted. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.