diff options
author | mtvee <emptyvee@gmail.com> | 2009-05-13 00:56:36 +0000 |
---|---|---|
committer | mtvee <emptyvee@gmail.com> | 2009-05-13 00:56:36 +0000 |
commit | 12b84cb69a904fb6ea714ab6d4b0b885f4d54436 (patch) | |
tree | 8e0df64c75a9300f375960d1c2dfcfd90e4d9959 /Source/SPSQLParser.h | |
parent | 35e6aaac3997475a04984b09fac24ab02574ab27 (diff) | |
download | sequelpro-12b84cb69a904fb6ea714ab6d4b0b885f4d54436.tar.gz sequelpro-12b84cb69a904fb6ea714ab6d4b0b885f4d54436.tar.bz2 sequelpro-12b84cb69a904fb6ea714ab6d4b0b885f4d54436.zip |
- added ability to view function and procedures and preliminary ability to input same via the editor
Diffstat (limited to 'Source/SPSQLParser.h')
-rw-r--r-- | Source/SPSQLParser.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPSQLParser.h b/Source/SPSQLParser.h index 3e68501c..317e3e16 100644 --- a/Source/SPSQLParser.h +++ b/Source/SPSQLParser.h @@ -227,7 +227,10 @@ typedef enum _SPCommentTypes { - (void) deleteCharactersInRange:(NSRange)aRange; - (void) insertString:(NSString *)aString atIndex:(NSUInteger)anIndex; - +/* + * return an array of queries + */ +- (NSArray *) parseQueries; /* Required and primitive methods to allow subclassing class cluster */ #pragma mark - |