net.sourceforge.squirrel_sql.plugins.sqlscript.table_script
Class CreateTableOfCurrentSQLCommand

java.lang.Object
  extended by java.awt.event.WindowAdapter
      extended by net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.CreateDataScriptCommand
          extended by net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.CreateTableOfCurrentSQLCommand
All Implemented Interfaces:
WindowFocusListener, WindowListener, WindowStateListener, EventListener, ICommand

public class CreateTableOfCurrentSQLCommand
extends CreateDataScriptCommand


Field Summary
 
Fields inherited from class net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.CreateDataScriptCommand
_abortController, _session
 
Constructor Summary
CreateTableOfCurrentSQLCommand(ISession session, SQLScriptPlugin plugin)
          Ctor specifying the current session.
 
Method Summary
 void execute()
          Execute this command.
 
Methods inherited from class net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.CreateDataScriptCommand
genInserts, getFirstColumnName, getFirstColumnType, hideAbortFrame, isAborted, showAbortFrame
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateTableOfCurrentSQLCommand

public CreateTableOfCurrentSQLCommand(ISession session,
                                      SQLScriptPlugin plugin)
Ctor specifying the current session.

Method Detail

execute

public void execute()
Execute this command.

Specified by:
execute in interface ICommand
Overrides:
execute in class CreateDataScriptCommand


Copyright © 2001-2011. All Rights Reserved.