Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 35203 invoked from network); 13 Mar 2007 06:37:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Mar 2007 06:37:42 -0000 Received: (qmail 7611 invoked by uid 500); 13 Mar 2007 06:37:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 7586 invoked by uid 500); 13 Mar 2007 06:37:50 -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 7577 invoked by uid 99); 13 Mar 2007 06:37:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 23:37:50 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of msatoor@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Mar 2007 23:37:39 -0700 Received: by an-out-0708.google.com with SMTP id c25so1484393ana for ; Mon, 12 Mar 2007 23:37:18 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=UWJeprJM0xuBITi92JzODL2lglhgktNQCDVpa2didsrMgC6PsonNxQGGvyjsP9XlJfsjltnelv0Aa+IOf5b8AesDcQb4H2loipZVX7AV0zAdBKDOQ7XC1gMUMEFkqiH6wFnWdxZi4TzL0aTlqBo/zRSyfXqF5er14zQeNhLfHn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=k/iVKDGLa+B3KbKB+wspIxyM+d/RjElDThysPRyOgTQzw9THjDy15GUdfLj9m/JxBPuo2zbvAicyV2y3mA+GNPpS8fGAOVOaVSrx5FZyVdsTOmhdBi5cEsm2IZt0N3zcj8Q44RVIdKxHV+0wTDdXaKVNi2+7nBYtHn/T1PBUJaE= Received: by 10.100.163.12 with SMTP id l12mr363284ane.1173767838678; Mon, 12 Mar 2007 23:37:18 -0700 (PDT) Received: by 10.100.189.9 with HTTP; Mon, 12 Mar 2007 23:37:18 -0700 (PDT) Message-ID: Date: Mon, 12 Mar 2007 23:37:18 -0700 From: "Mamta Satoor" To: "Derby Development" Subject: Comments in StoredFormatIds refer to classes that do not exist. Are these just leftover comments that don't apply anymore? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18396_26786109.1173767838649" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_18396_26786109.1173767838649 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, I was going through iapi.services.io.StoredFormatIds to understand how SQLChar is generated by the compiler. I need to understand this in order to support generation of SQLChar with their own collator. In StoredFormatIds, I see several references to classes in the comments that don't really exist in Derby. For instance, there is following piece of code is StoredFormatIds /** class org.apache.derby.catalog.types.CharTypeIdImpl */ static public final int CHAR_TYPE_ID_IMPL = (MIN_ID_2 + 17); But there is no CharTypeIdImpl in the catalog.types package. Are these comments leftover from the past which should have been fixed? Thanks, Mamta ------=_Part_18396_26786109.1173767838649 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hello,
 
I was going through iapi.services.io.StoredFormatIds to understand how SQLChar is generated by the compiler. I need to understand this in order to support generation of SQLChar with their own collator.
 
In StoredFormatIds, I see several references to classes in the comments that don't really exist in Derby. For instance, there is following piece of code is StoredFormatIds 

        /**
            class org.apache.derby.catalog.types.CharTypeIdImpl
         */
        static public final int CHAR_TYPE_ID_IMPL =
            (MIN_ID_2 + 17);
 
But there is no CharTypeIdImpl in the catalog.types package. Are these comments leftover from the past which should have been fixed?
 
Thanks,
Mamta
------=_Part_18396_26786109.1173767838649--