public class OrderBy extends Object
Constructor and Description |
---|
OrderBy() |
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression() |
int |
getIndex() |
int |
getType() |
void |
setExpression(Expression exp) |
void |
setIndex(int ci) |
void |
setType(int t) |
String |
toString() |
public static final int ASC
public static final int DESC
public void setExpression(Expression exp)
public int getIndex()
public Expression getExpression()
public void setIndex(int ci)
public int getType()
public void setType(int t)