| |
|
| java.lang.Object org.logicalcobwebs.dbscript.Command
Command | class Command implements CommandIF(Code) | | An SQL command that isrun by a
Script . If
Command.getLoad load or
Command.getLoops loops are configured then it might run more than
once.
version: $Revision: 1.9 $, $Date: 2006/01/18 14:40:04 $ author: Bill Horsman (bill@logicalcobwebs.co.uk) author: $Author: billhorsman $ (current maintainer) since: Proxool 0.5 |
EXCEPTION_IGNORE | final protected static String EXCEPTION_IGNORE(Code) | | If this command encounters an exception it will silently ignore the
exception and continue. But it still calls the
|
EXCEPTION_LOG | final protected static String EXCEPTION_LOG(Code) | | If this command encounters an exception it will log it at DEBUG
level and continue
|
EXCEPTION_STOP | final protected static String EXCEPTION_STOP(Code) | | If this command encounters an exception it will stop executing (and if
it is in a loop it will break out of the loop)
|
|
|
|