Java org.springframework.jdbc.support.lob LobHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jdbc.support.lob LobHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jdbc.support.lob LobHandler.

The text is from its open source code.

Method

InputStreamgetBlobAsBinaryStream(ResultSet rs, String columnName)
Retrieve the given column as binary stream from the given ResultSet.
InputStreamgetBlobAsBinaryStream(ResultSet rs, int columnIndex)
Retrieve the given column as binary stream from the given ResultSet.
byte[]getBlobAsBytes(ResultSet rs, String columnName)
Retrieve the given column as bytes from the given ResultSet.
byte[]getBlobAsBytes(ResultSet rs, int columnIndex)
Retrieve the given column as bytes from the given ResultSet.
ReadergetClobAsCharacterStream(ResultSet rs, String columnName)
Retrieve the given column as character stream from the given ResultSet.
ReadergetClobAsCharacterStream(ResultSet rs, int columnIndex)
Retrieve the given column as character stream from the given ResultSet.
StringgetClobAsString(ResultSet rs, String columnName)
Retrieve the given column as String from the given ResultSet.
StringgetClobAsString(ResultSet rs, int columnIndex)
Retrieve the given column as String from the given ResultSet.
LobCreatorgetLobCreator()
Create a new LobCreator instance, i.e.