net.sourceforge.squirrel_sql.plugins.postgres.commands
Class AbstractPostgresDialogCommand
java.lang.Object
net.sourceforge.squirrel_sql.plugins.postgres.commands.AbstractPostgresCommand
net.sourceforge.squirrel_sql.plugins.postgres.commands.AbstractPostgresDialogCommand
- All Implemented Interfaces:
- ICommand
- Direct Known Subclasses:
- VacuumDatabaseCommand, VacuumTableCommand
public abstract class AbstractPostgresDialogCommand
- extends AbstractPostgresCommand
|
Method Summary |
protected abstract void |
executeScript(String script)
The subclass should implement this so that the ExecuteListener can delegate the execution
of the sql script to the subclass. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.squirrel_sql.fw.util.ICommand |
execute |
AbstractPostgresDialogCommand
public AbstractPostgresDialogCommand(ISession session)
executeScript
protected abstract void executeScript(String script)
- The subclass should implement this so that the ExecuteListener can delegate the execution
of the sql script to the subclass.
- Parameters:
script - the sql script that should be executed
Copyright © 2001-2010. All Rights Reserved.