Class OrderBy.Default
java.lang.Object
org.huiche.ast.statement.clause.OrderBy.Default
- All Implemented Interfaces:
Serializable, OrderByOperable, OrderBy, Segment
- Enclosing interface:
OrderBy
-
Nested Class Summary
Nested classes/interfaces inherited from interface OrderBy
OrderBy.Default -
Method Summary
Modifier and TypeMethodDescription列|表达式null靠前null靠后null排序(null靠前 / 靠后)order()排序伪SQL,用于直接toString时显示Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Segment
staticable
-
Method Details
-
expression
Description copied from interface:OrderBy列|表达式- Specified by:
expressionin interfaceOrderBy- Returns:
- 列|表达式
-
nullsOrder
Description copied from interface:OrderBynull排序(null靠前 / 靠后)- Specified by:
nullsOrderin interfaceOrderBy- Returns:
- null排序(null靠前 / 靠后)
-
order
-
nullsFirst
Description copied from interface:OrderByOperablenull靠前- Specified by:
nullsFirstin interfaceOrderByOperable- Returns:
- orderBy子句
-
nullsLast
Description copied from interface:OrderByOperablenull靠后- Specified by:
nullsLastin interfaceOrderByOperable- Returns:
- orderBy子句
-
pseudoSql
-