Package org.apache.ambari.server.orm.helpers.dbms

Examples of org.apache.ambari.server.orm.helpers.dbms.GenericDbmsHelper


    }else if (databasePlatform instanceof PostgreSQLPlatform) {
      return new PostgresHelper(databasePlatform);
    }else if (databasePlatform instanceof DerbyPlatform) {
      return new DerbyHelper(databasePlatform);
    } else {
      return new GenericDbmsHelper(databasePlatform);
    }
  }
View Full Code Here

TOP

Related Classes of org.apache.ambari.server.orm.helpers.dbms.GenericDbmsHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.