共用方式為


SQLiteDatabase.IsDbLockedByCurrentThread 屬性

定義

如果目前線程正在與資料庫保持作用中連接,則傳回 true。

public virtual bool IsDbLockedByCurrentThread { [Android.Runtime.Register("isDbLockedByCurrentThread", "()Z", "GetIsDbLockedByCurrentThreadHandler")] get; }
[<get: Android.Runtime.Register("isDbLockedByCurrentThread", "()Z", "GetIsDbLockedByCurrentThreadHandler")>]
member this.IsDbLockedByCurrentThread : bool

屬性值

True 是表示 如果目前線程持有資料庫的作用中連線。

屬性

備註

如果目前線程正在與資料庫保持作用中連接,則傳回 true。

這個方法的名稱來自與資料庫有作用中連接的時間,這表示線程在資料庫上持有實際鎖定。 現在,如果線程無法取得資料庫連線來執行特定作業,則不再有真正的「資料庫鎖定」。

android.database.sqlite.SQLiteDatabase.isDbLockedByCurrentThread()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於