org.eigenbase.test.concurrent
Class ConcurrentTestCommandScript.SqlCommand
java.lang.Object
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
org.eigenbase.test.concurrent.ConcurrentTestCommandScript.CommandWithTimeout
org.eigenbase.test.concurrent.ConcurrentTestCommandScript.SqlCommand
- All Implemented Interfaces:
- ConcurrentTestCommand
- Enclosing class:
- ConcurrentTestCommandScript
private class ConcurrentTestCommandScript.SqlCommand
- extends ConcurrentTestCommandScript.CommandWithTimeout
SelectCommand creates and executes a SQL select statement, with optional
timeout.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sql
private String sql
ConcurrentTestCommandScript.SqlCommand
private ConcurrentTestCommandScript.SqlCommand(String sql)
ConcurrentTestCommandScript.SqlCommand
private ConcurrentTestCommandScript.SqlCommand(String sql,
boolean errorExpected)
ConcurrentTestCommandScript.SqlCommand
private ConcurrentTestCommandScript.SqlCommand(String sql,
long timeout)
doExecute
protected void doExecute(ConcurrentTestCommandExecutor executor)
throws SQLException
- Specified by:
doExecute
in class ConcurrentTestCommandGenerator.AbstractCommand
- Throws:
SQLException