public interface DeleteBySearch extends DeleteStatement
DELETE FROM statement.| Modifier and Type | Method and Description |
|---|---|
TargetTable |
getTargetTable()
Returns the target table for this
DELETE FROM statement. |
BooleanExpression |
getWhere()
Returns the search condition for rows to delete.
|
TargetTable getTargetTable()
DELETE FROM statement.DELETE FROM statement.BooleanExpression getWhere()
Copyright © 2010-2012. All Rights Reserved.