Constructor and Description |
---|
UxDBDialect() |
Modifier and Type | Method and Description |
---|---|
String |
buildPaginationSql(String sql,
int offset,
int limit)
组装分页 SQL
|
DbType |
dbType()
返回数据库类型
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsLimit
public String buildPaginationSql(String sql, int offset, int limit)
Dialect
buildPaginationSql
in interface Dialect
sql
- SQL 语句offset
- 偏移量limit
- 每页条数Copyright © 2024 buession.com Inc.. All rights reserved.