public class PgSQLFuncImpl extends SQLFuncImpl
| 构造器和说明 |
|---|
PgSQLFuncImpl() |
abs, anySQLFunction, bank, constValue, empty, equalsWith, getColumnExpressions, getTable, leftPad, length, max, min, not, notBank, notEmpty, numberCalc, orderByNullsMode, replace, rightPad, round, stringCompareTo, subQueryValue, subString, toLower, toUpper, trim, trimEnd, trimStartclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabs, abs, constValue, nativeSql, not, not, nullOrDefault, orderByNullsMode, orderByNullsMode, round, subQueryValue, valueOrDefault, valueOrDefaultavg, avg, count, count, max, max, min, min, sum, sumbank, bank, cast, cast, concat, concat, empty, empty, join, join, leftPad, leftPad, leftPad, leftPad, length, length, notBank, notBank, notEmpty, notEmpty, replace, replace, rightPad, rightPad, rightPad, rightPad, stringCompareTo, stringCompareTo, stringCompareTo, stringCompareTo, stringCompareTo, stringCompareTo, subString, subString, toLower, toLower, toUpper, toUpper, trim, trim, trimEnd, trimEnd, trimStart, trimStartdateTimeFormat, dateTimeFormat, dateTimeFormat, dateTimeProperty, dateTimeProperty, dateTimeSQLFormat, duration, duration, duration, duration, duration, duration, plusDateTime, plusDateTime, plusDateTimeMonths, plusDateTimeMonths, plusDateTimeYears, plusDateTimeYearspublic SQLFunction nullOrDefault(SQLExpression1<ColumnFuncSelector> sqlExpression)
nullOrDefault 在接口中 SQLFuncnullOrDefault 在类中 SQLFuncImplpublic SQLFunction dateTimeFormat(SQLExpression1<ColumnFuncSelector> sqlExpression, String javaFormat)
dateTimeFormat 在接口中 SQLDateTimeFuncdateTimeFormat 在类中 SQLFuncImplpublic SQLFunction dateTimeSQLFormat(SQLTableOwner tableOwner, String property, String format)
dateTimeSQLFormat 在接口中 SQLDateTimeFuncdateTimeSQLFormat 在类中 SQLFuncImplpublic SQLFunction concat(List<ColumnExpression> concatExpressions)
concat 在接口中 SQLStringFuncconcat 在类中 SQLFuncImplpublic SQLFunction now()
now 在接口中 SQLFuncnow 在类中 SQLFuncImplpublic SQLFunction utcNow()
utcNow 在接口中 SQLFuncutcNow 在类中 SQLFuncImplpublic DistinctDefaultSQLFunction sum(SQLExpression1<ColumnFuncSelector> sqlExpression)
sum 在接口中 AggregateSQLFuncsum 在类中 SQLFuncImplpublic DistinctDefaultSQLFunction count(SQLExpression1<ColumnFuncSelector> sqlExpression)
count 在接口中 AggregateSQLFunccount 在类中 SQLFuncImplpublic DistinctDefaultSQLFunction avg(SQLExpression1<ColumnFuncSelector> sqlExpression)
avg 在接口中 AggregateSQLFuncavg 在类中 SQLFuncImplpublic SQLFunction join(SQLExpression1<ColumnFuncSelector> sqlExpression)
join 在接口中 SQLStringFuncjoin 在类中 SQLFuncImplpublic SQLFunction cast(SQLExpression1<ColumnFuncSelector> sqlExpression, Class<?> targetClazz)
cast 在接口中 SQLStringFunccast 在类中 SQLFuncImplpublic SQLFunction plusDateTime(SQLExpression1<ColumnFuncSelector> sqlExpression, long duration, TimeUnit timeUnit)
plusDateTime 在接口中 SQLDateTimeFuncplusDateTime 在类中 SQLFuncImplpublic SQLFunction plusDateTimeMonths(SQLExpression1<ColumnFuncSelector> sqlExpression)
plusDateTimeMonths 在接口中 SQLDateTimeFuncplusDateTimeMonths 在类中 SQLFuncImplpublic SQLFunction plusDateTimeYears(SQLExpression1<ColumnFuncSelector> sqlExpression)
plusDateTimeYears 在接口中 SQLDateTimeFuncplusDateTimeYears 在类中 SQLFuncImplpublic SQLFunction dateTimeProperty(SQLExpression1<ColumnFuncSelector> sqlExpression, DateTimeUnitEnum dateTimeUnitEnum)
dateTimeProperty 在接口中 SQLDateTimeFuncdateTimeProperty 在类中 SQLFuncImplpublic SQLFunction duration(SQLExpression1<ColumnFuncSelector> sqlExpression, DateTimeDurationEnum durationEnum)
duration 在接口中 SQLDateTimeFuncduration 在类中 SQLFuncImplpublic SQLFunction math(SQLExpression1<ColumnFuncSelector> sqlExpression, MathMethodEnum mathMethodEnum)
math 在接口中 SQLMathFuncmath 在类中 SQLFuncImplpublic SQLFunction like(SQLExpression1<ColumnFuncSelector> sqlExpression, boolean like, SQLLikeEnum sqlLike)
like 在接口中 SQLFunclike 在类中 SQLFuncImplCopyright © 2024. All rights reserved.