diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-25 22:46:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-25 22:46:54 +0000 |
commit | 947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3 (patch) | |
tree | a651086f83f8c98d96c72b3b624d56bd0608e4db /Source/TablesList.h | |
parent | 429879a5060d5fe0a27794a1e53b131ab04dba91 (diff) | |
download | sequelpro-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/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index a730fcf4..aa87dbe0 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -126,6 +126,8 @@ enum sp_table_types - (void)selectTableAtIndex:(NSNumber *)row; // Getters +- (NSArray *)selectedTableNames; +- (NSArray *)selectedTableItems; - (NSString *)tableName; - (NSInteger)tableType; - (NSArray *)tables; |