Uses of Class
org.h2.store.LobStorage

Packages that use LobStorage
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.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. 
 

Uses of LobStorage in org.h2.command.dml
 

Methods in org.h2.command.dml that return LobStorage
 LobStorage ScriptBase.getLobStorage()
           
 

Uses of LobStorage in org.h2.engine
 

Methods in org.h2.engine that return LobStorage
 LobStorage Database.getLobStorage()
           
 LobStorage SessionRemote.getLobStorage()
           
 

Uses of LobStorage in org.h2.store
 

Methods in org.h2.store that return LobStorage
 LobStorage DataHandler.getLobStorage()
          Get the lob storage mechanism to use.
 

Uses of LobStorage in org.h2.tools
 

Methods in org.h2.tools that return LobStorage
 LobStorage Recover.getLobStorage()
          INTERNAL
 

Uses of LobStorage in org.h2.value
 

Methods in org.h2.value with parameters of type LobStorage
static ValueLobDb ValueLobDb.create(int type, LobStorage lobStorage, java.lang.String fileName, int tableId, long id, long precision)
          Create a LOB value.