public interface FetchNarrowingBean extends FetchBean
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getFetchNarrowingLoopCount()
Get fetch size.
|
int |
getFetchNarrowingSkipStartIndex()
Get fetch start index.
|
boolean |
isFetchNarrowingEffective()
Is fetch-narrowing effective?
|
boolean |
isFetchNarrowingLoopCountEffective()
Is fetch size supported?
|
boolean |
isFetchNarrowingSkipStartIndexEffective()
Is fetch start index supported?
|
void |
xdisableFetchNarrowing()
Disable fetch narrowing.
|
void |
xenableIgnoredFetchNarrowing()
Enable ignored fetch narrowing.
|
checkSafetyResult, getSafetyMaxResultSizeint getFetchNarrowingSkipStartIndex()
int getFetchNarrowingLoopCount()
boolean isFetchNarrowingSkipStartIndexEffective()
boolean isFetchNarrowingLoopCountEffective()
boolean isFetchNarrowingEffective()
void xdisableFetchNarrowing()
void xenableIgnoredFetchNarrowing()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.