org.eigenbase.test.concurrent
Class ConcurrentTestCommandGenerator.CloseCommand
java.lang.Object
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.CloseCommand
- All Implemented Interfaces:
- ConcurrentTestCommand
- Enclosing class:
- ConcurrentTestCommandGenerator
private static class ConcurrentTestCommandGenerator.CloseCommand
- extends ConcurrentTestCommandGenerator.AbstractCommand
CloseCommand closes a previously prepared statement. If no statement is
stored in the ConcurrentTestCommandExecutor, it does nothing.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConcurrentTestCommandGenerator.CloseCommand
private ConcurrentTestCommandGenerator.CloseCommand()
doExecute
protected void doExecute(ConcurrentTestCommandExecutor executor)
throws SQLException
- Specified by:
doExecute
in class ConcurrentTestCommandGenerator.AbstractCommand
- Throws:
SQLException