|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'SQL Order By Specification'.
The following features are supported:
SQLQueryModelPackage.getOrderBySpecification()
Method Summary | |
NullOrderingType |
getNullOrderingOption()
Returns the value of the 'Null Ordering Option' attribute. |
OrderingSpecType |
getOrderingSpecOption()
Returns the value of the 'Ordering Spec Option' attribute. |
QuerySelectStatement |
getSelectStatement()
Returns the value of the 'Select Statement' container reference. |
boolean |
isDescending()
Returns the value of the 'Descending' attribute. |
void |
setDescending(boolean value)
Sets the value of the ' Descending ' attribute. |
void |
setNullOrderingOption(NullOrderingType value)
Sets the value of the ' Null Ordering Option ' attribute. |
void |
setOrderingSpecOption(OrderingSpecType value)
Sets the value of the ' Ordering Spec Option ' attribute. |
void |
setSelectStatement(QuerySelectStatement value)
Sets the value of the ' Select Statement ' container 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 |
Method Detail |
public boolean isDescending()
If the meaning of the 'Descending' attribute isn't clear, there really should be more of a description here...
setDescending(boolean)
,
SQLQueryModelPackage.getOrderBySpecification_Descending()
public void setDescending(boolean value)
Descending
' attribute.
value
- the new value of the 'Descending' attribute.isDescending()
public OrderingSpecType getOrderingSpecOption()
OrderingSpecType
.
If the meaning of the 'Ordering Spec Option' attribute isn't clear, there really should be more of a description here...
OrderingSpecType
,
setOrderingSpecOption(OrderingSpecType)
,
SQLQueryModelPackage.getOrderBySpecification_OrderingSpecOption()
public void setOrderingSpecOption(OrderingSpecType value)
Ordering Spec Option
' attribute.
value
- the new value of the 'Ordering Spec Option' attribute.OrderingSpecType
,
getOrderingSpecOption()
public NullOrderingType getNullOrderingOption()
NullOrderingType
.
If the meaning of the 'Null Ordering Option' attribute isn't clear, there really should be more of a description here...
NullOrderingType
,
setNullOrderingOption(NullOrderingType)
,
SQLQueryModelPackage.getOrderBySpecification_NullOrderingOption()
public void setNullOrderingOption(NullOrderingType value)
Null Ordering Option
' attribute.
value
- the new value of the 'Null Ordering Option' attribute.NullOrderingType
,
getNullOrderingOption()
public QuerySelectStatement getSelectStatement()
Order By Clause
'.
If the meaning of the 'Select Statement' container reference isn't clear, there really should be more of a description here...
setSelectStatement(QuerySelectStatement)
,
SQLQueryModelPackage.getOrderBySpecification_SelectStatement()
,
QuerySelectStatement.getOrderByClause()
public void setSelectStatement(QuerySelectStatement value)
Select Statement
' container reference.
value
- the new value of the 'Select Statement' container reference.getSelectStatement()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |