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 ValueBlobLobStorageMap.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) ValueBlobValueBlob.convertPrecision(long precision) Convert the precision to the requested value.private ValueBlobValue.convertToBlob(TypeInfo targetType, int conversionMode, Object column) static ValueBlobValueBlob.createSmall(byte[] data) Creates a small BLOB value that can be stored in the row directly.static ValueBlobValueBlob.createTempBlob(InputStream in, long length, DataHandler handler) Create a temporary BLOB value from a stream.private static ValueBlobValueBlob.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