Package com.db4o.internal.qlin
Class QLinOrderBy<T>
- java.lang.Object
- 
- com.db4o.internal.qlin.QLinNode<T>
- 
- com.db4o.internal.qlin.QLinSodaNode<T>
- 
- com.db4o.internal.qlin.QLinSubNode<T>
- 
- com.db4o.internal.qlin.QLinOrderBy<T>
 
 
 
 
- 
- All Implemented Interfaces:
- QLin<T>
 
 public class QLinOrderBy<T> extends QLinSubNode<T> 
- 
- 
Field Summary- 
Fields inherited from class com.db4o.internal.qlin.QLinSubNode_root
 
- 
 - 
Constructor SummaryConstructors Constructor Description QLinOrderBy(QLinRoot<T> root, java.lang.Object expression, QLinOrderByDirection direction)
 - 
Method Summary- 
Methods inherited from class com.db4o.internal.qlin.QLinSubNodelimit, query, root, select
 - 
Methods inherited from class com.db4o.internal.qlin.QLinSodaNodeorderBy, where
 - 
Methods inherited from class com.db4o.internal.qlin.QLinNodeequal, greater, single, singleOrDefault, smaller, startsWith
 
- 
 
- 
- 
- 
Constructor Detail- 
QLinOrderBypublic QLinOrderBy(QLinRoot<T> root, java.lang.Object expression, QLinOrderByDirection direction) 
 
- 
 
-