You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rick Hillegas (JIRA)" <ji...@apache.org> on 2010/11/23 19:47:14 UTC

[jira] Updated: (DERBY-3973) Create function wrappers for DatabaseMetaData so that you can join metadata results in queries.

     [ https://issues.apache.org/jira/browse/DERBY-3973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick Hillegas updated DERBY-3973:
---------------------------------

    Attachment: metadata.sql
                DBMDWrapper.java

Attaching a new version of DBMDWrapper.java and a new ij script for driving it. The script shows how to register the metadata functions. The script creates an in-memory database, registers the metadata functions, and then invokes one of the functions as an example. I find that it's a really quick way to get DatabaseMetaData results out of Derby.

> Create function wrappers for DatabaseMetaData so that you can join metadata results in queries.
> -----------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3973
>                 URL: https://issues.apache.org/jira/browse/DERBY-3973
>             Project: Derby
>          Issue Type: Improvement
>          Components: Demos/Scripts
>    Affects Versions: 10.5.1.1
>            Reporter: Rick Hillegas
>            Assignee: Rick Hillegas
>         Attachments: DBMDWrapper.java, DBMDWrapper.java, DBMDWrapper.java, DBMDWrapper.java, metadata.sql
>
>
> Create a program to wrap the DatabaseMetaData methods in Derby functions.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.