|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateSourceQuery | |
---|---|
org.eclipse.datatools.modelbase.sql.query | |
org.eclipse.datatools.modelbase.sql.query.impl | |
org.eclipse.datatools.modelbase.sql.query.util |
Uses of UpdateSourceQuery in org.eclipse.datatools.modelbase.sql.query |
---|
Methods in org.eclipse.datatools.modelbase.sql.query that return UpdateSourceQuery | |
---|---|
UpdateSourceQuery |
SQLQueryModelFactory.createUpdateSourceQuery()
Returns a new object of class 'Update Source Query'. |
UpdateSourceQuery |
QueryExpressionBody.getUpdateSourceQuery()
Returns the value of the 'Update Source Query' container reference. |
Methods in org.eclipse.datatools.modelbase.sql.query with parameters of type UpdateSourceQuery | |
---|---|
void |
QueryExpressionBody.setUpdateSourceQuery(UpdateSourceQuery value)
Sets the value of the ' Update Source Query ' container reference. |
Uses of UpdateSourceQuery in org.eclipse.datatools.modelbase.sql.query.impl |
---|
Classes in org.eclipse.datatools.modelbase.sql.query.impl that implement UpdateSourceQuery | |
---|---|
class |
UpdateSourceQueryImpl
An implementation of the model object 'Update Source Query'. |
Methods in org.eclipse.datatools.modelbase.sql.query.impl that return UpdateSourceQuery | |
---|---|
UpdateSourceQuery |
SQLQueryModelFactoryImpl.createUpdateSourceQuery()
|
UpdateSourceQuery |
QueryExpressionBodyImpl.getUpdateSourceQuery()
|
Methods in org.eclipse.datatools.modelbase.sql.query.impl with parameters of type UpdateSourceQuery | |
---|---|
NotificationChain |
QueryExpressionBodyImpl.basicSetUpdateSourceQuery(UpdateSourceQuery newUpdateSourceQuery,
NotificationChain msgs)
|
void |
QueryExpressionBodyImpl.setUpdateSourceQuery(UpdateSourceQuery newUpdateSourceQuery)
|
Uses of UpdateSourceQuery in org.eclipse.datatools.modelbase.sql.query.util |
---|
Methods in org.eclipse.datatools.modelbase.sql.query.util with parameters of type UpdateSourceQuery | |
---|---|
java.lang.Object |
SQLQueryModelSwitch.caseUpdateSourceQuery(UpdateSourceQuery object)
Returns the result of interpreting the object as an instance of 'Update Source Query'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |