| Package | Description |
|---|---|
| org.jooq.meta.hsqldb.information_schema | |
| org.jooq.meta.hsqldb.information_schema.tables |
| Modifier and Type | Field and Description |
|---|---|
KeyColumnUsage |
InformationSchema.KEY_COLUMN_USAGE
one row for each column used in s primary key or unique constraint
|
static KeyColumnUsage |
Tables.KEY_COLUMN_USAGE
one row for each column used in s primary key or unique constraint
|
| 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.