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