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

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

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 SQLStringVisitor.visit(CommandStatement obj)
           
 void CommandCollectorVisitor.visit(CommandStatement obj)
          Visit a language object and collect symbols.
 

Uses of CommandStatement in com.metamatrix.query.validator
 

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



Copyright © 2009. All Rights Reserved.