aboutsummaryrefslogtreecommitdiffstats
path: root/TableDocument.h
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2008-04-30 11:29:03 +0000
committeravenjamin <avenjamin@gmail.com>2008-04-30 11:29:03 +0000
commit81cca2283ea886f0ece94f9435fe9ea53cd5c2dc (patch)
tree4087b468837302bf97c84f84c96eea01832a4e6d /TableDocument.h
parent13b1c1921ff4a6d7a47057646cfa519366071348 (diff)
downloadsequelpro-81cca2283ea886f0ece94f9435fe9ea53cd5c2dc.tar.gz
sequelpro-81cca2283ea886f0ece94f9435fe9ea53cd5c2dc.tar.bz2
sequelpro-81cca2283ea886f0ece94f9435fe9ea53cd5c2dc.zip
foobar
Diffstat (limited to 'TableDocument.h')
-rw-r--r--TableDocument.h16
1 files changed, 11 insertions, 5 deletions
diff --git a/TableDocument.h b/TableDocument.h
index 6f2ca003..15a3fd17 100644
--- a/TableDocument.h
+++ b/TableDocument.h
@@ -48,7 +48,6 @@
IBOutlet id connectSheet;
IBOutlet id databaseSheet;
IBOutlet id variablesSheet;
- IBOutlet id createTableSyntaxSheet;
IBOutlet id tableOperationsSheet;
IBOutlet id consoleDrawer;
@@ -69,9 +68,11 @@
IBOutlet id chooseDatabaseButton;
IBOutlet id consoleTextView;
IBOutlet id variablesTableView;
- IBOutlet id createTableSyntaxView;
IBOutlet id chooseTableOperationButton;
IBOutlet NSTabView *tableTabView;
+
+ IBOutlet id syntaxView;
+ IBOutlet id syntaxViewContent;
CMMCPConnection *mySQLConnection;
@@ -131,14 +132,19 @@
- (NSString *)encodingNameFromMySQLEncoding:(NSString *)mysqlEncoding;
- (NSString *)mysqlEncodingFromDisplayEncoding:(NSString *)encodingName;
+//table methods
+- (IBAction)createTableSyntax:(id)sender;
+- (IBAction)checkTable:(id)sender;
+- (IBAction)analyzeTable:(id)sender;
+- (IBAction)optimizeTable:(id)sender;
+- (IBAction)repairTable:(id)sender;
+- (IBAction)flushTable:(id)sender;
+
//other methods
- (NSString *)host;
- (void)doPerformQueryService:(NSString *)query;
- (void)flushPrivileges;
-- (void)openTableOperationsSheet;
-- (IBAction)doTableOperation:(id)sender;
- (void)showVariables;
-- (void)showCreateTable;
- (void)closeConnection;
//getter methods