public class OrderByJSqlParser47 extends Object implements com.github.pagehelper.parser.OrderBySqlParser
| Constructor and Description |
|---|
OrderByJSqlParser47() |
| Modifier and Type | Method and Description |
|---|---|
String |
converToOrderBySql(String sql,
String orderBy)
convert to order by sql
|
static List<net.sf.jsqlparser.statement.select.OrderByElement> |
extraOrderBy(net.sf.jsqlparser.statement.select.Select select)
extra order by and set default orderby to null
|
public String converToOrderBySql(String sql, String orderBy)
converToOrderBySql in interface com.github.pagehelper.parser.OrderBySqlParsersql - orderBy - public static List<net.sf.jsqlparser.statement.select.OrderByElement> extraOrderBy(net.sf.jsqlparser.statement.select.Select select)
select - Copyright © 2023. All rights reserved.