public class ConstDefine extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
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_COS |
static int |
FUNC_COUNT |
static int |
FUNC_COUNTNOTNULL |
static int |
FUNC_COUNTNULL |
static int |
FUNC_CTAN |
static int |
FUNC_DAY |
static int |
FUNC_DAY_SPAN |
static int |
FUNC_EXP |
static int |
FUNC_FIND |
static int |
FUNC_FIRST_OF_MONTH |
static int |
FUNC_FRAC |
static int |
FUNC_FREQUENCE |
static int |
FUNC_GET_AT |
static int |
FUNC_GET_PY |
static int |
FUNC_GET_STR |
static int |
FUNC_IF |
static int |
FUNC_INT |
static int |
FUNC_ISEMPTY |
static int |
FUNC_LN |
static int |
FUNC_LOG |
static int |
FUNC_LOWCASE |
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_PRECISION |
static int |
FUNC_PRINT |
static int |
FUNC_ROUND |
static int |
FUNC_SIN |
static int |
FUNC_SQRT |
static int |
FUNC_STDDEV |
static int |
FUNC_STRCAT |
static int |
FUNC_SUBSTR |
static int |
FUNC_SUM |
static int |
FUNC_TAN |
static int |
FUNC_TODAY |
static int |
FUNC_TRUNC_DAY |
static int |
FUNC_UPCASE |
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_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_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 |
TYPE_ANY |
static int |
TYPE_NUM |
static int |
TYPE_STR |
| 构造器和说明 |
|---|
ConstDefine() |
public static final int TYPE_NUM
public static final int TYPE_STR
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_TODAY
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_DAY
public static final int FUNC_FIRST_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 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
Copyright © 2017. All rights reserved.