public abstract class ConstDefine extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FUNC_ADD_DATE |
static int |
FUNC_ADD_DAYS |
static int |
FUNC_ADD_MONTHS |
static int |
FUNC_ADD_YEARS |
static int |
FUNC_AVE |
static int |
FUNC_BYTE |
static int |
FUNC_CAPITAL |
static int |
FUNC_CASE |
static int |
FUNC_CEIL |
static int |
FUNC_COS |
static int |
FUNC_COUNT |
static int |
FUNC_COUNTNOTNULL |
static int |
FUNC_COUNTNULL |
static int |
FUNC_CTAN |
static int |
FUNC_CURRENT_DATE |
static int |
FUNC_CURRENT_DATETIME |
static int |
FUNC_CURRENT_TIMESTAMP |
static int |
FUNC_DATE_INFO |
static int |
FUNC_DATE_SPAN |
static int |
FUNC_DAY |
static int |
FUNC_DAY_SPAN |
static int |
FUNC_DISTINCT |
static int |
FUNC_EXP |
static int |
FUNC_FIND |
static int |
FUNC_FLOOR |
static int |
FUNC_FORMAT_DATE |
static int |
FUNC_FRAC |
static int |
FUNC_FREQUENCE |
static int |
FUNC_GET_AT |
static int |
FUNC_GET_ATTR |
static int |
FUNC_GET_PY |
static int |
FUNC_GET_STR |
static int |
FUNC_HASH |
static int |
FUNC_IF |
static int |
FUNC_INT |
static int |
FUNC_ISEMPTY |
static int |
FUNC_LAST_OF_MONTH |
static int |
FUNC_LN |
static int |
FUNC_LOG |
static int |
FUNC_LOWCASE |
static int |
FUNC_LPAD |
static int |
FUNC_MATCH |
static int |
FUNC_MAX |
static int |
FUNC_MIN |
static int |
FUNC_MONTH |
static int |
FUNC_MONTH_SPAN |
static int |
FUNC_NOTEMPTY |
static int |
FUNC_NVL |
static int |
FUNC_PRECISION |
static int |
FUNC_PRINT |
static int |
FUNC_RANDOM |
static int |
FUNC_REG_MATCH |
static int |
FUNC_REG_MATCH_VALUES |
static int |
FUNC_REPLACE |
static int |
FUNC_ROUND |
static int |
FUNC_RPAD |
static int |
FUNC_SET_ATTR |
static int |
FUNC_SIN |
static int |
FUNC_SPLIT_STR |
static int |
FUNC_SQRT |
static int |
FUNC_STDDEV |
static int |
FUNC_STRCAT |
static int |
FUNC_STRLEN |
static int |
FUNC_SUBSTR |
static int |
FUNC_SUM |
static int |
FUNC_TAN |
static int |
FUNC_TO_DATE |
static int |
FUNC_TO_JSON_STRING |
static int |
FUNC_TO_NUMBER |
static int |
FUNC_TO_OBJECT |
static int |
FUNC_TO_STRING |
static int |
FUNC_TOBYTEARRAY |
static int |
FUNC_TRUNC_DATE |
static int |
FUNC_UPCASE |
static int |
FUNC_VALUE |
static int |
FUNC_WEEK |
static int |
FUNC_WEEK_DAY |
static int |
FUNC_YEAR |
static int |
FUNC_YEAR_SPAN |
static int |
OP_ADD |
static int |
OP_AND |
static int |
OP_BASE |
static int |
OP_BG |
static int |
OP_BITAND |
static int |
OP_BITOR |
static int |
OP_DBMOD |
static int |
OP_DIV |
static int |
OP_EB |
static int |
OP_EL |
static int |
OP_EQ |
static int |
OP_EVALUATE |
static int |
OP_IN |
static int |
OP_LIKE |
static int |
OP_LMOV |
static int |
OP_LOGICAND |
static int |
OP_LOGICOR |
static int |
OP_LT |
static int |
OP_MOD |
static int |
OP_MUL |
static int |
OP_NE |
static int |
OP_NOT |
static int |
OP_OR |
static int |
OP_POWER |
static int |
OP_RMOV |
static int |
OP_SUB |
static int |
OP_XOR |
static int |
TYPE_ANY |
static int |
TYPE_DATE |
static int |
TYPE_NUM |
static int |
TYPE_STR |
public static final int TYPE_NUM
public static final int TYPE_STR
public static final int TYPE_DATE
public static final int TYPE_ANY
public static final int FUNC_AVE
public static final int FUNC_BYTE
public static final int FUNC_CAPITAL
public static final int FUNC_MAX
public static final int FUNC_MIN
public static final int FUNC_SUM
public static final int FUNC_STRCAT
public static final int FUNC_ROUND
public static final int FUNC_IF
public static final int FUNC_PRECISION
public static final int FUNC_SUBSTR
public static final int FUNC_MATCH
public static final int FUNC_COUNT
public static final int FUNC_LN
public static final int FUNC_EXP
public static final int FUNC_SQRT
public static final int FUNC_CASE
public static final int FUNC_UPCASE
public static final int FUNC_LOWCASE
public static final int FUNC_LOG
public static final int FUNC_SIN
public static final int FUNC_COS
public static final int FUNC_TAN
public static final int FUNC_CTAN
public static final int FUNC_FIND
public static final int FUNC_FREQUENCE
public static final int FUNC_INT
public static final int FUNC_FRAC
public static final int FUNC_DAY
public static final int FUNC_MONTH
public static final int FUNC_YEAR
public static final int FUNC_DAY_SPAN
public static final int FUNC_MONTH_SPAN
public static final int FUNC_YEAR_SPAN
public static final int FUNC_CURRENT_DATE
public static final int FUNC_CURRENT_DATETIME
public static final int FUNC_CURRENT_TIMESTAMP
public static final int FUNC_ADD_DAYS
public static final int FUNC_ADD_MONTHS
public static final int FUNC_ADD_YEARS
public static final int FUNC_TRUNC_DATE
public static final int FUNC_LAST_OF_MONTH
public static final int FUNC_STDDEV
public static final int FUNC_GET_STR
public static final int FUNC_GET_PY
public static final int FUNC_PRINT
public static final int FUNC_COUNTNULL
public static final int FUNC_COUNTNOTNULL
public static final int FUNC_ISEMPTY
public static final int FUNC_NOTEMPTY
public static final int FUNC_GET_AT
public static final int FUNC_LPAD
public static final int FUNC_RPAD
public static final int FUNC_TO_DATE
public static final int FUNC_TO_STRING
public static final int FUNC_TO_NUMBER
public static final int FUNC_STRLEN
public static final int FUNC_DATE_SPAN
public static final int FUNC_ADD_DATE
public static final int FUNC_REG_MATCH
public static final int FUNC_REG_MATCH_VALUES
public static final int FUNC_WEEK
public static final int FUNC_WEEK_DAY
public static final int FUNC_FORMAT_DATE
public static final int FUNC_DATE_INFO
public static final int FUNC_FLOOR
public static final int FUNC_CEIL
public static final int FUNC_SPLIT_STR
public static final int FUNC_GET_ATTR
public static final int FUNC_SET_ATTR
public static final int FUNC_TO_OBJECT
public static final int FUNC_DISTINCT
public static final int FUNC_RANDOM
public static final int FUNC_HASH
public static final int FUNC_NVL
public static final int FUNC_REPLACE
public static final int FUNC_TOBYTEARRAY
public static final int FUNC_VALUE
public static final int FUNC_TO_JSON_STRING
public static final int OP_BASE
public static final int OP_ADD
public static final int OP_SUB
public static final int OP_MUL
public static final int OP_DIV
public static final int OP_EQ
public static final int OP_BG
public static final int OP_LT
public static final int OP_EL
public static final int OP_EB
public static final int OP_NE
public static final int OP_BITOR
public static final int OP_BITAND
public static final int OP_NOT
public static final int OP_POWER
public static final int OP_LMOV
public static final int OP_RMOV
public static final int OP_LIKE
public static final int OP_IN
public static final int OP_EVALUATE
public static final int OP_OR
public static final int OP_LOGICOR
public static final int OP_AND
public static final int OP_LOGICAND
public static final int OP_MOD
public static final int OP_DBMOD
public static final int OP_XOR
Copyright © 2024 江苏南大先腾信息产业股份有限公司. All rights reserved.