Uses of Interface
io.debezium.jdbc.JdbcConfiguration
Packages that use JdbcConfiguration
-
Uses of JdbcConfiguration in io.debezium.jdbc
Fields in io.debezium.jdbc declared as JdbcConfigurationMethods in io.debezium.jdbc that return JdbcConfigurationModifier and TypeMethodDescriptionstatic JdbcConfigurationJdbcConfiguration.adapt(Configuration config) Obtain aJdbcConfigurationadapter for the givenConfiguration.JdbcConnection.config()Obtain the configuration for this connection.static JdbcConfigurationJdbcConfiguration.empty()Methods in io.debezium.jdbc with parameters of type JdbcConfigurationModifier and TypeMethodDescriptionJdbcConnection.ConnectionFactory.connect(JdbcConfiguration config) Establish a connection to the database denoted by the given configuration.JdbcConnection.ConnectionFactoryDecorator.connect(JdbcConfiguration config) Constructors in io.debezium.jdbc with parameters of type JdbcConfigurationModifierConstructorDescriptionprotectedJdbcConnection(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 JdbcConfigurationModifier and TypeFieldDescriptionprivate final JdbcConfigurationRelationalDatabaseConnectorConfig.jdbcConfigMethods in io.debezium.relational that return JdbcConfigurationModifier and TypeMethodDescriptionRelationalDatabaseConnectorConfig.getJdbcConfig()Returns a "raw" configuration object exposing all the database driver related settings, without the "database." prefix.