Uses of Class
org.teiid.query.sql.proc.AssignmentStatement
-
Packages that use AssignmentStatement Package Description org.teiid.query.sql org.teiid.query.sql.navigator org.teiid.query.sql.proc org.teiid.query.sql.visitor -
-
Uses of AssignmentStatement in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type AssignmentStatement Modifier and Type Method Description void
LanguageVisitor. visit(AssignmentStatement obj)
-
Uses of AssignmentStatement in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type AssignmentStatement Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(AssignmentStatement obj)
-
Uses of AssignmentStatement in org.teiid.query.sql.proc
Subclasses of AssignmentStatement in org.teiid.query.sql.proc Modifier and Type Class Description class
DeclareStatement
This class represents a statement used to declare variables in the storedprocedure language.class
ReturnStatement
This class represents a return statement -
Uses of AssignmentStatement in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type AssignmentStatement Modifier and Type Method Description void
ExpressionMappingVisitor. visit(AssignmentStatement obj)
void
SQLStringVisitor. visit(AssignmentStatement obj)
-