|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.log | Undo and redo log implementation. |
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.table | Classes related to a table and table meta data. |
org.h2.tools | Various tools. |
org.h2.util | Internal utility classes. |
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. |
Classes in org.h2.store used by org.h2.engine | |
---|---|
DataHandler
A data handler contains a number of callback methods. |
|
DataPage
A data page is a byte buffer that contains persistent data of a row or index page. |
|
DiskFile
This class represents a file that is usually written to disk. |
|
FileStore
This class is an abstraction of a random access file. |
|
PageStore
This class represents a file that is organized as a number of pages. |
|
RecordReader
A record reader is able to create a Record from a DataPage . |
|
Storage
This class represents an persistent container that stores data of a table or an index. |
Classes in org.h2.store used by org.h2.index | |
---|---|
Data
A data page is a byte buffer that contains persistent data of a page. |
|
DataPage
A data page is a byte buffer that contains persistent data of a row or index page. |
|
Page
A page. |
|
PageStore
This class represents a file that is organized as a number of pages. |
|
Record
A record represents a persisted row in a table, or a index page. |
|
RecordReader
A record reader is able to create a Record from a DataPage . |
Classes in org.h2.store used by org.h2.log | |
---|---|
DiskFile
This class represents a file that is usually written to disk. |
|
PageStore
This class represents a file that is organized as a number of pages. |
|
Record
A record represents a persisted row in a table, or a index page. |
|
Storage
This class represents an persistent container that stores data of a table or an index. |
Classes in org.h2.store used by org.h2.result | |
---|---|
DataPage
A data page is a byte buffer that contains persistent data of a row or index page. |
|
Record
A record represents a persisted row in a table, or a index 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
A data page is a byte buffer that contains persistent data of a page. |
|
DataHandler
A data handler contains a number of callback methods. |
|
DataPage
A data page is a byte buffer that contains persistent data of a row or index page. |
|
DataReader
This class is backed by an input stream and supports reading values and variable size data. |
|
DiskFile
This class represents a file that is usually written to disk. |
|
FileStore
This class is an abstraction of a random access file. |
|
Page
A page. |
|
PageStore
This class represents a file that is organized as a number of pages. |
|
Record
A record represents a persisted row in a table, or a index page. |
|
RecordReader
A record reader is able to create a Record from a DataPage . |
|
Storage
This class represents an persistent container that stores data of a table or an index. |
|
WriterThread
The writer thread is responsible to flush the transaction log file from time to time. |
Classes in org.h2.store used by org.h2.table | |
---|---|
DataPage
A data page is a byte buffer that contains persistent data of a row or index page. |
|
Record
A record represents a persisted row in a table, or a index page. |
|
RecordReader
A record reader is able to create a Record from a DataPage . |
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. |
Classes in org.h2.store used by org.h2.util | |
---|---|
DataHandler
A data handler contains a number of callback methods. |
Classes in org.h2.store used by org.h2.value | |
---|---|
DataHandler
A data handler contains a number of callback methods. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |