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
Fields in net.sf.jsqlparser.expression declared as WindowElement.Type Modifier and Type Field Description private WindowElement.Type
WindowElement. type
Methods in net.sf.jsqlparser.expression that return WindowElement.Type Modifier and Type Method Description static WindowElement.Type
WindowElement.Type. from(java.lang.String type)
WindowElement.Type
WindowElement. getType()
static WindowElement.Type
WindowElement.Type. valueOf(java.lang.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 void
WindowElement. setType(WindowElement.Type type)
WindowElement
WindowElement. withType(WindowElement.Type type)
-