java.lang.Object
com.aoapps.sql.wrapper.ClobWrapperImpl
com.aoapps.sql.wrapper.NClobWrapperImpl
- All Implemented Interfaces:
ClobWrapper
,NClobWrapper
,Wrapper
,AutoCloseable
,Clob
,NClob
,Wrapper
Wraps a
NClob
.- Author:
- AO Industries, Inc.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.aoapps.sql.wrapper.ClobWrapperImpl
getAsciiStream, getCharacterStream, getCharacterStream, getConnectionWrapper, position, setAsciiStream, setCharacterStream, toString, unwrapClob, wrapInputStream, wrapOutputStream, wrapReader, wrapWriter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.ClobWrapper
close, free, getAsciiStream, getCharacterStream, getCharacterStream, getSubString, length, position, position, setAsciiStream, setCharacterStream, setString, setString, truncate
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
NClobWrapperImpl
-
-
Method Details
-
getWrapped
Description copied from interface:ClobWrapper
Gets the clob that is wrapped.- Specified by:
getWrapped
in interfaceClobWrapper
- Specified by:
getWrapped
in interfaceNClobWrapper
- Specified by:
getWrapped
in interfaceWrapper
- Overrides:
getWrapped
in classClobWrapperImpl
-