[teiid-issues] [JBoss JIRA] (TEIID-3721) Add OPTIONS capability to Procedure ResultSet

Steven Hawkins (JIRA) issues at jboss.org
Mon Sep 28 09:51:00 EDT 2015


     [ https://issues.jboss.org/browse/TEIID-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-3721.
-----------------------------------
    Resolution: Done


Added support, but the syntax is slightly different as it appears after the returns keyword - so that there is no ambiguity with the procedure options.

... RETURNS (options ...) type
... RETURNS (options ...) TABLE (...)

> Add OPTIONS capability to Procedure ResultSet
> ---------------------------------------------
>
>                 Key: TEIID-3721
>                 URL: https://issues.jboss.org/browse/TEIID-3721
>             Project: Teiid
>          Issue Type: Enhancement
>          Components: Connector API, Query Engine
>            Reporter: Ramesh Reddy
>            Assignee: Steven Hawkins
>             Fix For: 8.12
>
>
> Currently there is no way to add metadata on Procedures return value if the return value is "ResultSet".
> Actually you can call _setProperty_ add on _ColumnSet<Procedure>_ metadata object, but _DDLStringFactory_ will not recognize it, also I believe JAVACC file needs to updated for this to recognize.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list