Uses of Interface
io.debezium.jdbc.JdbcConfiguration
-
Packages that use JdbcConfiguration Package Description io.debezium.jdbc io.debezium.relational -
-
Uses of JdbcConfiguration in io.debezium.jdbc
Fields in io.debezium.jdbc declared as JdbcConfiguration Modifier and Type Field Description private JdbcConfigurationJdbcConnection. configMethods in io.debezium.jdbc that return JdbcConfiguration Modifier and Type Method Description static JdbcConfigurationJdbcConfiguration. adapt(Configuration config)Obtain aJdbcConfigurationadapter for the givenConfiguration.JdbcConfigurationJdbcConnection. config()Obtain the configuration for this connection.static JdbcConfigurationJdbcConfiguration. empty()Methods in io.debezium.jdbc with parameters of type JdbcConfiguration Modifier and Type Method Description ConnectionJdbcConnection.ConnectionFactory. connect(JdbcConfiguration config)Establish a connection to the database denoted by the given configuration.ConnectionJdbcConnection.ConnectionFactoryDecorator. connect(JdbcConfiguration config)Constructors in io.debezium.jdbc with parameters of type JdbcConfiguration Constructor Description JdbcConnection(JdbcConfiguration config, JdbcConnection.ConnectionFactory connectionFactory, JdbcConnection.Operations initialOperations, Supplier<ClassLoader> classLoaderSupplier, String openingQuotingChar, String closingQuotingChar)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(JdbcConfiguration config, JdbcConnection.ConnectionFactory connectionFactory, String openingQuoteCharacter, String closingQuoteCharacter)Create a new instance with the given configuration and connection factory.JdbcConnection(JdbcConfiguration config, JdbcConnection.ConnectionFactory connectionFactory, Supplier<ClassLoader> classLoaderSupplier, String openingQuoteCharacter, String closingQuoteCharacter)Create a new instance with the given configuration and connection factory. -
Uses of JdbcConfiguration in io.debezium.relational
Fields in io.debezium.relational declared as JdbcConfiguration Modifier and Type Field Description private JdbcConfigurationRelationalDatabaseConnectorConfig. jdbcConfigMethods in io.debezium.relational that return JdbcConfiguration Modifier and Type Method Description JdbcConfigurationRelationalDatabaseConnectorConfig. getJdbcConfig()Returns a "raw" configuration object exposing all the database driver related settings, without the "database." prefix.
-