Uses of Interface
org.springframework.jdbc.support.lob.LobHandler
Package
Description
Classes supporting the
org.springframework.jdbc.core
package.Provides a strategy interface for Large OBject handling,
as well as a customizable default implementation.
-
Uses of LobHandler in org.springframework.jdbc.core.support
ModifierConstructorDescriptionCreate a new AbstractLobCreatingPreparedStatementCallback for the given LobHandler.SqlLobValue
(byte[] bytes, LobHandler lobHandler) Create a new BLOB value with the given byte array.SqlLobValue
(InputStream stream, int length, LobHandler lobHandler) Create a new BLOB/CLOB value with the given stream.SqlLobValue
(Reader reader, int length, LobHandler lobHandler) Create a new CLOB value with the given character stream.SqlLobValue
(String content, LobHandler lobHandler) Create a new CLOB value with the given content string. -
Uses of LobHandler in org.springframework.jdbc.support.lob
Modifier and TypeClassDescriptionclass
Abstract base class forLobHandler
implementations.class
Default implementation of theLobHandler
interface.