|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateSource | |
org.eclipse.datatools.modelbase.sql.query | |
org.eclipse.datatools.modelbase.sql.query.impl | |
org.eclipse.datatools.modelbase.sql.query.util |
Uses of UpdateSource in org.eclipse.datatools.modelbase.sql.query |
Subinterfaces of UpdateSource in org.eclipse.datatools.modelbase.sql.query | |
interface |
UpdateSourceExprList
A representation of the model object 'Update Source Expr List'. |
interface |
UpdateSourceQuery
A representation of the model object 'Update Source Query'. |
Methods in org.eclipse.datatools.modelbase.sql.query that return UpdateSource | |
UpdateSource |
UpdateAssignmentExpression.getUpdateSource()
Returns the value of the 'Update Source' containment reference. |
UpdateSource |
SQLQueryModelFactory.createUpdateSource()
Returns a new object of class 'Update Source'. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type UpdateSource | |
void |
UpdateAssignmentExpression.setUpdateSource(UpdateSource value)
Sets the value of the ' Update Source ' containment reference. |
Uses of UpdateSource in org.eclipse.datatools.modelbase.sql.query.impl |
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement UpdateSource | |
class |
UpdateSourceExprListImpl
An implementation of the model object 'Update Source Expr List'. |
class |
UpdateSourceImpl
An implementation of the model object 'Update Source'. |
class |
UpdateSourceQueryImpl
An implementation of the model object 'Update Source Query'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return UpdateSource | |
UpdateSource |
UpdateAssignmentExpressionImpl.getUpdateSource()
|
UpdateSource |
SQLQueryModelFactoryImpl.createUpdateSource()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type UpdateSource | |
NotificationChain |
UpdateAssignmentExpressionImpl.basicSetUpdateSource(UpdateSource newUpdateSource,
NotificationChain msgs)
|
void |
UpdateAssignmentExpressionImpl.setUpdateSource(UpdateSource newUpdateSource)
|
Uses of UpdateSource in org.eclipse.datatools.modelbase.sql.query.util |
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type UpdateSource | |
java.lang.Object |
SQLQueryModelSwitch.caseUpdateSource(UpdateSource object)
Returns the result of interpretting the object as an instance of 'Update Source'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |