public class SelectOrderBy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Expression |
columnIndexExpr
The column index expression.
|
Expression |
expression
The order by expression.
|
int |
sortType
Sort type for this column.
|
| Constructor and Description |
|---|
SelectOrderBy() |
| Modifier and Type | Method and Description |
|---|---|
void |
getSQL(java.lang.StringBuilder builder,
boolean alwaysQuote)
Appends the order by expression to the specified builder.
|
public Expression expression
public Expression columnIndexExpr
public int sortType