Uses of Class
org.h2.store.FileLockMethod
-
Packages that use FileLockMethod Package Description org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.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. -
-
Uses of FileLockMethod in org.h2.engine
Fields in org.h2.engine declared as FileLockMethod Modifier and Type Field Description private FileLockMethod
Database. fileLockMethod
-
Uses of FileLockMethod in org.h2.store
Methods in org.h2.store that return FileLockMethod Modifier and Type Method Description static FileLockMethod
FileLock. getFileLockMethod(java.lang.String method)
Get the file locking method type given a method name.static FileLockMethod
FileLockMethod. valueOf(java.lang.String name)
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 FileLockMethod Modifier and Type Method Description void
FileLock. lock(FileLockMethod fileLockMethod)
Lock the file if possible.
-