Uses of Interface
io.debezium.connector.postgresql.connection.PostgresConnection.PostgresValueConverterBuilder
Packages that use PostgresConnection.PostgresValueConverterBuilder
-
Uses of PostgresConnection.PostgresValueConverterBuilder in io.debezium.connector.postgresql.connection
Constructors in io.debezium.connector.postgresql.connection with parameters of type PostgresConnection.PostgresValueConverterBuilderModifierConstructorDescriptionPostgresConnection(JdbcConfiguration config, PostgresConnection.PostgresValueConverterBuilder valueConverterBuilder, String connectionUsage) Creates a Postgres connection using the supplied configuration.