|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.command.dml.SelectOrderBy
public class SelectOrderBy
Describes one element of the ORDER BY clause of a query.
Field Summary | |
---|---|
Expression |
columnIndexExpr
The column index expression. |
boolean |
descending
If the column should be sorted descending. |
Expression |
expression
The order by expression. |
boolean |
nullsFirst
If NULL should be appear first. |
boolean |
nullsLast
If NULL should be appear at the end. |
Constructor Summary | |
---|---|
SelectOrderBy()
|
Method Summary | |
---|---|
java.lang.String |
getSQL()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Expression expression
public Expression columnIndexExpr
public boolean descending
public boolean nullsFirst
public boolean nullsLast
Constructor Detail |
---|
public SelectOrderBy()
Method Detail |
---|
public java.lang.String getSQL()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |