Uses of Class
org.teiid.query.sql.symbol.WindowFrame.FrameBound
-
Packages that use WindowFrame.FrameBound Package Description org.teiid.query.parser org.teiid.query.sql.symbol -
-
Uses of WindowFrame.FrameBound in org.teiid.query.parser
Methods in org.teiid.query.parser that return WindowFrame.FrameBound Modifier and Type Method Description WindowFrame.FrameBound
SQLParser. windowFrameBound(ParseInfo info)
-
Uses of WindowFrame.FrameBound in org.teiid.query.sql.symbol
Methods in org.teiid.query.sql.symbol that return WindowFrame.FrameBound Modifier and Type Method Description WindowFrame.FrameBound
WindowFrame.FrameBound. bound(Integer i)
WindowFrame.FrameBound
WindowFrame.FrameBound. clone()
WindowFrame.FrameBound
WindowFrame. getEnd()
Return the end bound, may be nullWindowFrame.FrameBound
WindowFrame. getStart()
Methods in org.teiid.query.sql.symbol with parameters of type WindowFrame.FrameBound Modifier and Type Method Description void
WindowFrame. setEnd(WindowFrame.FrameBound upperBound)
void
WindowFrame. setStart(WindowFrame.FrameBound lowerBound)
-