Uses of Class
com.metamatrix.query.sql.proc.CommandStatement

Packages that use CommandStatement
com.metamatrix.query.parser   
com.metamatrix.query.sql   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
 

Uses of CommandStatement in com.metamatrix.query.parser
 

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

Uses of CommandStatement in com.metamatrix.query.sql
 

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

Uses of CommandStatement in com.metamatrix.query.sql.navigator
 

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

Uses of CommandStatement in com.metamatrix.query.sql.visitor
 

Methods in com.metamatrix.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)
           
 



Copyright © 2009. All Rights Reserved.