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