com.alibaba.druid.proxy.jdbc
Interface NClobProxy

All Superinterfaces:
Clob, ClobProxy, NClob
All Known Implementing Classes:
NClobProxyImpl

public interface NClobProxy
extends ClobProxy, NClob


Method Summary
 NClob getRawNClob()
           
 
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
 

Method Detail

getRawNClob

NClob getRawNClob()


Copyright © 2012 Alibaba Group. All Rights Reserved.