-
-
-
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
MySQLDialect
public MySQLDialect()
-
方法详细资料
-
match
public boolean match(String jdbcUrl)
根据jdbcUrl匹配
- 指定者:
match 在接口中 Dialect
- 参数:
jdbcUrl - jdbc链接
- 返回:
- 是否匹配
-
getPageSql
获取分页sql
- 指定者:
getPageSql 在接口中 Dialect
- 参数:
sql - 原始SQL
boundSql - boundSql对象
offset - 跳过条数
limit - 限制条数
- 返回:
- 返回分页SQL