Uses of Class
io.r2dbc.postgresql.codec.PostgresTypes.PostgresType
Packages that use PostgresTypes.PostgresType
Package
Description
Encoders and Decoders for the type that the service provider understands.
-
Uses of PostgresTypes.PostgresType in io.r2dbc.postgresql.codec
Methods in io.r2dbc.postgresql.codec that return PostgresTypes.PostgresTypeModifier and TypeMethodDescriptionPostgresTypes.PostgresType.asArrayType()Return the type as array type.Methods in io.r2dbc.postgresql.codec that return types with arguments of type PostgresTypes.PostgresTypeModifier and TypeMethodDescriptionPostgresTypes.lookupType(String typeName) Lookup Postgres types bytypname.PostgresTypes.lookupTypes(Iterable<String> typeNames)