From d856b87646f8451285e3876407520f1ab85c88a1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 18 Apr 2005 01:16:53 +0000 Subject: Large SQL patch from Carsten Sperber supports scripts written in SQL*Plus. --- include/PropSet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/PropSet.h') diff --git a/include/PropSet.h b/include/PropSet.h index 1eb195d2f..ef1faffba 100644 --- a/include/PropSet.h +++ b/include/PropSet.h @@ -89,6 +89,7 @@ public: char *Allocate(int size); void SetFromAllocated(); bool InList(const char *s); + bool InListAbbreviated(const char *s, const char marker); const char *GetNearestWord(const char *wordStart, int searchLen, bool ignoreCase = false, SString wordCharacters="", int wordIndex = -1); char *GetNearestWords(const char *wordStart, int searchLen, -- cgit v1.2.3