diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-01-11 21:21:41 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-01-11 21:21:41 +0000 |
commit | 68bc7f791adc43728e09ea2c4744c129b96d66af (patch) | |
tree | 5298dfd03183ab95c68bcfa5e0283f52b313f152 /Source/TablesList.h | |
parent | 3381e9f906edc5c1bfd6ed14fba8f9aa689848b7 (diff) | |
download | sequelpro-68bc7f791adc43728e09ea2c4744c129b96d66af.tar.gz sequelpro-68bc7f791adc43728e09ea2c4744c129b96d66af.tar.bz2 sequelpro-68bc7f791adc43728e09ea2c4744c129b96d66af.zip |
• further developments for the F5 completion
Note: not yet finished!
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 911945eb..1318108b 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -140,6 +140,7 @@ enum sp_table_types - (NSArray *)allProcedureNames; - (NSArray *)allDatabaseNames; - (NSArray *)allSystemDatabaseNames; +- (NSString *)selectedDatabase; - (BOOL)structureLoaded; - (BOOL)contentLoaded; - (BOOL)statusLoaded; |