Uses of Class
org.teiid.query.sql.lang.Delete
-
-
Uses of Delete in org.teiid.dqp.internal.process
Methods in org.teiid.dqp.internal.process with parameters of type Delete Modifier and Type Method Description protected void
AuthorizationValidationVisitor. validateEntitlements(Delete obj)
Validate delete entitlementsvoid
AuthorizationValidationVisitor. visit(Delete obj)
-
Uses of Delete in org.teiid.query.parser
Methods in org.teiid.query.parser that return Delete Modifier and Type Method Description Delete
SQLParser. delete(ParseInfo info)
-
Uses of Delete in org.teiid.query.rewriter
Methods in org.teiid.query.rewriter with parameters of type Delete Modifier and Type Method Description static Command
QueryRewriter. createDeleteProcedure(Delete delete, QueryMetadataInterface metadata, CommandContext context)
-
Uses of Delete in org.teiid.query.sql
Methods in org.teiid.query.sql with parameters of type Delete Modifier and Type Method Description void
LanguageVisitor. visit(Delete obj)
-
Uses of Delete in org.teiid.query.sql.navigator
Methods in org.teiid.query.sql.navigator with parameters of type Delete Modifier and Type Method Description void
PreOrPostOrderNavigator. visit(Delete obj)
-
Uses of Delete in org.teiid.query.sql.visitor
Methods in org.teiid.query.sql.visitor with parameters of type Delete Modifier and Type Method Description void
AbstractSymbolMappingVisitor. visit(Delete obj)
This method updates theDelete
object it receives as an argument by replacing the virtual groups/elements with their physical counterparts.void
SQLStringVisitor. visit(Delete obj)
-
Uses of Delete in org.teiid.query.validator
Methods in org.teiid.query.validator with parameters of type Delete Modifier and Type Method Description void
ValidationVisitor. visit(Delete obj)
-