Uses of Enum Class
org.jooq.meta.InOutDefinition
Packages that use InOutDefinition
-
Uses of InOutDefinition in org.jooq.meta
Methods in org.jooq.meta that return InOutDefinitionModifier and TypeMethodDescriptionstatic final InOutDefinitionInOutDefinition.getFromString(String string) Convert a string into the correspondingInOutDefinitionvalue.static InOutDefinitionReturns the enum constant of this class with the specified name.static InOutDefinition[]InOutDefinition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.meta with parameters of type InOutDefinitionModifier and TypeMethodDescriptionprotected final voidAbstractRoutineDefinition.addParameter(InOutDefinition inOut, ParameterDefinition parameter)