Uses of Interface
org.h2.store.LobStorageInterface
Packages that use LobStorageInterface
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
Helper classes to use the MVStore in the H2 database.
Storage abstractions, such as a file with a cache, or a class to convert values to a byte array and vice versa.
Various tools.
-
Uses of LobStorageInterface in org.h2.engine
Fields in org.h2.engine declared as LobStorageInterfaceMethods in org.h2.engine that return LobStorageInterface -
Uses of LobStorageInterface in org.h2.mvstore.db
Classes in org.h2.mvstore.db that implement LobStorageInterfaceModifier and TypeClassDescriptionfinal class
This class stores LOB objects in the database, in maps. -
Uses of LobStorageInterface in org.h2.store
Classes in org.h2.store that implement LobStorageInterfaceModifier and TypeClassDescriptionclass
This factory creates in-memory objects and temporary files.Methods in org.h2.store that return LobStorageInterfaceModifier and TypeMethodDescriptionDataHandler.getLobStorage()
Get the lob storage mechanism to use. -
Uses of LobStorageInterface in org.h2.tools
Methods in org.h2.tools that return LobStorageInterface