com.alibaba.druid.support.spring
类 DruidLobHandler
java.lang.Object
org.springframework.jdbc.support.lob.AbstractLobHandler
com.alibaba.druid.support.spring.DruidLobHandler
- 所有已实现的接口:
- org.springframework.jdbc.support.lob.LobHandler
public class DruidLobHandler
- extends org.springframework.jdbc.support.lob.AbstractLobHandler
| 从类 org.springframework.jdbc.support.lob.AbstractLobHandler 继承的方法 |
getBlobAsBinaryStream, getBlobAsBytes, getClobAsAsciiStream, getClobAsCharacterStream, getClobAsString |
DruidLobHandler
public DruidLobHandler()
getBlobAsBytes
public byte[] getBlobAsBytes(ResultSet rs,
int columnIndex)
throws SQLException
- 抛出:
SQLException
getBlobAsBinaryStream
public InputStream getBlobAsBinaryStream(ResultSet rs,
int columnIndex)
throws SQLException
- 抛出:
SQLException
getClobAsString
public String getClobAsString(ResultSet rs,
int columnIndex)
throws SQLException
- 抛出:
SQLException
getClobAsAsciiStream
public InputStream getClobAsAsciiStream(ResultSet rs,
int columnIndex)
throws SQLException
- 抛出:
SQLException
getClobAsCharacterStream
public Reader getClobAsCharacterStream(ResultSet rs,
int columnIndex)
throws SQLException
- 抛出:
SQLException
getLobCreator
public org.springframework.jdbc.support.lob.LobCreator getLobCreator()
Copyright © 2013 Alibaba Group. All Rights Reserved.