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