org.objectweb.cjdbc.scenario.raidb1.driver
Class PreparedStatementScenario
java.lang.Object
TestCase
org.objectweb.cjdbc.scenario.templates.NoTemplate
org.objectweb.cjdbc.scenario.templates.Template
org.objectweb.cjdbc.scenario.templates.SimpleRaidb1Template
org.objectweb.cjdbc.scenario.templates.Raidb1Template
org.objectweb.cjdbc.scenario.raidb1.driver.PreparedStatementScenario
- public class PreparedStatementScenario
- extends Raidb1Template
This class test repeated PreparedStatement usage
- Author:
- Nicolas Modrzyk
- See Also:
- Serialized Form
Field Summary |
private static int |
N
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
N
private static final int N
- See Also:
- Constant Field Values
PreparedStatementScenario
public PreparedStatementScenario()
testLoopCreateStatement
public void testLoopCreateStatement()
throws java.lang.Exception
- Test repeated create statement
- Throws:
java.lang.Exception
- if fails
testLoopCreateStatementAndClose
public void testLoopCreateStatementAndClose()
throws java.lang.Exception
- Test repeated create statement and close the statement after each execution
- Throws:
java.lang.Exception
- if fails
testLoopInsertBlobStatementAndClose
public void testLoopInsertBlobStatementAndClose()
throws java.lang.Exception
- Test repeated blob insert
- Throws:
java.lang.Exception
- if fails
Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.