Uses of Interface
io.debezium.jdbc.JdbcConnection.ConnectionFactory
Packages that use JdbcConnection.ConnectionFactory
-
Uses of JdbcConnection.ConnectionFactory in io.debezium.jdbc
Classes in io.debezium.jdbc that implement JdbcConnection.ConnectionFactoryFields in io.debezium.jdbc declared as JdbcConnection.ConnectionFactoryModifier and TypeFieldDescriptionprivate JdbcConnection.ConnectionFactoryJdbcConnection.ConnectionFactoryDecorator.customConnectionFactoryprivate final JdbcConnection.ConnectionFactoryJdbcConnection.ConnectionFactoryDecorator.defaultConnectionFactoryprivate final JdbcConnection.ConnectionFactoryJdbcConnection.factoryMethods in io.debezium.jdbc that return JdbcConnection.ConnectionFactoryModifier and TypeMethodDescriptionJdbcConnection.patternBasedFactory(String urlPattern, Field... variables) Create aJdbcConnection.ConnectionFactorythat replaces variables in the supplied URL pattern.JdbcConnection.patternBasedFactory(String urlPattern, String driverClassName, ClassLoader classloader, Field... variables) Create aJdbcConnection.ConnectionFactorythat 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}Constructors in io.debezium.jdbc with parameters of type JdbcConnection.ConnectionFactoryModifierConstructorDescriptionprivateConnectionFactoryDecorator(JdbcConnection.ConnectionFactory connectionFactory, Supplier<ClassLoader> classLoaderSupplier) protectedJdbcConnection(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.