Liferay 7.0-ga1 portal-impl

com.liferay.portal.dao.jdbc.spring
Class SqlUpdateImpl

java.lang.Object
  extended by com.liferay.portal.dao.jdbc.spring.SqlUpdateImpl
All Implemented Interfaces:
com.liferay.portal.kernel.dao.jdbc.SqlUpdate

public class SqlUpdateImpl
extends Object
implements com.liferay.portal.kernel.dao.jdbc.SqlUpdate


Constructor Summary
SqlUpdateImpl(DataSource dataSource, String sql, com.liferay.portal.kernel.dao.jdbc.ParamSetter... paramSetters)
           
 
Method Summary
 int update(Object... params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlUpdateImpl

public SqlUpdateImpl(DataSource dataSource,
                     String sql,
                     com.liferay.portal.kernel.dao.jdbc.ParamSetter... paramSetters)
Method Detail

update

public int update(Object... params)
           throws SQLException
Specified by:
update in interface com.liferay.portal.kernel.dao.jdbc.SqlUpdate
Throws:
SQLException

Liferay 7.0-ga1 portal-impl