diff options
Diffstat (limited to 'Source/SPTableCopy.h')
-rw-r--r-- | Source/SPTableCopy.h | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/Source/SPTableCopy.h b/Source/SPTableCopy.h index a9c1f389..37ed452a 100644 --- a/Source/SPTableCopy.h +++ b/Source/SPTableCopy.h @@ -22,28 +22,15 @@ // // More info at <http://code.google.com/p/sequel-pro/> -#import <Foundation/Foundation.h> -#import <MCPKit/MCPConnection.h> +#import "SPDBActionCommons.h" /** * The SPTableCopy class povides functionality to copy tables between databases. */ -@interface SPTableCopy : NSObject { - MCPConnection *connection; - NSObject *parent; +@interface SPTableCopy : SPDBActionCommons { } /** - * @property MCPConnection references the MCPKit connection to MySQL; it has to be set. - */ -@property (retain) MCPConnection *connection; - -/** - * @property the parent object that issues the action, needs to provide stuff like tableWindow for messages - */ -@property (retain) NSObject *parent; - -/** * This method copies a table structure from one db to another. * * @param name name of the table in the source database |