public class DBDrop extends DBInitializationCommand
ManifoldCF
. The username and password for the
configured database need to be specified during construction.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
Constructor and Description |
---|
DBDrop(java.lang.String userName,
java.lang.String password)
The userName and password for the database to be dropped
|
Modifier and Type | Method and Description |
---|---|
protected void |
doExecute(IThreadContext tc) |
static void |
main(java.lang.String[] args)
Useful when running this class standalone.
|
execute, getPassword, getUserName
public static final java.lang.String _rcsid
public DBDrop(java.lang.String userName, java.lang.String password)
userName
- String containing the mandatory database usernamepassword
- String containing the mandatory database passwordprotected void doExecute(IThreadContext tc) throws ManifoldCFException
doExecute
in class DBInitializationCommand
ManifoldCFException
public static void main(java.lang.String[] args)
args
- String[] containing the arguments