| 程序包 | 说明 |
|---|---|
| org.h2.store |
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static FileLockMethod |
FileLock.getFileLockMethod(String method)
Get the file locking method type given a method name.
|
static FileLockMethod |
FileLock.getFileLockMethod(String method)
Get the file locking method type given a method name.
|
static FileLockMethod |
FileLockMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FileLockMethod |
FileLockMethod.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FileLockMethod[] |
FileLockMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
static FileLockMethod[] |
FileLockMethod.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FileLock.lock(FileLockMethod fileLockMethod)
Lock the file if possible.
|
void |
FileLock.lock(FileLockMethod fileLockMethod)
Lock the file if possible.
|
Copyright © 2022. All rights reserved.