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 DBTypeDBManagerUtil.getDBType()static DBTypestatic DBTypeDBManagerUtil.getDBType(DataSource dataSource) static DBTypeReturns 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 TypeMethodDescriptionvoidDBManager.getDB(DBType dbType, DataSource dataSource) static DBDBManagerUtil.getDB(DBType dbType, DataSource dataSource) static voidDBManagerUtil.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)