|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDelete
| Method Summary | |
|---|---|
void |
appendValues(List<Object> values)
Append to the list all the values of the expression's elements |
int |
getQueryTimeout()
Return the query timeout for the query. |
int |
perform()
Perform the update and return the number of affected rows. |
IDelete |
setQueryTimeout(int queryTimeout)
Set the query timeout for the query. |
IExpression |
where()
Create or modify the "WHERE" clause of the statement. |
| Methods inherited from interface com.googlecode.jpattern.orm.query.IRenderableSqlObject |
|---|
renderSql, renderSql |
| Method Detail |
|---|
IExpression where()
int perform()
void appendValues(List<Object> values)
IDelete setQueryTimeout(int queryTimeout)
int getQueryTimeout()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||