ch.ethz.mxquery.util
Class OrderOptions
java.lang.Object
ch.ethz.mxquery.util.OrderOptions
public class OrderOptions
- extends java.lang.Object
Helper Class to save the options of an order by expression (ascending, etc.)
Constructor Summary |
OrderOptions(boolean ascending,
boolean emptiesGreatest)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderOptions
public OrderOptions(boolean ascending,
boolean emptiesGreatest)
isAscending
public boolean isAscending()
isEmptiesGreatest
public boolean isEmptiesGreatest()
copy
public OrderOptions copy()
MXQuery 0.6.0 API Documentation - Copyright 2006-2009 ETH Zurich