Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.dao.db.DB

Packages that use DB
com.liferay.portal.convert.util   
com.liferay.portal.dao.db   
com.liferay.portal.events   
com.liferay.portal.kernel.dao.db   
com.liferay.portal.service.persistence.impl This package defines the portal service persistence implementation base classes. 
com.liferay.portal.tools.sql   
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
 

Uses of DB in com.liferay.portal.convert.util
 

Methods in com.liferay.portal.convert.util with parameters of type DB
protected  void ModelMigratorImpl.migrateModel(Map<String,Tuple> modelTableDetails, DB db, Connection connection)
           
protected  void ModelMigratorImpl.migrateTable(DB db, Connection connection, String tableName, Object[][] columns, String sqlCreate)
           
 

Uses of DB in com.liferay.portal.dao.db
 

Classes in com.liferay.portal.dao.db that implement DB
 class BaseDB
           
 class HypersonicDB
           
 class MySQLDB
           
 class PostgreSQLDB
           
 

Methods in com.liferay.portal.dao.db that return DB
 DB PostgreSQLDBFactory.create(int dbMajorVersion, int dbMinorVersion)
           
 DB HypersonicDBFactory.create(int dbMajorVersion, int dbMinorVersion)
           
 DB MySQLDBFactory.create(int dbMajorVersion, int dbMinorVersion)
           
protected abstract  DB BaseDBTestCase.getDB()
           
 DB DBManagerImpl.getDB()
           
 DB DBManagerImpl.getDB(DBType dbType, DataSource dataSource)
           
 

Methods in com.liferay.portal.dao.db with parameters of type DB
 void DBManagerImpl.setDB(DB db)
           
 

Uses of DB in com.liferay.portal.events
 

Methods in com.liferay.portal.events with parameters of type DB
 void StartupHelper.updateIndexes(DB db, Connection connection, boolean dropIndexes)
           
static void StartupHelperUtil.updateIndexes(DB db, Connection connection, boolean dropIndexes)
           
 

Uses of DB in com.liferay.portal.kernel.dao.db
 

Methods in com.liferay.portal.kernel.dao.db that return DB
 DB DBFactory.create(int dbMajorVersion, int dbMinorVersion)
           
 DB DBManager.getDB()
           
static DB DBManagerUtil.getDB()
           
 DB DBManager.getDB(DBType dbType, DataSource dataSource)
           
static DB DBManagerUtil.getDB(DBType dbType, DataSource dataSource)
           
static DB DBManagerUtil.getDB(Object dialect, DataSource dataSource)
           
 

Methods in com.liferay.portal.kernel.dao.db with parameters of type DB
 void DBManager.setDB(DB db)
           
 

Uses of DB in com.liferay.portal.service.persistence.impl
 

Methods in com.liferay.portal.service.persistence.impl that return DB
 DB BasePersistenceImpl.getDB()
           
 

Uses of DB in com.liferay.portal.tools.sql
 

Classes in com.liferay.portal.tools.sql that implement DB
 class DBUtil
          Deprecated. As of 6.1.0
 

Methods in com.liferay.portal.tools.sql that return DB
static DB DBUtil.getInstance()
          Deprecated.  
 

Uses of DB in com.liferay.portal.util
 

Methods in com.liferay.portal.util that return DB
static DB PortalUtil.getDB()
          Deprecated. As of 6.1.0, replaced by DBManagerUtil.getDB()
 


Liferay 7.0-ce-b4