Uses of Class
org.teiid.query.sql.symbol.WindowSpecification
-
Packages that use WindowSpecification Package Description org.teiid.query.sql org.teiid.query.sql.navigator org.teiid.query.sql.symbol org.teiid.query.sql.visitor -
-
Uses of WindowSpecification in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type WindowSpecification Modifier and Type Method Description void
LanguageVisitor. visit(WindowSpecification windowSpecification)
-
Uses of WindowSpecification in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type WindowSpecification Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(WindowSpecification obj)
-
Uses of WindowSpecification in org.teiid.query.sql.symbol
Methods in org.teiid.query.sql.symbol that return WindowSpecification Modifier and Type Method Description WindowSpecification
WindowSpecification. clone()
WindowSpecification
WindowFunction. getWindowSpecification()
Methods in org.teiid.query.sql.symbol with parameters of type WindowSpecification Modifier and Type Method Description void
WindowFunction. setWindowSpecification(WindowSpecification windowSpecification)
-
Uses of WindowSpecification in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type WindowSpecification Modifier and Type Method Description void
ExpressionMappingVisitor. visit(WindowSpecification windowSpecification)
void
SQLStringVisitor. visit(WindowSpecification windowSpecification)
-