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 SFieldMeta
getField()
SQuery.OrderBy
getNext()
java.lang.String
getRaw()
boolean
isAscending()
-
-
-
Method Detail
-
isAscending
public boolean isAscending()
-
getField
public SFieldMeta getField()
-
getRaw
public java.lang.String getRaw()
-
getNext
public SQuery.OrderBy getNext()
-
-