com.liferay.portal.dao.jdbc.spring
Class SqlUpdateImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SqlUpdateImpl
public SqlUpdateImpl(DataSource dataSource,
String sql,
com.liferay.portal.kernel.dao.jdbc.ParamSetter... paramSetters)
update
public int update(Object... params)
throws SQLException
- Specified by:
update in interface com.liferay.portal.kernel.dao.jdbc.SqlUpdate
- Throws:
SQLException