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.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInputStream
(long precision) Get stream to read LOB data fromvoid
Remove the underlying resource, if any.toString()
Methods inherited from class org.h2.value.lob.LobData
getMemory, isLinkedToTable
-
Field Details
-
handler
-
fileName
If the LOB is a temporary LOB being managed by a temporary ResultSet, it is stored in a temporary file. -
tempFile
-
-
Constructor Details
-
LobDataFile
-
-
Method Details
-
remove
Description copied from class:LobData
Remove the underlying resource, if any. For values that are kept fully in memory this method has no effect. -
getInputStream
Description copied from class:LobData
Get stream to read LOB data from- Specified by:
getInputStream
in classLobData
- Parameters:
precision
- octet length of the stream, or -1 if unknown- Returns:
- stream to read LOB data from
-
getDataHandler
- Overrides:
getDataHandler
in classLobData
-
toString
-