|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryResult<T>
The base interface for all QueryResults. It allows for introspection of response parameters and allows iterating through the results set by simply inheriting methods from the Iterator interface.
| Field Summary | |
|---|---|
static java.lang.String |
ESTIMATED_RESULT_COUNTThe estimated count of the results that returned |
static java.lang.String |
RESPONSE_TIMEThe response time in executing the query |
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getProperties()Returns a map of response properties about this result. |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Field Detail |
|---|
static final java.lang.String ESTIMATED_RESULT_COUNT
static final java.lang.String RESPONSE_TIME
| Method Detail |
|---|
java.util.Map<java.lang.String,java.lang.String> getProperties()
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||