aboutsummaryrefslogtreecommitdiffstats
path: root/TablesList.h
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2008-12-06 14:06:25 +0000
committeravenjamin <avenjamin@gmail.com>2008-12-06 14:06:25 +0000
commit1a7130fea502cf627897984fc5a8453e9df9ab00 (patch)
tree7aec6ce256bc0d8d71c7ad4cf92d99e0c478c7d4 /TablesList.h
parente9aef1487ae6f889b5c98b48263a95140e89a274 (diff)
downloadsequelpro-1a7130fea502cf627897984fc5a8453e9df9ab00.tar.gz
sequelpro-1a7130fea502cf627897984fc5a8453e9df9ab00.tar.bz2
sequelpro-1a7130fea502cf627897984fc5a8453e9df9ab00.zip
Known Issue for field mapping when importing a CSV file now resolved.
No longer required to select a table first before selecting the Import... menu item
Diffstat (limited to 'TablesList.h')
-rw-r--r--TablesList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/TablesList.h b/TablesList.h
index 84bb5e4e..d7d37d2e 100644
--- a/TablesList.h
+++ b/TablesList.h
@@ -69,6 +69,7 @@
//getter methods
- (NSString *)table;
+- (NSArray *)tables;
- (BOOL)structureLoaded;
- (BOOL)contentLoaded;
- (BOOL)statusLoaded;