Home
last modified time | relevance | path

Searched refs:FrameBound (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dparse.y108 struct FrameBound { int eType; Expr *pExpr; }; argument
1792 %type frame_bound {struct FrameBound}
1794 %type frame_bound_s {struct FrameBound}
1796 %type frame_bound_e {struct FrameBound}