diff options
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index 4a943302..5f173f9d 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -190,6 +190,8 @@ - (NSArray *)allDatabaseNames; - (NSArray *)allSystemDatabaseNames; - (BOOL)navigatorSchemaPathExistsForDatabase:(NSString*)dbname; +- (NSDictionary *)getDbStructure; +- (NSArray *)allSchemaKeys; // Task progress and notification methods - (void)startTaskWithDescription:(NSString *)description; |