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
Subclasses with type arguments of type FileLockMethod in org.h2.storeMethods in org.h2.store that return FileLockMethodModifier and TypeMethodDescriptionstatic FileLockMethodFileLock.getFileLockMethod(String method) Get the file locking method type given a method name.static FileLockMethodReturns 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 TypeMethodDescriptionvoidFileLock.lock(FileLockMethod fileLockMethod) Lock the file if possible.