BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management.runtime
Interface JDBCStatementProfile


public interface JDBCStatementProfile
extends java.io.Serializable

This class provides execution profile of SQL statement.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 java.lang.String getParameter(int prmInd)
           
 int getParameterCount()
           
 java.lang.String getPoolName()
           
 long getStartTime()
           
 java.lang.String getStatementText()
           
 long getStopTime()
           
 java.lang.String getThreadId()
           
 long getTimeTaken()
           
 java.lang.String getTxName()
           
 

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

getTxName

public java.lang.String getTxName()

Returns:
Transaction name for the SQL statement

getThreadId

public java.lang.String getThreadId()

Returns:
Transaction Id for the SQL statement

getParameter

public java.lang.String getParameter(int prmInd)

Returns:
parameter with index prmInd

getParameterCount

public int getParameterCount()

Returns:
number of 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://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.