public static class SqlStatement.Update extends SqlStatement
SqlStatement.Condition, SqlStatement.Delete, SqlStatement.Insert, SqlStatement.ResultSetReader, SqlStatement.Select, SqlStatement.UpdateforUpdate, 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, updatepublic 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 © 2015 Apache Software Foundation. All Rights Reserved.