BEA Systems, Inc.


weblogic.management.runtime
Interface JDBCStatementProfile


public interface JDBCStatementProfile
extends java.io.Serializable

This interface provides execution profile of SQL statement.


Method Summary
 java.lang.String getParameter(int prmInd)
          Returns value of a prepared statement parameter with index prmInd.
 int getParameterCount()
          Returns number of prepared statement parameters for this profile
 java.lang.String getPoolName()
          Returns name of connection pool this SQL statement belongs to
 long getStartTime()
          Returns start time of the SQL statement
 java.lang.String getStatementText()
          Returns text of the SQL statement
 long getStopTime()
          Returns Stop time of the SQL statement
 java.lang.String getThreadId()
          Returns thread Id for the SQL statement
 long getTimeTaken()
          Returns time taken to execute this SQL statement
 

Method Detail

getTimeTaken

public long getTimeTaken()
Returns time taken to execute this SQL statement


getStartTime

public long getStartTime()
Returns start time of the SQL statement


getStopTime

public long getStopTime()
Returns Stop time of the SQL statement


getStatementText

public java.lang.String getStatementText()
Returns text of the SQL statement


getThreadId

public java.lang.String getThreadId()
Returns thread Id for the SQL statement


getParameter

public java.lang.String getParameter(int prmInd)
Returns value of a prepared statement parameter with index prmInd.


getParameterCount

public int getParameterCount()
Returns number of prepared statement parameters for this profile


getPoolName

public java.lang.String getPoolName()
Returns name of connection pool this SQL statement belongs to


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference