aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-25 22:46:54 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-25 22:46:54 +0000
commit947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3 (patch)
treea651086f83f8c98d96c72b3b624d56bd0608e4db /Source/TableDocument.h
parent429879a5060d5fe0a27794a1e53b131ab04dba91 (diff)
downloadsequelpro-947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3.tar.gz
sequelpro-947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3.tar.bz2
sequelpro-947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3.zip
• Query Favorites:
- added snippet variable $SP_SELECTED_TABLES which inserts `table1`,`table2`, etc. (ONLY tables) • improved "Check Table" - now one can select more than one table to execute "CHECK TABLE table1,table2,… ; if all tables passed successfully alert OK, if not show the result as accessory table in the sheet note: OPTIMIZE, REPAIR, FLUSH, CHECKSUM, ANALYZE follow
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index 6c03e01a..74aa3402 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -50,6 +50,9 @@
IBOutlet id spHistoryControllerInstance;
IBOutlet id exportControllerInstance;
+ IBOutlet id statusTableAccessoryView;
+ IBOutlet id statusTableView;
+
IBOutlet SPUserManager *userManagerInstance;
IBOutlet NSSearchField *listFilterField;
@@ -157,6 +160,8 @@
NSMutableDictionary *spfDocData;
NSString *keyChainID;
+
+ id statusValues;
}
- (NSString *)getHTMLforPrint;