| |
|
| org.logicalcobwebs.dbscript.CommandIF
All known Subclasses: org.logicalcobwebs.dbscript.Command,
CommandIF | public interface CommandIF (Code) | | An SQL command to run.
version: $Revision: 1.5 $, $Date: 2003/03/03 11:12:03 $ author: Bill Horsman (bill@logicalcobwebs.co.uk) author: $Author: billhorsman $ (current maintainer) since: Proxool 0.5 |
getName | String getName()(Code) | | A convenient name to call this command to help logging.
name |
isIgnoreException | boolean isIgnoreException()(Code) | | If true then errors that occur during this command are ignored silently
and do not stop the
org.logicalcobwebs.dbscript.Script script running.
true if exceptions should be ignored |
isLogException | boolean isLogException()(Code) | | If true then errors that occur during this command are logged as debug
messages but do not stop the
org.logicalcobwebs.dbscript.Script script running.
true if exceptions should be logged |
|
|
|