Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.dao.db.DBType

Packages that use DBType
com.liferay.portal.dao.db   
com.liferay.portal.kernel.dao.db   
com.liferay.portal.test.rule   
com.liferay.portal.tools   
 

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

Methods in com.liferay.portal.dao.db that return DBType
 DBType PostgreSQLDBFactory.getDBType()
           
 DBType BaseDB.getDBType()
           
 DBType HypersonicDBFactory.getDBType()
           
 DBType MySQLDBFactory.getDBType()
           
 DBType DBManagerImpl.getDBType(Object dialect)
           
 

Methods in com.liferay.portal.dao.db with parameters of type DBType
 DB DBManagerImpl.getDB(DBType dbType, DataSource dataSource)
           
 

Constructors in com.liferay.portal.dao.db with parameters of type DBType
BaseDB(DBType dbType, int majorVersion, int minorVersion)
           
 

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

Methods in com.liferay.portal.kernel.dao.db that return DBType
 DBType DBFactory.getDBType()
           
 DBType DB.getDBType()
           
 DBType DBManager.getDBType(Object dialect)
           
static DBType DBManagerUtil.getDBType(Object dialect)
           
static DBType DBType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DBType[] DBType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.dao.db with parameters of type DBType
 DB DBManager.getDB(DBType dbType, DataSource dataSource)
           
static DB DBManagerUtil.getDB(DBType dbType, DataSource dataSource)
           
static void DBManagerUtil.setDB(DBType dbType, DataSource dataSource)
           
 

Uses of DBType in com.liferay.portal.test.rule
 

Methods in com.liferay.portal.test.rule that return DBType
 DBType ExpectedDBType.getDBType()
           
 

Uses of DBType in com.liferay.portal.tools
 

Constructors in com.liferay.portal.tools with parameters of type DBType
DBBuilder(String databaseName, DBType[] dbTypes, String sqlDir)
           
 


Liferay 7.0-ce-b4