aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableSource.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-22 14:24:17 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-22 14:24:17 +0000
commit6d018a4e2eb0505776092e6f626d70b1ad3d5295 (patch)
treea956b05068807f8721c5e2faf1dfb327de549697 /Source/TableSource.h
parentf3135b07cefa7a870fbad85de8abb8eae5f4645e (diff)
downloadsequelpro-6d018a4e2eb0505776092e6f626d70b1ad3d5295.tar.gz
sequelpro-6d018a4e2eb0505776092e6f626d70b1ad3d5295.tar.bz2
sequelpro-6d018a4e2eb0505776092e6f626d70b1ad3d5295.zip
• initial work to give the chance to reset the table's AUTO_INCREMENT value
- not yet active
Diffstat (limited to 'Source/TableSource.h')
-rw-r--r--Source/TableSource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableSource.h b/Source/TableSource.h
index 10c82dae..e09dd16b 100644
--- a/Source/TableSource.h
+++ b/Source/TableSource.h
@@ -35,6 +35,8 @@
IBOutlet id tableWindow;
IBOutlet id indexSheet;
IBOutlet id keySheet;
+ IBOutlet id resetAutoIncrementSheet;
+ IBOutlet id resetAutoIncrementValue;
IBOutlet id tableSourceView;
IBOutlet id indexView;
IBOutlet id addFieldButton;
@@ -73,6 +75,7 @@
- (IBAction)copyField:(id)sender;
- (IBAction)removeField:(id)sender;
- (IBAction)removeIndex:(id)sender;
+- (IBAction)resetAutoIncrement:(id)sender;
// Index sheet methods
- (IBAction)openIndexSheet:(id)sender;