Searched defs:throw_sqlite3_exception (Results 1 – 1 of 1) sorted by relevance
24 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { in throw_sqlite3_exception() function29 void throw_sqlite3_exception(JNIEnv* env, const char* message) { in throw_sqlite3_exception() function36 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { in throw_sqlite3_exception() function61 void throw_sqlite3_exception(JNIEnv* env, int errcode, in throw_sqlite3_exception() function