Package com.liferay.portal.db
Class DBResourceUtil
Object
com.liferay.portal.db.DBResourceUtil
- Author:
- Mariano Álvaro Sáiz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetModuleIndexesSQL(org.osgi.framework.Bundle bundle) static StringgetModuleSequencesSQL(org.osgi.framework.Bundle bundle) getModuleTableNames(Connection connection) getModuleTablesPrimaryKeyColumnNames(org.osgi.framework.Bundle bundle) static StringgetModuleTablesSQL(org.osgi.framework.Bundle bundle) static StringgetPortalTableNames(Connection connection) static StringgetServiceComponentModuleTableNames(Connection connection) getServiceComponentPortalTableNames(Connection connection) parseCreateTableSQL(com.liferay.portal.kernel.dao.db.DBInspector dbInspector, String createTableSQL)
-
Constructor Details
-
DBResourceUtil
public DBResourceUtil()
-
-
Method Details
-
getModuleIndexesSQL
-
getModuleSequencesSQL
-
getModuleTableNames
- Throws:
Exception
-
getModuleTablesPrimaryKeyColumnNames
-
getModuleTablesSQL
-
getPortalIndexesSQL
-
getPortalTableNames
- Throws:
Exception
-
getPortalTablesPrimaryKeyColumnNames
-
getPortalTablesSQL
-
getServiceComponentModuleTableNames
public static Set<String> getServiceComponentModuleTableNames(Connection connection) throws Exception - Throws:
Exception
-
getServiceComponentPortalTableNames
public static Set<String> getServiceComponentPortalTableNames(Connection connection) throws Exception - Throws:
Exception
-
parseCreateTableSQL
public static Set<String> parseCreateTableSQL(com.liferay.portal.kernel.dao.db.DBInspector dbInspector, String createTableSQL) throws SQLException - Throws:
SQLException
-