SQLiteDatabase.IsDbLockedByCurrentThread 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果目前線程正在與資料庫保持作用中連接,則傳回 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 屬性授權中所述的詞彙使用。