org.eclipse.datatools.modelbase.sql.query
Interface QueryDeleteStatement

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, QueryChangeStatement, QueryStatement, SQLDataChangeStatement, SQLDataStatement, SQLObject, SQLQueryObject, SQLStatement

public interface QueryDeleteStatement
extends QueryChangeStatement

A representation of the model object 'SQL Delete Statement'.

The following features are supported:

See Also:
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, 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

getWhereCurrentOfClause

CursorReference getWhereCurrentOfClause()
Returns the value of the 'Where Current Of Clause' containment reference. It is bidirectional and its opposite is '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...

Returns:
the value of the 'Where Current Of Clause' containment reference.
See Also:
setWhereCurrentOfClause(CursorReference), SQLQueryModelPackage.getQueryDeleteStatement_WhereCurrentOfClause(), CursorReference.getDeleteStatement()

setWhereCurrentOfClause

void setWhereCurrentOfClause(CursorReference value)
Sets the value of the 'Where Current Of Clause' containment reference.

Parameters:
value - the new value of the 'Where Current Of Clause' containment reference.
See Also:
getWhereCurrentOfClause()

getWhereClause

QuerySearchCondition getWhereClause()
Returns the value of the 'Where Clause' containment reference. It is bidirectional and its opposite is 'Delete Statement'.

If the meaning of the 'Where Clause' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Where Clause' containment reference.
See Also:
isSetWhereClause(), unsetWhereClause(), setWhereClause(QuerySearchCondition), SQLQueryModelPackage.getQueryDeleteStatement_WhereClause(), QuerySearchCondition.getDeleteStatement()

setWhereClause

void setWhereClause(QuerySearchCondition value)
Sets the value of the 'Where Clause' containment reference.

Parameters:
value - the new value of the 'Where Clause' containment reference.
See Also:
isSetWhereClause(), unsetWhereClause(), getWhereClause()

unsetWhereClause

void unsetWhereClause()
Unsets the value of the 'Where Clause' containment reference.

See Also:
isSetWhereClause(), getWhereClause(), setWhereClause(QuerySearchCondition)

isSetWhereClause

boolean isSetWhereClause()
Returns whether the value of the 'Where Clause' containment reference is set.

Returns:
whether the value of the 'Where Clause' containment reference is set.
See Also:
unsetWhereClause(), getWhereClause(), setWhereClause(QuerySearchCondition)

getTargetTable

TableInDatabase getTargetTable()
Returns the value of the 'Target Table' containment reference. It is bidirectional and its opposite is 'Delete Statement'.

If the meaning of the 'Target Table' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Target Table' containment reference.
See Also:
isSetTargetTable(), unsetTargetTable(), setTargetTable(TableInDatabase), SQLQueryModelPackage.getQueryDeleteStatement_TargetTable(), TableInDatabase.getDeleteStatement()

setTargetTable

void setTargetTable(TableInDatabase value)
Sets the value of the 'Target Table' containment reference.

Parameters:
value - the new value of the 'Target Table' containment reference.
See Also:
isSetTargetTable(), unsetTargetTable(), getTargetTable()

unsetTargetTable

void unsetTargetTable()
Unsets the value of the 'Target Table' containment reference.

See Also:
isSetTargetTable(), getTargetTable(), setTargetTable(TableInDatabase)

isSetTargetTable

boolean isSetTargetTable()
Returns whether the value of the 'Target Table' containment reference is set.

Returns:
whether the value of the 'Target Table' containment reference is set.
See Also:
unsetTargetTable(), getTargetTable(), setTargetTable(TableInDatabase)