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