net.sourceforge.squirrel_sql.plugins.sqlscript.table_script
Class CreateTableOfCurrentSQLCommand
java.lang.Object
java.awt.event.WindowAdapter
net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.CreateDataScriptCommand
net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.CreateTableOfCurrentSQLCommand
- All Implemented Interfaces:
- WindowFocusListener, WindowListener, WindowStateListener, EventListener, ICommand
public class CreateTableOfCurrentSQLCommand
- extends CreateDataScriptCommand
|
Method Summary |
void |
execute()
Execute this command. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateTableOfCurrentSQLCommand
public CreateTableOfCurrentSQLCommand(ISession session,
SQLScriptPlugin plugin)
- Ctor specifying the current session.
execute
public void execute()
- Execute this command.
- Specified by:
execute in interface ICommand- Overrides:
execute in class CreateDataScriptCommand
Copyright © 2001-2011. All Rights Reserved.