Home
last modified time | relevance | path

Searched defs:throwSQLiteException (Results 1 – 2 of 2) sorted by relevance

/sqlite/sqlite/src/commonMain/kotlin/androidx/sqlite/
DSQLite.kt60 public fun throwSQLiteException(errorCode: Int, errorMsg: String?): Nothing { in throwSQLiteException() method
/sqlite/sqlite-bundled/src/jvmAndroidMain/jni/
Dsqlite_bindings.cpp11 static bool throwSQLiteException(JNIEnv *env, int errorCode, const char *errorMsg) { in throwSQLiteException() function