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