13.3.6.1 Append

This instance method appends data to the current OracleClob instance.

Overload List:

  • Append(OracleClob)

    This instance method appends the CLOB data referenced by the provided OracleClob object to the current OracleClob instance.

  • Append(byte [ ], int, int)

    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.

  • Append(char [ ], int, int)

    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.