Class MySQLDBFactory

Object
com.liferay.portal.kernel.dao.db.BaseDBFactory
com.liferay.portal.dao.db.MySQLDBFactory
All Implemented Interfaces:
com.liferay.portal.kernel.dao.db.DBFactory

public class MySQLDBFactory extends com.liferay.portal.kernel.dao.db.BaseDBFactory
Author:
Shuyang Zhou
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.dao.db.DB
    doCreate(int dbMajorVersion, int dbMinorVersion)
     
    com.liferay.portal.kernel.dao.db.DBType
     

    Methods inherited from class com.liferay.portal.kernel.dao.db.BaseDBFactory

    create

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MySQLDBFactory

      public MySQLDBFactory()
  • Method Details

    • doCreate

      public com.liferay.portal.kernel.dao.db.DB doCreate(int dbMajorVersion, int dbMinorVersion)
      Specified by:
      doCreate in class com.liferay.portal.kernel.dao.db.BaseDBFactory
    • getDBType

      public com.liferay.portal.kernel.dao.db.DBType getDBType()