Package oracle.pgx.algorithm
Interface ControlFlow
-
public interface ControlFlowUtility functions related to control-flow.
-
-
Method Summary
Static Methods Modifier and Type Method Description static voidexit()Return from the function.static voidexit(java.lang.Object returnValue)Return from the function with the given return value.static voidsetNumberOfStepsEstimatedForCompletion(long val)Set the value of number_of_steps_estimated_for_completion
-
-
-
Method Detail
-
exit
static void exit()
Return from the function.
-
exit
static void exit(java.lang.Object returnValue)
Return from the function with the given return value.- Parameters:
returnValue-
-
setNumberOfStepsEstimatedForCompletion
static void setNumberOfStepsEstimatedForCompletion(long val)
Set the value of number_of_steps_estimated_for_completion- Parameters:
val-
-
-