|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Update in com.metamatrix.query.parser |
|---|
| Methods in com.metamatrix.query.parser that return Update | |
|---|---|
Update |
SQLParser.update(ParseInfo info)
Parse an UPDATE command |
| Uses of Update in com.metamatrix.query.rewriter |
|---|
| Methods in com.metamatrix.query.rewriter with parameters of type Update | |
|---|---|
void |
VariableSubstitutionVisitor.visit(Update obj)
|
| Uses of Update in com.metamatrix.query.sql |
|---|
| Methods in com.metamatrix.query.sql with parameters of type Update | |
|---|---|
void |
LanguageVisitor.visit(Update obj)
|
| Uses of Update in com.metamatrix.query.sql.navigator |
|---|
| Methods in com.metamatrix.query.sql.navigator with parameters of type Update | |
|---|---|
void |
PreOrPostOrderNavigator.visit(Update obj)
|
| Uses of Update in com.metamatrix.query.sql.visitor |
|---|
| Methods in com.metamatrix.query.sql.visitor with parameters of type Update | |
|---|---|
void |
AbstractSymbolMappingVisitor.visit(Update obj)
This method updates the Update object it receives as an
argument by replacing the virtual groups/elements with their physical
counterparts. |
void |
SQLStringVisitor.visit(Update obj)
|
| Uses of Update in com.metamatrix.query.validator |
|---|
| Methods in com.metamatrix.query.validator with parameters of type Update | |
|---|---|
protected void |
ValidationVisitor.validateUpdate(Update update)
|
void |
UpdateValidationVisitor.visit(Update obj)
The command being visited should never be a Update object, this method reports a
validation error if this mehod is visited. |
void |
ValidationVisitor.visit(Update obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||