|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuerySelect
A representation of the model object 'Select'.
The following features are supported:
SQLQueryModelPackage.getQuerySelect()
Method Summary | |
---|---|
org.eclipse.emf.common.util.EList |
getFromClause()
Returns the value of the 'From Clause' containment reference list. |
org.eclipse.emf.common.util.EList |
getGroupByClause()
Returns the value of the 'Group By Clause' containment reference list. |
QuerySearchCondition |
getHavingClause()
Returns the value of the 'Having Clause' containment reference. |
org.eclipse.emf.common.util.EList |
getIntoClause()
Returns the value of the 'Into Clause' containment reference list. |
org.eclipse.emf.common.util.EList |
getSelectClause()
Returns the value of the 'Select Clause' containment reference list. |
QuerySearchCondition |
getWhereClause()
Returns the value of the 'Where Clause' containment reference. |
boolean |
isDistinct()
Returns the value of the 'Distinct' attribute. |
boolean |
isSetHavingClause()
Returns whether the value of the ' Having Clause ' containment reference is set. |
boolean |
isSetWhereClause()
Returns whether the value of the ' Where Clause ' containment reference is set. |
void |
setDistinct(boolean value)
Sets the value of the ' Distinct ' attribute. |
void |
setHavingClause(QuerySearchCondition value)
Sets the value of the ' Having Clause ' containment reference. |
void |
setWhereClause(QuerySearchCondition value)
Sets the value of the ' Where Clause ' containment reference. |
void |
unsetHavingClause()
Unsets the value of the ' Having Clause ' containment reference. |
void |
unsetWhereClause()
Unsets the value of the ' Where Clause ' containment reference. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.QueryExpressionBody |
---|
getCombinedLeft, getCombinedRight, getPredicateExists, getQueryExpression, getQueryNest, getRowFetchLimit, getSortSpecList, getUpdateSourceQuery, getWithTableSpecification, setCombinedLeft, setCombinedRight, setPredicateExists, setQueryExpression, setQueryNest, setRowFetchLimit, setUpdateSourceQuery, setWithTableSpecification |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableExpression |
---|
getColumnList, getMergeTargetTable, getResultTableAllColumns, getTableCorrelation, getValueExprColumns, setMergeTargetTable, setTableCorrelation |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableReference |
---|
getMergeSourceTable, getNest, getQuerySelect, getTableJoinedLeft, getTableJoinedRight, setMergeSourceTable, setNest, setQuerySelect, setTableJoinedLeft, setTableJoinedRight |
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 |
Method Detail |
---|
boolean isDistinct()
If the meaning of the 'Distinct' attribute isn't clear, there really should be more of a description here...
setDistinct(boolean)
,
SQLQueryModelPackage.getQuerySelect_Distinct()
void setDistinct(boolean value)
Distinct
' attribute.
value
- the new value of the 'Distinct' attribute.isDistinct()
QuerySearchCondition getHavingClause()
Query Select Having
'.
If the meaning of the 'Having Clause' containment reference isn't clear, there really should be more of a description here...
isSetHavingClause()
,
unsetHavingClause()
,
setHavingClause(QuerySearchCondition)
,
SQLQueryModelPackage.getQuerySelect_HavingClause()
,
QuerySearchCondition.getQuerySelectHaving()
void setHavingClause(QuerySearchCondition value)
Having Clause
' containment reference.
value
- the new value of the 'Having Clause' containment reference.isSetHavingClause()
,
unsetHavingClause()
,
getHavingClause()
void unsetHavingClause()
Having Clause
' containment reference.
isSetHavingClause()
,
getHavingClause()
,
setHavingClause(QuerySearchCondition)
boolean isSetHavingClause()
Having Clause
' containment reference is set.
unsetHavingClause()
,
getHavingClause()
,
setHavingClause(QuerySearchCondition)
QuerySearchCondition getWhereClause()
Query Select Where
'.
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.getQuerySelect_WhereClause()
,
QuerySearchCondition.getQuerySelectWhere()
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)
org.eclipse.emf.common.util.EList getGroupByClause()
GroupingSpecification
.
It is bidirectional and its opposite is 'Query Select
'.
If the meaning of the 'Group By Clause' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getQuerySelect_GroupByClause()
,
GroupingSpecification.getQuerySelect()
org.eclipse.emf.common.util.EList getSelectClause()
QueryResultSpecification
.
It is bidirectional and its opposite is 'Query Select
'.
If the meaning of the 'Select Clause' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getQuerySelect_SelectClause()
,
QueryResultSpecification.getQuerySelect()
org.eclipse.emf.common.util.EList getFromClause()
TableReference
.
It is bidirectional and its opposite is 'Query Select
'.
If the meaning of the 'From Clause' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getQuerySelect_FromClause()
,
TableReference.getQuerySelect()
org.eclipse.emf.common.util.EList getIntoClause()
ValueExpressionVariable
.
It is bidirectional and its opposite is 'Query Select
'.
If the meaning of the 'Into Clause' containment reference list isn't clear, there really should be more of a description here...
SQLQueryModelPackage.getQuerySelect_IntoClause()
,
ValueExpressionVariable.getQuerySelect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |