Save This Page
Home » commons-dbcp-1.2.2-src » org.apache.commons » dbcp » [javadoc | source]
org.apache.commons.dbcp
public class: TestPStmtPoolingBasicDataSource [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.commons.dbcp.TestConnectionPool
         org.apache.commons.dbcp.TestBasicDataSource
            org.apache.commons.dbcp.TestPStmtPoolingBasicDataSource
TestSuite for BasicDataSource with prepared statement pooling enabled
Fields inherited from org.apache.commons.dbcp.TestBasicDataSource:
ds
Constructor:
 public TestPStmtPoolingBasicDataSource(String testName) 
Method from org.apache.commons.dbcp.TestPStmtPoolingBasicDataSource Summary:
setUp,   suite,   tearDown,   testPStmtCatalog,   testPStmtPoolingAccrossClose,   testPStmtPoolingWithNoClose,   testPreparedStatementPooling
Methods from org.apache.commons.dbcp.TestBasicDataSource:
getConnection,   setUp,   suite,   tearDown,   testAccessToUnderlyingConnectionAllowed,   testDefaultCatalog,   testEmptyValidationQuery,   testInitialSize,   testInvalidValidationQuery,   testIsClosedFailure,   testNoAccessToUnderlyingConnectionAllowed,   testNoValidationQuery,   testPooling,   testPropertyTestOnReturn,   testRollbackReadOnly,   testSetAutoCommitTrueOnClose,   testSetValidationTestProperties,   testTransactionIsolationBehavior
Methods from org.apache.commons.dbcp.TestConnectionPool:
getConnection,   getMaxActive,   getMaxWait,   getUsername,   setUp,   tearDown,   testAutoCommitBehavior,   testCantCloseConnectionTwice,   testCantCloseStatementTwice,   testClearWarnings,   testClosing,   testConnectionsAreDistinct,   testHashCode,   testIsClosed,   testMaxActive,   testNoRsetClose,   testOpening,   testPooling,   testPrepareStatementOptions,   testRepeatedBorrowAndReturn,   testSimple,   testSimple2,   testThreaded
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.dbcp.TestPStmtPoolingBasicDataSource Detail:
 public  void setUp() throws Exception 
 public static Test suite() 
 public  void tearDown() throws Exception 
 public  void testPStmtCatalog() throws Exception 
 public  void testPStmtPoolingAccrossClose() throws Exception 
 public  void testPStmtPoolingWithNoClose() throws Exception 
 public  void testPreparedStatementPooling() throws Exception