Uses of Class
org.teiid.language.WindowFrame.BoundMode
-
Packages that use WindowFrame.BoundMode Package Description org.teiid.language -
-
Uses of WindowFrame.BoundMode in org.teiid.language
Methods in org.teiid.language that return WindowFrame.BoundMode Modifier and Type Method Description WindowFrame.BoundModeWindowFrame.FrameBound. getBoundMode()static WindowFrame.BoundModeWindowFrame.BoundMode. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowFrame.BoundMode[]WindowFrame.BoundMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teiid.language with parameters of type WindowFrame.BoundMode Modifier and Type Method Description voidWindowFrame.FrameBound. setBoundMode(WindowFrame.BoundMode boundMode)Constructors in org.teiid.language with parameters of type WindowFrame.BoundMode Constructor Description FrameBound(WindowFrame.BoundMode mode)
-