On 5/24/06, Lance J. Andersen <[EMAIL PROTECTED]> wrote:
This is what we discussed in the EG and agreed to in this regards consider a Clob, aClob, containing the following value for each setString() invocation below. ABCDEFG A. aClob.setString(2, "XX") Result: AXXDEFG B. aClob.setString(1, "XX") Result: XXCDEFG
The fact that these are one-indexed instead of zero-indexed seems like a really good thing to mention in the javadoc for these methods. my $.02, andrew
