Uses of Class
org.teiid.query.sql.proc.RaiseStatement
-
Packages that use RaiseStatement Package Description 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 RaiseStatement in org.teiid.query.parser
Methods in org.teiid.query.parser that return RaiseStatement Modifier and Type Method Description RaiseStatement
SQLParser. errorStatement(ParseInfo info)
RaiseStatement
SQLParser. raiseStatement(ParseInfo info)
-
Uses of RaiseStatement in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type RaiseStatement Modifier and Type Method Description void
LanguageVisitor. visit(RaiseStatement obj)
-
Uses of RaiseStatement in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type RaiseStatement Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(RaiseStatement obj)
-
Uses of RaiseStatement in org.teiid.query.sql.proc
Methods in org.teiid.query.sql.proc that return RaiseStatement Modifier and Type Method Description RaiseStatement
RaiseStatement. clone()
-
Uses of RaiseStatement in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type RaiseStatement Modifier and Type Method Description void
SQLStringVisitor. visit(RaiseStatement obj)
-