skip to main content
About the Driver : Using the Driver : Statement Pool Monitor : Accessing the Statement Pool Monitor : Using Progress DataDirect Methods
  
Using Progress DataDirect Methods
The ExtConnection.getStatementPoolMonitor() method returns an ExtStatementPoolMonitor object for the statement pool associated with the connection. This method is provided by the ExtConnection interface in the com.ddtek.jdbc.extensions package. If the connection does not have a statement pool, the method returns null.
Once you have an ExtStatementPoolMonitor object, you can use the poolEntries() method of the ExtStatementPoolMonitorMBean interface implemented by the ExtStatementPoolMonitor to return a list of statements in the statement pool as an array.
In this section: 
* Using the poolEntries() Method
* Generating a List of Statements in the Statement Pool