org.codehaus.jparsec.examples.sql.ast
Class OrderBy.Item

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.sql.ast.OrderBy.Item
Enclosing class:
OrderBy

public static final class OrderBy.Item
extends ValueObject


Field Summary
 boolean ascending
           
 Expression by
           
 
Constructor Summary
OrderBy.Item(Expression by, boolean ascending)
           
 
Method Summary
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

by

public final Expression by

ascending

public final boolean ascending
Constructor Detail

OrderBy.Item

public OrderBy.Item(Expression by,
                    boolean ascending)


Copyright © 2014. All rights reserved.