Package com.alibaba.druid.proxy.jdbc
Class ClobProxyImpl
java.lang.Object
com.alibaba.druid.proxy.jdbc.ClobProxyImpl
- Direct Known Subclasses:
NClobProxyImpl
- Author:
- wenshao [szujobs@hotmail.com]
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Clobprotected final ConnectionProxyprotected final DataSourceProxy -
Constructor Summary
ConstructorsConstructorDescriptionClobProxyImpl(DataSourceProxy dataSource, ConnectionProxy connection, Clob clob) -
Method Summary
Modifier and TypeMethodDescriptionvoidfree()getCharacterStream(long pos, long length) getSubString(long pos, int length) longlength()longlongsetAsciiStream(long pos) setCharacterStream(long pos) intinttoString()voidtruncate(long len)
-
Field Details
-
clob
-
connection
-
dataSource
-
-
Constructor Details
-
ClobProxyImpl
-
-
Method Details
-
createChain
-
getConnectionWrapper
- Specified by:
getConnectionWrapperin interfaceClobProxy
-
getRawClob
- Specified by:
getRawClobin interfaceClobProxy
-
free
- Specified by:
freein interfaceClob- Throws:
SQLException
-
getAsciiStream
- Specified by:
getAsciiStreamin interfaceClob- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceClob- Throws:
SQLException
-
getCharacterStream
- Specified by:
getCharacterStreamin interfaceClob- Throws:
SQLException
-
getSubString
- Specified by:
getSubStringin interfaceClob- Throws:
SQLException
-
length
- Specified by:
lengthin interfaceClob- Throws:
SQLException
-
position
- Specified by:
positionin interfaceClob- Throws:
SQLException
-
position
- Specified by:
positionin interfaceClob- Throws:
SQLException
-
setAsciiStream
- Specified by:
setAsciiStreamin interfaceClob- Throws:
SQLException
-
setCharacterStream
- Specified by:
setCharacterStreamin interfaceClob- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceClob- Throws:
SQLException
-
setString
- Specified by:
setStringin interfaceClob- Throws:
SQLException
-
truncate
- Specified by:
truncatein interfaceClob- Throws:
SQLException
-
toString
-