org.eigenbase.test.concurrent
Class ConcurrentTestCommandGenerator.PrepareCommand
java.lang.Object
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.PrepareCommand
- All Implemented Interfaces:
- ConcurrentTestCommand
- Enclosing class:
- ConcurrentTestCommandGenerator
private static class ConcurrentTestCommandGenerator.PrepareCommand
- extends ConcurrentTestCommandGenerator.AbstractCommand
PrepareCommand creates a PreparedStatement
. Stores the prepared
statement in the ConcurrentTestCommandExecutor.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sql
private String sql
ConcurrentTestCommandGenerator.PrepareCommand
private ConcurrentTestCommandGenerator.PrepareCommand(String sql)
doExecute
protected void doExecute(ConcurrentTestCommandExecutor executor)
throws SQLException
- Specified by:
doExecute
in class ConcurrentTestCommandGenerator.AbstractCommand
- Throws:
SQLException