Uses of Class
net.sf.jsqlparser.expression.Function.NullHandling
-
Packages that use Function.NullHandling Package Description net.sf.jsqlparser.expression -
-
Uses of Function.NullHandling in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return Function.NullHandling Modifier and Type Method Description Function.NullHandlingAnalyticExpression. getNullHandling()Function.NullHandlingFunction. getNullHandling()static Function.NullHandlingFunction.NullHandling. valueOf(String name)Returns the enum constant of this type with the specified name.static Function.NullHandling[]Function.NullHandling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jsqlparser.expression with parameters of type Function.NullHandling Modifier and Type Method Description AnalyticExpressionAnalyticExpression. setNullHandling(Function.NullHandling nullHandling)FunctionFunction. setNullHandling(Function.NullHandling nullHandling)
-