Uses of Interface
org.h2.store.LobStorageInterface
-
Packages that use LobStorageInterface Package Description 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.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. -
-
Uses of LobStorageInterface in org.h2.engine
Fields in org.h2.engine declared as LobStorageInterface Modifier and Type Field Description private LobStorageInterface
Database. lobStorage
Methods in org.h2.engine that return LobStorageInterface Modifier and Type Method Description LobStorageInterface
Database. getLobStorage()
-
Uses of LobStorageInterface in org.h2.mvstore.db
Classes in org.h2.mvstore.db that implement LobStorageInterface Modifier and Type Class Description class
LobStorageMap
This class stores LOB objects in the database, in maps. -
Uses of LobStorageInterface in org.h2.store
Classes in org.h2.store that implement LobStorageInterface Modifier and Type Class Description class
LobStorageFrontend
This factory creates in-memory objects and temporary files.Methods in org.h2.store that return LobStorageInterface Modifier and Type Method Description LobStorageInterface
DataHandler. getLobStorage()
Get the lob storage mechanism to use. -
Uses of LobStorageInterface in org.h2.tools
Methods in org.h2.tools that return LobStorageInterface Modifier and Type Method Description LobStorageInterface
Recover. getLobStorage()
INTERNAL
-