Uses of Class
com.metamatrix.query.sql.lang.Delete

Packages that use Delete
com.metamatrix.query.rewriter   
com.metamatrix.query.sql   
com.metamatrix.query.sql.navigator   
com.metamatrix.query.sql.visitor   
com.metamatrix.query.validator   
 

Uses of Delete in com.metamatrix.query.rewriter
 

Methods in com.metamatrix.query.rewriter with parameters of type Delete
 void VariableSubstitutionVisitor.visit(Delete obj)
           
 

Uses of Delete in com.metamatrix.query.sql
 

Methods in com.metamatrix.query.sql with parameters of type Delete
 void LanguageVisitor.visit(Delete obj)
           
 

Uses of Delete in com.metamatrix.query.sql.navigator
 

Methods in com.metamatrix.query.sql.navigator with parameters of type Delete
 void PreOrPostOrderNavigator.visit(Delete obj)
           
 

Uses of Delete in com.metamatrix.query.sql.visitor
 

Methods in com.metamatrix.query.sql.visitor with parameters of type Delete
 void SQLStringVisitor.visit(Delete obj)
           
 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.
 

Uses of Delete in com.metamatrix.query.validator
 

Methods in com.metamatrix.query.validator with parameters of type Delete
 void ValidationVisitor.visit(Delete obj)
           
 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.
 



Copyright © 2009. All Rights Reserved.