类 SqlServer2000Dialect

  • 所有已实现的接口:
    com.github.pagehelper.Constant, com.github.pagehelper.Dialect

    public class SqlServer2000Dialect
    extends CacheDialect
    sqlserver2000和cache数据库的原理差不多,直接继承就可以了
    从以下版本开始:
    1.3.12.RELEASE
    作者:
    王老实
    • 字段概要

      • 从类继承的字段 com.github.pagehelper.dialect.AbstractDialect

        countSqlParser
      • 从接口继承的字段 com.github.pagehelper.Constant

        PAGEPARAMETER_FIRST, PAGEPARAMETER_SECOND, SUFFIX_COUNT, SUFFIX_PAGE
    • 构造器详细资料

      • SqlServer2000Dialect

        public SqlServer2000Dialect()