diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-01-11 17:48:49 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-01-11 17:48:49 +0000 |
commit | 967136fd591a7f13185a0b353827bf8946883fc8 (patch) | |
tree | 16fe5d71b6591af1d05711fd0856e771759fb832 /Source/TablesList.h | |
parent | c89861651e5505652446daad6861156986683370 (diff) | |
download | sequelpro-967136fd591a7f13185a0b353827bf8946883fc8.tar.gz sequelpro-967136fd591a7f13185a0b353827bf8946883fc8.tar.bz2 sequelpro-967136fd591a7f13185a0b353827bf8946883fc8.zip |
• further preparations to F5 completion
Note: not yet active - only querying the data in background will be performed for testing
Diffstat (limited to 'Source/TablesList.h')
-rw-r--r-- | Source/TablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TablesList.h b/Source/TablesList.h index b9a3d0c2..911945eb 100644 --- a/Source/TablesList.h +++ b/Source/TablesList.h @@ -139,6 +139,7 @@ enum sp_table_types - (NSArray *)allFunctionNames; - (NSArray *)allProcedureNames; - (NSArray *)allDatabaseNames; +- (NSArray *)allSystemDatabaseNames; - (BOOL)structureLoaded; - (BOOL)contentLoaded; - (BOOL)statusLoaded; |