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