oracle / odpi

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

Get column name for position #179

Closed lovetodream closed 1 year ago

lovetodream commented 1 year ago
  1. Describe your new request in detail

Similar to dpiStmt_getQueryValue, it would be very handy to have a function to get the column name at a specific position of a statement.

  1. Give supporting information about tools and operating systems. Give relevant product version numbers

not relevant

tgulacsi commented 1 year ago

Maybe I don't understand the question, but ain't dpiStmt_getQueryInfo enough?

lovetodream commented 1 year ago

Oh yes, this is exactly what I needed. I didn't recognize it somehow.