oracle / odpi

ODPI-C: Oracle Database Programming Interface for Drivers and Applications
https://oracle.github.io/odpi/
Other
264 stars 75 forks source link

Fetch Record or dpitStmt_getRecord #143

Open mrwaynedev opened 4 years ago

mrwaynedev commented 4 years ago

As we've disscussed in #142 My question arises because I can previously define what type of data I'm going to fetch with dpiStmt_defineValue and then I imagined that I could use something like dpitStmt_getRecord, but there is no exist. So, Currently what I do based on the documentation is to fetch column by column, but perhaps there is a more optimal way to fetch all columns at once since the pointer is already there. I really appreciate your attention. Thanks!