diff options
Diffstat (limited to 'Source/SPTableData.h')
-rw-r--r-- | Source/SPTableData.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableData.h b/Source/SPTableData.h index b978acc4..cb24d51f 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -42,9 +42,12 @@ MCPConnection *mySQLConnection; BOOL isWorking; + BOOL tableHasAutoIncrementField; + } @property (readwrite, assign) BOOL isWorking; +@property (readonly, assign) BOOL tableHasAutoIncrementField; - (void) setConnection:(MCPConnection *)theConnection; - (NSString *) tableEncoding; |