Return-Path: X-Original-To: apmail-db-derby-dev-archive@www.apache.org Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 820059198 for ; Thu, 1 Mar 2012 09:50:20 +0000 (UTC) Received: (qmail 19405 invoked by uid 500); 1 Mar 2012 09:50:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 19379 invoked by uid 500); 1 Mar 2012 09:50:20 -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 19372 invoked by uid 99); 1 Mar 2012 09:50:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 09:50:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 09:50:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 37DF0C8211 for ; Thu, 1 Mar 2012 09:49:59 +0000 (UTC) Date: Thu, 1 Mar 2012 09:49:59 +0000 (UTC) From: "Knut Anders Hatlen (Created) (JIRA)" To: derby-dev@db.apache.org Message-ID: <1986940604.6767.1330595399240.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (DERBY-5635) Provide implementation for getMetaData() in VTITemplate MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Provide implementation for getMetaData() in VTITemplate ------------------------------------------------------- Key: DERBY-5635 URL: https://issues.apache.org/jira/browse/DERBY-5635 Project: Derby Issue Type: Improvement Components: SQL Affects Versions: 10.9.0.0 Reporter: Knut Anders Hatlen Assignee: Knut Anders Hatlen Priority: Minor VTITemplate defines getMetaData() as an abstract method. That method doesn't appear to be needed for user-defined table functions, so it would be good to provide a default implementation (could just throw an exception) so that less boilerplate is needed when writing table functions. The method does however get used by system VTIs, which is probably why it was made abstract in the first place. The system VTIs should still override getMetaData(). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira