| Package | Description |
|---|---|
| org.jooq.util.mysql.mysql.enums | |
| org.jooq.util.mysql.mysql.tables |
| 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 |
|---|---|
static TableField<Record,ProcType> |
Proc.TYPE
The column
mysql.proc.type. |
Copyright © 2013. All Rights Reserved.