Uses of Class
org.teiid.query.sql.lang.BatchedUpdateCommand
-
Packages that use BatchedUpdateCommand Package Description org.teiid.query.sql org.teiid.query.sql.navigator org.teiid.query.sql.visitor org.teiid.query.validator -
-
Uses of BatchedUpdateCommand in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type BatchedUpdateCommand Modifier and Type Method Description void
LanguageVisitor. visit(BatchedUpdateCommand obj)
-
Uses of BatchedUpdateCommand in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type BatchedUpdateCommand Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(BatchedUpdateCommand obj)
-
Uses of BatchedUpdateCommand in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type BatchedUpdateCommand Modifier and Type Method Description void
CommandCollectorVisitor. visit(BatchedUpdateCommand obj)
-
Uses of BatchedUpdateCommand in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type BatchedUpdateCommand Modifier and Type Method Description void
ValidationVisitor. visit(BatchedUpdateCommand obj)
-