Package org.apache.arrow.adbc.core
Interface AdbcDriver
- All Known Implementing Classes:
FlightSqlDriver
,JdbcDriver
public interface AdbcDriver
A handle to an ADBC database driver.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
ADBC API revision 1.0.0.static final long
ADBC API revision 1.1.0.The standard parameter name for a password (type String).static final String
The standard parameter name for SQL quirks configuration (type SqlQuirks).The standard parameter name for a connection URI (type String).static final String
Deprecated.The standard parameter name for a username (type String). -
Method Summary
Modifier and TypeMethodDescriptionOpen a database via this driver.
-
Field Details
-
PARAM_PASSWORD
The standard parameter name for a password (type String).- Since:
- ADBC API revision 1.1.0
-
PARAM_URI
The standard parameter name for a connection URI (type String).- Since:
- ADBC API revision 1.1.0
-
PARAM_URL
Deprecated.PreferPARAM_URI
instead.The standard parameter name for a connection URL (type String).- See Also:
-
PARAM_USERNAME
The standard parameter name for a username (type String).- Since:
- ADBC API revision 1.1.0
-
PARAM_SQL_QUIRKS
The standard parameter name for SQL quirks configuration (type SqlQuirks).- See Also:
-
ADBC_VERSION_1_0_0
static final long ADBC_VERSION_1_0_0ADBC API revision 1.0.0.- See Also:
-
ADBC_VERSION_1_1_0
static final long ADBC_VERSION_1_1_0ADBC API revision 1.1.0.- See Also:
-
-
Method Details
-
open
Open a database via this driver.- Parameters:
parameters
- Driver-specific parameters.- Throws:
AdbcException
-
PARAM_URI
instead.