aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-22 07:42:35 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-22 07:42:35 +0000
commite30cdeb6ee289fc4221d7b3fc5ec9e58be059675 (patch)
treea6b3bc9aa0d3676dd25081bc93f79631678d1cd0 /Source/SPTablesList.h
parent20c836954dce8f0d07788003b44e44990ac3a29d (diff)
downloadsequelpro-e30cdeb6ee289fc4221d7b3fc5ec9e58be059675.tar.gz
sequelpro-e30cdeb6ee289fc4221d7b3fc5ec9e58be059675.tar.bz2
sequelpro-e30cdeb6ee289fc4221d7b3fc5ec9e58be059675.zip
• renamed some shell variables for Bundle commands
• added sequelpro scheme commands: SelectTables, ReloadTablesList, ReloadContentTable
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r--Source/SPTablesList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h
index 1ae4eecd..56711217 100644
--- a/Source/SPTablesList.h
+++ b/Source/SPTablesList.h
@@ -141,6 +141,7 @@
- (void)setContentRequiresReload:(BOOL)reload;
- (void)setStatusRequiresReload:(BOOL)reload;
- (BOOL)selectItemWithName:(NSString *)theName;
+- (BOOL)selectItemsWithNames:(NSArray *)theNames;
// Table list filter interaction
- (void) showFilter;