eql.func.properties
来自「CRM源码This file describes some issues tha」· PROPERTIES 代码 · 共 40 行
PROPERTIES
40 行
## =======================
## EQL functions mappings.
## =======================
## Base functions.
## ===============
ADMINID = com.queplix.core.modules.eql.funcs.AdminIdFunc
USERID = com.queplix.core.modules.eql.funcs.UserIdFunc
USERTYPEID = com.queplix.core.modules.eql.funcs.UserTypeIdFunc
USERLANGID = com.queplix.core.modules.eql.funcs.UserLanguageIdFunc
USERNAME = com.queplix.core.modules.eql.funcs.UserNameFunc
USERPARAM = com.queplix.core.modules.eql.funcs.UserParamFunc
TODATE = com.queplix.core.modules.eql.funcs.ToDateFunc
TOTIME = com.queplix.core.modules.eql.funcs.ToTimeFunc
NOW = com.queplix.core.modules.eql.funcs.NowFunc
DATESHIFT = com.queplix.core.modules.eql.funcs.DateShiftFunc
SOUNDEX = com.queplix.core.modules.eql.funcs.SoundexFunc
UPPER = com.queplix.core.modules.eql.funcs.UpperFunc
LOWER = com.queplix.core.modules.eql.funcs.LowerFunc
DATEDIFF = com.queplix.core.modules.eql.funcs.DateDiffFunc
ISNULL = com.queplix.core.modules.eql.funcs.IsNullFunc
NEXTKEY = com.queplix.core.modules.eql.funcs.NextKeyFunc
NEXTSEQ = com.queplix.core.modules.eql.funcs.NextSeqFunc
FTS = com.queplix.core.modules.eql.funcs.FTSFunc
SYSPROP = com.queplix.core.modules.eql.funcs.SystemPropertyFunc
## Aggregate functions.
## ====================
COUNT = com.queplix.core.modules.eql.aggs.CountAggFunc
MIN = com.queplix.core.modules.eql.aggs.MinAggFunc
MAX = com.queplix.core.modules.eql.aggs.MaxAggFunc
## Project-specific functions.
## ===========================
EMPLOYEEID = com.queplix.qwoss.eql.funcs.EmployeeIdFunc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?