|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationHints
Defines API that allows QueryEngine to obtain information about query execution strategy.
Method Summary | |
---|---|
org.apache.log4j.Level |
getLoggingLevel()
Deprecated. Unused since 1.2 |
boolean |
isIteratedResult()
Returns true to indicate that any results of a select operation
should be returned as a ResultIterator. |
Method Detail |
---|
org.apache.log4j.Level getLoggingLevel()
boolean isIteratedResult()
true
to indicate that any results of a select operation
should be returned as a ResultIterator. false
is returned when the
results are expected as a list.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |