Searched refs:nativeIsReadOnly (Results 1 – 2 of 2) sorted by relevance
335 static jboolean nativeIsReadOnly(JNIEnv* env, jclass clazz, jlong connectionPtr, in nativeIsReadOnly() function807 (void*)nativeIsReadOnly },
127 private static native boolean nativeIsReadOnly(long connectionPtr, long statementPtr); in nativeIsReadOnly() method in SQLiteConnection891 final boolean readOnly = nativeIsReadOnly(mConnectionPtr, statementPtr); in acquirePreparedStatement()