⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 eql.func.properties

📁 CRM源码This file describes some issues that should be implemented in future and how it should be imple
💻 PROPERTIES
字号:
## =======================
## 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -