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 ValueBlob -
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 TypeMethodDescriptionstatic 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.