|
BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An object that can be used to get information about query execution and query result.
| Field Summary | |
static java.lang.String |
TIME_TO_EXECUTE
Name of the statistical attribute that contains query execution time on the server |
static java.lang.String |
TIME_TO_PREPARE
Name of the statistical attribute that contains query preparation time (compilation time for adhoc queries, plan cloning for stored queries) |
| Method Summary | |
DataAccessInfo |
getDataAccessInfo()
|
java.lang.String |
getPlan()
|
java.util.Map |
getStatistics()
Returns query execution statistics such as compilation time, execution time. |
boolean |
planIsCached()
|
| Field Detail |
public static final java.lang.String TIME_TO_PREPARE
public static final java.lang.String TIME_TO_EXECUTE
| Method Detail |
public java.util.Map getStatistics()
public java.lang.String getPlan()
public boolean planIsCached()
public DataAccessInfo getDataAccessInfo()
null
when QueryAttribute.COMPILE_ONLY has been set
or the query result is obtained from the cache.
|
BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||