Liferay 6.0.5

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

java.lang.Object
  extended by org.springframework.jdbc.object.RdbmsOperation
      extended by org.springframework.jdbc.object.SqlOperation
          extended by org.springframework.jdbc.object.SqlUpdate
              extended by com.liferay.portal.dao.jdbc.spring.SqlUpdateImpl
All Implemented Interfaces:
SqlUpdate, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
ShardSqlUpdateImpl

public class SqlUpdateImpl
extends org.springframework.jdbc.object.SqlUpdate
implements SqlUpdate


Field Summary
 
Fields inherited from class org.springframework.jdbc.object.RdbmsOperation
logger
 
Constructor Summary
SqlUpdateImpl(DataSource dataSource, String sql, int[] types)
           
 
Method Summary
 
Methods inherited from class org.springframework.jdbc.object.SqlUpdate
checkRowsAffected, setMaxRowsAffected, setRequiredRowsAffected, update, update, update, update, update, update, update, update, update, updateByNamedParam, updateByNamedParam
 
Methods inherited from class org.springframework.jdbc.object.SqlOperation
compileInternal, getParsedSql, newPreparedStatementCreator, newPreparedStatementCreator, newPreparedStatementSetter, onCompileInternal
 
Methods inherited from class org.springframework.jdbc.object.RdbmsOperation
afterPropertiesSet, allowsUnusedParameters, checkCompiled, compile, declareParameter, getDeclaredParameters, getGeneratedKeysColumnNames, getJdbcTemplate, getResultSetType, getSql, isCompiled, isReturnGeneratedKeys, isUpdatableResults, setDataSource, setFetchSize, setGeneratedKeysColumnNames, setJdbcTemplate, setMaxRows, setParameters, setQueryTimeout, setResultSetType, setReturnGeneratedKeys, setSql, setTypes, setUpdatableResults, supportsLobParameters, validateNamedParameters, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.kernel.dao.jdbc.SqlUpdate
update
 

Constructor Detail

SqlUpdateImpl

public SqlUpdateImpl(DataSource dataSource,
                     String sql,
                     int[] types)

Liferay 6.0.5