|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.modelbase.sql.query.util.SQLQueryModelSwitch
public class SQLQueryModelSwitch
The Switch for the model's inheritance hierarchy.
It supports the call doSwitch(object)
to invoke the caseXXX
method for each class of the model,
starting with the actual class of the object
and proceeding up the inheritance hierarchy
until a non-null result is returned,
which is the result of the switch.
SQLQueryModelPackage
Constructor Summary | |
---|---|
SQLQueryModelSwitch()
Creates an instance of the switch. |
Method Summary | |
---|---|
java.lang.Object |
caseColumnName(ColumnName object)
Returns the result of interpreting the object as an instance of 'Column Name'. |
java.lang.Object |
caseCursorReference(CursorReference object)
Returns the result of interpreting the object as an instance of 'Cursor Reference'. |
java.lang.Object |
caseEModelElement(EModelElement object)
Returns the result of interpreting the object as an instance of 'EModel Element'. |
java.lang.Object |
caseENamedElement(ENamedElement object)
Returns the result of interpreting the object as an instance of 'ENamed Element'. |
java.lang.Object |
caseGrouping(Grouping object)
Returns the result of interpreting the object as an instance of 'Grouping'. |
java.lang.Object |
caseGroupingExpression(GroupingExpression object)
Returns the result of interpreting the object as an instance of 'Grouping Expression'. |
java.lang.Object |
caseGroupingSets(GroupingSets object)
Returns the result of interpreting the object as an instance of 'Grouping Sets'. |
java.lang.Object |
caseGroupingSetsElement(GroupingSetsElement object)
Returns the result of interpreting the object as an instance of 'Grouping Sets Element'. |
java.lang.Object |
caseGroupingSetsElementExpression(GroupingSetsElementExpression object)
Returns the result of interpreting the object as an instance of 'Grouping Sets Element Expression'. |
java.lang.Object |
caseGroupingSetsElementSublist(GroupingSetsElementSublist object)
Returns the result of interpreting the object as an instance of 'Grouping Sets Element Sublist'. |
java.lang.Object |
caseGroupingSpecification(GroupingSpecification object)
Returns the result of interpreting the object as an instance of 'Grouping Specification'. |
java.lang.Object |
caseOrderByOrdinal(OrderByOrdinal object)
Returns the result of interpreting the object as an instance of 'Order By Ordinal'. |
java.lang.Object |
caseOrderByResultColumn(OrderByResultColumn object)
Returns the result of interpreting the object as an instance of 'Order By Result Column'. |
java.lang.Object |
caseOrderBySpecification(OrderBySpecification object)
Returns the result of interpreting the object as an instance of 'Order By Specification'. |
java.lang.Object |
caseOrderByValueExpression(OrderByValueExpression object)
Returns the result of interpreting the object as an instance of 'Order By Value Expression'. |
java.lang.Object |
casePredicate(Predicate object)
Returns the result of interpreting the object as an instance of 'Predicate'. |
java.lang.Object |
casePredicateBasic(PredicateBasic object)
Returns the result of interpreting the object as an instance of 'Predicate Basic'. |
java.lang.Object |
casePredicateBetween(PredicateBetween object)
Returns the result of interpreting the object as an instance of 'Predicate Between'. |
java.lang.Object |
casePredicateExists(PredicateExists object)
Returns the result of interpreting the object as an instance of 'Predicate Exists'. |
java.lang.Object |
casePredicateIn(PredicateIn object)
Returns the result of interpreting the object as an instance of 'Predicate In'. |
java.lang.Object |
casePredicateInValueList(PredicateInValueList object)
Returns the result of interpreting the object as an instance of 'Predicate In Value List'. |
java.lang.Object |
casePredicateInValueRowSelect(PredicateInValueRowSelect object)
Returns the result of interpreting the object as an instance of 'Predicate In Value Row Select'. |
java.lang.Object |
casePredicateInValueSelect(PredicateInValueSelect object)
Returns the result of interpreting the object as an instance of 'Predicate In Value Select'. |
java.lang.Object |
casePredicateIsNull(PredicateIsNull object)
Returns the result of interpreting the object as an instance of 'Predicate Is Null'. |
java.lang.Object |
casePredicateLike(PredicateLike object)
Returns the result of interpreting the object as an instance of 'Predicate Like'. |
java.lang.Object |
casePredicateQuantified(PredicateQuantified object)
Returns the result of interpreting the object as an instance of 'Predicate Quantified'. |
java.lang.Object |
casePredicateQuantifiedRowSelect(PredicateQuantifiedRowSelect object)
Returns the result of interpreting the object as an instance of 'Predicate Quantified Row Select'. |
java.lang.Object |
casePredicateQuantifiedValueSelect(PredicateQuantifiedValueSelect object)
Returns the result of interpreting the object as an instance of 'Predicate Quantified Value Select'. |
java.lang.Object |
caseQueryChangeStatement(QueryChangeStatement object)
Returns the result of interpreting the object as an instance of 'Query Change Statement'. |
java.lang.Object |
caseQueryCombined(QueryCombined object)
Returns the result of interpreting the object as an instance of 'Query Combined'. |
java.lang.Object |
caseQueryDeleteStatement(QueryDeleteStatement object)
Returns the result of interpreting the object as an instance of 'Query Delete Statement'. |
java.lang.Object |
caseQueryExpression(QueryExpression object)
Returns the result of interpreting the object as an instance of 'Query Expression'. |
java.lang.Object |
caseQueryExpressionBody(QueryExpressionBody object)
Returns the result of interpreting the object as an instance of 'Query Expression Body'. |
java.lang.Object |
caseQueryExpressionRoot(QueryExpressionRoot object)
Returns the result of interpreting the object as an instance of 'Query Expression Root'. |
java.lang.Object |
caseQueryInsertStatement(QueryInsertStatement object)
Returns the result of interpreting the object as an instance of 'Query Insert Statement'. |
java.lang.Object |
caseQueryMergeStatement(QueryMergeStatement object)
Returns the result of interpreting the object as an instance of 'Query Merge Statement'. |
java.lang.Object |
caseQueryNested(QueryNested object)
Returns the result of interpreting the object as an instance of 'Query Nested'. |
java.lang.Object |
caseQueryResultSpecification(QueryResultSpecification object)
Returns the result of interpreting the object as an instance of 'Query Result Specification'. |
java.lang.Object |
caseQuerySearchCondition(QuerySearchCondition object)
Returns the result of interpreting the object as an instance of 'Query Search Condition'. |
java.lang.Object |
caseQuerySelect(QuerySelect object)
Returns the result of interpreting the object as an instance of 'Query Select'. |
java.lang.Object |
caseQuerySelectStatement(QuerySelectStatement object)
Returns the result of interpreting the object as an instance of 'Query Select Statement'. |
java.lang.Object |
caseQueryStatement(QueryStatement object)
Returns the result of interpreting the object as an instance of 'Query Statement'. |
java.lang.Object |
caseQueryUpdateStatement(QueryUpdateStatement object)
Returns the result of interpreting the object as an instance of 'Query Update Statement'. |
java.lang.Object |
caseQueryValueExpression(QueryValueExpression object)
Returns the result of interpreting the object as an instance of 'Query Value Expression'. |
java.lang.Object |
caseQueryValues(QueryValues object)
Returns the result of interpreting the object as an instance of 'Query Values'. |
java.lang.Object |
caseResultColumn(ResultColumn object)
Returns the result of interpreting the object as an instance of 'Result Column'. |
java.lang.Object |
caseResultTableAllColumns(ResultTableAllColumns object)
Returns the result of interpreting the object as an instance of 'Result Table All Columns'. |
java.lang.Object |
caseSearchCondition(SearchCondition object)
Returns the result of interpreting the object as an instance of 'Search Condition'. |
java.lang.Object |
caseSearchConditionCombined(SearchConditionCombined object)
Returns the result of interpreting the object as an instance of 'Search Condition Combined'. |
java.lang.Object |
caseSearchConditionNested(SearchConditionNested object)
Returns the result of interpreting the object as an instance of 'Search Condition Nested'. |
java.lang.Object |
caseSQLDataChangeStatement(SQLDataChangeStatement object)
Returns the result of interpreting the object as an instance of 'SQL Data Change Statement'. |
java.lang.Object |
caseSQLDataStatement(SQLDataStatement object)
Returns the result of interpreting the object as an instance of 'SQL Data Statement'. |
java.lang.Object |
caseSQLObject(SQLObject object)
Returns the result of interpreting the object as an instance of 'SQL Object'. |
java.lang.Object |
caseSQLQueryObject(SQLQueryObject object)
Returns the result of interpreting the object as an instance of 'SQL Query Object'. |
java.lang.Object |
caseSQLStatement(SQLStatement object)
Returns the result of interpreting the object as an instance of 'SQL Statement'. |
java.lang.Object |
caseSuperGroup(SuperGroup object)
Returns the result of interpreting the object as an instance of 'Super Group'. |
java.lang.Object |
caseSuperGroupElement(SuperGroupElement object)
Returns the result of interpreting the object as an instance of 'Super Group Element'. |
java.lang.Object |
caseSuperGroupElementExpression(SuperGroupElementExpression object)
Returns the result of interpreting the object as an instance of 'Super Group Element Expression'. |
java.lang.Object |
caseSuperGroupElementSublist(SuperGroupElementSublist object)
Returns the result of interpreting the object as an instance of 'Super Group Element Sublist'. |
java.lang.Object |
caseTableCorrelation(TableCorrelation object)
Returns the result of interpreting the object as an instance of 'Table Correlation'. |
java.lang.Object |
caseTableExpression(TableExpression object)
Returns the result of interpreting the object as an instance of 'Table Expression'. |
java.lang.Object |
caseTableFunction(TableFunction object)
Returns the result of interpreting the object as an instance of 'Table Function'. |
java.lang.Object |
caseTableInDatabase(TableInDatabase object)
Returns the result of interpreting the object as an instance of 'Table In Database'. |
java.lang.Object |
caseTableJoined(TableJoined object)
Returns the result of interpreting the object as an instance of 'Table Joined'. |
java.lang.Object |
caseTableNested(TableNested object)
Returns the result of interpreting the object as an instance of 'Table Nested'. |
java.lang.Object |
caseTableReference(TableReference object)
Returns the result of interpreting the object as an instance of 'Table Reference'. |
java.lang.Object |
caseUpdateAssignmentExpression(UpdateAssignmentExpression object)
Returns the result of interpreting the object as an instance of 'Update Assignment Expression'. |
java.lang.Object |
caseUpdateSource(UpdateSource object)
Returns the result of interpreting the object as an instance of 'Update Source'. |
java.lang.Object |
caseUpdateSourceExprList(UpdateSourceExprList object)
Returns the result of interpreting the object as an instance of 'Update Source Expr List'. |
java.lang.Object |
caseUpdateSourceQuery(UpdateSourceQuery object)
Returns the result of interpreting the object as an instance of 'Update Source Query'. |
java.lang.Object |
caseValueExpression(ValueExpression object)
Returns the result of interpreting the object as an instance of 'Value Expression'. |
java.lang.Object |
caseValueExpressionAtomic(ValueExpressionAtomic object)
Returns the result of interpreting the object as an instance of 'Value Expression Atomic'. |
java.lang.Object |
caseValueExpressionCase(ValueExpressionCase object)
Returns the result of interpreting the object as an instance of 'Value Expression Case'. |
java.lang.Object |
caseValueExpressionCaseElse(ValueExpressionCaseElse object)
Returns the result of interpreting the object as an instance of 'Value Expression Case Else'. |
java.lang.Object |
caseValueExpressionCaseSearch(ValueExpressionCaseSearch object)
Returns the result of interpreting the object as an instance of 'Value Expression Case Search'. |
java.lang.Object |
caseValueExpressionCaseSearchContent(ValueExpressionCaseSearchContent object)
Returns the result of interpreting the object as an instance of 'Value Expression Case Search Content'. |
java.lang.Object |
caseValueExpressionCaseSimple(ValueExpressionCaseSimple object)
Returns the result of interpreting the object as an instance of 'Value Expression Case Simple'. |
java.lang.Object |
caseValueExpressionCaseSimpleContent(ValueExpressionCaseSimpleContent object)
Returns the result of interpreting the object as an instance of 'Value Expression Case Simple Content'. |
java.lang.Object |
caseValueExpressionCast(ValueExpressionCast object)
Returns the result of interpreting the object as an instance of 'Value Expression Cast'. |
java.lang.Object |
caseValueExpressionColumn(ValueExpressionColumn object)
Returns the result of interpreting the object as an instance of 'Value Expression Column'. |
java.lang.Object |
caseValueExpressionCombined(ValueExpressionCombined object)
Returns the result of interpreting the object as an instance of 'Value Expression Combined'. |
java.lang.Object |
caseValueExpressionDefaultValue(ValueExpressionDefaultValue object)
Returns the result of interpreting the object as an instance of 'Value Expression Default Value'. |
java.lang.Object |
caseValueExpressionFunction(ValueExpressionFunction object)
Returns the result of interpreting the object as an instance of 'Value Expression Function'. |
java.lang.Object |
caseValueExpressionLabeledDuration(ValueExpressionLabeledDuration object)
Returns the result of interpreting the object as an instance of 'Value Expression Labeled Duration'. |
java.lang.Object |
caseValueExpressionNested(ValueExpressionNested object)
Returns the result of interpreting the object as an instance of 'Value Expression Nested'. |
java.lang.Object |
caseValueExpressionNullValue(ValueExpressionNullValue object)
Returns the result of interpreting the object as an instance of 'Value Expression Null Value'. |
java.lang.Object |
caseValueExpressionScalarSelect(ValueExpressionScalarSelect object)
Returns the result of interpreting the object as an instance of 'Value Expression Scalar Select'. |
java.lang.Object |
caseValueExpressionSimple(ValueExpressionSimple object)
Returns the result of interpreting the object as an instance of 'Value Expression Simple'. |
java.lang.Object |
caseValueExpressionVariable(ValueExpressionVariable object)
Returns the result of interpreting the object as an instance of 'Value Expression Variable'. |
java.lang.Object |
caseValuesRow(ValuesRow object)
Returns the result of interpreting the object as an instance of 'Values Row'. |
java.lang.Object |
caseWithTableReference(WithTableReference object)
Returns the result of interpreting the object as an instance of 'With Table Reference'. |
java.lang.Object |
caseWithTableSpecification(WithTableSpecification object)
Returns the result of interpreting the object as an instance of 'With Table Specification'. |
java.lang.Object |
defaultCase(EObject object)
Returns the result of interpreting the object as an instance of 'EObject'. |
java.lang.Object |
doSwitch(EObject theEObject)
Calls caseXXX for each class of the model until one returns a non null result; it yields that result. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SQLQueryModelSwitch()
Method Detail |
---|
public java.lang.Object doSwitch(EObject theEObject)
caseXXX
for each class of the model until one returns a non null result; it yields that result.
caseXXX
call.public java.lang.Object caseQueryStatement(QueryStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryDeleteStatement(QueryDeleteStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryInsertStatement(QueryInsertStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQuerySelectStatement(QuerySelectStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryUpdateStatement(QueryUpdateStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseUpdateAssignmentExpression(UpdateAssignmentExpression object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseCursorReference(CursorReference object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQuerySearchCondition(QuerySearchCondition object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryExpressionBody(QueryExpressionBody object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryValueExpression(QueryValueExpression object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryExpressionRoot(QueryExpressionRoot object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValuesRow(ValuesRow object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryValues(QueryValues object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseTableReference(TableReference object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseTableExpression(TableExpression object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseTableJoined(TableJoined object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWithTableSpecification(WithTableSpecification object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicate(Predicate object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSearchConditionCombined(SearchConditionCombined object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseOrderByValueExpression(OrderByValueExpression object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryCombined(QueryCombined object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQuerySelect(QuerySelect object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGroupingSpecification(GroupingSpecification object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryResultSpecification(QueryResultSpecification object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseResultTableAllColumns(ResultTableAllColumns object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseResultColumn(ResultColumn object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateBasic(PredicateBasic object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateQuantified(PredicateQuantified object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateBetween(PredicateBetween object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateExists(PredicateExists object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateIn(PredicateIn object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateLike(PredicateLike object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateIsNull(PredicateIsNull object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateQuantifiedValueSelect(PredicateQuantifiedValueSelect object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateQuantifiedRowSelect(PredicateQuantifiedRowSelect object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateInValueSelect(PredicateInValueSelect object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateInValueList(PredicateInValueList object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object casePredicateInValueRowSelect(PredicateInValueRowSelect object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionSimple(ValueExpressionSimple object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionColumn(ValueExpressionColumn object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionVariable(ValueExpressionVariable object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionScalarSelect(ValueExpressionScalarSelect object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionLabeledDuration(ValueExpressionLabeledDuration object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionCase(ValueExpressionCase object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionCast(ValueExpressionCast object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionNullValue(ValueExpressionNullValue object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionDefaultValue(ValueExpressionDefaultValue object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionFunction(ValueExpressionFunction object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionCombined(ValueExpressionCombined object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGroupingSets(GroupingSets object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGrouping(Grouping object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGroupingSetsElement(GroupingSetsElement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGroupingSetsElementSublist(GroupingSetsElementSublist object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGroupingSetsElementExpression(GroupingSetsElementExpression object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSuperGroup(SuperGroup object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseGroupingExpression(GroupingExpression object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSuperGroupElement(SuperGroupElement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSuperGroupElementSublist(SuperGroupElementSublist object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSuperGroupElementExpression(SuperGroupElementExpression object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionCaseSearch(ValueExpressionCaseSearch object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionCaseSimple(ValueExpressionCaseSimple object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionCaseElse(ValueExpressionCaseElse object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionCaseSearchContent(ValueExpressionCaseSearchContent object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionCaseSimpleContent(ValueExpressionCaseSimpleContent object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseTableInDatabase(TableInDatabase object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseTableFunction(TableFunction object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSQLQueryObject(SQLQueryObject object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryChangeStatement(QueryChangeStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseColumnName(ColumnName object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseTableNested(TableNested object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryMergeStatement(QueryMergeStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSearchConditionNested(SearchConditionNested object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionNested(ValueExpressionNested object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpressionAtomic(ValueExpressionAtomic object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseOrderBySpecification(OrderBySpecification object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseOrderByOrdinal(OrderByOrdinal object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseTableCorrelation(TableCorrelation object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseUpdateSource(UpdateSource object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseUpdateSourceExprList(UpdateSourceExprList object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseUpdateSourceQuery(UpdateSourceQuery object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseOrderByResultColumn(OrderByResultColumn object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseWithTableReference(WithTableReference object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryNested(QueryNested object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseEModelElement(EModelElement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseENamedElement(ENamedElement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSQLObject(SQLObject object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSQLStatement(SQLStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSQLDataStatement(SQLDataStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSQLDataChangeStatement(SQLDataChangeStatement object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseSearchCondition(SearchCondition object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseValueExpression(ValueExpression object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object caseQueryExpression(QueryExpression object)
object
- the target of the switch.
doSwitch(EObject)
public java.lang.Object defaultCase(EObject object)
object
- the target of the switch.
#doSwitch(org.eclipse.emf.ecore.EObject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |