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 FrameBound
FrameBound.CURRENT_ROW
static final FrameBound
FrameBound.UNBOUNDED_FOLLOWING
static final FrameBound
FrameBound.UNBOUNDED_PRECEDING
Constructors in org.sqlite.parser.ast with parameters of type FrameBoundModifierConstructorDescriptionWindow
(short rangeOrRows, FrameBound frameBound) Window
(short rangeOrRows, FrameBound start, FrameBound end)