com.jpattern.orm.query.update
Interface UpdateWhere

All Superinterfaces:
QueryRoot, RenderableSqlQuery, SqlClause<UpdateWhere>, UpdateQueryCommon, Where<UpdateWhere>
All Known Implementing Classes:
UpdateWhereImpl

public interface UpdateWhere
extends Where<UpdateWhere>, UpdateQueryCommon

Author:
ufo

Method Summary
 UpdateQuery query()
          Return the root query object
 UpdateSet set()
          Create or modify the "SET" clause of the update statement.
 
Methods inherited from interface com.jpattern.orm.query.clause.Where
allEq, and, and, eq, eqProperties, ge, geProperties, gt, gtProperties, ieq, ieqProperties, ilike, in, in, in, isNotNull, isNull, le, leProperties, like, lt, ltProperties, ne, neProperties, nin, nin, nin, nlike, not, or, or
 
Methods inherited from interface com.jpattern.orm.query.update.UpdateQueryCommon
getQueryTimeout, perform, setQueryTimeout
 
Methods inherited from interface com.jpattern.orm.query.RenderableSqlQuery
appendValues, renderSql, renderSql
 

Method Detail

set

UpdateSet set()
Create or modify the "SET" clause of the update statement.

Returns:

query

UpdateQuery query()
Return the root query object

Returns:


Copyright © 2013. All Rights Reserved.