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