Uses of Enum
net.sf.jsqlparser.expression.WindowElement.Type
Packages that use WindowElement.Type
-
Uses of WindowElement.Type in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as WindowElement.TypeMethods in net.sf.jsqlparser.expression that return WindowElement.TypeModifier and TypeMethodDescriptionstatic WindowElement.Type
WindowElement.getType()
static WindowElement.Type
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.TypeModifier and TypeMethodDescriptionvoid
WindowElement.setType
(WindowElement.Type type) WindowElement.withType
(WindowElement.Type type)