From 68bc7f791adc43728e09ea2c4744c129b96d66af Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 11 Jan 2010 21:21:41 +0000 Subject: =?UTF-8?q?=E2=80=A2=20further=20developments=20for=20the=20F5=20c?= =?UTF-8?q?ompletion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: not yet finished! --- Source/TablesList.m | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Source/TablesList.m') 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 */ -- cgit v1.2.3