aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r--Source/SPTableStructure.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h
index 68225fab..1ae392f4 100644
--- a/Source/SPTableStructure.h
+++ b/Source/SPTableStructure.h
@@ -25,6 +25,8 @@
#import <MCPKit/MCPKit.h>
+@class SPTableFieldValidation;
+
@interface SPTableStructure : NSObject
{
IBOutlet id tablesListInstance;
@@ -60,6 +62,8 @@
MCPConnection *mySQLConnection;
MCPResult *tableSourceResult;
MCPResult *indexResult;
+
+ SPTableFieldValidation *fieldValidation;
NSString *selectedTable;
NSMutableArray *tableFields;
@@ -100,7 +104,7 @@
- (BOOL)addRowToDB;
- (void)setAutoIncrementTo:(NSString*)valueAsString;
-// Getter methods
+// Accessors
- (NSString *)defaultValueForField:(NSString *)field;
- (NSArray *)fieldNames;
- (NSDictionary *)enumFields;