Searched refs:throw_sqlite3_exception_errcode (Results 1 – 3 of 3) sorted by relevance
44 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message);
54 void throw_sqlite3_exception_errcode(JNIEnv* env, int errcode, const char* message) { in throw_sqlite3_exception_errcode() function
136 throw_sqlite3_exception_errcode(env, err, "Could not open database"); in nativeOpen()