public class Page extends Object
Modifier and Type | Field and Description |
---|---|
static String |
KEYWORD_LIMIT
关键字-LIMIT
|
static String |
KEYWORD_OFFSET
关键字-OFFSET
|
static String |
NAMED_PARAMETER_LIMIT
命名占位符-分页查询限制数量
|
static String |
NAMED_PARAMETER_PAGE
命名占位符-分页查询起始行
|
static String |
PARAM_NAME_LIMIT
参数名-limit
|
static String |
PARAM_NAME_PAGE
参数名-page
|
Constructor and Description |
---|
Page() |
Modifier and Type | Method and Description |
---|---|
com.alibaba.fastjson.JSONObject |
toParamJson()
转换为Db参数Json
|
public static final String KEYWORD_LIMIT
public static final String KEYWORD_OFFSET
public static final String NAMED_PARAMETER_PAGE
public static final String NAMED_PARAMETER_LIMIT
public static final String PARAM_NAME_PAGE
public static final String PARAM_NAME_LIMIT
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.