Enum Class PostgresqlObjectId

java.lang.Object
java.lang.Enum<PostgresqlObjectId>
io.r2dbc.postgresql.codec.PostgresqlObjectId
All Implemented Interfaces:
PostgresTypeIdentifier, Type, Serializable, Comparable<PostgresqlObjectId>, java.lang.constant.Constable

public enum PostgresqlObjectId extends Enum<PostgresqlObjectId> implements Type, PostgresTypeIdentifier
Object IDs for well know PostgreSQL data types.

Extension Object IDs that are provided by Postgres extensions such as PostGIS are not constants of this enumeration and must be looked up from pg_type.

Lightweight PostgresTypeIdentifier identifier returning Object.class when calling getJavaType().