Gets the value of this clob as a Java String value, decoding the raw bytes using a given character set. This is a convenience wrapper around #newReader(Charset). The behavior of this method when the clob bytes are not valid in the given charset is unspecified. @param cs must no
(Charset cs)
| 51 | * or <code>null</code> if <code>this.isNullValue()</code>. |
| 52 | */ |
| 53 | public String stringValue(Charset cs); |
| 54 | |
| 55 | |
| 56 | public IonClob clone() |
no outgoing calls