org.sql.generation.api.grammar.query
Class Ordering

java.lang.Object
  extended by org.sql.generation.api.grammar.query.Ordering

public final class Ordering
extends Object

This is enum for what kind of order will be applied to each ordering column. Can be either ASCENDING or DESCENDING.

Author:
Stanislav Muhametsin
See Also:
SortSpecification

Field Summary
static Ordering ASCENDING
          The ordering will be ascending (ASC).
static Ordering DESCENDING
          The ordering will be descending (DESC).
 
Constructor Summary
Ordering()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASCENDING

public static final Ordering ASCENDING
The ordering will be ascending (ASC).


DESCENDING

public static final Ordering DESCENDING
The ordering will be descending (DESC).

Constructor Detail

Ordering

public Ordering()


Copyright © 2010-2012. All Rights Reserved.