Package net.sourceforge.squirrel_sql.plugins.refactoring.commands

Interface Summary
SQLResultListener This should be implemented by UI components that need to display/run SQL that could potentially take a long time to build.
 

Class Summary
AbstractRefactoringCommand  
AddAutoIncrementCommand  
AddColumnCommand  
AddForeignKeyCommand  
AddIndexCommand  
AddLookupTableCommand  
AddPrimaryKeyCommand Implements showing a list of columns for a selected table to the user and making the ones that are selected become the primary key for the table
AddSequenceCommand  
AddUniqueConstraintCommand  
AddViewCommand  
DropColumnCommand  
DropForeignKeyCommand  
DropIndexTableCommand Defines a command class to drop index(es).
DropPrimaryKeyCommand Implements showing a list of primay key columns for a selected table to the user, allowing the user to drop the primary key or view the SQL that will do this.
DropSequenceCommand  
DropTablesCommand  
DropUniqueConstraintCommand  
DropViewCommand Defines a command class to drop view(s).
MergeColumnCommand  
MergeTableCommand  
ModifyColumnCommand The command implementation that allows a user to modify a single column in a table.
ModifySequenceCommand  
PrimaryKeyCommandUtility Implements an utility Class for various Primary Key operations.
RenameTableCommand  
RenameViewCommand  
 



Copyright © 2001-2011. All Rights Reserved.