You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/07/07 14:58:00 UTC

[jira] [Created] (ARROW-17004) [Java] Implement Arrow->JDBC prepared statement parameters for arrow-jdbc

David Li created ARROW-17004:
--------------------------------

             Summary: [Java] Implement Arrow->JDBC prepared statement parameters for arrow-jdbc
                 Key: ARROW-17004
                 URL: https://issues.apache.org/jira/browse/ARROW-17004
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Java
            Reporter: David Li
            Assignee: David Li


arrow-jdbc can turn JDBC ResultSets into Arrow VectorSchemaRoots. However, it would also be useful to have the opposite: bind values from a VectorSchemaRoot to a PreparedStatement for inserting/updating data.

This is necessary for the ADBC project but isn't ADBC specific, so it could be added to arrow-jdbc. We should also document the type mapping it uses and how to customize the mapping.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)