public class FunTemplate extends BaseTemplate<FunTemplate> implements FunctionInterface
params, template, wrappingalias| 构造器和说明 |
|---|
FunTemplate(boolean wrapping,
String template,
Cmd... params) |
FunTemplate(boolean wrapping,
String template,
Object... params) |
FunTemplate(String template,
Cmd... params) |
FunTemplate(String template,
Object... params) |
| 限定符和类型 | 方法和说明 |
|---|---|
static FunTemplate |
create(boolean wrapping,
String template,
Cmd... params) |
static FunTemplate |
create(boolean wrapping,
String template,
Object... params) |
static FunTemplate |
create(String template,
Cmd... params) |
static FunTemplate |
create(String template,
Object... params) |
contain, sql, wrapTemplateas, as, getAliasclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabs, 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 static FunTemplate create(String template, Object... params)
public static FunTemplate create(String template, Cmd... params)
public static FunTemplate create(boolean wrapping, String template, Object... params)
public static FunTemplate create(boolean wrapping, String template, Cmd... params)
Copyright © 2025. All rights reserved.