| Package | Description |
|---|---|
| org.jooq.meta.hsqldb.information_schema | |
| org.jooq.meta.hsqldb.information_schema.tables |
| Modifier and Type | Field and Description |
|---|---|
CheckConstraints |
InformationSchema.CHECK_CONSTRAINTS
one row for each domain constraint, table check constraint, and assertion.
|
static CheckConstraints |
Tables.CHECK_CONSTRAINTS
one row for each domain constraint, table check constraint, and assertion.
|
| Modifier and Type | Field and Description |
|---|---|
static CheckConstraints |
CheckConstraints.CHECK_CONSTRAINTS
The reference instance of
INFORMATION_SCHEMA.CHECK_CONSTRAINTS |
| Modifier and Type | Method and Description |
|---|---|
CheckConstraints |
CheckConstraints.as(Name alias) |
CheckConstraints |
CheckConstraints.as(String alias) |
CheckConstraints |
DomainConstraints.checkConstraints() |
CheckConstraints |
CheckConstraints.rename(Name name)
Rename this table
|
CheckConstraints |
CheckConstraints.rename(String name)
Rename this table
|
Copyright © 2021. All rights reserved.