Package com.liferay.portal.db
Interface DBResourceProvider
public interface DBResourceProvider
- Author:
- Mariano Álvaro Sáiz
-
Method Summary
Modifier and TypeMethodDescriptiongetTableNames(long companyId) getTablesPrimaryKeyColumnNames(long companyId)
-
Method Details
-
getTableNames
List<String> getTableNames(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTablesPrimaryKeyColumnNames
Map<String,String[]> getTablesPrimaryKeyColumnNames(long companyId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-