Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 24635 invoked from network); 19 Apr 2007 21:12:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Apr 2007 21:12:36 -0000 Received: (qmail 83606 invoked by uid 500); 19 Apr 2007 21:12:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 83391 invoked by uid 500); 19 Apr 2007 21:12: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 83382 invoked by uid 99); 19 Apr 2007 21:12:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 14:12:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2007 14:12:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7ABCD714069 for ; Thu, 19 Apr 2007 14:12:15 -0700 (PDT) Message-ID: <20760101.1177017135500.JavaMail.jira@brutus> Date: Thu, 19 Apr 2007 14:12:15 -0700 (PDT) From: "Mamta A. Satoor (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-2557) Provide a new interface on DataValueFactory(DVF) called getNull(formatId, collationType) which returns a DVD with proper collation association. In-Reply-To: <24453629.1176832335319.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-2557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490177 ] Mamta A. Satoor commented on DERBY-2557: ---------------------------------------- Commited the patch DERBY2557_getObject_Using_CollationType_FormatID_interface_on_DVF_v2_diff.txt using revision 530546 > Provide a new interface on DataValueFactory(DVF) called getNull(formatId, collationType) which returns a DVD with proper collation association. > ------------------------------------------------------------------------------------------------------------------------------------------------ > > Key: DERBY-2557 > URL: https://issues.apache.org/jira/browse/DERBY-2557 > Project: Derby > Issue Type: New Feature > Components: SQL > Affects Versions: 10.3.0.0 > Reporter: Mamta A. Satoor > Assigned To: Mamta A. Satoor > Attachments: DERBY2535_Return_Collator_api_On_DVD_v1_diff.txt, DERBY2535_Return_Collator_api_On_DVD_v1_stat.txt, DERBY2557_getObject_Using_CollationType_FormatID_interface_on_DVF_v1_diff.txt, DERBY2557_getObject_Using_CollationType_FormatID_interface_on_DVF_v1_stat.txt, DERBY2557_getObject_Using_CollationType_FormatID_interface_on_DVF_v2_diff.txt, DERBY2557_getObject_Using_CollationType_FormatID_interface_on_DVF_v2_stat.txt > > > Provide a new interface, called getInstanceUsingFormatIdAndCollationType(formatId, collationType) on DVF. Store will call this interface to create empty DVD objects and then load these DVD objects using readExternal. For performance efficiency, when Store needs more of the same base DVD, then on subsequent needs, it will call DVD.getNewNull rather than calling DVF.getInstanceUsingFormatIdAndCollationType again. This work is required for DERBY-2537. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.