Searched refs:nativeIsReadOnly (Results 1 – 2 of 2) sorted by relevance
334 static jboolean nativeIsReadOnly(JNIEnv* env, jclass clazz, jint connectionPtr, in nativeIsReadOnly() function809 (void*)nativeIsReadOnly },
129 private static native boolean nativeIsReadOnly(int connectionPtr, int statementPtr); in nativeIsReadOnly() method in SQLiteConnection893 final boolean readOnly = nativeIsReadOnly(mConnectionPtr, statementPtr); in acquirePreparedStatement()