Uses of Class
org.teiid.query.sql.proc.CommandStatement

Packages that use CommandStatement
org.teiid.query.parser   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of CommandStatement in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return CommandStatement
 CommandStatement SQLParser.sqlStatement(ParseInfo info)
          Parse sql statement
 

Uses of CommandStatement in org.teiid.query.sql
 

Methods in org.teiid.query.sql with parameters of type CommandStatement
 void LanguageVisitor.visit(CommandStatement obj)
           
 

Uses of CommandStatement in org.teiid.query.sql.navigator
 

Methods in org.teiid.query.sql.navigator with parameters of type CommandStatement
 void PreOrPostOrderNavigator.visit(CommandStatement obj)
           
 

Uses of CommandStatement in org.teiid.query.sql.visitor
 

Methods in org.teiid.query.sql.visitor with parameters of type CommandStatement
 void CommandCollectorVisitor.visit(CommandStatement obj)
          Visit a language object and collect symbols.
 void SQLStringVisitor.visit(CommandStatement obj)
           
 

Uses of CommandStatement in org.teiid.query.validator
 

Methods in org.teiid.query.validator with parameters of type CommandStatement
 void ValidationVisitor.visit(CommandStatement obj)
           
 



Copyright © 2010. All Rights Reserved.