| Package | Description |
|---|---|
| org.jooq.meta.hsqldb.information_schema | |
| org.jooq.meta.hsqldb.information_schema.tables |
| Modifier and Type | Field and Description |
|---|---|
static TableConstraints |
Tables.TABLE_CONSTRAINTS
The table
INFORMATION_SCHEMA.TABLE_CONSTRAINTS. |
TableConstraints |
InformationSchema.TABLE_CONSTRAINTS
The table
INFORMATION_SCHEMA.TABLE_CONSTRAINTS. |
| Modifier and Type | Field and Description |
|---|---|
static TableConstraints |
TableConstraints.TABLE_CONSTRAINTS
The reference instance of
INFORMATION_SCHEMA.TABLE_CONSTRAINTS |
| Modifier and Type | Method and Description |
|---|---|
TableConstraints |
TableConstraints.as(Name alias) |
TableConstraints |
TableConstraints.as(String alias) |
TableConstraints |
TableConstraints.rename(Name name)
Rename this table
|
TableConstraints |
TableConstraints.rename(String name)
Rename this table
|
Copyright © 2019. All rights reserved.