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