Uses of Interface
io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.PgConnectionSupplier
Packages that use PostgresStreamingChangeEventSource.PgConnectionSupplier
Package
Description
-
Uses of PostgresStreamingChangeEventSource.PgConnectionSupplier in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql with parameters of type PostgresStreamingChangeEventSource.PgConnectionSupplierModifier and TypeMethodDescriptionUnchangedToastedReplicationMessageColumn.getValue(PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDatatypes) -
Uses of PostgresStreamingChangeEventSource.PgConnectionSupplier in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection with parameters of type PostgresStreamingChangeEventSource.PgConnectionSupplierModifier and TypeMethodDescriptionAbstractColumnValue.asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection) ReplicationMessage.ColumnValue.asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection) AbstractColumnValue.asDefault(TypeRegistry typeRegistry, int columnType, String columnName, String fullType, boolean includeUnknownDatatypes, PostgresStreamingChangeEventSource.PgConnectionSupplier connection) ReplicationMessage.ColumnValue.asDefault(TypeRegistry typeRegistry, int columnType, String columnName, String fullType, boolean includeUnknownDatatypes, PostgresStreamingChangeEventSource.PgConnectionSupplier connection) ReplicationMessage.Column.getValue(PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDatatypes) static ObjectReplicationMessageColumnValueResolver.resolveValue(String columnName, PostgresType type, String fullType, ReplicationMessage.ColumnValue value, PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDatatypes, TypeRegistry typeRegistry) Resolve the value of aReplicationMessage.ColumnValue. -
Uses of PostgresStreamingChangeEventSource.PgConnectionSupplier in io.debezium.connector.postgresql.connection.pgoutput
Methods in io.debezium.connector.postgresql.connection.pgoutput with parameters of type PostgresStreamingChangeEventSource.PgConnectionSupplierModifier and TypeMethodDescriptionstatic ObjectPgOutputReplicationMessage.getValue(String columnName, PostgresType type, String fullType, String rawValue, PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDataTypes, TypeRegistry typeRegistry) Converts the value (string representation) coming from PgOutput plugin to a Java value based on the type of the column from the message. -
Uses of PostgresStreamingChangeEventSource.PgConnectionSupplier in io.debezium.connector.postgresql.connection.pgproto
Methods in io.debezium.connector.postgresql.connection.pgproto with parameters of type PostgresStreamingChangeEventSource.PgConnectionSupplierModifier and TypeMethodDescriptionPgProtoColumnValue.asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection) PgProtoColumnValue.asDefault(TypeRegistry typeRegistry, int columnType, String columnName, String fullType, boolean includeUnknownDatatypes, PostgresStreamingChangeEventSource.PgConnectionSupplier connection) PgProtoReplicationMessage.getValue(String columnName, PostgresType type, String fullType, PgProto.DatumMessage datumMessage, PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDatatypes)