public class SQLServer2005Dialect extends SqlServerDialect
caseHandler, features, keywords, quoteChar| Constructor and Description |
|---|
SQLServer2005Dialect() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIndexNames(TableMapping en,
Connection conn) |
String |
getQueryDslDialect() |
String |
sqlPageList(String sql,
long offset,
int limit)
生成分页sql
|
addComment, createEntity, dropEntity, evalFieldType, getDefaultSchema, getHibernateDialect, getJooqDialect, getName, getSequenceInfo, getSqlStatmentSeparator, sqlColumnAdd, sqlColumnDrop, sqlColumnModify, sqlTableDrop, sqlTableRename, uniqueSql, unwrapperaccept, containKeyword, createAddColumnSql, createIndexSql, createRelation, createRelation, createResultSetMetaSql, createUniqueSql, dropRelation, escapeSqlValue, execute, execute, existsTables, getCatalog, getColumnAutoIncreamentValue, getColumnDefinition, getColumnLength, getColumnNameToUse, getColumnPrecision, getColumnScale, getDriverClass, getNvlFunction, getObjectNameToUse, getPrimaryKeySql, getProperty, getProperty, getPropertyInt, getPropertyLong, getQuoteChar, getSchema, getSeqNextValSql, gSQL, has, isCaseSensitive, notHas, setProperty, setupEntityField, supportsColumnPosition, wrapKeyword, wrapKeywordpublic String getQueryDslDialect()
getQueryDslDialect in interface IDBDialectgetQueryDslDialect in class SqlServerDialectpublic String sqlPageList(String sql, long offset, int limit)
DBDialectsqlPageList in class SqlServerDialectsql - 原始sqloffset - 开始位置,从0开始 (= (Page-1)*PageSize)limit - 返回的限制大小(= 分页大小 PageSize)public List<String> getIndexNames(TableMapping en, Connection conn) throws SQLException
getIndexNames in class DBDialectSQLExceptionCopyright © 2020. All rights reserved.