diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-23 10:34:35 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-23 10:34:35 +0000 |
commit | 51e8441033d353e29ff808bdfd0dcd10328a3457 (patch) | |
tree | c07e8356d89674b22e42667a9f672f1524c26672 /Source/TablesList.h | |
parent | ce3b1d32a5d792e36fa8e4cdcafb4d0e23fafc71 (diff) | |
download | sequelpro-51e8441033d353e29ff808bdfd0dcd10328a3457.tar.gz sequelpro-51e8441033d353e29ff808bdfd0dcd10328a3457.tar.bz2 sequelpro-51e8441033d353e29ff808bdfd0dcd10328a3457.zip |
• further improvements to restore a SP session from spf file
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 5d721fad..9a9272a3 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -120,6 +120,7 @@ enum sp_table_types - (void)setConnection:(MCPConnection *)theConnection; - (void)doPerformQueryService:(NSString *)query; - (void)updateSelection; +- (void)selectTableAtIndex:(NSNumber *)row; // Getters - (NSString *)tableName; @@ -146,6 +147,5 @@ enum sp_table_types - (void) hideFilter; - (void) clearFilter; - (IBAction) updateFilter:(id)sender; -- (void) selectTableAtIndex:(NSNumber *)rowIndex; @end |