Append
This instance method appends data to the current OracleClob instance.
Overload List:
-
This instance method appends the
CLOBdata referenced by the providedOracleClobobject to the currentOracleClobinstance. -
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
OracleClobinstance, starting at the offset (in characters) of the supplied character buffer.