Uses of Class
org.teiid.query.sql.lang.Delete

Packages that use Delete
org.teiid.query.parser   
org.teiid.query.sql   
org.teiid.query.sql.navigator   
org.teiid.query.sql.visitor   
org.teiid.query.validator   
 

Uses of Delete in org.teiid.query.parser
 

Methods in org.teiid.query.parser that return Delete
 Delete SQLParser.delete(ParseInfo info)
          Parse a DELETE command
 

Uses of Delete in org.teiid.query.sql
 

Methods in org.teiid.query.sql with parameters of type Delete
 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
 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
 void AbstractSymbolMappingVisitor.visit(Delete obj)
           This method updates the Delete 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
 void UpdateValidationVisitor.visit(Delete obj)
           The command being visited should never be a Delete object, this method reports a validation error if this mehod is visited.
 void ValidationVisitor.visit(Delete obj)
           
 



Copyright © 2010. All Rights Reserved.