aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPSQLParser.h')
-rw-r--r--Source/SPSQLParser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPSQLParser.h b/Source/SPSQLParser.h
index 73dfe493..76105e27 100644
--- a/Source/SPSQLParser.h
+++ b/Source/SPSQLParser.h
@@ -68,6 +68,7 @@
int delimiterLength;
BOOL charIsDelimiter;
BOOL isDelimiterCommand;
+ BOOL ignoreCommentStrings;
}
@@ -77,7 +78,7 @@ typedef enum _SPCommentTypes {
SPCStyleComment = 2
} SPCommentType;
-
+- (void) setIgnoringCommentStrings:(BOOL)ignoringCommentStrings;
/*
* Removes comments within the current string, trimming "#", "--[/s]", and "/* * /" style strings.