|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Delete | |
|---|---|
| com.metamatrix.query.parser | |
| 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.parser |
|---|
| Methods in com.metamatrix.query.parser that return Delete | |
|---|---|
Delete |
SQLParser.delete(ParseInfo info)
Parse a DELETE command |
| 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 |
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 com.metamatrix.query.validator |
|---|
| Methods in com.metamatrix.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||