| Package | Description |
|---|---|
| io.debezium.jdbc |
| Modifier and Type | Field and Description |
|---|---|
private JdbcConnection.ConnectionFactory |
JdbcConnection.factory |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConnection.ConnectionFactory |
JdbcConnection.patternBasedFactory(String urlPattern,
Field... variables)
Create a
JdbcConnection.ConnectionFactory that replaces variables in the supplied URL pattern. |
static JdbcConnection.ConnectionFactory |
JdbcConnection.patternBasedFactory(String urlPattern,
String driverClassName,
ClassLoader classloader,
Field... variables)
Create a
JdbcConnection.ConnectionFactory that uses the specific JDBC driver class loaded with the given class loader, and obtains the connection URL by replacing the following variables in the URL pattern:
${hostname}
${port}
${dbname}
${username}
${password}
|
| Constructor and Description |
|---|
JdbcConnection(Configuration config,
JdbcConnection.ConnectionFactory connectionFactory)
Create a new instance with the given configuration and connection factory.
|
JdbcConnection(Configuration config,
JdbcConnection.ConnectionFactory connectionFactory,
JdbcConnection.Operations initialOperations)
Create a new instance with the given configuration and connection factory, and specify the operations that should be
run against each newly-established connection.
|
JdbcConnection(Configuration config,
JdbcConnection.ConnectionFactory connectionFactory,
JdbcConnection.Operations initialOperations,
Consumer<Configuration.Builder> adapter)
Create a new instance with the given configuration and connection factory, and specify the operations that should be
run against each newly-established connection.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.