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