public interface OrderExpr extends SQLWritable
| Modifier and Type | Method and Description |
|---|---|
Expression<?,?> |
getColumn()
The column to order.
|
SortType |
getType()
The type of order, asc or desc.
|
writeSQLSortType getType()
Expression<?,?> getColumn()
Copyright © 2015–2018 Bridje Framework. All rights reserved.