|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OrderBySpecification
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. |
QueryExpressionBody |
getQuery()
Returns the value of the 'Query' container reference. |
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 |
setQuery(QueryExpressionBody value)
Sets the value of the ' Query ' container reference. |
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, 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 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()
void setDescending(boolean value)
Descending
' attribute.
value
- the new value of the 'Descending' attribute.isDescending()
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()
void setOrderingSpecOption(OrderingSpecType value)
Ordering Spec Option
' attribute.
value
- the new value of the 'Ordering Spec Option' attribute.OrderingSpecType
,
getOrderingSpecOption()
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()
void setNullOrderingOption(NullOrderingType value)
Null Ordering Option
' attribute.
value
- the new value of the 'Null Ordering Option' attribute.NullOrderingType
,
getNullOrderingOption()
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()
void setSelectStatement(QuerySelectStatement value)
Select Statement
' container reference.
value
- the new value of the 'Select Statement' container reference.getSelectStatement()
QueryExpressionBody getQuery()
Sort Spec List
'.
If the meaning of the 'Query' container reference isn't clear, there really should be more of a description here...
setQuery(QueryExpressionBody)
,
SQLQueryModelPackage.getOrderBySpecification_Query()
,
QueryExpressionBody.getSortSpecList()
void setQuery(QueryExpressionBody value)
Query
' container reference.
value
- the new value of the 'Query' container reference.getQuery()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |