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

Packages that use RaiseErrorStatement
org.teiid.query.parser   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.proc   
org.teiid.query.sql.visitor   
 

Uses of RaiseErrorStatement in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return RaiseErrorStatement
 RaiseErrorStatement SQLParser.errorStatement(ParseInfo info)
          Parse error statement
 

Uses of RaiseErrorStatement in org.teiid.query.sql
 

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

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

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

Uses of RaiseErrorStatement in org.teiid.query.sql.proc
 

Methods in org.teiid.query.sql.proc that return RaiseErrorStatement
 RaiseErrorStatement RaiseErrorStatement.clone()
           
 

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

Methods in org.teiid.query.sql.visitor with parameters of type RaiseErrorStatement
 void SQLStringVisitor.visit(RaiseErrorStatement obj)
           
 



Copyright © 2010. All Rights Reserved.