diff options
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r-- | Source/SPTableStructure.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index fe13b944..c7b47e1a 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -75,6 +75,7 @@ NSArray *typeSuggestions; NSArray *extraFieldSuggestions; BOOL isCurrentExtraAutoIncrement; + NSString *autoIncrementIndex; BOOL isEditingRow, isEditingNewRow, isSavingRow, alertSheetOpened; } @@ -96,9 +97,6 @@ // Index sheet methods - (IBAction)closeSheet:(id)sender; -// Key sheet methods -- (IBAction)closeKeySheet:(id)sender; - // Additional methods - (void)setConnection:(MCPConnection *)theConnection; - (NSArray *)fetchResultAsArray:(MCPResult *)theResult; |