[teiid-issues] [JBoss JIRA] (TEIID-1892) Support the get/setArray methods of JDBC resultsets/statements

Mark Addleman (Commented) (JIRA) jira-events at lists.jboss.org
Fri Jan 6 10:58:09 EST 2012


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

Mark Addleman commented on TEIID-1892:
--------------------------------------

Maybe I'm not following, Java arrays are serializable through standard serialization mechanisms, aren't they?


We need this functionality in order to pass arguments to stored procedures.  The use case is that we expose product functionality as stored procedures.  Some functions can operate on sets of data.  We would represent those sets as parallel arrays of stored procedure parameters.  Our alternative is to represent the parameters as XML.  This is slightly undesirable since parsing XML is a bit more awkward than operating on arrays.


I have downloaded the source and am considering adding this functionality and submitting a patch.  I'm unsure about the scope of the change, though.  Specifically, should I be worried about the Designer?

                
> Support the get/setArray methods of JDBC resultsets/statements
> --------------------------------------------------------------
>
>                 Key: TEIID-1892
>                 URL: https://issues.jboss.org/browse/TEIID-1892
>             Project: Teiid
>          Issue Type: Sub-task
>          Components: JDBC Driver
>            Reporter: Mark Addleman
>            Assignee: Steven Hawkins
>
> We'd like the array related JDBC methods supported.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the teiid-issues mailing list