Uses of Enum Class
io.r2dbc.postgresql.codec.PostgresqlObjectId
Packages that use PostgresqlObjectId
Package
Description
Encoders and Decoders for the type that the service provider understands.
-
Uses of PostgresqlObjectId in io.r2dbc.postgresql.codec
Subclasses with type arguments of type PostgresqlObjectId in io.r2dbc.postgresql.codecModifier and TypeClassDescriptionenumObject IDs for well know PostgreSQL data types.Methods in io.r2dbc.postgresql.codec that return PostgresqlObjectIdModifier and TypeMethodDescriptionstatic PostgresqlObjectIdPostgresqlObjectId.from(PostgresTypeIdentifier dataType) static PostgresqlObjectIdPostgresqlObjectId.valueOf(int objectId) Returns thePostgresqlObjectIdmatching a given object id.static PostgresqlObjectIdReturns thePostgresqlObjectIdmatching a givenR2DBC type.static PostgresqlObjectIdReturns the enum constant of this class with the specified name.static PostgresqlObjectId[]PostgresqlObjectId.values()Returns an array containing the constants of this enum class, in the order they are declared.