All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static String |
count(String sql,
DbType dbType) |
static int |
getLimit(String sql,
DbType dbType) |
static boolean |
hasUnorderedLimit(String sql,
DbType dbType) |
static String |
limit(SQLSelect select,
DbType dbType,
int offset,
int count) |
static boolean |
limit(SQLSelect select,
DbType dbType,
int offset,
int count,
boolean check) |
static String |
limit(String sql,
DbType dbType,
int offset,
int count) |
static String |
limit(String sql,
DbType dbType,
int offset,
int count,
boolean check) |