org.eigenbase.test.concurrent
Class ConcurrentTestCommandScript.CommandWithTimeoutAndRowLimit
java.lang.Object
org.eigenbase.test.concurrent.ConcurrentTestCommandGenerator.AbstractCommand
org.eigenbase.test.concurrent.ConcurrentTestCommandScript.CommandWithTimeout
org.eigenbase.test.concurrent.ConcurrentTestCommandScript.CommandWithTimeoutAndRowLimit
- All Implemented Interfaces:
- ConcurrentTestCommand
- Direct Known Subclasses:
- ConcurrentTestCommandScript.SelectCommand
- Enclosing class:
- ConcurrentTestCommandScript
private abstract static class ConcurrentTestCommandScript.CommandWithTimeoutAndRowLimit
- extends ConcurrentTestCommandScript.CommandWithTimeout
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rowLimit
private int rowLimit
ConcurrentTestCommandScript.CommandWithTimeoutAndRowLimit
private ConcurrentTestCommandScript.CommandWithTimeoutAndRowLimit(long timeout)
ConcurrentTestCommandScript.CommandWithTimeoutAndRowLimit
private ConcurrentTestCommandScript.CommandWithTimeoutAndRowLimit(long timeout,
int rowLimit)
setRowLimit
protected void setRowLimit(Statement stmt)
throws SQLException
- Throws:
SQLException