Searched defs:throw_sqlite3_exception (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_database_SQLiteDatabase.cpp84 throw_sqlite3_exception(env, handle);
97 throw_sqlite3_exception(env, handle);
106 throw_sqlite3_exception(env, handle);
114 throw_sqlite3_exception(env, handle);
128 throw_sqlite3_exception(env, handle);
156 throw_sqlite3_exception(env, handle);
184 throw_sqlite3_exception(env, handle, sql8);
194 throw_sqlite3_exception(env, "Queries cannot be performed using execSQL(), use query() instead.");
198 throw_sqlite3_exception(env, handle, sql8);
248 throw_sqlite3_exception(en
384 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle) { function in namespace:android
389 void throw_sqlite3_exception(JNIEnv* env, const char* message) { function in namespace:android
396 void throw_sqlite3_exception(JNIEnv* env, sqlite3* handle, const char* message) { function in namespace:android
421 void throw_sqlite3_exception(JNIEnv* env, int errcode, function in namespace:android
[all...]

Completed in 150 milliseconds