|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CommandIF
An SQL command to run.
Method Summary | |
---|---|
int |
getLoad()
How many "threads" to simulate. |
int |
getLoops()
The number of loops to perform. |
java.lang.String |
getName()
A convenient name to call this command to help logging. |
java.lang.String |
getSql()
The SQL statement to run |
boolean |
isIgnoreException()
If true then errors that occur during this command are ignored silently and do not stop the script running. |
boolean |
isLogException()
If true then errors that occur during this command are logged as debug messages but do not stop the script running. |
Method Detail |
---|
java.lang.String getSql()
int getLoad()
Script
to see how
it actually implements thread-like behaviour.
int getLoops()
sql
load
times.
boolean isIgnoreException()
script
running.
boolean isLogException()
script
running.
java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |