Liferay 7.0-ce-b4

com.liferay.portal.kernel.dao.db
Interface DBFactory


public interface DBFactory


Method Summary
 DB create(int dbMajorVersion, int dbMinorVersion)
           
 DBType getDBType()
           
 

Method Detail

create

DB create(int dbMajorVersion,
          int dbMinorVersion)

getDBType

DBType getDBType()

Liferay 7.0-ce-b4