public class MySQLUpdateQuery extends Object implements UpdateQuery
Query.Condition, Query.QueryOperator, Query.QueryTest, Query.QueryValue| Modifier and Type | Method and Description |
|---|---|
default Dialect |
dialect() |
com.hk.str.HTMLText |
print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values) |
UpdateQuery |
set(FieldMeta field,
Query.QueryValue value) |
UpdateQuery |
set(Map<FieldMeta,Query.QueryValue> valueMap) |
UpdateQuery |
setDefault(FieldMeta field) |
UpdateQuery |
setDefaults(Iterable<FieldMeta> fields) |
UpdateQuery |
where(Query.Condition condition) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdialect, testpublic UpdateQuery set(FieldMeta field, Query.QueryValue value)
set in interface UpdateQuerypublic UpdateQuery set(Map<FieldMeta,Query.QueryValue> valueMap)
set in interface UpdateQuerypublic UpdateQuery setDefault(FieldMeta field)
setDefault in interface UpdateQuerypublic UpdateQuery setDefaults(Iterable<FieldMeta> fields)
setDefaults in interface UpdateQuerypublic UpdateQuery where(Query.Condition condition)
where in interface UpdateQuerypublic com.hk.str.HTMLText print(com.hk.str.HTMLText txt,
List<Map.Entry<SQLType,Object>> values)
print in interface Dialect.DialectOwnerpublic Dialect dialect()
dialect in interface Dialect.DialectOwnerCopyright © 2023. All rights reserved.