| Package | Description |
|---|---|
| org.jooq.meta |
| Modifier and Type | Method and Description |
|---|---|
static InOutDefinition |
InOutDefinition.getFromString(String string)
Convert a string into the corresponding
InOutDefinition value. |
static InOutDefinition |
InOutDefinition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InOutDefinition[] |
InOutDefinition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRoutineDefinition.addParameter(InOutDefinition inOut,
ParameterDefinition parameter) |
Copyright © 2021. All rights reserved.