Uses of Class
org.teiid.language.WindowFrame.FrameBound
-
Packages that use WindowFrame.FrameBound Package Description org.teiid.language -
-
Uses of WindowFrame.FrameBound in org.teiid.language
Methods in org.teiid.language 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.language with parameters of type WindowFrame.FrameBound Modifier and Type Method Description void
WindowFrame. setEnd(WindowFrame.FrameBound upperBound)
void
WindowFrame. setStart(WindowFrame.FrameBound lowerBound)
-