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