| Package | Description |
|---|---|
| org.jooq.meta.postgres.pg_catalog | |
| org.jooq.meta.postgres.pg_catalog.tables |
| Modifier and Type | Field and Description |
|---|---|
PgEnum |
PgCatalog.PG_ENUM
The table
pg_catalog.pg_enum. |
static PgEnum |
Tables.PG_ENUM
The table
pg_catalog.pg_enum. |
| Modifier and Type | Field and Description |
|---|---|
static PgEnum |
PgEnum.PG_ENUM
The reference instance of
pg_catalog.pg_enum |
| Modifier and Type | Method and Description |
|---|---|
PgEnum |
PgEnum.as(Name alias) |
PgEnum |
PgEnum.as(String alias) |
PgEnum |
PgEnum.rename(Name name)
Rename this table
|
PgEnum |
PgEnum.rename(String name)
Rename this table
|
Copyright © 2021. All rights reserved.