public class PagerUtils extends Object
Constructor and Description |
---|
PagerUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
count(String sql,
String dbType) |
static int |
getLimit(String sql,
String dbType) |
static boolean |
hasUnorderedLimit(String sql,
String dbType) |
static String |
limit(SQLSelect select,
String dbType,
int offset,
int count) |
static boolean |
limit(SQLSelect select,
String dbType,
int offset,
int count,
boolean check) |
static String |
limit(String sql,
String dbType,
int offset,
int count) |
Copyright © 2013–2017 Alibaba Group. All rights reserved.