Uses of Interface
io.debezium.connector.postgresql.PostgresStreamingChangeEventSource.PgConnectionSupplier
-
-
Uses of PostgresStreamingChangeEventSource.PgConnectionSupplier in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql with parameters of type PostgresStreamingChangeEventSource.PgConnectionSupplier Modifier and Type Method Description ObjectUnchangedToastedReplicationMessageColumn. 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.PgConnectionSupplier Modifier and Type Method Description ObjectAbstractColumnValue. asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection)ObjectReplicationMessage.ColumnValue. asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection)ObjectAbstractColumnValue. asDefault(TypeRegistry typeRegistry, int columnType, String columnName, String fullType, boolean includeUnknownDatatypes, PostgresStreamingChangeEventSource.PgConnectionSupplier connection)ObjectReplicationMessage.ColumnValue. asDefault(TypeRegistry typeRegistry, int columnType, String columnName, String fullType, boolean includeUnknownDatatypes, PostgresStreamingChangeEventSource.PgConnectionSupplier connection)ObjectReplicationMessage.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.PgConnectionSupplier Modifier and Type Method Description static 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.PgConnectionSupplier Modifier and Type Method Description ObjectPgProtoColumnValue. asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection)ObjectPgProtoColumnValue. asDefault(TypeRegistry typeRegistry, int columnType, String columnName, String fullType, boolean includeUnknownDatatypes, PostgresStreamingChangeEventSource.PgConnectionSupplier connection)ObjectPgProtoReplicationMessage. getValue(String columnName, PostgresType type, String fullType, PgProto.DatumMessage datumMessage, PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDatatypes) -
Uses of PostgresStreamingChangeEventSource.PgConnectionSupplier in io.debezium.connector.postgresql.connection.wal2json
Methods in io.debezium.connector.postgresql.connection.wal2json with parameters of type PostgresStreamingChangeEventSource.PgConnectionSupplier Modifier and Type Method Description ObjectWal2JsonReplicationMessage. getValue(String columnName, PostgresType type, String fullType, Value rawValue, PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDatatypes)Converts the value (string representation) coming from wal2json plugin to a Java value based on the type of the column from the message.
-