[teiid-issues] [JBoss JIRA] Closed: (TEIID-1237) Stored procedures should allow for better use of inout/out/return values

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon Jan 10 17:32:52 EST 2011


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

Steven Hawkins closed TEIID-1237.
---------------------------------



> Stored procedures should allow for better use of inout/out/return values
> ------------------------------------------------------------------------
>
>                 Key: TEIID-1237
>                 URL: https://issues.jboss.org/browse/TEIID-1237
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Query Engine
>    Affects Versions: 7.1
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 7.2
>
>
> Teiid stored procedure command or assignment statements do not typically make use of inout/out/return values (the exception is if a resultset is not returned).  It would be better to allow variables to be used in inout/out positions to capture the out values.
> e.g. instead of
> call proc(1)
> just implicitly creating the result set to return,
> a = call proc(1, b)
> would also assign the return value to a and would set an out value to b.

-- 
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