org.apache.derbyTesting.functionTests.tests.jdbcapi
Class derbyStress

java.lang.Object
  extended by org.apache.derbyTesting.functionTests.tests.jdbcapi.derbyStress

public class derbyStress
extends java.lang.Object


Field Summary
private static int numConn
           
private static int numPreparedStmts
           
private static int numRows
           
 
Constructor Summary
derbyStress()
           
 
Method Summary
private static void createTables(java.sql.Connection conn, int numRows)
           
static void main(java.lang.String[] args)
           
private static void prepStmtTest(java.sql.Connection conn, int numRows, int numPreparedStmts)
           
private static void reExecuteStatementTest()
           
static void testDerby3316()
          Test fix for leak if ResultSets are not closed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numConn

private static int numConn

numRows

private static int numRows

numPreparedStmts

private static int numPreparedStmts
Constructor Detail

derbyStress

public derbyStress()
Method Detail

main

public static void main(java.lang.String[] args)

createTables

private static void createTables(java.sql.Connection conn,
                                 int numRows)
                          throws java.sql.SQLException
Throws:
java.sql.SQLException

prepStmtTest

private static void prepStmtTest(java.sql.Connection conn,
                                 int numRows,
                                 int numPreparedStmts)
                          throws java.lang.Exception
Throws:
java.lang.Exception

reExecuteStatementTest

private static void reExecuteStatementTest()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testDerby3316

public static void testDerby3316()
                          throws java.lang.Exception
Test fix for leak if ResultSets are not closed.

Throws:
java.lang.Exception

Built on Sat 2009-11-28 18:44:18-0800, from revision 885187

Apache Derby V10.6 Internals - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.