protected class AbstractSqlClause.RownumPagingProcessor extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected boolean |
_bind |
protected Integer |
_pagingBindFrom |
protected Integer |
_pagingBindTo |
protected String |
_rownumExpression |
protected String |
_selectHint |
protected String |
_sqlSuffix |
| コンストラクタと説明 |
|---|
RownumPagingProcessor(String rownumExpression) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Integer |
getPagingBindFrom() |
Integer |
getPagingBindTo() |
String |
getSelectHint() |
String |
getSqlSuffix() |
void |
processRowNumberPaging() |
void |
useBindVariable() |
protected String _rownumExpression
protected String _selectHint
protected String _sqlSuffix
protected Integer _pagingBindFrom
protected Integer _pagingBindTo
protected boolean _bind
public RownumPagingProcessor(String rownumExpression)
public void useBindVariable()
public void processRowNumberPaging()
public String getSelectHint()
public String getSqlSuffix()
public Integer getPagingBindFrom()
public Integer getPagingBindTo()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.