Class PageJdbcHelper.OrderJdbc1
-
- All Implemented Interfaces:
public class PageJdbcHelper.OrderJdbc1
-
-
Constructor Summary
Constructors Constructor Description PageJdbcHelper.OrderJdbc1(PageJdbcHelper.ContextJdbc context)
-
Method Summary
Modifier and Type Method Description PageJdbcHelper.BindJdbc1orderNone()PageJdbcHelper.BindJdbc1order(String bys)Specify a field or sort statement that is equivalent to the field to field mapping. PageJdbcHelper.BindJdbc1order(Map<String, String> bys, Array<String> dft)Based on the mapping of alias to filed, use PageQuery's sort to match the ordering -
-
Method Detail
-
orderNone
PageJdbcHelper.BindJdbc1 orderNone()
-
order
PageJdbcHelper.BindJdbc1 order(String bys)
Specify a field or sort statement that is equivalent to the field to field mapping.
-
-
-
-