Searched refs:mOnlyAllowReadOnlyOperations (Results 1 – 1 of 1) sorted by relevance
112 private boolean mOnlyAllowReadOnlyOperations; field in SQLiteConnection413 mOnlyAllowReadOnlyOperations = false; in reconfigure()458 mOnlyAllowReadOnlyOperations = readOnly; in setOnlyAllowReadOnlyOperations()1038 if (mOnlyAllowReadOnlyOperations && !statement.mReadOnly) { in throwIfStatementForbidden()1092 printer.println(" onlyAllowReadOnlyOperations: " + mOnlyAllowReadOnlyOperations); in dumpUnsafe()