| Package | Description |
|---|---|
| org.jooq.meta.mysql.mysql.enums | |
| org.jooq.meta.mysql.mysql.tables |
| Modifier and Type | Method and Description |
|---|---|
static ProcsPrivRoutineType |
ProcsPrivRoutineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcsPrivRoutineType[] |
ProcsPrivRoutineType.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,ProcsPrivRoutineType> |
ProcsPriv.ROUTINE_TYPE
The column
mysql.procs_priv.Routine_type. |
Copyright © 2021. All rights reserved.