Searched refs:nativeExecuteForLong (Results 1 – 2 of 2) sorted by relevance
497 static jlong nativeExecuteForLong(JNIEnv* env, jclass clazz, in nativeExecuteForLong() function846 (void*)nativeExecuteForLong },
149 private static native long nativeExecuteForLong(long connectionPtr, long statementPtr); in nativeExecuteForLong() method in SQLiteConnection691 long ret = nativeExecuteForLong(mConnectionPtr, statement.mStatementPtr); in executeForLong()