Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 4525 invoked from network); 8 Sep 2006 20:57:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2006 20:57:43 -0000 Received: (qmail 85876 invoked by uid 500); 8 Sep 2006 20:57:42 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 85838 invoked by uid 500); 8 Sep 2006 20:57:42 -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 85827 invoked by uid 99); 8 Sep 2006 20:57:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 13:57:42 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mcintyre.a@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 13:57:41 -0700 Received: by ug-out-1314.google.com with SMTP id m2so747324uge for ; Fri, 08 Sep 2006 13:57:20 -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=kmz2Bmhim5pLfv5IoA8XN6F+fOAf78aAtBKT0KDIKtXOLGetfGCI5FXz8xtd53V5ZA8nItbuoUtBhUxnIHccEuaA+J39f3Nqqrv2EJSJxbXJm7WGIR9fkW5BYW332F0JggXFIVLLnhe80seIrhmt5P3k89Ti/bnrDsznhGtEHm0= Received: by 10.67.22.2 with SMTP id z2mr1327045ugi; Fri, 08 Sep 2006 13:57:20 -0700 (PDT) Received: by 10.67.27.19 with HTTP; Fri, 8 Sep 2006 13:57:20 -0700 (PDT) Message-ID: <54ac72d70609081357l7c43b83dr1832b68877acba90@mail.gmail.com> Date: Fri, 8 Sep 2006 13:57:20 -0700 From: "Andrew McIntyre" To: derby-dev@db.apache.org Subject: Re: Re: SQL State XJ215 You cannot invoke other Clob/Blob methods after calling free. In-Reply-To: <9f40b500609081351m6c2eb46y42200bea0cbef52@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9f40b500609081302k7b2f76e0r2141065e2a51da6d@mail.gmail.com> <54ac72d70609081331l504e869eq2b559dbcd2c77beb@mail.gmail.com> <9f40b500609081351m6c2eb46y42200bea0cbef52@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/8/06, Laura Stewart wrote: > On 9/8/06, Andrew McIntyre wrote: > > > > Perhaps this would have made the message clearer: > > > > " XJ215 You cannot invoke other Clob/Blob methods after calling the > > free() method." > > > > andrew > > > > Should the method name be capitalized, like data types? Should > "free()" be "FREE()" I want to make sure that I understand how to > refer to them now and in the future. No, since the method is not capitalized. In this case, I'm not sure Blob or Clob should be either, since they are referring to the Java classes java.sql.Blob and java.sql.Clob which are not all uppercase. andrew