Uses of Interface
org.jooq.CreateFunctionCharacteristicsStep
-
Uses of CreateFunctionCharacteristicsStep in org.jooq
Modifier and TypeMethodDescription@NotNull CreateFunctionCharacteristicsStep
CreateFunctionCharacteristicsStep.calledOnNullInput()
Add theCALLED ON NULL INPUT
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
CreateFunctionCharacteristicsStep.containsSQL()
Add theCONTAINS SQL
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
CreateFunctionCharacteristicsStep.deterministic()
Add theDETERMINISTIC
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
CreateFunctionCharacteristicsStep.modifiesSQLData()
Add theMODIFIES SQL DATA
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
CreateFunctionCharacteristicsStep.noSQL()
Add theNO SQL
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
CreateFunctionCharacteristicsStep.notDeterministic()
Add theNOT DETERMINISTIC
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
CreateFunctionCharacteristicsStep.readsSQLData()
Add theREADS SQL DATA
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
Add theRETURNS
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
CreateFunctionCharacteristicsStep.returnsNullOnNullInput()
Add theRETURNS NULL ON NULL INPUT
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
CreateFunctionReturnsStep.returnsTable
(Collection<? extends Field<?>> returnsTable) Add theRETURNS TABLE
clause to theCREATE FUNCTION
statement.@NotNull CreateFunctionCharacteristicsStep
CreateFunctionReturnsStep.returnsTable
(Field<?>... returnsTable) Add theRETURNS TABLE
clause to theCREATE FUNCTION
statement.