aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-01-11 21:21:41 +0000
committerBibiko <bibiko@eva.mpg.de>2010-01-11 21:21:41 +0000
commit68bc7f791adc43728e09ea2c4744c129b96d66af (patch)
tree5298dfd03183ab95c68bcfa5e0283f52b313f152 /Source/TablesList.m
parent3381e9f906edc5c1bfd6ed14fba8f9aa689848b7 (diff)
downloadsequelpro-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.m5
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
*/