| Package | Description |
|---|---|
| org.jooq.meta.postgres.information_schema | |
| org.jooq.meta.postgres.information_schema.tables |
| Modifier and Type | Field and Description |
|---|---|
KeyColumnUsage |
InformationSchema.KEY_COLUMN_USAGE
The table
information_schema.key_column_usage. |
static KeyColumnUsage |
Tables.KEY_COLUMN_USAGE
The table
information_schema.key_column_usage. |
| Modifier and Type | Field and Description |
|---|---|
static KeyColumnUsage |
KeyColumnUsage.KEY_COLUMN_USAGE
The reference instance of
information_schema.key_column_usage |
| Modifier and Type | Method and Description |
|---|---|
KeyColumnUsage |
KeyColumnUsage.as(Name alias) |
KeyColumnUsage |
KeyColumnUsage.as(String alias) |
KeyColumnUsage |
KeyColumnUsage.rename(Name name)
Rename this table
|
KeyColumnUsage |
KeyColumnUsage.rename(String name)
Rename this table
|
Copyright © 2021. All rights reserved.