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