Uses of Enum Class
com.liferay.portal.kernel.dao.db.DBType
Packages that use DBType
-
Uses of DBType in com.liferay.portal.kernel.dao.db
Methods in com.liferay.portal.kernel.dao.db that return DBTypeModifier and TypeMethodDescriptionDB.getDBType()
DBFactory.getDBType()
DBManager.getDBType()
DBManager.getDBType
(DataSource dataSource) static DBType
DBManagerUtil.getDBType()
static DBType
static DBType
DBManagerUtil.getDBType
(DataSource dataSource) static DBType
Returns the enum constant of this class with the specified name.static DBType[]
DBType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.dao.db that return types with arguments of type DBTypeMethods in com.liferay.portal.kernel.dao.db with parameters of type DBTypeModifier and TypeMethodDescriptionvoid
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.kernel.upgrade
Constructors in com.liferay.portal.kernel.upgrade with parameters of type DBTypeModifierConstructorDescriptionBaseDBColumnSizeUpgradeProcess
(DBType dbType, String oldColumnType, int size)