Uses of Interface
com.jpattern.orm.query.sql.SqlUpdateQuery

Packages that use SqlUpdateQuery
com.jpattern.orm.query.sql   
 

Uses of SqlUpdateQuery in com.jpattern.orm.query.sql
 

Classes in com.jpattern.orm.query.sql that implement SqlUpdateQuery
 class PlainGKReaderSqlUpdateQuery
           
 class PlainSqlUpdateQuery
           
 

Methods in com.jpattern.orm.query.sql that return SqlUpdateQuery
 SqlUpdateQuery PlainSqlExecutor.updateQuery(String sql, GeneratedKeyReader generatedKeyReader, Object... args)
           
 SqlUpdateQuery SqlExecutor.updateQuery(String sql, GeneratedKeyReader generatedKeyReader, Object... args)
          Issue an update statement using a PreparedStatementCreator to provide SQL and any required parameters.
 SqlUpdateQuery PlainSqlExecutor.updateQuery(String sql, Object... args)
           
 SqlUpdateQuery SqlExecutor.updateQuery(String sql, Object... args)
          Perform a single SQL update operation (such as an insert, update or delete statement).
 



Copyright © 2013. All Rights Reserved.