Interface AdbcDriver

All Known Implementing Classes:
FlightSqlDriver, JdbcDriver

public interface AdbcDriver
A handle to an ADBC database driver.
  • Field Details

    • PARAM_PASSWORD

      static final TypedKey<String> PARAM_PASSWORD
      The standard parameter name for a password (type String).
      Since:
      ADBC API revision 1.1.0
    • PARAM_URI

      static final TypedKey<String> PARAM_URI
      The standard parameter name for a connection URI (type String).
      Since:
      ADBC API revision 1.1.0
    • PARAM_URL

      @Deprecated static final String PARAM_URL
      Deprecated.
      Prefer PARAM_URI instead.
      The standard parameter name for a connection URL (type String).
      See Also:
    • PARAM_USERNAME

      static final TypedKey<String> PARAM_USERNAME
      The standard parameter name for a username (type String).
      Since:
      ADBC API revision 1.1.0
    • PARAM_SQL_QUIRKS

      static final String 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_0
      ADBC API revision 1.0.0.
      See Also:
    • ADBC_VERSION_1_1_0

      static final long ADBC_VERSION_1_1_0
      ADBC API revision 1.1.0.
      See Also:
  • Method Details