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.m | |
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.m')
-rw-r--r-- | Source/TablesList.m | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/TablesList.m b/Source/TablesList.m index b5490e7a..97e2ec2c 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -1064,6 +1064,11 @@ return [tableDocumentInstance allDatabaseNames]; } +- (NSString *)selectedDatabase +{ + return [tableDocumentInstance database]; +} + /** * Returns an array of all available database names */ |