public interface UpdateBySearch extends UpdateStatement
UPDATE statement.| Modifier and Type | Method and Description |
|---|---|
List<SetClause> |
getSetClauses()
Returns the
SET clauses for columns of the target table. |
TargetTable |
getTargetTable()
Returns the target table of this
UPDATE statement. |
BooleanExpression |
getWhere()
Returns the search condition for the rows to be updated.
|
TargetTable getTargetTable()
UPDATE statement.UPDATE statement.TargetTableBooleanExpression getWhere()
Copyright © 2010-2012. All Rights Reserved.