Append
This instance method appends data to the current OracleClob
instance.
Overload List:
-
This instance method appends the
CLOB
data referenced by the providedOracleClob
object to the currentOracleClob
instance. -
This instance method appends data at the end of the
CLOB
, from the supplied byte array buffer, starting from offset (in bytes) of the supplied byte array buffer. -
This instance method appends data from the supplied character array buffer to the end of the current
OracleClob
instance, starting at the offset (in characters) of the supplied character buffer.