diff options
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index 7270219b..d2cb20da 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -35,6 +35,7 @@ IBOutlet id tableContentInstance; IBOutlet id customQueryInstance; IBOutlet id tableDumpInstance; + IBOutlet id tableDataInstance; IBOutlet id tableStatusInstance; IBOutlet id tableWindow; @@ -68,7 +69,7 @@ - (void)doPerformQueryService:(NSString *)query; //getter methods -- (NSString *)table; +- (NSString *)tableName; - (NSArray *)tables; - (BOOL)structureLoaded; - (BOOL)contentLoaded; |