Uses of Class
io.debezium.connector.postgresql.PostgresType
Packages that use PostgresType
Package
Description
-
Uses of PostgresType in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresTypeModifier and TypeFieldDescriptionprivate final PostgresTypePostgresType.elementTypeprivate final PostgresTypePostgresType.parentTypestatic final PostgresTypePostgresType.UNKNOWNFields in io.debezium.connector.postgresql with type parameters of type PostgresTypeModifier and TypeFieldDescriptionprivate final Map<String, PostgresType> TypeRegistry.nameToTypeprivate final Map<Integer, PostgresType> TypeRegistry.oidToTypeMethods in io.debezium.connector.postgresql that return PostgresTypeModifier and TypeMethodDescriptionPostgresType.Builder.build()TypeRegistry.get(int oid) PostgresType.getElementType()PostgresType.getParentType()PostgresType.getRootType()private PostgresTypeTypeRegistry.loadType(PreparedStatement statement) private PostgresTypeTypeRegistry.resolveUnknownType(int lookupOid) private PostgresTypeTypeRegistry.resolveUnknownType(String name) Methods in io.debezium.connector.postgresql that return types with arguments of type PostgresTypeMethods in io.debezium.connector.postgresql with parameters of type PostgresTypeModifier and TypeMethodDescriptionprivate voidTypeRegistry.addType(PostgresType type) protected ObjectPostgresValueConverter.convertArray(Column column, org.apache.kafka.connect.data.Field fieldDefn, PostgresType elementType, ValueConverter elementConverter, Object data) private ObjectPostgresValueConverter.resolveArrayValue(Object value, PostgresType elementType) Constructors in io.debezium.connector.postgresql with parameters of type PostgresTypeModifierConstructorDescriptionprivatePostgresType(String name, int oid, int jdbcId, int modifiers, org.postgresql.core.TypeInfo typeInfo, List<String> enumValues, PostgresType parentType, PostgresType elementType) privatePostgresType(String name, int oid, int jdbcId, org.postgresql.core.TypeInfo typeInfo, List<String> enumValues, PostgresType parentType, PostgresType elementType) UnchangedToastedReplicationMessageColumn(String columnName, PostgresType type, String typeWithModifiers, boolean optional) -
Uses of PostgresType in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresTypeModifier and TypeFieldDescriptionprivate final PostgresTypeAbstractReplicationMessageColumn.typeMethods in io.debezium.connector.postgresql.connection that return PostgresTypeModifier and TypeMethodDescriptionAbstractReplicationMessageColumn.getType()ReplicationMessage.Column.getType()Methods in io.debezium.connector.postgresql.connection with parameters of type PostgresTypeModifier and TypeMethodDescriptionAbstractColumnValue.asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection) ReplicationMessage.ColumnValue.asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection) booleanAbstractColumnValue.isArray(PostgresType type) booleanReplicationMessage.ColumnValue.isArray(PostgresType type) 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.Constructors in io.debezium.connector.postgresql.connection with parameters of type PostgresTypeModifierConstructorDescriptionAbstractReplicationMessageColumn(String columnName, PostgresType type, String typeWithModifiers, boolean optional) TypeMetadataImpl(String columnName, PostgresType type, String typeWithModifiers, boolean optional) -
Uses of PostgresType in io.debezium.connector.postgresql.connection.pgoutput
Fields in io.debezium.connector.postgresql.connection.pgoutput declared as PostgresTypeMethods in io.debezium.connector.postgresql.connection.pgoutput that return PostgresTypeMethods in io.debezium.connector.postgresql.connection.pgoutput with parameters of type PostgresTypeModifier 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.Constructors in io.debezium.connector.postgresql.connection.pgoutput with parameters of type PostgresTypeModifierConstructorDescription(package private)ColumnMetaData(String columnName, PostgresType postgresType, boolean key, boolean optional, boolean hasDefaultValue, String defaultValueExpression, int typeModifier) Create a metadata structure representing a column. -
Uses of PostgresType in io.debezium.connector.postgresql.connection.pgproto
Methods in io.debezium.connector.postgresql.connection.pgproto with parameters of type PostgresTypeModifier and TypeMethodDescriptionPgProtoColumnValue.asArray(String columnName, PostgresType type, String fullType, PostgresStreamingChangeEventSource.PgConnectionSupplier connection) PgProtoReplicationMessage.getValue(String columnName, PostgresType type, String fullType, PgProto.DatumMessage datumMessage, PostgresStreamingChangeEventSource.PgConnectionSupplier connection, boolean includeUnknownDatatypes) booleanPgProtoColumnValue.isArray(PostgresType type)