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