Uses of Package
org.h2.store
-
Packages that use org.h2.store Package Description org.h2.command.dml Contains DML (data manipulation language) and related SQL statements.org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package.org.h2.mvstore.db Helper classes to use the MVStore in the H2 database.org.h2.result Implementation of row and internal result sets.org.h2.security Security classes, such as encryption and cryptographically secure hash algorithms.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.org.h2.tools Various tools.org.h2.value Data type and value implementations.org.h2.value.lob LOB data for values. -
Classes in org.h2.store used by org.h2.command.dml Class Description FileStore This class is an abstraction of a random access file. -
Classes in org.h2.store used by org.h2.engine Class Description DataHandler A data handler contains a number of callback methods, mostly related to CLOB and BLOB handling.FileLock The file lock is used to lock a database so that only one process can write to it.FileLockMethod FileStore This class is an abstraction of a random access file.InDoubtTransaction Represents an in-doubt transaction (a transaction in the prepare phase).LobStorageFrontend This factory creates in-memory objects and temporary files.LobStorageInterface A mechanism to store and retrieve lob data. -
Classes in org.h2.store used by org.h2.mvstore.db Class Description DataHandler A data handler contains a number of callback methods, mostly related to CLOB and BLOB handling.InDoubtTransaction Represents an in-doubt transaction (a transaction in the prepare phase).LobStorageInterface A mechanism to store and retrieve lob data. -
Classes in org.h2.store used by org.h2.result Class Description DataHandler A data handler contains a number of callback methods, mostly related to CLOB and BLOB handling. -
Classes in org.h2.store used by org.h2.security Class Description DataHandler A data handler contains a number of callback methods, mostly related to CLOB and BLOB handling.FileStore This class is an abstraction of a random access file. -
Classes in org.h2.store used by org.h2.store Class Description Data This class represents a byte buffer that contains persistent data of a page.DataHandler A data handler contains a number of callback methods, mostly related to CLOB and BLOB handling.FileLockMethod FileStore This class is an abstraction of a random access file.LobStorageInterface A mechanism to store and retrieve lob data.RecoverTester A tool that simulates a crash while writing to the database, and then verifies the database doesn't get corrupt. -
Classes in org.h2.store used by org.h2.tools Class Description DataHandler A data handler contains a number of callback methods, mostly related to CLOB and BLOB handling.FileStore This class is an abstraction of a random access file.LobStorageInterface A mechanism to store and retrieve lob data. -
Classes in org.h2.store used by org.h2.value Class Description DataHandler A data handler contains a number of callback methods, mostly related to CLOB and BLOB handling. -
Classes in org.h2.store used by org.h2.value.lob Class Description DataHandler A data handler contains a number of callback methods, mostly related to CLOB and BLOB handling.FileStore This class is an abstraction of a random access file.