aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.h
diff options
context:
space:
mode:
authorMax <dmoagx@users.noreply.github.com>2017-12-28 04:00:16 +0100
committerMax <dmoagx@users.noreply.github.com>2018-01-20 02:42:36 +0100
commit8b221eea83db0d56afeaad52a0b5cdd9a20816ae (patch)
treec66e2e097bde7cb9c6efb415c7e82d6a16a74e10 /Source/SPTableStructure.h
parent69cc436627f16434b8c72bd6b115cd39769ff38f (diff)
downloadsequelpro-8b221eea83db0d56afeaad52a0b5cdd9a20816ae.tar.gz
sequelpro-8b221eea83db0d56afeaad52a0b5cdd9a20816ae.tar.bz2
sequelpro-8b221eea83db0d56afeaad52a0b5cdd9a20816ae.zip
merge SPTableStructure (part of #2789)
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r--Source/SPTableStructure.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h
index c8b0ec0a..ff71c0b6 100644
--- a/Source/SPTableStructure.h
+++ b/Source/SPTableStructure.h
@@ -175,4 +175,10 @@
+ (SPFieldTypeHelp *)helpForFieldType:(NSString *)typeName;
+#pragma mark - SPTableStructureLoading
+
+- (void)loadTable:(NSString *)aTable;
+- (IBAction)reloadTable:(id)sender;
+- (void)setTableDetails:(NSDictionary *)tableDetails;
+
@end