Package org.apache.arrow.adbc.driver.jni
Class JniDriver.Builder
java.lang.Object
org.apache.arrow.adbc.driver.jni.JniDriver.Builder
- Enclosing class:
- JniDriver
Fluent builder-style interface for loading a driver and establishing a connection.
-
Method Summary
Modifier and TypeMethodDescriptionLoad the given driver.open()Load the driver.Set an arbitrary parameter.Set an arbitrary parameter.Load the given profile.Connect to the given URI.
-
Method Details
-
driver
Load the given driver. -
profile
Load the given profile. -
uri
Connect to the given URI. -
param
Set an arbitrary parameter. -
param
Set an arbitrary parameter. -
open
Load the driver.- Throws:
AdbcException
-