Class DBManagerImpl

Object
com.liferay.portal.dao.db.DBManagerImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.db.DBManager

public class DBManagerImpl extends Object implements com.liferay.portal.kernel.dao.db.DBManager
Author:
Alexander Chow, Brian Wing Shun Chan
  • Constructor Details

    • DBManagerImpl

      public DBManagerImpl()
  • Method Details

    • getDB

      public com.liferay.portal.kernel.dao.db.DB getDB()
      Specified by:
      getDB in interface com.liferay.portal.kernel.dao.db.DBManager
    • getDB

      public com.liferay.portal.kernel.dao.db.DB getDB(com.liferay.portal.kernel.dao.db.DBType dbType, DataSource dataSource)
      Specified by:
      getDB in interface com.liferay.portal.kernel.dao.db.DBManager
    • getDBInMaxParameters

      public int getDBInMaxParameters()
      Specified by:
      getDBInMaxParameters in interface com.liferay.portal.kernel.dao.db.DBManager
    • getDBMaxParameters

      public int getDBMaxParameters()
      Specified by:
      getDBMaxParameters in interface com.liferay.portal.kernel.dao.db.DBManager
    • getDBType

      public com.liferay.portal.kernel.dao.db.DBType getDBType()
      Specified by:
      getDBType in interface com.liferay.portal.kernel.dao.db.DBManager
    • getDBType

      public com.liferay.portal.kernel.dao.db.DBType getDBType(DataSource dataSource)
      Specified by:
      getDBType in interface com.liferay.portal.kernel.dao.db.DBManager
    • getDBType

      public com.liferay.portal.kernel.dao.db.DBType getDBType(Object dialect)
      Specified by:
      getDBType in interface com.liferay.portal.kernel.dao.db.DBManager
    • getDBTypes

      public Set<com.liferay.portal.kernel.dao.db.DBType> getDBTypes()
      Specified by:
      getDBTypes in interface com.liferay.portal.kernel.dao.db.DBManager
    • setDB

      public void setDB(com.liferay.portal.kernel.dao.db.DB db)
      Specified by:
      setDB in interface com.liferay.portal.kernel.dao.db.DBManager