org.josql.internal
Class OrderBy

java.lang.Object
  extended by org.josql.internal.OrderBy

public class OrderBy
extends Object


Field Summary
static int ASC
           
static int DESC
           
 
Constructor Summary
OrderBy()
           
 
Method Summary
 Expression getExpression()
           
 int getIndex()
           
 int getType()
           
 void setExpression(Expression exp)
           
 void setIndex(int ci)
           
 void setType(int t)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ASC

public static final int ASC
See Also:
Constant Field Values

DESC

public static final int DESC
See Also:
Constant Field Values
Constructor Detail

OrderBy

public OrderBy()
Method Detail

setExpression

public void setExpression(Expression exp)

getIndex

public int getIndex()

getExpression

public Expression getExpression()

setIndex

public void setIndex(int ci)

getType

public int getType()

setType

public void setType(int t)

toString

public String toString()
Overrides:
toString in class Object


  Copyright © 2008 Gary Bentley. All Rights Reserved.