org.eigenbase.test.concurrent
Class ConcurrentTestCommandGenerator.DdlCommand
java.lang.Object
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.DdlCommand
- All Implemented Interfaces:
- ConcurrentTestCommand
- Enclosing class:
- ConcurrentTestCommandGenerator
private static class ConcurrentTestCommandGenerator.DdlCommand
- extends ConcurrentTestCommandGenerator.AbstractCommand
DdlCommand executes DDL commands. Automatically closes the Statement
before returning from doExecute(ConcurrentTestCommandExecutor)
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sql
private String sql
ConcurrentTestCommandGenerator.DdlCommand
private ConcurrentTestCommandGenerator.DdlCommand(String sql)
doExecute
protected void doExecute(ConcurrentTestCommandExecutor executor)
throws SQLException
- Specified by:
doExecute
in class ConcurrentTestCommandGenerator.AbstractCommand
- Throws:
SQLException