com.jpattern.orm.query.update
Interface UpdateQuery

All Superinterfaces:
QueryRoot, RenderableSqlQuery, UpdateQueryCommon
All Known Implementing Classes:
UpdateQueryOrm

public interface UpdateQuery
extends UpdateQueryCommon

Author:
Francesco Cina 10/lug/2011

Method Summary
 UpdateSet set()
          Create or modify the "SET" clause of the update statement.
 UpdateWhere where()
          Create or modify the "WHERE" clause of the statement.
 
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:

where

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

Returns:


Copyright © 2013. All Rights Reserved.