| Package | Description |
|---|---|
| org.jooq.meta.hsqldb.information_schema | |
| org.jooq.meta.hsqldb.information_schema.tables |
| Modifier and Type | Field and Description |
|---|---|
SystemIndexinfo |
InformationSchema.SYSTEM_INDEXINFO
information about the indices of each accessible table defined within this database
|
static SystemIndexinfo |
Tables.SYSTEM_INDEXINFO
information about the indices of each accessible table defined within this database
|
| Modifier and Type | Field and Description |
|---|---|
static SystemIndexinfo |
SystemIndexinfo.SYSTEM_INDEXINFO
The reference instance of
INFORMATION_SCHEMA.SYSTEM_INDEXINFO |
| Modifier and Type | Method and Description |
|---|---|
SystemIndexinfo |
SystemIndexinfo.as(Name alias) |
SystemIndexinfo |
SystemIndexinfo.as(String alias) |
SystemIndexinfo |
SystemIndexinfo.rename(Name name)
Rename this table
|
SystemIndexinfo |
SystemIndexinfo.rename(String name)
Rename this table
|
Copyright © 2021. All rights reserved.