SQLiteDatabase.SetTransactionSuccessful Method

Definition

Marks the current transaction as successful.

[Android.Runtime.Register("setTransactionSuccessful", "()V", "GetSetTransactionSuccessfulHandler")]
public virtual void SetTransactionSuccessful ();
[<Android.Runtime.Register("setTransactionSuccessful", "()V", "GetSetTransactionSuccessfulHandler")>]
abstract member SetTransactionSuccessful : unit -> unit
override this.SetTransactionSuccessful : unit -> unit
Attributes

Exceptions

if the current thread is not in a transaction or the transaction is already marked as successful.

Remarks

Java documentation for android.database.sqlite.SQLiteDatabase.setTransactionSuccessful().

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.

Applies to