Uses of Class
org.h2.value.ValueBlob
Packages that use ValueBlob
Package
Description
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.
Data type and value implementations.
-
Uses of ValueBlob in org.h2.mvstore.db
Methods in org.h2.mvstore.db that return ValueBlobModifier and TypeMethodDescriptionprivate ValueBlob
LobStorageMap.createBlob
(InputStream in) LobStorageMap.createBlob
(InputStream in, long maxLength) -
Uses of ValueBlob in org.h2.store
Methods in org.h2.store that return ValueBlobModifier and TypeMethodDescriptionLobStorageFrontend.createBlob
(InputStream in, long maxLength) LobStorageInterface.createBlob
(InputStream in, long maxLength) Create a BLOB object. -
Uses of ValueBlob in org.h2.value
Methods in org.h2.value that return ValueBlobModifier and TypeMethodDescription(package private) ValueBlob
ValueBlob.convertPrecision
(long precision) Convert the precision to the requested value.private ValueBlob
Value.convertToBlob
(TypeInfo targetType, int conversionMode, Object column) static ValueBlob
ValueBlob.createSmall
(byte[] data) Creates a small BLOB value that can be stored in the row directly.static ValueBlob
ValueBlob.createTempBlob
(InputStream in, long length, DataHandler handler) Create a temporary BLOB value from a stream.private static ValueBlob
ValueBlob.createTemporary
(DataHandler handler, byte[] buff, int len, InputStream in, long remaining) Create a BLOB in a temporary file.Methods in org.h2.value with parameters of type ValueBlob