Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.dao.jdbc
Interface SqlUpdateFactory


public interface SqlUpdateFactory


Method Summary
 SqlUpdate getSqlUpdate(DataSource dataSource, String sql, int[] types)
           
 

Method Detail

getSqlUpdate

SqlUpdate getSqlUpdate(DataSource dataSource,
                       String sql,
                       int[] types)

Liferay 6.1.2-ce-ga3