diff options
author | Max <post@wickenrode.com> | 2015-01-02 16:17:22 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-01-02 16:17:22 +0100 |
commit | 30ffc7c4d6158e1210b2463dddb62e627ca410db (patch) | |
tree | 436d33198576f1c719aad0060312da3df3eee488 /Source/SPTablesList.h | |
parent | ee588049b5a7f755d788b983dc8cabce24453641 (diff) | |
download | sequelpro-30ffc7c4d6158e1210b2463dddb62e627ca410db.tar.gz sequelpro-30ffc7c4d6158e1210b2463dddb62e627ca410db.tar.bz2 sequelpro-30ffc7c4d6158e1210b2463dddb62e627ca410db.zip |
Some internal addtions for mysql event support
(Also deduplicated some code)
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index a8d9ab91..198f327f 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -180,6 +180,7 @@ - (NSArray *)allViewNames; - (NSArray *)allFunctionNames; - (NSArray *)allProcedureNames; +- (NSArray *)allEventNames; - (NSArray *)allDatabaseNames; - (NSArray *)allSystemDatabaseNames; - (NSString *)selectedDatabase; |