Interface DbAdapterDetector

    • Method Detail

      • createAdapter

        DbAdapter createAdapter​(DatabaseMetaData md)
                         throws SQLException
        Returns an instance of DbAdapter if the factory detects that it knows how to handle the database or null if the database is not known to the factory, thus allowing multiple factories to be chained.
        Throws:
        SQLException