[
https://issues.jboss.org/browse/TEIIDDES-1884?page=com.atlassian.jira.plu...
]
Barry LaFond commented on TEIIDDES-1884:
----------------------------------------
So reading back over the discussion...
1) Create a third source *Procedure...* action option
* Procedure
* Source Function
* *Native Query Procedure*
2) Native Query Procedure structure containing...
* 0 or more input parameters (defined by the user)
* Result set with a single *output* column with *object* data type (user can edit/change
the column name)
Enhanced support for the native query procedure
-----------------------------------------------
Key: TEIIDDES-1884
URL:
https://issues.jboss.org/browse/TEIIDDES-1884
Project: Teiid Designer
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Teiid Integration
Reporter: Steven Hawkins
Fix For: 8.6
Teiid translators can expose a procedure to execute arbitrary source queries. When
operating with a dynamic vdb the appropriate metadata is automatically made available to
the engine, but in Designer the user must manually add a procedure definition. For many
users this is a difficult process - see the forum link.
The complications here are that the procedure is selectively enabled and is allowed to
have different names based upon the translator properties.
The general procedure form is:
create foreign procedure native (query in string, params in object varidaic) returns
table(row_value object)
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)