| Package | Description |
|---|---|
| org.jooq.meta.mysql.mysql.enums | |
| org.jooq.meta.mysql.mysql.tables |
| Modifier and Type | Method and Description |
|---|---|
static ProcLanguage |
ProcLanguage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcLanguage[] |
ProcLanguage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
TableField<Record,ProcLanguage> |
Proc.LANGUAGE
The column
mysql.proc.language. |
Copyright © 2021. All rights reserved.