public class SelectOrderBy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
SelectOrderBy() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSQL() |
public Expression expression
public Expression columnIndexExpr
public boolean descending
public boolean nullsFirst
public boolean nullsLast