public abstract class BaseCommand extends java.lang.Object implements Command
Constructor and Description |
---|
BaseCommand() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
execute(java.sql.Connection connection) |
void |
execute(DBSupportArgs dbSupportArgs) |
public void execute(DBSupportArgs dbSupportArgs) throws java.lang.Exception
protected abstract void execute(java.sql.Connection connection) throws java.lang.Exception
java.lang.Exception