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
public class NClobProxyImpl extends ClobProxyImpl implements NClobProxy
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.proxy.jdbc.ClobProxyImpl
clob, connection, dataSource
-
-
Constructor Summary
Constructors Constructor Description NClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, NClob clob)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NClobgetRawNClob()-
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, truncate
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.sql.Clob
free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate
-
Methods inherited from interface com.alibaba.druid.proxy.jdbc.ClobProxy
getConnectionWrapper, getRawClob
-
-
-
-
Constructor Detail
-
NClobProxyImpl
public NClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, NClob clob)
-
-
Method Detail
-
getRawNClob
public NClob getRawNClob()
- Specified by:
getRawNClobin interfaceNClobProxy
-
-