Uses of Class
org.jooq.meta.postgres.pg_catalog.tables.PgEnum
-
Packages that use PgEnum Package Description org.jooq.meta.postgres.pg_catalog org.jooq.meta.postgres.pg_catalog.tables -
-
Uses of PgEnum in org.jooq.meta.postgres.pg_catalog
Fields in org.jooq.meta.postgres.pg_catalog declared as PgEnum Modifier and Type Field Description PgEnumPgCatalog. PG_ENUMThe tablepg_catalog.pg_enum.static PgEnumTables. PG_ENUMThe tablepg_catalog.pg_enum. -
Uses of PgEnum in org.jooq.meta.postgres.pg_catalog.tables
Fields in org.jooq.meta.postgres.pg_catalog.tables declared as PgEnum Modifier and Type Field Description static PgEnumPgEnum. PG_ENUMThe reference instance ofpg_catalog.pg_enumMethods in org.jooq.meta.postgres.pg_catalog.tables that return PgEnum Modifier and Type Method Description PgEnumPgEnum. as(String alias)PgEnumPgEnum. as(Name alias)PgEnumPgEnum. rename(String name)Rename this tablePgEnumPgEnum. rename(Name name)Rename this table
-