Uses of Class
org.h2.value.ValueClob
Packages that use ValueClob
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 ValueClob in org.h2.mvstore.db
Methods in org.h2.mvstore.db that return ValueClob -
Uses of ValueClob in org.h2.store
Methods in org.h2.store that return ValueClobModifier and TypeMethodDescriptionLobStorageFrontend.createClob(Reader reader, long maxLength) Create a CLOB object.LobStorageInterface.createClob(Reader reader, long maxLength) Create a CLOB object. -
Uses of ValueClob in org.h2.value
Methods in org.h2.value that return ValueClobModifier and TypeMethodDescription(package private) ValueClobValueClob.convertPrecision(long precision) Convert the precision to the requested value.private ValueClobValue.convertToClob(TypeInfo targetType, int conversionMode, Object column) static ValueClobValueClob.createSmall(byte[] data) Creates a small CLOB value that can be stored in the row directly.static ValueClobValueClob.createSmall(byte[] data, long charLength) Creates a small CLOB value that can be stored in the row directly.static ValueClobValueClob.createSmall(String string) Creates a small CLOB value that can be stored in the row directly.static ValueClobValueClob.createTempClob(Reader in, long length, DataHandler handler) Create a temporary CLOB value from a stream.private static ValueClobValueClob.createTemporary(DataHandler handler, Reader in, long remaining) Create a CLOB in a temporary file.Methods in org.h2.value with parameters of type ValueClob