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 String |
limit(SQLSelect select,
String dbType,
int offset,
int count) |
static String |
limit(String sql,
String dbType,
int offset,
int count) |
Copyright © 2013–2016 Alibaba Group. All rights reserved.