org.apache.derbyTesting.functionTests.tests.jdbcapi
Class derbyStress
java.lang.Object
org.apache.derbyTesting.functionTests.tests.jdbcapi.derbyStress
public class derbyStress
- extends java.lang.Object
|
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 |
numConn
private static int numConn
numRows
private static int numRows
numPreparedStmts
private static int numPreparedStmts
derbyStress
public derbyStress()
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
Apache Derby V10.6 Internals - Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.