net.sourceforge.squirrel_sql.plugins.sqlscript.table_script
Class CreateSelectScriptCommand
java.lang.Object
net.sourceforge.squirrel_sql.plugins.sqlscript.table_script.CreateSelectScriptCommand
- All Implemented Interfaces:
- ICommand
public class CreateSelectScriptCommand
- extends Object
- implements ICommand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateSelectScriptCommand
public CreateSelectScriptCommand(ISession session,
SQLScriptPlugin plugin)
- Ctor specifying the current session.
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.