Uses of Class
net.sf.jsqlparser.expression.WindowElement.Type
-
Packages that use WindowElement.Type Package Description net.sf.jsqlparser.expression -
-
Uses of WindowElement.Type in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return WindowElement.Type Modifier and Type Method Description static WindowElement.TypeWindowElement.Type. from(String type)WindowElement.TypeWindowElement. getType()static WindowElement.TypeWindowElement.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowElement.Type[]WindowElement.Type. 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 WindowElement.Type Modifier and Type Method Description voidWindowElement. setType(WindowElement.Type type)WindowElementWindowElement. withType(WindowElement.Type type)
-