public class SqlServerDialect extends AbstractDialect
| 限定符和类型 | 类和说明 |
|---|---|
class |
SqlServerDialect.MySqlSource |
| 构造器和说明 |
|---|
SqlServerDialect() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
concatCountSql(String sql) |
String |
concatPageSql(String sql,
int startRow,
int pageSize) |
org.apache.ibatis.mapping.SqlSource |
getSqlSource(org.apache.ibatis.mapping.BoundSql boundSql) |
createNewBoundSql, createNewMappedStatement, createNewMappedStatement, getSqlBody, setPropertiespublic org.apache.ibatis.mapping.SqlSource getSqlSource(org.apache.ibatis.mapping.BoundSql boundSql)
getSqlSource 在接口中 DialectgetSqlSource 在类中 AbstractDialectCopyright © 2018. All rights reserved.