lidavidm commented on PR #13589:
URL: https://github.com/apache/arrow/pull/13589#issuecomment-1190271595

   > Interesting work! Thanks. @lidavidm I find an example for `executeUpdate`, 
does it also support `executeQuery`?
   
   Yes, or really, the only thing this module does is call `setString`, 
`setInteger`, etc. for you. It's up to the application to then call 
`executeQuery`, `addBatch`, etc. for maximum flexibility. For instance in ADBC 
it's used with `addBatch`/`executeBatch`:
   
   
https://github.com/apache/arrow-adbc/blob/2485d7c3da217a7190f86128d769a7d0445755ab/java/driver/jdbc/src/main/java/org/apache/arrow/adbc/driver/jdbc/JdbcStatement.java#L160-L166


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to