Searched refs:sqlite3Message (Results 1 – 2 of 2) sorted by relevance
162 const char* sqlite3Message, const char* message) { in throw_sqlite3_exception() argument180 sqlite3Message = NULL; // SQLite error message is irrelevant in this case in throw_sqlite3_exception()223 if (sqlite3Message) { in throw_sqlite3_exception()225 fullMessage.append(sqlite3Message); in throw_sqlite3_exception()
47 const char* sqlite3Message, const char* message);