aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPSQLParser.h')
-rw-r--r--Source/SPSQLParser.h5
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 -