key, operatoralias| 构造器和说明 |
|---|
If(ICondition condition,
Cmd value,
Cmd thenValue) |
If(ICondition condition,
Cmd value,
Serializable thenValue) |
If(ICondition condition,
Serializable value,
Cmd thenValue) |
If(ICondition condition,
Serializable value,
Serializable thenValue) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
contain(Cmd cmd) |
StringBuilder |
functionSql(Cmd module,
Cmd parent,
SqlBuilderContext context,
StringBuilder sqlBuilder)
函数的sql
|
as, as, getAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappendAlias, as, sqlabs, acos, asin, atan, avg, between, ceil, charLength, concat, concat, concatWs, concatWs, cos, cot, count, count, date, dateAdd, dateAdd, dateDiff, dateDiff, dateFormat, dateFormat, dateSub, dateSub, day, degrees, divide, divide, empty, eq, floor, groupConcat, groupConcat, gt, gte, hour, hourAdd, hourSub, ifNull, iLike, iLike, iLike, iLike, in, in, inetAton, inetNtoa, instr, isNotNull, isNull, left, length, like, like, like, like, log, lower, lpad, lt, lte, ltrim, max, min, minuteAdd, minuteSub, mod, month, monthAdd, monthSub, multiply, multiply, mysql, ne, notBetween, notEmpty, notILike, notILike, notILike, notILike, notIn, notIn, notLike, notLike, notLike, notLike, plus, plus, postgres, pow, radians, repeat, replace, reverse, right, round, round, rpad, rtrim, secondAdd, secondSub, sign, sin, sort, sqrt, ST_Contains, ST_Contains, ST_Distance, ST_Distance, ST_Distance, ST_Distance, ST_DWithin, ST_DWithin, ST_DWithin, ST_DWithin, strcmp, subStr, subStr, subtract, subtract, sum, tan, trim, truncate, truncate, upper, weekday, year, yearAdd, yearSubpublic If(ICondition condition, Serializable value, Serializable thenValue)
public If(ICondition condition, Cmd value, Serializable thenValue)
public If(ICondition condition, Serializable value, Cmd thenValue)
public If(ICondition condition, Cmd value, Cmd thenValue)
public StringBuilder functionSql(Cmd module, Cmd parent, SqlBuilderContext context, StringBuilder sqlBuilder)
FunctionfunctionSql 在接口中 Function<If>functionSql 在类中 BasicFunction<If>module - 所属模块parent - 引用对象 - 父节点context - sql 上下文sqlBuilder - sql 拼接对象Copyright © 2025. All rights reserved.