|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getSql()
public int getLoad()
Script
to see how
it actually implements thread-like behaviour.
public int getLoops()
sql
load
times.
public boolean isIgnoreException()
script
running.
public boolean isLogException()
script
running.
public java.lang.String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |