Package org.h2.value.lob
Class LobDataFile
java.lang.Object
org.h2.value.lob.LobData
org.h2.value.lob.LobDataFile
LOB data stored in a temporary file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInputStream(long precision) Get stream to read LOB data fromvoidRemove the underlying resource, if any.toString()Methods inherited from class org.h2.value.lob.LobData
getMemory, isLinkedToTable
-
Constructor Details
-
LobDataFile
-
-
Method Details
-
remove
Description copied from class:LobDataRemove the underlying resource, if any. For values that are kept fully in memory this method has no effect. -
getInputStream
Description copied from class:LobDataGet stream to read LOB data from- Specified by:
getInputStreamin classLobData- Parameters:
precision- octet length of the stream, or -1 if unknown- Returns:
- stream to read LOB data from
-
getDataHandler
- Overrides:
getDataHandlerin classLobData
-
toString
-