Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP4 (5.1.7), 5.2 EE SP1 (5.2.5)
-
All
Description
The DBUtil constants
MINIMAL
POPULATED
SHARDED
TYPE_DB2
TYPE_DERBY
TYPE_FIREBIRD
TYPE_HYPERSONIC
TYPE_INFORMIX
TYPE_INGRES
TYPE_INTERBASE
TYPE_JDATASTORE
TYPE_MYSQL
TYPE_ORACLE
TYPE_POSTGRESQL
TYPE_SAP
TYPE_SQLSERVER
TYPE_SYBASE
has been moved to to com.liferay.portal.tools.sql.DB. This change allows plugins to access these constants.
DBUtil implements DB, so there is no need to modify existing code.
Attachments
Issue Links
- is related to
-
LPS-5332 Move static constants from DBUtil.java to DB.java so they are accessible from the global class loader
- Closed