Uses of Class
org.h2.value.ValueLob
Packages that use ValueLob
Package
Description
Contains high level classes of the database and classes that don't fit in another sub-package.
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.
Internal utility classes.
Data type and value implementations.
LOB data for values.
-
Uses of ValueLob in org.h2.engine
Fields in org.h2.engine declared as ValueLobModifier and TypeFieldDescription(package private) final ValueLob
SessionLocal.TimeoutValue.value
The value.Fields in org.h2.engine with type parameters of type ValueLobModifier and TypeFieldDescriptionSessionLocal.removeLobMap
SessionLocal.temporaryLobs
The temporary LOBs that need to be removed on commit.Methods in org.h2.engine that return ValueLobModifier and TypeMethodDescriptionabstract ValueLob
Session.addTemporaryLob
(ValueLob v) Add a temporary LOB, which is closed when the session commits.SessionLocal.addTemporaryLob
(ValueLob v) SessionRemote.addTemporaryLob
(ValueLob v) Methods in org.h2.engine with parameters of type ValueLobModifier and TypeMethodDescriptionabstract ValueLob
Session.addTemporaryLob
(ValueLob v) Add a temporary LOB, which is closed when the session commits.SessionLocal.addTemporaryLob
(ValueLob v) SessionRemote.addTemporaryLob
(ValueLob v) void
SessionLocal.removeAtCommit
(ValueLob v) Remember that the given LOB value must be removed at commit.void
SessionLocal.removeAtCommitStop
(ValueLob v) Do not remove this LOB value at commit any longer.Constructors in org.h2.engine with parameters of type ValueLob -
Uses of ValueLob in org.h2.mvstore.db
Methods in org.h2.mvstore.db that return ValueLobMethods in org.h2.mvstore.db with parameters of type ValueLob -
Uses of ValueLob in org.h2.store
Methods in org.h2.store that return ValueLobModifier and TypeMethodDescriptionCopy a lob.Methods in org.h2.store with parameters of type ValueLobModifier and TypeMethodDescriptionCopy a lob.void
void
Delete a LOB (from the database, if it is stored there). -
Uses of ValueLob in org.h2.util
Methods in org.h2.util with parameters of type ValueLobModifier and TypeMethodDescriptionprivate static void
JdbcUtils.setLob
(PreparedStatement prep, int parameterIndex, ValueLob value) -
Uses of ValueLob in org.h2.value
Subclasses of ValueLob in org.h2.valueModifier and TypeClassDescriptionfinal class
Implementation of the BINARY LARGE OBJECT data type.final class
Implementation of the CHARACTER LARGE OBJECT data type.Methods in org.h2.value that return ValueLobModifier and TypeMethodDescriptionValueBlob.copy
(DataHandler database, int tableId) ValueClob.copy
(DataHandler database, int tableId) abstract ValueLob
ValueLob.copy
(DataHandler database, int tableId) Copy a large value, to be used in the given table.ValueLob.copyToResult()
Create an independent copy of this value, that will be bound to a result. -
Uses of ValueLob in org.h2.value.lob
Methods in org.h2.value.lob with parameters of type ValueLob