| 程序包 | 说明 |
|---|---|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static DebuggingThreadLocal<ArrayList<String>> |
MVTable.EXCLUSIVE_LOCKS
The table names this thread has exclusively locked.
|
static DebuggingThreadLocal<ArrayList<String>> |
MVTable.SHARED_LOCKS
The tables names this thread has a shared lock on.
|
static DebuggingThreadLocal<String> |
MVTable.WAITING_FOR_LOCK
The table name this thread is waiting to lock.
|
Copyright © 2017. All rights reserved.