public class SelectOrderBy extends Object
| Modifier and Type | Field and Description | 
|---|---|
| Expression | columnIndexExprThe column index expression. | 
| boolean | descendingIf the column should be sorted descending. | 
| Expression | expressionThe order by expression. | 
| boolean | nullsFirstIf NULL should be appear first. | 
| boolean | nullsLastIf NULL should be appear at the end. | 
| Constructor and Description | 
|---|
| SelectOrderBy() | 
public Expression expression
public Expression columnIndexExpr
public boolean descending
public boolean nullsFirst
public boolean nullsLast
public String getSQL()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.