com.googlecode.jpattern.orm.query
Interface ISetClause

All Superinterfaces:
INameSolverConsumer, IRenderableSqlObject
All Known Implementing Classes:
SetClause

public interface ISetClause
extends IRenderableSqlObject, INameSolverConsumer

Author:
Francesco Cina 10/lug/2011

Method Summary
 void appendValues(List<Object> values)
          Append to the list all the values of the expression's elements
 ISetClause eq(String property, Object value)
          Express the new value of the objects property after the execution of the update.
 
Methods inherited from interface com.googlecode.jpattern.orm.query.IRenderableSqlObject
renderSql, renderSql
 
Methods inherited from interface com.googlecode.jpattern.orm.query.INameSolverConsumer
setNameSolver
 

Method Detail

eq

ISetClause eq(String property,
              Object value)
Express the new value of the objects property after the execution of the update.

Parameters:
property -
value -
Returns:

appendValues

void appendValues(List<Object> values)
Append to the list all the values of the expression's elements



Copyright © 2011. All Rights Reserved.