com.alibaba.druid.proxy.jdbc
Class NClobProxyImpl

java.lang.Object
  extended by com.alibaba.druid.proxy.jdbc.ClobProxyImpl
      extended by com.alibaba.druid.proxy.jdbc.NClobProxyImpl
All Implemented Interfaces:
ClobProxy, NClobProxy, Clob, NClob

public class NClobProxyImpl
extends ClobProxyImpl
implements NClobProxy


Constructor Summary
NClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, NClob clob)
           
 
Method Summary
 FilterChain createChain()
           
 NClob getRawNClob()
           
 
Methods inherited from class com.alibaba.druid.proxy.jdbc.ClobProxyImpl
free, getAsciiStream, getCharacterStream, getCharacterStream, getConnectionWrapper, getRawClob, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, toString, truncate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.proxy.jdbc.ClobProxy
getConnectionWrapper, getRawClob
 
Methods inherited from interface java.sql.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate
 

Constructor Detail

NClobProxyImpl

public NClobProxyImpl(DataSourceProxy dataSource,
                      ConnectionProxy connection,
                      NClob clob)
Method Detail

createChain

public FilterChain createChain()
Overrides:
createChain in class ClobProxyImpl

getRawNClob

public NClob getRawNClob()
Specified by:
getRawNClob in interface NClobProxy


Copyright © 2012 Alibaba Group. All Rights Reserved.