|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.statements.SQLStatement |
getSQL, setSQL |
Method Detail |
public 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()
public void setWhereCurrentOfClause(CursorReference value)
Where Current Of Clause
' containment reference.
value
- the new value of the 'Where Current Of Clause' containment reference.getWhereCurrentOfClause()
public 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()
public void setWhereClause(QuerySearchCondition value)
Where Clause
' containment reference.
value
- the new value of the 'Where Clause' containment reference.isSetWhereClause()
,
unsetWhereClause()
,
getWhereClause()
public void unsetWhereClause()
Where Clause
' containment reference.
isSetWhereClause()
,
getWhereClause()
,
setWhereClause(QuerySearchCondition)
public boolean isSetWhereClause()
Where Clause
' containment reference is set.
unsetWhereClause()
,
getWhereClause()
,
setWhereClause(QuerySearchCondition)
public 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()
public void setTargetTable(TableInDatabase value)
Target Table
' containment reference.
value
- the new value of the 'Target Table' containment reference.isSetTargetTable()
,
unsetTargetTable()
,
getTargetTable()
public void unsetTargetTable()
Target Table
' containment reference.
isSetTargetTable()
,
getTargetTable()
,
setTargetTable(TableInDatabase)
public 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 |