Creates a new Reader that provides the value of this clob as text, decoding the raw bytes using a given character set. @param cs must not be null . @return a new reader positioned at the start of the clob, or null if this.isNullValue() .
(Charset cs)
| 36 | * or <code>null</code> if <code>this.isNullValue()</code>. |
| 37 | */ |
| 38 | public Reader newReader(Charset cs); |
| 39 | |
| 40 | |
| 41 | /** |
no outgoing calls