Searched refs:nativeExecute (Results 1 – 2 of 2) sorted by relevance
451 static void nativeExecute(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeExecute() function825 (void*)nativeExecute },
145 private static native void nativeExecute(long connectionPtr, long statementPtr); in nativeExecute() method in SQLiteConnection555 nativeExecute(mConnectionPtr, statement.mStatementPtr); in execute()