diff options
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r-- | Source/SPTableStructure.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index f3d99ea6..781717f8 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -129,6 +129,7 @@ - (void)removeFieldSheetDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo; - (IBAction)resetAutoIncrement:(id)sender; - (void)resetAutoincrementSheetDidEnd:(NSWindow *)theSheet returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo; +- (void)takeAutoIncrementFrom:(NSTextField *)field; - (IBAction)showOptimizedFieldType:(id)sender; - (IBAction)toggleColumnView:(NSMenuItem *)sender; - (BOOL)cancelRowEditing; @@ -142,7 +143,7 @@ - (BOOL)saveRowOnDeselect; - (BOOL)addRowToDB; - (void)addRowErrorSheetDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextInfo:(void *)contextInfo; -- (void)setAutoIncrementTo:(NSString*)valueAsString; +- (void)setAutoIncrementTo:(NSNumber *)value; // Accessors - (NSString *)defaultValueForField:(NSString *)field; |