Liferay 6.1.10-ee-ga1

Uses of Interface
com.liferay.portal.kernel.dao.jdbc.SqlUpdate

Packages that use SqlUpdate
com.liferay.portal.kernel.dao.jdbc   
 

Uses of SqlUpdate in com.liferay.portal.kernel.dao.jdbc
 

Methods in com.liferay.portal.kernel.dao.jdbc that return SqlUpdate
static SqlUpdate SqlUpdateFactoryUtil.getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
 SqlUpdate SqlUpdateFactory.getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
 


Liferay 6.1.10-ee-ga1