| Package | Description |
|---|---|
| org.jooq.meta.mysql.information_schema | |
| org.jooq.meta.mysql.information_schema.tables |
| Modifier and Type | Field and Description |
|---|---|
CheckConstraints |
InformationSchema.CHECK_CONSTRAINTS
The table
information_schema.CHECK_CONSTRAINTS. |
static CheckConstraints |
Tables.CHECK_CONSTRAINTS
The table
information_schema.CHECK_CONSTRAINTS. |
| 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 |
CheckConstraints.rename(Name name)
Rename this table
|
CheckConstraints |
CheckConstraints.rename(String name)
Rename this table
|
Copyright © 2021. All rights reserved.