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