Uses of Interface
io.r2dbc.postgresql.codec.PostgresTypeIdentifier
Packages that use PostgresTypeIdentifier
Package
Description
Encoders and Decoders for the type that the service provider understands.
-
Uses of PostgresTypeIdentifier in io.r2dbc.postgresql.codec
Classes in io.r2dbc.postgresql.codec that implement PostgresTypeIdentifierModifier and TypeClassDescriptionenumObject IDs for well know PostgreSQL data types.static classMethods in io.r2dbc.postgresql.codec that return PostgresTypeIdentifierMethods in io.r2dbc.postgresql.codec that return types with arguments of type PostgresTypeIdentifierModifier and TypeMethodDescriptionIterable<? extends PostgresTypeIdentifier> CodecMetadata.getDataTypes()Returns the collection ofPostgresTypeIdentifierthis codec can handleEnumCodec.getDataTypes()Iterable<? extends PostgresTypeIdentifier> StringCodec.getDataTypes()Iterable<? extends PostgresTypeIdentifier> VectorCodec.getDataTypes()Iterable<? extends PostgresTypeIdentifier> VectorFloatCodec.getDataTypes()Methods in io.r2dbc.postgresql.codec with parameters of type PostgresTypeIdentifierModifier and TypeMethodDescriptionVectorCodec.decode(io.netty.buffer.ByteBuf buffer, PostgresTypeIdentifier dataType, io.r2dbc.postgresql.message.Format format, Class<? extends Vector> type) static PostgresqlObjectIdPostgresqlObjectId.from(PostgresTypeIdentifier dataType) Constructors in io.r2dbc.postgresql.codec with parameters of type PostgresTypeIdentifierModifierConstructorDescriptionStringCodec(io.netty.buffer.ByteBufAllocator byteBufAllocator, PostgresTypeIdentifier defaultType, PostgresTypeIdentifier arrayType)