|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeleteBySearchBuilder
This builder builds statements deleting rows matching search condition (DELETE FROM table [WHERE
searchCondition ]).
TargetTable,
BooleanBuilder| Method Summary | |
|---|---|
TargetTable |
getTargetTable()
Retrieves the target table for this DELETE statement. |
BooleanBuilder |
getWhere()
Returns the builder for search condition for this DELETE statement (boolean expression after
WHERE). |
DeleteBySearchBuilder |
setTargetTable(TargetTable table)
Sets the target table for this DELETE statement. |
| Methods inherited from interface org.sql.generation.api.grammar.builders.AbstractBuilder |
|---|
createExpression |
| Method Detail |
|---|
DeleteBySearchBuilder setTargetTable(TargetTable table)
DELETE statement.
table - The target table for this DELETE statement.
TargetTable getTargetTable()
DELETE statement.
DELETE statement.BooleanBuilder getWhere()
DELETE statement (boolean expression after
WHERE). The search condition is optional.
DELETE statement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||