类 PagerUtils
java.lang.Object
com.alibaba.druid.sql.PagerUtils
-
构造器详细资料
-
PagerUtils
public PagerUtils()
-
-
方法详细资料
-
count
-
limit
-
limit
-
limit
-
limit
-
getLimit
Retrieves the limit value from the provided SQL query string based on the specified database type.- 参数:
sql- the SQL query stringdbType- the database type for parsing the SQL query- 返回:
- the limit value extracted from the SQL query, or -1 if the query does not have a valid limit clause
-
hasUnorderedLimit
-