Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 58138 invoked from network); 25 May 2006 06:43:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 May 2006 06:43:12 -0000 Received: (qmail 63795 invoked by uid 500); 25 May 2006 06:43:12 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 63763 invoked by uid 500); 25 May 2006 06:43:11 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 63754 invoked by uid 99); 25 May 2006 06:43:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 23:43:11 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mcintyre.a@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 23:43:11 -0700 Received: by ug-out-1314.google.com with SMTP id m3so2459976uge for ; Wed, 24 May 2006 23:42:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V2U9qmrpUn+psgye4olQKlhqDEvGkkCwcuXQCs3tir9+uBlYPZmmvfg9leHuhF1BjA9Fmatgj2D9NAwk6mfTvaqWpnmSVk9aCImN80WjLhu9r4gTfxgmgyrLdJ5cYJJVKItsj3ubfPjZihkNs+BgKn0Mo463DR2R7rEe/Vd7o/M= Received: by 10.78.20.13 with SMTP id 13mr2296108hut; Wed, 24 May 2006 23:42:49 -0700 (PDT) Received: by 10.78.67.7 with HTTP; Wed, 24 May 2006 23:42:49 -0700 (PDT) Message-ID: <54ac72d70605242342h1424122aob35a811a0adebf77@mail.gmail.com> Date: Wed, 24 May 2006 23:42:49 -0700 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: [jira] Commented: (DERBY-1286) Fill in Clob methods required for JDBC3 compliance In-Reply-To: <4474CE21.7040001@sun.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13418999.1147300626171.JavaMail.jira@brutus> <4474CE21.7040001@sun.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/24/06, Lance J. Andersen 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