|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryDeleteStatement
A representation of the model object 'SQL Delete Statement'.
The following features are supported:
SQLQueryModelPackage.getQueryDeleteStatement()
Method Summary | |
---|---|
TableInDatabase |
getTargetTable()
Returns the value of the 'Target Table' containment reference. |
QuerySearchCondition |
getWhereClause()
Returns the value of the 'Where Clause' containment reference. |
CursorReference |
getWhereCurrentOfClause()
Returns the value of the 'Where Current Of Clause' containment reference. |
boolean |
isSetTargetTable()
Returns whether the value of the ' Target Table ' containment reference is set. |
boolean |
isSetWhereClause()
Returns whether the value of the ' Where Clause ' containment reference is set. |
void |
setTargetTable(TableInDatabase value)
Sets the value of the ' Target Table ' containment reference. |
void |
setWhereClause(QuerySearchCondition value)
Sets the value of the ' Where Clause ' containment reference. |
void |
setWhereCurrentOfClause(CursorReference value)
Sets the value of the ' Where Current Of Clause ' containment reference. |
void |
unsetTargetTable()
Unsets the value of the ' Target Table ' containment reference. |
void |
unsetWhereClause()
Unsets the value of the ' Where Clause ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.SQLQueryObject |
---|
getSourceInfo, getSQL, setSourceInfo, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
---|
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getExtensions, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.statements.SQLStatement |
---|
getSQL, setSQL |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.statements.SQLStatement |
---|
getSQL, setSQL |
Method Detail |
---|
CursorReference getWhereCurrentOfClause()
Delete Statement
'.
If the meaning of the 'Where Current Of Clause' containment reference isn't clear, there really should be more of a description here...
setWhereCurrentOfClause(CursorReference)
,
SQLQueryModelPackage.getQueryDeleteStatement_WhereCurrentOfClause()
,
CursorReference.getDeleteStatement()
void setWhereCurrentOfClause(CursorReference value)
Where Current Of Clause
' containment reference.
value
- the new value of the 'Where Current Of Clause' containment reference.getWhereCurrentOfClause()
QuerySearchCondition getWhereClause()
Delete Statement
'.
If the meaning of the 'Where Clause' containment reference isn't clear, there really should be more of a description here...
isSetWhereClause()
,
unsetWhereClause()
,
setWhereClause(QuerySearchCondition)
,
SQLQueryModelPackage.getQueryDeleteStatement_WhereClause()
,
QuerySearchCondition.getDeleteStatement()
void setWhereClause(QuerySearchCondition value)
Where Clause
' containment reference.
value
- the new value of the 'Where Clause' containment reference.isSetWhereClause()
,
unsetWhereClause()
,
getWhereClause()
void unsetWhereClause()
Where Clause
' containment reference.
isSetWhereClause()
,
getWhereClause()
,
setWhereClause(QuerySearchCondition)
boolean isSetWhereClause()
Where Clause
' containment reference is set.
unsetWhereClause()
,
getWhereClause()
,
setWhereClause(QuerySearchCondition)
TableInDatabase getTargetTable()
Delete Statement
'.
If the meaning of the 'Target Table' containment reference isn't clear, there really should be more of a description here...
isSetTargetTable()
,
unsetTargetTable()
,
setTargetTable(TableInDatabase)
,
SQLQueryModelPackage.getQueryDeleteStatement_TargetTable()
,
TableInDatabase.getDeleteStatement()
void setTargetTable(TableInDatabase value)
Target Table
' containment reference.
value
- the new value of the 'Target Table' containment reference.isSetTargetTable()
,
unsetTargetTable()
,
getTargetTable()
void unsetTargetTable()
Target Table
' containment reference.
isSetTargetTable()
,
getTargetTable()
,
setTargetTable(TableInDatabase)
boolean isSetTargetTable()
Target Table
' containment reference is set.
unsetTargetTable()
,
getTargetTable()
,
setTargetTable(TableInDatabase)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |