Package simpleorm.dataset
Class SQuery.OrderBy
- java.lang.Object
 - 
- simpleorm.dataset.SQuery.OrderBy
 
 
- 
- Enclosing class:
 - SQuery<T extends SRecordInstance>
 
public static class SQuery.OrderBy extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description OrderBy() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SFieldMetagetField()SQuery.OrderBygetNext()java.lang.StringgetRaw()booleanisAscending() 
 - 
 
- 
- 
Method Detail
- 
isAscending
public boolean isAscending()
 
- 
getField
public SFieldMeta getField()
 
- 
getRaw
public java.lang.String getRaw()
 
- 
getNext
public SQuery.OrderBy getNext()
 
 - 
 
 -