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

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.sql.ast.OrderBy

public final class OrderBy
extends ValueObject

The "order by" clause.

Author:
Ben Yu

Nested Class Summary
static class OrderBy.Item
           
 
Field Summary
 List<OrderBy.Item> items
           
 
Constructor Summary
OrderBy(List<OrderBy.Item> items)
           
 
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

items

public final List<OrderBy.Item> items
Constructor Detail

OrderBy

public OrderBy(List<OrderBy.Item> items)


Copyright © 2014. All rights reserved.