Overload | Description |
---|---|
Append(OracleLob) | Appends the supplied data to the current OracleLob instance. |
Append(String) | Appends the supplied string to the current OracleLob instance. |
Append(OracleString) | Appends the supplied string to the current OracleLob instance. |
Append(Char[],Int32,Int32) | Appends the supplied character data to the end current OracleLob instance. |
Append(Byte[],Int32,Int32) | Appends the supplied character data to the end current OracleLob instance. |