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
Fields in net.sf.jsqlparser.expression declared as Function.NullHandling Modifier and Type Field Description private Function.NullHandling
AnalyticExpression. nullHandling
private Function.NullHandling
Function. nullHandling
Methods in net.sf.jsqlparser.expression that return Function.NullHandling Modifier and Type Method Description Function.NullHandling
AnalyticExpression. getNullHandling()
Function.NullHandling
Function. getNullHandling()
static Function.NullHandling
Function.NullHandling. valueOf(java.lang.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 AnalyticExpression
AnalyticExpression. setNullHandling(Function.NullHandling nullHandling)
Function
Function. setNullHandling(Function.NullHandling nullHandling)
-