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