Searched defs:throwSQLiteException (Results 1 – 2 of 2) sorted by relevance
60 public fun throwSQLiteException(errorCode: Int, errorMsg: String?): Nothing { in throwSQLiteException() method
11 static bool throwSQLiteException(JNIEnv *env, int errorCode, const char *errorMsg) { in throwSQLiteException() function