public class UpdateImpl extends WhereImpl<org.teasoft.bee.osql.chain.Update> implements org.teasoft.bee.osql.chain.Update
pvList, sql| Constructor and Description |
|---|
UpdateImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.teasoft.bee.osql.chain.Update |
set(String field,
Number value) |
org.teasoft.bee.osql.chain.Update |
set(String field,
String value) |
org.teasoft.bee.osql.chain.Update |
setAdd(String field,
Number num) |
org.teasoft.bee.osql.chain.Update |
setAdd(String field,
String otherFieldName)
update table_name set field=field + otherFieldName;
|
org.teasoft.bee.osql.chain.Update |
setMultiply(String field,
Number num) |
org.teasoft.bee.osql.chain.Update |
setMultiply(String field,
String otherFieldName)
eg:update table_name set field=field * otherFieldName;
|
org.teasoft.bee.osql.chain.Update |
setNull(String fieldName) |
org.teasoft.bee.osql.chain.Update |
setWithField(String field1,
String field2)
eg:update table_name set field1=field2;
|
org.teasoft.bee.osql.chain.Update |
update(String table) |
and, between, checkFieldOrExpression, in, in, isNotNull, isNull, lParentheses, not, notBetween, notIn, notIn, op, op, op, opWithField, or, rParentheses, where, whereaddValue, appendTable, checkExpression, getPvList, getTable, isUsePlaceholder, setContext, setTable, setUsePlaceholder, toSQL, toSQLclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.teasoft.bee.osql.chain.Update update(String table)
update in interface org.teasoft.bee.osql.chain.Updatepublic org.teasoft.bee.osql.chain.Update set(String field, String value)
set in interface org.teasoft.bee.osql.chain.Updatepublic org.teasoft.bee.osql.chain.Update set(String field, Number value)
set in interface org.teasoft.bee.osql.chain.Updatepublic org.teasoft.bee.osql.chain.Update setAdd(String field, Number num)
setAdd in interface org.teasoft.bee.osql.chain.Updatepublic org.teasoft.bee.osql.chain.Update setMultiply(String field, Number num)
setMultiply in interface org.teasoft.bee.osql.chain.Updatepublic org.teasoft.bee.osql.chain.Update setAdd(String field, String otherFieldName)
setAdd in interface org.teasoft.bee.osql.chain.Updatepublic org.teasoft.bee.osql.chain.Update setMultiply(String field, String otherFieldName)
setMultiply in interface org.teasoft.bee.osql.chain.Updatepublic org.teasoft.bee.osql.chain.Update setWithField(String field1, String field2)
setWithField in interface org.teasoft.bee.osql.chain.Updatepublic org.teasoft.bee.osql.chain.Update setNull(String fieldName)
setNull in interface org.teasoft.bee.osql.chain.UpdateCopyright © 2025. All rights reserved.