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
SQLExceptionpublic InputStream getBlobAsBinaryStream(ResultSet rs, int columnIndex) throws SQLException
SQLExceptionpublic String getClobAsString(ResultSet rs, int columnIndex) throws SQLException
SQLExceptionpublic InputStream getClobAsAsciiStream(ResultSet rs, int columnIndex) throws SQLException
SQLExceptionpublic Reader getClobAsCharacterStream(ResultSet rs, int columnIndex) throws SQLException
SQLExceptionpublic org.springframework.jdbc.support.lob.LobCreator getLobCreator()
Copyright © 2013–2018 Alibaba Group. All rights reserved.