public class SqlUpdateExpression extends SqlConditionGroupExpression
SqlDeleteExpression
.jdbcclassMapping, dialect, i, parent| 构造器和说明 |
|---|
SqlUpdateExpression(Jdbc jdbc,
SqlUpdateSetBasicBuilder builder)
Instantiates a new sql update expression.
|
SqlUpdateExpression(Jdbc jdbc,
SqlUpdateSetBasicBuilder builder,
ClassMapping<?> classMapping)
Instantiates a new sql update expression.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
build() |
java.util.List<java.lang.Object> |
getParams() |
createGroup, executeand, co, endGroup, eq, ew, expression, ge, ge, ge, ge, ge, ge, getConditions, getParam, getQueryAlias, getRoot, group, gt, gt, gt, gt, gt, gt, in, inn, isIgnoreEmpty, isn, le, le, le, le, le, le, lt, lt, lt, lt, lt, lt, ne, nin, or, property, propertyDate, propertyEnum, propertyNumber, propertyString, setIgnoreEmpty, setQueryAlias, sw, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic SqlUpdateExpression(Jdbc jdbc, SqlUpdateSetBasicBuilder builder)
jdbc - the jdbcbuilder - the builderpublic SqlUpdateExpression(Jdbc jdbc, SqlUpdateSetBasicBuilder builder, ClassMapping<?> classMapping)
jdbc - the jdbcbuilder - the builderclassMapping - the class mappingpublic java.lang.String build()
build 在接口中 cn.featherfly.juorm.dml.builder.Builderbuild 在类中 AbstractSqlConditionGroupExpression<cn.featherfly.juorm.dsl.execute.ExecutableConditionGroupExpression,cn.featherfly.juorm.dsl.execute.ExecutableConditionGroupLogicExpression>public java.util.List<java.lang.Object> getParams()
getParams 在类中 AbstractSqlConditionGroupExpression<cn.featherfly.juorm.dsl.execute.ExecutableConditionGroupExpression,cn.featherfly.juorm.dsl.execute.ExecutableConditionGroupLogicExpression>