|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOrderByItem
Represents a single item in the ORDER BY clause.
| Field Summary | |
|---|---|
static boolean |
ASC
|
static boolean |
DESC
|
| Method Summary | |
|---|---|
boolean |
getDirection()
Get direction of whether to sort ascending or descending. |
IElement |
getElement()
Get the element referred to by this item |
java.lang.String |
getName()
Get name of the output column to order by |
void |
setDirection(boolean direction)
Set direction of whether to sort ascending or descending. |
void |
setElement(IElement element)
Set the new element for this order by |
void |
setName(java.lang.String name)
Set name of the output column to order by |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Field Detail |
|---|
static final boolean ASC
static final boolean DESC
| Method Detail |
|---|
java.lang.String getName()
ISelectSymbol.getOutputName().boolean getDirection()
ASC for ascending or DESC for descendingvoid setName(java.lang.String name)
name - Name of output column, as specified in ISelectSymbol.getOutputName().void setDirection(boolean direction)
direction - ASC for ascending or DESC for descendingIElement getElement()
void setElement(IElement element)
element - New element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||