-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java: Add JNI bindings to adbc.h #2027
Comments
@danepitkin Let's correct the Also I would assume the all the methods marked |
Look at it the other way, you would implement the java interfaces via JNI calls |
Right, I am pretty new to the driver API here, is there a reference that I can take a look at and determine the Java interfaces we need? |
Updated! Thanks for letting me know the link was broken. I added links to the Java APIs that we would want to implement in JNI. |
Thanks @danepitkin I will take a look. |
This would be useful to get access to Snowflake/BigQuery/PostgreSQL (with proper performance/features) from Java. |
What feature or improvement would you like to see?
Add JNI generic bindings to the Java API in java/core and java/driver-manager. This generic set of bindings will allow Java users to use any ADBC driver written that also supports the C interface e.g. C++ & Go drivers.
The text was updated successfully, but these errors were encountered: