public abstract class AbstractSQLPagingDialect extends Object implements SQLPagingDialect
| 限定符和类型 | 字段和说明 |
|---|---|
protected static Properties |
config |
protected static String |
COUNT |
protected static String |
COUNT_END |
protected static String |
COUNT_REGEX |
protected static String |
COUNT_START |
protected static String |
SELECT |
protected static int |
SELECT_LEN |
| 构造器和说明 |
|---|
AbstractSQLPagingDialect() |
protected static final String COUNT
protected static final String COUNT_START
protected static final int SELECT_LEN
protected static final Properties config
public String countSql(String namedSql, SQLMetaData sqlMetaData)
SQLPagingDialectcountSql 在接口中 SQLPagingDialectnamedSql - 可能含命名参数的查询SQLsqlMetaData - SQL相关数据Copyright © 2023 10MG. All rights reserved.