| Package | Description |
|---|---|
| org.jooq.meta.mysql | |
| org.jooq.meta.mysql.mysql.enums | |
| org.jooq.meta.mysql.mysql.tables |
| Constructor and Description |
|---|
MySQLRoutineDefinition(SchemaDefinition schema,
String name,
String comment,
String params,
String returns,
ProcType procType,
String overload) |
| Modifier and Type | Method and Description |
|---|---|
static ProcType |
ProcType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcType[] |
ProcType.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,ProcType> |
Proc.TYPE
The column
mysql.proc.type. |
Copyright © 2021. All rights reserved.