public class SelectOrderBy extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
SelectOrderBy() |
public Expression expression
public Expression columnIndexExpr
public boolean descending
public boolean nullsFirst
public boolean nullsLast
public String getSQL()
Copyright © 2017. All rights reserved.