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