com.alibaba.druid.proxy.jdbc
类 NClobProxyImpl

java.lang.Object
  继承者 com.alibaba.druid.proxy.jdbc.ClobProxyImpl
      继承者 com.alibaba.druid.proxy.jdbc.NClobProxyImpl
所有已实现的接口:
ClobProxy, NClobProxy, Clob, NClob

public class NClobProxyImpl
extends ClobProxyImpl
implements NClobProxy


构造方法摘要
NClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, NClob clob)
           
 
方法摘要
 FilterChain createChain()
           
 NClob getRawNClob()
           
 
从类 com.alibaba.druid.proxy.jdbc.ClobProxyImpl 继承的方法
free, getAsciiStream, getCharacterStream, getCharacterStream, getConnectionWrapper, getRawClob, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, toString, truncate
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
从接口 com.alibaba.druid.proxy.jdbc.ClobProxy 继承的方法
getConnectionWrapper, getRawClob
 
从接口 java.sql.Clob 继承的方法
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate
 

构造方法详细信息

NClobProxyImpl

public NClobProxyImpl(DataSourceProxy dataSource,
                      ConnectionProxy connection,
                      NClob clob)
方法详细信息

createChain

public FilterChain createChain()
覆盖:
ClobProxyImpl 中的 createChain

getRawNClob

public NClob getRawNClob()
指定者:
接口 NClobProxy 中的 getRawNClob


Copyright © 2013 Alibaba Group. All Rights Reserved.