public interface DeleteBySearchBuilder extends AbstractBuilder<DeleteBySearch>
DELETE FROM table [WHERE
searchCondition ]).TargetTable,
BooleanBuilder| Modifier and Type | Method and Description |
|---|---|
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. |
createExpressionDeleteBySearchBuilder 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.Copyright © 2010-2012. All Rights Reserved.