Interface Driver

  • All Known Implementing Classes:
    JDBC

    public interface Driver
    • Method Detail

      • connect

        Connection connect​(java.lang.String url,
                           Hashtable info)
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • acceptsURL

        boolean acceptsURL​(java.lang.String url)
                    throws java.sql.SQLException
        Throws:
        java.sql.SQLException
      • getMajorVersion

        int getMajorVersion()
      • getMinorVersion

        int getMinorVersion()