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