|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Select'.
The following features are supported:
SQLQueryModelPackage.getQuerySelect()
Method Summary | |
EList |
getFromClause()
Returns the value of the 'From Clause' containment reference list. |
EList |
getGroupByClause()
Returns the value of the 'Group By Clause' containment reference list. |
QuerySearchCondition |
getHavingClause()
Returns the value of the 'Having Clause' containment reference. |
EList |
getIntoClause()
Returns the value of the 'Into Clause' containment reference list. |
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, getUpdateSourceQuery, getWithTableSpecification, setCombinedLeft, setCombinedRight, setPredicateExists, setQueryExpression, setUpdateSourceQuery, setWithTableSpecification |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableExpression |
getColumnList, getResultTableAllColumns, getTableCorrelation, getValueExprColumns, setTableCorrelation |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.query.TableReference |
getNest, getQuerySelect, getTableJoinedLeft, getTableJoinedRight, 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, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public 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()
public void setDistinct(boolean value)
Distinct
' attribute.
value
- the new value of the 'Distinct' attribute.isDistinct()
public 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()
public void setHavingClause(QuerySearchCondition value)
Having Clause
' containment reference.
value
- the new value of the 'Having Clause' containment reference.isSetHavingClause()
,
unsetHavingClause()
,
getHavingClause()
public void unsetHavingClause()
Having Clause
' containment reference.
isSetHavingClause()
,
getHavingClause()
,
setHavingClause(QuerySearchCondition)
public boolean isSetHavingClause()
Having Clause
' containment reference is set.
unsetHavingClause()
,
getHavingClause()
,
setHavingClause(QuerySearchCondition)
public 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()
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 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()
public 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()
public 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()
public 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 |