aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r--Source/TablesList.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h
index 8a13e487..965f00be 100644
--- a/Source/TablesList.h
+++ b/Source/TablesList.h
@@ -110,6 +110,12 @@ enum sp_table_types
- (int)tableType;
- (NSArray *)tables;
- (NSArray *)tableTypes;
+- (NSArray *)allTableAndViewNames;
+- (NSArray *)allTableNames;
+- (NSArray *)allViewNames;
+- (NSArray *)allFunctionNames;
+- (NSArray *)allProcedureNames;
+- (NSArray *)allDatabaseNames;
- (BOOL)structureLoaded;
- (BOOL)contentLoaded;
- (BOOL)statusLoaded;