Uses of Class
org.sqlite.parser.ast.FrameBound
Packages that use FrameBound
-
Uses of FrameBound in org.sqlite.parser.ast
Fields in org.sqlite.parser.ast declared as FrameBoundModifier and TypeFieldDescriptionstatic final FrameBoundFrameBound.CURRENT_ROWstatic final FrameBoundFrameBound.UNBOUNDED_FOLLOWINGstatic final FrameBoundFrameBound.UNBOUNDED_PRECEDINGConstructors in org.sqlite.parser.ast with parameters of type FrameBoundModifierConstructorDescriptionWindow(short rangeOrRows, FrameBound frameBound) Window(short rangeOrRows, FrameBound start, FrameBound end)