com.sapportals.connector.execution.objects.language

Interface IOrderBy

All Superinterfaces:
ILanguageObject

public interface IOrderBy
extends ILanguageObject

This interface holds all the symbols of a query GROUP BY clause. The symbols contain within the GROUP BY clause are attributes or aliases.


Field Summary
static boolean ASC
          Constant for the ascending value
static boolean DESC
          Constant for the descending value
 
Method Summary
 boolean getOrderType(int index)
          Returns the sort order at the specified index
 IAttributeSymbol getSymbol(int index)
          Returns the select symbol at the specified index.
 int getSymbolCount()
          Returns the number of select symbols in the select clause.
 Iterator getSymbols()
          Returns an ordered Iterator of IAttributeSymbol in the SELECT clause.
 Iterator getTypes()
          Returns an ordered Iterator of sort direction for each order as Boolean
 

Field Detail

ASC

static final boolean ASC
Constant for the ascending value

See Also:
Constant Field Values

DESC

static final boolean DESC
Constant for the descending value

See Also:
Constant Field Values
Method Detail

getOrderType

boolean getOrderType(int index)
Returns the sort order at the specified index

Returns:
boolean

getTypes

Iterator getTypes()
Returns an ordered Iterator of sort direction for each order as Boolean

Returns:
boolean

getSymbolCount

int getSymbolCount()
Returns the number of select symbols in the select clause.

Returns:
int

getSymbol

IAttributeSymbol getSymbol(int index)
Returns the select symbol at the specified index.

Parameters:
index - the symbol index
Returns:
ISelectSymbol

getSymbols

Iterator getSymbols()
Returns an ordered Iterator of IAttributeSymbol in the SELECT clause.

Returns:
Iterator
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] FRAMEWORK-EXT [sap.com] tc/conn/connectorframeworkdeprecated default EP-CON-CF
[sap.com] EP-BASIS-API [sap.com] tc/epbc/connectivityfw/api api EP-PIN
[sap.com] FRAMEWORK-EXT [sap.com] tc/conn/connectorframeworkdeprecated - EP-CON-CF


Copyright 2011 SAP AG Complete Copyright Notice