Searched defs:throw_sqlite3_exception (Results 1 – 1 of 1) sorted by relevance
124 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { in throw_sqlite3_exception() function129 void throw_sqlite3_exception(JNIEnv* env, const char* message) { in throw_sqlite3_exception() function136 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { in throw_sqlite3_exception() function161 void throw_sqlite3_exception(JNIEnv* env, int errcode, in throw_sqlite3_exception() function