sagiegurari / simple-oracledb

Extend capabilities of oracledb with simplified API for quicker development.
Apache License 2.0
36 stars 4 forks source link

ResultSet #21

Closed ceomedx closed 7 years ago

ceomedx commented 7 years ago

Hi 100000 line Can you give an example for a function returning sys_refcursor?

Example : BEGIN :result := PACKAGENAME.SELECT_USER_LIST(); END;

sagiegurari commented 7 years ago

I dont provide extra capabilities specific to cursors. So whatever is supported by the oracledb library is what you have. However it sounds like you would want to use streams to prevent loading so many rows to the memory

Connection.query

sagiegurari commented 7 years ago

If there are no more comments I'll be closing this thread