Uses of Class
org.teiid.query.sql.symbol.WindowSpecification

Packages that use WindowSpecification
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
 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
 void PreOrPostOrderNavigator.visit(WindowSpecification obj)
           
 

Uses of WindowSpecification in org.teiid.query.sql.symbol
 

Methods in org.teiid.query.sql.symbol that return WindowSpecification
 WindowSpecification WindowSpecification.clone()
           
 WindowSpecification WindowFunction.getWindowSpecification()
           
 

Methods in org.teiid.query.sql.symbol with parameters of type WindowSpecification
 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
 void ExpressionMappingVisitor.visit(WindowSpecification windowSpecification)
           
 void SQLStringVisitor.visit(WindowSpecification windowSpecification)
           
 



Copyright © 2011. All Rights Reserved.