I'm afraid with the current model, you wouldn't be able to configure DSS to accept a table of UDTs as an input parameter of a procedure. Since the number of items added to an instance of a "UDT Table" can vary at runtime, the model I suggested previously would also not work (Note that in the example I've provided, it has only one static instance of UDT being passed in as an input parameter).
Cheers, Prabath On Mon, Apr 25, 2016 at 6:53 PM, Alpesh <[email protected]> wrote: > Prabath, > > Thanks For Quick Reply. > Our use cases are mostly tables of the Objects. > > for ex. > create or replace TYPE TAB_Address AS TABLE OF address_t; > We are using TAB_Address as database procedure parameter. > > Regards, > > Alpesh > > > > -- > View this message in context: > http://wso2-oxygen-tank.10903.n7.nabble.com/Implementing-UDT-User-Defined-Types-support-for-Data-Services-tp67537p135380.html > Sent from the WSO2 Architecture mailing list archive at Nabble.com. > _______________________________________________ > Architecture mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > -- Prabath Abeysekara Technical Lead WSO2 Inc. Email: [email protected] Mobile: +94774171471
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
