言語

SQLiteDatabase.ConflictAbort フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Database.Sqlite.Conflict enum directly instead of this field.

制約違反が発生した場合、ROLLBACK は実行されないため、同じトランザクション内の以前のコマンドからの変更は保持されます。

[Android.Runtime.Register("CONFLICT_ABORT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Database.Sqlite.Conflict enum directly instead of this field.", true)]
public const Android.Database.Sqlite.Conflict ConflictAbort = 2;
[<Android.Runtime.Register("CONFLICT_ABORT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Database.Sqlite.Conflict enum directly instead of this field.", true)>]
val mutable ConflictAbort : Android.Database.Sqlite.Conflict

フィールド値

Value = 2
属性

注釈

制約違反が発生した場合、ROLLBACK は実行されないため、同じトランザクション内の以前のコマンドからの変更は保持されます。 これは既定の動作です。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象