Uses of Class
org.teiid.query.sql.proc.CommandStatement
-
Packages that use CommandStatement Package Description 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 Modifier and Type Method Description CommandStatement
SQLParser. sqlStatement(ParseInfo info)
-
Uses of CommandStatement in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type CommandStatement Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
ValidationVisitor. visit(CommandStatement obj)
-