com.jpattern.orm.query.update
Interface UpdateSet

All Superinterfaces:
QueryRoot, RenderableSqlQuery, Set<UpdateSet>, SqlClause<UpdateSet>, UpdateQueryCommon
All Known Implementing Classes:
UpdateSetImpl

public interface UpdateSet
extends Set<UpdateSet>, UpdateQueryCommon

Author:
ufo

Method Summary
 UpdateQuery query()
          Return the root query object
 UpdateWhere where()
          Create or modify the "WHERE" clause of the statement.
 
Methods inherited from interface com.jpattern.orm.query.clause.Set
eq
 
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

where

UpdateWhere where()
Create or modify the "WHERE" clause of the statement.

Returns:

query

UpdateQuery query()
Return the root query object

Returns:


Copyright © 2013. All Rights Reserved.