Uses of Enum
net.sf.jsqlparser.expression.WindowOffset.Type
Packages that use WindowOffset.Type
-
Uses of WindowOffset.Type in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as WindowOffset.TypeMethods in net.sf.jsqlparser.expression that return WindowOffset.TypeModifier and TypeMethodDescriptionstatic WindowOffset.Type
WindowOffset.getType()
static WindowOffset.Type
Returns the enum constant of this type with the specified name.static WindowOffset.Type[]
WindowOffset.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 WindowOffset.TypeModifier and TypeMethodDescriptionvoid
WindowOffset.setType
(WindowOffset.Type type) WindowOffset.withType
(WindowOffset.Type type)