| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResultSetCriteria
A representation of the model object 'Result Set Criteria'. Specification of a result set criteria or characteristics. Applying the criteria may impact the data retrieved in a result set, in addition to any specification expressed in a query text.
The following features are supported:
DesignPackage.getResultSetCriteria()| Field Summary | |
|---|---|
| static java.lang.String | copyright | 
| Method Summary | |
|---|---|
|  void | addRowSortKey(SortKey sortKey)Adds the specified SortKeyto the specification of ordering the result set rows. | 
|  FilterExpression | getFilterSpecification()Returns the value of the 'Filter Specification' containment reference. | 
|  SortSpecification | getRowOrdering()Returns the value of the 'Row Ordering' containment reference. | 
|  void | setFilterSpecification(FilterExpression value)Sets the value of the ' Filter Specification' containment reference. | 
|  void | setRowOrdering(SortSpecification value)Sets the value of the ' Row Ordering' containment reference. | 
| 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 | 
| Field Detail | 
|---|
static final java.lang.String copyright
| Method Detail | 
|---|
FilterExpression getFilterSpecification()
setFilterSpecification(FilterExpression), 
DesignPackage.getResultSetCriteria_FilterSpecification()void setFilterSpecification(FilterExpression value)
Filter Specification' containment reference.
 
 
value - the new value of the 'Filter Specification' containment reference.getFilterSpecification()SortSpecification getRowOrdering()
setRowOrdering(SortSpecification), 
DesignPackage.getResultSetCriteria_RowOrdering()void setRowOrdering(SortSpecification value)
Row Ordering' containment reference.
 
 
value - the new value of the 'Row Ordering' containment reference.getRowOrdering()void addRowSortKey(SortKey sortKey)
SortKey to the specification of ordering the result set rows.
sortKey - | 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||