public interface Dialect
| 限定符和类型 | 方法和说明 |
|---|---|
String |
concatCountSql(String sql) |
String |
concatPageSql(String sql,
int startRow,
int pageSize) |
org.apache.ibatis.mapping.BoundSql |
createNewBoundSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql) |
org.apache.ibatis.mapping.MappedStatement |
createNewMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql) |
org.apache.ibatis.mapping.MappedStatement |
createNewMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.SqlSource newSqlSource) |
String |
getSqlBody(String sql) |
org.apache.ibatis.mapping.SqlSource |
getSqlSource(org.apache.ibatis.mapping.BoundSql boundSql) |
void |
setProperties(Properties properties) |
void setProperties(Properties properties)
org.apache.ibatis.mapping.MappedStatement createNewMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.SqlSource newSqlSource)
org.apache.ibatis.mapping.MappedStatement createNewMappedStatement(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql)
org.apache.ibatis.mapping.BoundSql createNewBoundSql(org.apache.ibatis.mapping.MappedStatement ms,
org.apache.ibatis.mapping.BoundSql boundSql,
String sql)
org.apache.ibatis.mapping.SqlSource getSqlSource(org.apache.ibatis.mapping.BoundSql boundSql)
Copyright © 2018. All rights reserved.