BEA Systems, Inc.


com.bea.ldi.server.common
Interface QueryResultMetaData


public interface QueryResultMetaData
extends java.io.Serializable

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
 java.util.Map getStatistics()
          Returns query execution statistics such as compilation time, execution time.
 

Field Detail

TIME_TO_PREPARE

public static final 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)

TIME_TO_EXECUTE

public static final java.lang.String TIME_TO_EXECUTE
Name of the statistical attribute that contains query execution time on the server
Method Detail

getStatistics

public java.util.Map getStatistics()
Returns query execution statistics such as compilation time, execution time.

Returns:
Map containing statistical attribute -> value pairs

BEA Systems, Inc.

Documentation is available at
http://download.oracle.com/docs/cd/E13190_01/liquiddata/docs11/index.htm