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


构造方法摘要
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()
           
 
从类 org.springframework.jdbc.support.lob.AbstractLobHandler 继承的方法
getBlobAsBinaryStream, getBlobAsBytes, getClobAsAsciiStream, getClobAsCharacterStream, getClobAsString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

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-2014 Alibaba Group. All Rights Reserved.