public class PgSQLFuncImpl extends SQLFuncImpl
| 构造器和说明 |
|---|
PgSQLFuncImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
DistinctDefaultSQLFunction |
avg(SQLExpression1<ColumnFuncSelector> sqlExpression) |
SQLFunction |
concat(List<ColumnExpression> concatExpressions) |
DistinctDefaultSQLFunction |
count(SQLExpression1<ColumnFuncSelector> sqlExpression) |
SQLFunction |
dateTimeFormat(SQLTableOwner tableOwner,
String property,
String javaFormat) |
SQLFunction |
dateTimeSQLFormat(SQLTableOwner tableOwner,
String property,
String format) |
SQLFunction |
now() |
DistinctDefaultSQLFunction |
sum(SQLExpression1<ColumnFuncSelector> sqlExpression) |
SQLFunction |
utcNow() |
SQLFunction |
valueOrDefault(SQLExpression1<ColumnFuncSelector> sqlExpression) |
abs, getColumnExpressions, getTable, max, min, roundclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabs, bank, concat, concat, dateTimeFormat, dateTimeFormat, dateTimeSQLFormat, empty, notBank, notEmpty, round, valueOrDefaultpublic SQLFunction valueOrDefault(SQLExpression1<ColumnFuncSelector> sqlExpression)
valueOrDefault 在接口中 SQLFuncvalueOrDefault 在类中 SQLFuncImplpublic SQLFunction dateTimeFormat(SQLTableOwner tableOwner, String property, String javaFormat)
dateTimeFormat 在接口中 SQLFuncdateTimeFormat 在类中 SQLFuncImplpublic SQLFunction dateTimeSQLFormat(SQLTableOwner tableOwner, String property, String format)
dateTimeSQLFormat 在接口中 SQLFuncdateTimeSQLFormat 在类中 SQLFuncImplpublic SQLFunction concat(List<ColumnExpression> concatExpressions)
concat 在接口中 SQLFuncconcat 在类中 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 在类中 SQLFuncImplCopyright © 2023. All rights reserved.