Uses of Class
com.mysema.query.sql.dml.SQLUpdateClause

Packages that use SQLUpdateClause
com.mysema.query.sql SQL/JDBC support for Querydsl 
com.mysema.query.sql.dml DML operations support 
com.mysema.query.sql.mysql MySQL support 
com.mysema.query.sql.oracle Oracle support for Querydsl SQL 
 

Uses of SQLUpdateClause in com.mysema.query.sql
 

Classes in com.mysema.query.sql with type parameters of type SQLUpdateClause
 interface SQLQueryFactory<Q extends AbstractSQLQuery<?>,SQ extends AbstractSQLSubQuery<?>,D extends SQLDeleteClause,U extends SQLUpdateClause,I extends SQLInsertClause,M extends SQLMergeClause>
          Factory interface for query and clause creation
 

Methods in com.mysema.query.sql that return SQLUpdateClause
 SQLUpdateClause SQLQueryFactoryImpl.update(RelationalPath<?> path)
           
 

Uses of SQLUpdateClause in com.mysema.query.sql.dml
 

Methods in com.mysema.query.sql.dml that return SQLUpdateClause
 SQLUpdateClause SQLUpdateClause.addBatch()
          Add the current state of bindings as a batch item
 SQLUpdateClause SQLUpdateClause.addFlag(QueryFlag.Position position, String flag)
          Add the given String literal at the given position as a query flag
 SQLUpdateClause SQLUpdateClause.populate(Object bean)
          Populate the UPDATE clause with the properties of the given bean.
 SQLUpdateClause SQLUpdateClause.set(List<? extends Path<?>> paths, List<?> values)
           
<T> SQLUpdateClause
SQLUpdateClause.set(Path<T> path, Expression<? extends T> expression)
           
<T> SQLUpdateClause
SQLUpdateClause.set(Path<T> path, T value)
           
<T> SQLUpdateClause
SQLUpdateClause.setNull(Path<T> path)
           
 SQLUpdateClause SQLUpdateClause.where(Predicate... o)
           
 

Uses of SQLUpdateClause in com.mysema.query.sql.mysql
 

Methods in com.mysema.query.sql.mysql that return SQLUpdateClause
 SQLUpdateClause MySQLQueryFactory.update(RelationalPath<?> path)
           
 

Uses of SQLUpdateClause in com.mysema.query.sql.oracle
 

Methods in com.mysema.query.sql.oracle that return SQLUpdateClause
 SQLUpdateClause OracleQueryFactory.update(RelationalPath<?> path)
           
 



Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.