SQLiteDatabase.DisableWriteAheadLogging Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method disables the features enabled by #enableWriteAheadLogging()
.
[Android.Runtime.Register("disableWriteAheadLogging", "()V", "GetDisableWriteAheadLoggingHandler")]
public virtual void DisableWriteAheadLogging ();
[<Android.Runtime.Register("disableWriteAheadLogging", "()V", "GetDisableWriteAheadLoggingHandler")>]
abstract member DisableWriteAheadLogging : unit -> unit
override this.DisableWriteAheadLogging : unit -> unit
- Attributes
Exceptions
if there are transactions in progress at the time this method is called. WAL mode can only be changed when there are no transactions in progress.
Remarks
This method disables the features enabled by #enableWriteAheadLogging()
.
Java documentation for android.database.sqlite.SQLiteDatabase.disableWriteAheadLogging()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.