public class DruidLobHandler
extends org.springframework.jdbc.support.lob.AbstractLobHandler
Constructor and Description |
---|
DruidLobHandler() |
Modifier and Type | Method and Description |
---|---|
InputStream |
getBlobAsBinaryStream(ResultSet rs,
int columnIndex) |
byte[] |
getBlobAsBytes(ResultSet rs,
int columnIndex) |
InputStream |
getClobAsAsciiStream(ResultSet rs,
int columnIndex) |
Reader |
getClobAsCharacterStream(ResultSet rs,
int columnIndex) |
String |
getClobAsString(ResultSet rs,
int columnIndex) |
org.springframework.jdbc.support.lob.LobCreator |
getLobCreator() |
public byte[] getBlobAsBytes(ResultSet rs, int columnIndex) throws SQLException
SQLException
public InputStream getBlobAsBinaryStream(ResultSet rs, int columnIndex) throws SQLException
SQLException
public String getClobAsString(ResultSet rs, int columnIndex) throws SQLException
SQLException
public InputStream getClobAsAsciiStream(ResultSet rs, int columnIndex) throws SQLException
SQLException
public Reader getClobAsCharacterStream(ResultSet rs, int columnIndex) throws SQLException
SQLException
public org.springframework.jdbc.support.lob.LobCreator getLobCreator()
Copyright © 2013–2017 Alibaba Group. All rights reserved.