Uses of Package
org.h2.store

Packages that use org.h2.store
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.index Various table index implementations, as well as cursors to navigate in an index. 
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. 
 

Classes in org.h2.store used by org.h2.command.dml
DataHandler
          A data handler contains a number of callback methods.
FileStore
          This class is an abstraction of a random access file.
LobStorage
          This class stores LOB objects in the database.
 

Classes in org.h2.store used by org.h2.engine
DataHandler
          A data handler contains a number of callback methods.
FileStore
          This class is an abstraction of a random access file.
InDoubtTransaction
          Represents an in-doubt transaction (a transaction in the prepare phase).
LobStorage
          This class stores LOB objects in the database.
PageStore
          This class represents a file that is organized as a number of pages.
 

Classes in org.h2.store used by org.h2.index
Data
          This class represents a byte buffer that contains persistent data of a page.
Page
          A page.
PageStore
          This class represents a file that is organized as a number of pages.
 

Classes in org.h2.store used by org.h2.result
Data
          This class represents a byte buffer that contains persistent data of a page.
 

Classes in org.h2.store used by org.h2.security
DataHandler
          A data handler contains a number of callback methods.
FileStore
          This class is an abstraction of a random access file.
 

Classes in org.h2.store used by org.h2.store
Data
          This class represents a byte buffer that contains persistent data of a page.
DataHandler
          A data handler contains a number of callback methods.
DataReader
          This class is backed by an input stream and supports reading values and variable size data.
FileStore
          This class is an abstraction of a random access file.
InDoubtTransaction
          Represents an in-doubt transaction (a transaction in the prepare phase).
LobStorage
          This class stores LOB objects in the database.
Page
          A page.
PageStore
          This class represents a file that is organized as a number of pages.
WriterThread
          The writer thread is responsible to flush the transaction transaction log from time to time.
 

Classes in org.h2.store used by org.h2.tools
DataHandler
          A data handler contains a number of callback methods.
FileStore
          This class is an abstraction of a random access file.
LobStorage
          This class stores LOB objects in the database.
 

Classes in org.h2.store used by org.h2.value
DataHandler
          A data handler contains a number of callback methods.
LobStorage
          This class stores LOB objects in the database.