Uses of Interface
org.jooq.CreateFunctionReturnsStep
Packages that use CreateFunctionReturnsStep
-
Uses of CreateFunctionReturnsStep in org.jooq
Subinterfaces of CreateFunctionReturnsStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A step in the construction of theCREATE FUNCTION
statement.Methods in org.jooq that return CreateFunctionReturnsStepModifier and TypeMethodDescription@NotNull CreateFunctionReturnsStep
CreateFunctionParametersStep.parameters(Collection<? extends Parameter<?>> parameters)
Add thePARAMETERS
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionReturnsStep
CreateFunctionParametersStep.parameters(Parameter<?>... parameters)
Add thePARAMETERS
clause to theCREATE FUNCTION
statement.