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

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.CreateSelectScriptCommand
All Implemented Interfaces:
ICommand

public class CreateSelectScriptCommand
extends Object
implements ICommand


Constructor Summary
CreateSelectScriptCommand(ISession session, SQLScriptPlugin plugin)
          Ctor specifying the current session.
 
Method Summary
 String createSelectScriptString(IDatabaseObjectInfo[] dbObjs)
           
 void execute()
           
 void scriptSelectsToSQLEntryArea(IDatabaseObjectInfo[] dbObjs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateSelectScriptCommand

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

Method Detail

execute

public void execute()
Specified by:
execute in interface ICommand

scriptSelectsToSQLEntryArea

public void scriptSelectsToSQLEntryArea(IDatabaseObjectInfo[] dbObjs)

createSelectScriptString

public String createSelectScriptString(IDatabaseObjectInfo[] dbObjs)


Copyright © 2001-2011. All Rights Reserved.