Uses of Class
net.sf.jsqlparser.expression.WindowOffset
-
Packages that use WindowOffset Package Description net.sf.jsqlparser.expression net.sf.jsqlparser.parser net.sf.jsqlparser.util.validation.validator -
-
Uses of WindowOffset in net.sf.jsqlparser.expression
Fields in net.sf.jsqlparser.expression declared as WindowOffset Modifier and Type Field Description private WindowOffset
WindowRange. end
private WindowOffset
WindowElement. offset
private WindowOffset
WindowRange. start
Methods in net.sf.jsqlparser.expression that return WindowOffset Modifier and Type Method Description WindowOffset
WindowRange. getEnd()
WindowOffset
WindowElement. getOffset()
WindowOffset
WindowRange. getStart()
WindowOffset
WindowOffset. withExpression(Expression expression)
WindowOffset
WindowOffset. withType(WindowOffset.Type type)
Methods in net.sf.jsqlparser.expression with parameters of type WindowOffset Modifier and Type Method Description void
WindowRange. setEnd(WindowOffset end)
void
WindowElement. setOffset(WindowOffset offset)
void
WindowRange. setStart(WindowOffset start)
WindowRange
WindowRange. withEnd(WindowOffset end)
WindowElement
WindowElement. withOffset(WindowOffset offset)
WindowRange
WindowRange. withStart(WindowOffset start)
-
Uses of WindowOffset in net.sf.jsqlparser.parser
Methods in net.sf.jsqlparser.parser that return WindowOffset Modifier and Type Method Description WindowOffset
CCJSqlParser. WindowOffset()
-
Uses of WindowOffset in net.sf.jsqlparser.util.validation.validator
Methods in net.sf.jsqlparser.util.validation.validator with parameters of type WindowOffset Modifier and Type Method Description private void
ExpressionValidator. validateOptionalWindowOffset(WindowOffset offset)
-