|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectStatement
A representation of the model object 'Select Statement'.
The following features are supported:
DomPackage.getSelectStatement()| Method Summary | |
|---|---|
org.eclipse.emf.common.util.EList<FromRange> |
getFrom()
Returns the value of the 'From' containment reference list. |
org.eclipse.emf.common.util.EList<Expression> |
getGroupBy()
Returns the value of the 'Group By' containment reference list. |
Expression |
getHaving()
Returns the value of the 'Having' containment reference. |
org.eclipse.emf.common.util.EList<Join> |
getJoin()
Returns the value of the 'Join' containment reference list. |
org.eclipse.emf.common.util.EList<SortOrderElement> |
getOrderBy()
Returns the value of the 'Order By' containment reference list. |
Expression |
getWhere()
Returns the value of the 'Where' containment reference. |
void |
setHaving(Expression value)
Sets the value of the ' Having' containment reference. |
void |
setWhere(Expression value)
Sets the value of the ' Where' containment reference. |
| 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 |
| Method Detail |
|---|
org.eclipse.emf.common.util.EList<FromRange> getFrom()
FromRange.
If the meaning of the 'From' containment reference list isn't clear, there really should be more of a description here...
DomPackage.getSelectStatement_From()org.eclipse.emf.common.util.EList<Join> getJoin()
Join.
If the meaning of the 'Join' containment reference list isn't clear, there really should be more of a description here...
DomPackage.getSelectStatement_Join()Expression getWhere()
If the meaning of the 'Where' containment reference isn't clear, there really should be more of a description here...
setWhere(Expression),
DomPackage.getSelectStatement_Where()void setWhere(Expression value)
Where' containment reference.
value - the new value of the 'Where' containment reference.getWhere()org.eclipse.emf.common.util.EList<Expression> getGroupBy()
Expression.
If the meaning of the 'Group By' containment reference list isn't clear, there really should be more of a description here...
DomPackage.getSelectStatement_GroupBy()Expression getHaving()
If the meaning of the 'Having' containment reference isn't clear, there really should be more of a description here...
setHaving(Expression),
DomPackage.getSelectStatement_Having()void setHaving(Expression value)
Having' containment reference.
value - the new value of the 'Having' containment reference.getHaving()org.eclipse.emf.common.util.EList<SortOrderElement> getOrderBy()
SortOrderElement.
If the meaning of the 'Order By' containment reference list isn't clear, there really should be more of a description here...
DomPackage.getSelectStatement_OrderBy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||