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