Package com.alibaba.druid.proxy.jdbc
Class NClobProxyImpl
java.lang.Object
com.alibaba.druid.proxy.jdbc.ClobProxyImpl
com.alibaba.druid.proxy.jdbc.NClobProxyImpl
- All Implemented Interfaces:
ClobProxy,NClobProxy,Clob,NClob
-
Field Summary
Fields inherited from class com.alibaba.druid.proxy.jdbc.ClobProxyImpl
clob, connection, dataSource -
Constructor Summary
ConstructorsConstructorDescriptionNClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, NClob clob) -
Method Summary
Methods inherited from class com.alibaba.druid.proxy.jdbc.ClobProxyImpl
createChain, free, getAsciiStream, getCharacterStream, getCharacterStream, getConnectionWrapper, getRawClob, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, toString, truncateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.sql.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncateMethods inherited from interface com.alibaba.druid.proxy.jdbc.ClobProxy
getConnectionWrapper, getRawClob
-
Constructor Details
-
NClobProxyImpl
-
-
Method Details
-
getRawNClob
- Specified by:
getRawNClobin interfaceNClobProxy
-