com.alibaba.druid.support.spring
Class DruidLobHandler
java.lang.Object
org.springframework.jdbc.support.lob.AbstractLobHandler
com.alibaba.druid.support.spring.DruidLobHandler
- All Implemented Interfaces:
- org.springframework.jdbc.support.lob.LobHandler
public class DruidLobHandler
- extends org.springframework.jdbc.support.lob.AbstractLobHandler
| Methods inherited from class org.springframework.jdbc.support.lob.AbstractLobHandler |
getBlobAsBinaryStream, getBlobAsBytes, getClobAsAsciiStream, getClobAsCharacterStream, getClobAsString |
DruidLobHandler
public DruidLobHandler()
getBlobAsBytes
public byte[] getBlobAsBytes(ResultSet rs,
int columnIndex)
throws SQLException
- Throws:
SQLException
getBlobAsBinaryStream
public InputStream getBlobAsBinaryStream(ResultSet rs,
int columnIndex)
throws SQLException
- Throws:
SQLException
getClobAsString
public String getClobAsString(ResultSet rs,
int columnIndex)
throws SQLException
- Throws:
SQLException
getClobAsAsciiStream
public InputStream getClobAsAsciiStream(ResultSet rs,
int columnIndex)
throws SQLException
- Throws:
SQLException
getClobAsCharacterStream
public Reader getClobAsCharacterStream(ResultSet rs,
int columnIndex)
throws SQLException
- Throws:
SQLException
getLobCreator
public org.springframework.jdbc.support.lob.LobCreator getLobCreator()
Copyright © 2012 Alibaba Group. All Rights Reserved.