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