[teiid-issues] [JBoss JIRA] Commented: (TEIID-1589) metadata per translator per request

Mark Addleman (JIRA) jira-events at lists.jboss.org
Fri May 20 20:37:00 EDT 2011


    [ https://issues.jboss.org/browse/TEIID-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12603533#comment-12603533 ] 

Mark Addleman commented on TEIID-1589:
--------------------------------------

Actually, for the use-case in our application, I think we could handle row-wise metadata simply by sticking all of the metadata for a column in an array,so the interface becomes something like:
   public Serializable[] getExecutionFactoryMetadata(String columnName);

Basically, I want a way for the execution factories to provide information that we can ultimately show the user from which data sources the result set is coming.

> metadata per translator per request
> -----------------------------------
>
>                 Key: TEIID-1589
>                 URL: https://issues.jboss.org/browse/TEIID-1589
>             Project: Teiid
>          Issue Type: Feature Request
>            Reporter: Mark Addleman
>            Assignee: Steven Hawkins
>            Priority: Minor
>
> I'd like to the translator to attach metadata to the results it passes back to the Teiid JDBC client.  For example, I'd like the translator to examine the connection object and decorate the returned data with which datasource provided the data.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list