Searched refs:nativeExecute (Results 1 – 3 of 3) sorted by relevance
538 static void nativeExecute(JNIEnv* env, jclass clazz, jlong connectionPtr, jlong statementPtr, in nativeExecute() function922 (void*)nativeExecute },
155 private static native void nativeExecute(long connectionPtr, long statementPtr, in nativeExecute() method in SQLiteConnection730 nativeExecute(mConnectionPtr, statement.mStatementPtr, isPragmaStmt); in execute()
14537 Landroid/database/sqlite/SQLiteConnection;->nativeExecute(JJ)V