[
https://issues.jboss.org/browse/TEIID-1589?page=com.atlassian.jira.plugin...
]
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