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