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