public static class SqlStatement.Update extends SqlStatement
SqlStatement.Condition, SqlStatement.Delete, SqlStatement.Insert, SqlStatement.ResultSetReader, SqlStatement.Select, SqlStatement.Update
forUpdate, sb, values
Modifier and Type | Method and Description |
---|---|
SqlStatement.Update |
set(Schema.Column column,
Object value)
SET clause for update statement
|
String |
toString()
Return the UPDATE statement
|
SqlStatement.Update |
where(SqlStatement.Condition condition)
Set condition for updating
|
and, between, deleteFrom, getCount, getNewStatementWithValues, greaterThan, greaterThanOrEqual, in, in, insertInto, isEqual, isLike, isNotEqual, isNotLike, isNotNull, isNull, lessThan, lessThanOrEqual, notBetween, notIn, notIn, or, parse, prepare, prepare, prepareAndSetValues, prepareForBatch, selectAllFrom, selectColumns, setValue, update
public SqlStatement.Update set(Schema.Column column, Object value)
column
- column namevalue
- A temporary place holder which can be replaced while preparingUpdate
for cascadingpublic SqlStatement.Update where(SqlStatement.Condition condition)
condition
- condition for where clauseUpdate
for cascadingCopyright © 2018 Apache Software Foundation. All rights reserved.