X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c1465efb76c8da3e295152bc13223e1305fa555..e6efee0079933c3f9a78b0bf6d701b3a35730952:/include/wx/db.h diff --git a/include/wx/db.h b/include/wx/db.h index 68c723b5eb..bdd7ffb010 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -734,6 +734,9 @@ public: bool FwdOnlyCursors(void) {return fwdOnlyCursors;} + // return the string with all special SQL characters escaped + wxString EscapeSqlChars(const wxString& value); + // These two functions are provided strictly for use by wxDbTable. // DO NOT USE THESE FUNCTIONS, OR MEMORY LEAKS MAY OCCUR void incrementTableCount() { nTables++; return; }