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