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