public class DefaultSQLUpdateBuilder extends CommonOperatorSQLBuilder<DefaultSQLUpdateBuilder> implements RedefineUpdateBuilder
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<StampUpdateItem> |
items |
protected StampOrderBy |
lastOrderBy |
protected List<StampOrderBy> |
orderBys |
protected StampUpdate |
stampUpdate |
protected StampWhere |
where |
lastWheregammars, point, points, posPoint| 构造器和说明 |
|---|
DefaultSQLUpdateBuilder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DefaultSQLUpdateBuilder |
and() |
DefaultSQLUpdateBuilder |
asc() |
DefaultSQLUpdateBuilder |
column(Class table,
Serializable field) |
DefaultSQLUpdateBuilder |
column(Serializable field) |
protected void |
column(String aliasName,
Class table,
Serializable field) |
DefaultSQLUpdateBuilder |
column(String aliasName,
Serializable field) |
StampUpdate |
compile() |
DefaultSQLUpdateBuilder |
desc() |
DefaultSQLUpdateBuilder |
eq() |
protected StampUpdateItem |
getLastItem() |
DefaultSQLUpdateBuilder |
limit(int len) |
DefaultSQLUpdateBuilder |
or() |
DefaultSQLUpdateBuilder |
orderBy() |
DefaultSQLUpdateBuilder |
set(Serializable field,
Object value) |
DefaultSQLUpdateBuilder |
table(Class table) |
DefaultSQLUpdateBuilder |
table(String name) |
DefaultSQLUpdateBuilder |
update() |
DefaultSQLUpdateBuilder |
value(Object value) |
DefaultSQLUpdateBuilder |
where() |
between, gt, gte, in, isNotNull, isNotNull, isNotNull, isNull, isNull, isNull, like, lt, lte, ne, nin, notBetween, section, wrapperaddPoint, autonomously, getPoint, getPointNext, getPrePoint, previous, previousclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsectionautonomouslyprotected StampUpdate stampUpdate
protected StampWhere where
protected List<StampOrderBy> orderBys
protected StampOrderBy lastOrderBy
protected List<StampUpdateItem> items
protected StampUpdateItem getLastItem()
public DefaultSQLUpdateBuilder update()
update 在接口中 UpdateBuilderpublic DefaultSQLUpdateBuilder table(Class table)
table 在接口中 AbsTableBuildertable 在接口中 UpdateWhichTableBuilderpublic DefaultSQLUpdateBuilder table(String name)
table 在接口中 UpdateWhichTableBuilderpublic DefaultSQLUpdateBuilder column(Serializable field)
column 在接口中 AbsWhereColumnBuilderpublic DefaultSQLUpdateBuilder column(Class table, Serializable field)
column 在接口中 AbsWhereColumnBuilderpublic DefaultSQLUpdateBuilder column(String aliasName, Serializable field)
column 在接口中 AbsWhereColumnBuilderprotected void column(String aliasName, Class table, Serializable field)
public DefaultSQLUpdateBuilder and()
and 在接口中 AndBuilderpublic DefaultSQLUpdateBuilder or()
public DefaultSQLUpdateBuilder eq()
eq 在接口中 OperatorEqualBuildereq 在类中 CommonOperatorSQLBuilder<DefaultSQLUpdateBuilder>public DefaultSQLUpdateBuilder value(Object value)
value 在接口中 AbsValueBuildervalue 在类中 CommonOperatorSQLBuilder<DefaultSQLUpdateBuilder>public DefaultSQLUpdateBuilder limit(int len)
public DefaultSQLUpdateBuilder orderBy()
orderBy 在接口中 OrderByBuilderpublic DefaultSQLUpdateBuilder asc()
asc 在接口中 SortBuilderpublic DefaultSQLUpdateBuilder desc()
desc 在接口中 SortBuilderpublic DefaultSQLUpdateBuilder where()
where 在接口中 WhereBuilderpublic StampUpdate compile()
compile 在接口中 UnifyBuilderpublic DefaultSQLUpdateBuilder set(Serializable field, Object value)
set 在接口中 UpdateSetColumnBuilderCopyright © 2020. All rights reserved.