|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.sql.ast.OrderBy
public final class OrderBy
The "order by" clause.
| 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 |
|---|
public final List<OrderBy.Item> items
| Constructor Detail |
|---|
public OrderBy(List<OrderBy.Item> items)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||