|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UpdateBySearch
This syntax element represents UPDATE statement.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Method Detail |
|---|
TargetTable getTargetTable()
UPDATE statement.
UPDATE statement.TargetTableBooleanExpression getWhere()
List<SetClause> getSetClauses()
SET clauses for columns of the target table.
SET clauses for columns of the target table.SetClause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||