Searched refs:nativeChanges (Results 1 – 2 of 2) sorted by relevance
931 static jlong nativeChanges(JNIEnv* env, jclass, jlong connectionPtr) { in nativeChanges() function1002 { "nativeChanges", "(J)J", (void*) nativeChanges },
181 private static native long nativeChanges(long connectionPtr); in nativeChanges() method in SQLiteConnection1891 return nativeChanges(mConnectionPtr); in getLastChangedRowCount()