public class DruidLobHandler
extends org.springframework.jdbc.support.lob.AbstractLobHandler
| 构造器和说明 |
|---|
DruidLobHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2012 Alibaba Group. All Rights Reserved.