Uses of Class
org.jooq.meta.postgres.pg_catalog.tables.PgType
-
Packages that use PgType Package Description org.jooq.meta.postgres.pg_catalog org.jooq.meta.postgres.pg_catalog.tables -
-
Uses of PgType in org.jooq.meta.postgres.pg_catalog
Fields in org.jooq.meta.postgres.pg_catalog declared as PgType Modifier and Type Field Description PgTypePgCatalog. PG_TYPEThe tablepg_catalog.pg_type.static PgTypeTables. PG_TYPEThe tablepg_catalog.pg_type. -
Uses of PgType in org.jooq.meta.postgres.pg_catalog.tables
Fields in org.jooq.meta.postgres.pg_catalog.tables declared as PgType Modifier and Type Field Description static PgTypePgType. PG_TYPEThe reference instance ofpg_catalog.pg_typeMethods in org.jooq.meta.postgres.pg_catalog.tables that return PgType Modifier and Type Method Description PgTypePgType. as(String alias)PgTypePgType. as(Name alias)PgTypePgEnum. pgType()PgTypePgSequence. pgType()PgTypePgType. rename(String name)Rename this tablePgTypePgType. rename(Name name)Rename this table
-