Uses of Class
net.sf.jsqlparser.expression.WindowOffset
-
Packages that use WindowOffset Package Description net.sf.jsqlparser.expression -
-
Uses of WindowOffset in net.sf.jsqlparser.expression
Methods in net.sf.jsqlparser.expression that return WindowOffset Modifier and Type Method Description WindowOffsetWindowRange. getEnd()WindowOffsetWindowElement. getOffset()WindowOffsetWindowRange. getStart()WindowOffsetWindowOffset. withExpression(Expression expression)WindowOffsetWindowOffset. withType(WindowOffset.Type type)Methods in net.sf.jsqlparser.expression with parameters of type WindowOffset Modifier and Type Method Description voidWindowRange. setEnd(WindowOffset end)voidWindowElement. setOffset(WindowOffset offset)voidWindowRange. setStart(WindowOffset start)WindowRangeWindowRange. withEnd(WindowOffset end)WindowElementWindowElement. withOffset(WindowOffset offset)WindowRangeWindowRange. withStart(WindowOffset start)
-