public class CursorSelectOption extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected boolean |
_byPaging |
protected boolean |
_orderByPK |
protected int |
_pageSize |
| コンストラクタと説明 |
|---|
CursorSelectOption() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CursorSelectOption |
byPagingOrderByPK(int pageSize)
Do cursor select by paging ordering by PK.
|
CursorSelectOption |
byPagingSimply(int pageSize)
非推奨です。
Consistent-read is not guaranteed so you should use this carefully.
|
int |
getPageSize() |
boolean |
isByPaging() |
boolean |
isOrderByPK() |
String |
toString() |
protected boolean _byPaging
protected boolean _orderByPK
protected int _pageSize
public CursorSelectOption byPagingOrderByPK(int pageSize)
pageSize - The size of one page. (NotMinus, NotZero)public CursorSelectOption byPagingSimply(int pageSize)
pageSize - The size of one page. (NotMinus, NotZero)public boolean isByPaging()
public boolean isOrderByPK()
public int getPageSize()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.