Uses of Interface
org.jooq.CreateFunctionReturnsStep
-
Uses of CreateFunctionReturnsStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
A step in the construction of theCREATE FUNCTION
statement.Modifier 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.