Uses of Enum
org.h2.store.FileLockMethod
Packages that use FileLockMethod
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
-
Uses of FileLockMethod in org.h2.engine
Fields in org.h2.engine declared as FileLockMethod -
Uses of FileLockMethod in org.h2.store
Methods in org.h2.store that return FileLockMethodModifier and TypeMethodDescriptionstatic FileLockMethod
FileLock.getFileLockMethod
(String method) Get the file locking method type given a method name.static FileLockMethod
Returns the enum constant of this type with the specified name.static FileLockMethod[]
FileLockMethod.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.h2.store with parameters of type FileLockMethodModifier and TypeMethodDescriptionvoid
FileLock.lock
(FileLockMethod fileLockMethod) Lock the file if possible.