語言

Connection.TransactionReadCommitted 欄位

定義

警告

Use 'Java.Sql.IConnection.TransactionReadCommitted'. This class will be removed in a future release.

一個常數表示防止髒讀;不可重複讀取和幻影讀取可能會發生。

[Android.Runtime.Register("TRANSACTION_READ_COMMITTED")]
[System.Obsolete("Use 'Java.Sql.IConnection.TransactionReadCommitted'. This class will be removed in a future release.")]
public const int TransactionReadCommitted = 2;
[<Android.Runtime.Register("TRANSACTION_READ_COMMITTED")>]
[<System.Obsolete("Use 'Java.Sql.IConnection.TransactionReadCommitted'. This class will be removed in a future release.")>]
val mutable TransactionReadCommitted : int

欄位值

Value = 2
屬性

備註

一個常數表示防止髒讀;不可重複讀取和幻影讀取可能會發生。 此層級僅禁止交易讀取包含未承諾變更的列。

Java 文件 java.sql.Connection.TRANSACTION_READ_COMMITTED

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於