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