diff options
Diffstat (limited to 'Source/TableContent.h')
-rw-r--r-- | Source/TableContent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableContent.h b/Source/TableContent.h index e3a9bd50..e675d528 100644 --- a/Source/TableContent.h +++ b/Source/TableContent.h @@ -68,6 +68,8 @@ MCPConnection *mySQLConnection; BOOL _mainNibLoaded; + BOOL isWorking; + pthread_mutex_t tableValuesLock; NSString *selectedTable, *usedQuery; NSMutableArray *tableValues, *dataColumns, *keys, *oldRow; @@ -98,6 +100,7 @@ // Table loading methods and information - (void) loadTable:(NSString *)aTable; +- (void) clearTableValues; - (void) loadTableValues; - (NSString *) tableFilterString; - (void) updateCountText; |