Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 75222 invoked from network); 1 Dec 2010 19:18:45 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Dec 2010 19:18:45 -0000 Received: (qmail 56055 invoked by uid 500); 1 Dec 2010 19:18:45 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 56023 invoked by uid 500); 1 Dec 2010 19:18:45 -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 56016 invoked by uid 99); 1 Dec 2010 19:18:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 19:18:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Dec 2010 19:18:42 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oB1JILv4015265 for ; Wed, 1 Dec 2010 19:18:21 GMT Message-ID: <27181464.52571291231101160.JavaMail.jira@thor> Date: Wed, 1 Dec 2010 14:18:21 -0500 (EST) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Issue Comment Edited: (DERBY-4926) Create a table function to wrap ResultSetMetaData In-Reply-To: <4847019.52161291230852166.JavaMail.jira@thor> 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 [ https://issues.apache.org/jira/browse/DERBY-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12965802#action_12965802 ] Rick Hillegas edited comment on DERBY-4926 at 12/1/10 2:16 PM: --------------------------------------------------------------- Attaching RSMDWrapper.sql, a table function which wraps ResultSetMetaData. Also attaching rsmdwrapper.sql, an ij script which registers the table function and shows how to invoke it. Note that this table function can be deployed against non-Derby databases since one of its arguments is a connection URL. was (Author: rhillegas): Attaching RSMDWrapper.sql, a table function which wraps ResultSetMetaData. Also attaching rsmdwrapper.sql, an ij script which registers the table function and shows how to invoke it. > Create a table function to wrap ResultSetMetaData > ------------------------------------------------- > > Key: DERBY-4926 > URL: https://issues.apache.org/jira/browse/DERBY-4926 > Project: Derby > Issue Type: Bug > Components: JDBC, SQL, Tools > Reporter: Rick Hillegas > Attachments: RSMDWrapper.java, rsmdwrapper.sql > > > Being able to wrap a ResultSetMetaData in a table function would make it easy to query this metadata from ij. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.