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