| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
ONE_CHAR_FALSE |
"F" |
public static final String |
ONE_CHAR_NO |
"N" |
public static final String |
ONE_CHAR_TRUE |
"T" |
public static final String |
ONE_CHAR_YES |
"Y" |
public static final String |
STRING_FALSE |
"false" |
public static final String |
STRING_NO |
"no" |
public static final String |
STRING_OFF |
"off" |
public static final String |
STRING_ON |
"on" |
public static final String |
STRING_TRUE |
"true" |
public static final String |
STRING_YES |
"yes" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
datetimePattern |
"yyyy-MM-dd HH:mm:ss" |
public static final String |
defaultDatePattern |
"yyyy-MM-dd" |
public static final String |
gmtDatePattern |
"zone:en:GMT yyyy-MM-dd HH:mm:ss" |
public static final String |
timePattern |
"HH:mm" |
public static final String |
timestampPattern |
"yyyy-MM-dd HH:mm:ss.SSS" |
public static final String |
timeWithSecondPattern |
"HH:mm:ss" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final long |
DAY_MILLISECONDS |
86400000L |
public static final long |
HOUR_MILLISECONDS |
3600000L |
public static final long |
MINUTE_MILLISECONDS |
60000L |
public static final long |
SECOND_MILLISECONDS |
1000L |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final long |
DEFAULT_REFRESH_PERIOD |
900L |
public static final long |
KEEP_FRESH_PERIOD |
60L |
public static final long |
NOT_REFRESH_PERIOD |
2592000L |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
BLANK_EXCEPTION |
603 |
public static final int |
DATA_NOT_FOUND_EXCEPTION |
604 |
public static final int |
DATA_NOT_INTEGRATED |
610 |
public static final int |
DATA_VALIDATE_ERROR |
611 |
public static final int |
DATABASE_IO_EXCEPTION |
623 |
public static final int |
DATABASE_OPERATE_EXCEPTION |
620 |
public static final int |
DATABASE_OUT_SYNC_EXCEPTION |
621 |
public static final int |
DATABASE_SQL_EXCEPTION |
622 |
public static final int |
EMPTY_RESULT_EXCEPTION |
605 |
public static final int |
FILE_OPERATE_EXCEPTION |
628 |
public static final int |
FORMAT_DATE_EXCEPTION |
606 |
public static final int |
FORMAT_NUMBER_EXCEPTION |
607 |
public static final int |
FORMULA_GRAMMAR_ERROE |
608 |
public static final int |
FUNCTION_NOT_SUPPORT |
613 |
public static final int |
ILLEGALACCESS_EXCEPTION |
626 |
public static final int |
INSTANTIATION_EXCEPTION |
625 |
public static final int |
LOGICAL_RULE_ERROE |
609 |
public static final int |
NOSUCHFIELD_EXCEPTION |
624 |
public static final int |
NULL_EXCEPTION |
602 |
public static final int |
ORM_METADATA_EXCEPTION |
627 |
public static final int |
PARAMETER_NOT_CORRECT |
614 |
public static final int |
RUN_FUNC_NOT_CORRECT |
615 |
public static final int |
SYSTEM_CALL_NOT_CORRECT |
615 |
public static final int |
SYSTEM_CONFIG_ERROR |
612 |
public static final int |
UNKNOWN_EXCEPTION |
601 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
FUNC_ADD_DATE |
158 |
public static final int |
FUNC_ADD_DAYS |
137 |
public static final int |
FUNC_ADD_MONTHS |
138 |
public static final int |
FUNC_ADD_YEARS |
139 |
public static final int |
FUNC_AVE |
100 |
public static final int |
FUNC_BYTE |
101 |
public static final int |
FUNC_CAPITAL |
102 |
public static final int |
FUNC_CASE |
116 |
public static final int |
FUNC_CEIL |
166 |
public static final int |
FUNC_COS |
119 |
public static final int |
FUNC_COUNT |
112 |
public static final int |
FUNC_COUNTNOTNULL |
145 |
public static final int |
FUNC_COUNTNULL |
144 |
public static final int |
FUNC_CTAN |
121 |
public static final int |
FUNC_CURRENT_DATE |
132 |
public static final int |
FUNC_CURRENT_DATETIME |
149 |
public static final int |
FUNC_CURRENT_TIMESTAMP |
155 |
public static final int |
FUNC_DATE_INFO |
164 |
public static final int |
FUNC_DATE_SPAN |
157 |
public static final int |
FUNC_DAY |
126 |
public static final int |
FUNC_DAY_SPAN |
129 |
public static final int |
FUNC_DECODE |
180 |
public static final int |
FUNC_DISTINCT |
171 |
public static final int |
FUNC_ENCODE |
179 |
public static final int |
FUNC_EVAL |
177 |
public static final int |
FUNC_EXP |
114 |
public static final int |
FUNC_FIND |
122 |
public static final int |
FUNC_FLOOR |
165 |
public static final int |
FUNC_FORMAT_DATE |
163 |
public static final int |
FUNC_FRAC |
125 |
public static final int |
FUNC_FREQUENCE |
123 |
public static final int |
FUNC_GET_AT |
148 |
public static final int |
FUNC_GET_ATTR |
168 |
public static final int |
FUNC_GET_PY |
135 |
public static final int |
FUNC_GET_STR |
134 |
public static final int |
FUNC_HASH |
173 |
public static final int |
FUNC_IF |
108 |
public static final int |
FUNC_INT |
124 |
public static final int |
FUNC_ISEMPTY |
146 |
public static final int |
FUNC_LAST_OF_MONTH |
141 |
public static final int |
FUNC_LN |
113 |
public static final int |
FUNC_LOG |
117 |
public static final int |
FUNC_LOWCASE |
143 |
public static final int |
FUNC_LPAD |
150 |
public static final int |
FUNC_MATCH |
111 |
public static final int |
FUNC_MAX |
103 |
public static final int |
FUNC_MIN |
104 |
public static final int |
FUNC_MONTH |
127 |
public static final int |
FUNC_MONTH_SPAN |
130 |
public static final int |
FUNC_NOTEMPTY |
147 |
public static final int |
FUNC_NVL |
174 |
public static final int |
FUNC_PRECISION |
109 |
public static final int |
FUNC_PRINT |
136 |
public static final int |
FUNC_RANDOM |
172 |
public static final int |
FUNC_REG_MATCH |
159 |
public static final int |
FUNC_REG_MATCH_VALUES |
160 |
public static final int |
FUNC_REPLACE |
175 |
public static final int |
FUNC_ROUND |
107 |
public static final int |
FUNC_RPAD |
151 |
public static final int |
FUNC_SET_ATTR |
169 |
public static final int |
FUNC_SIN |
118 |
public static final int |
FUNC_SPLIT_STR |
167 |
public static final int |
FUNC_SQRT |
115 |
public static final int |
FUNC_STDDEV |
133 |
public static final int |
FUNC_STRCAT |
106 |
public static final int |
FUNC_STRLEN |
156 |
public static final int |
FUNC_SUBSTR |
110 |
public static final int |
FUNC_SUM |
105 |
public static final int |
FUNC_TAN |
120 |
public static final int |
FUNC_TO_DATE |
152 |
public static final int |
FUNC_TO_JSON_STRING |
178 |
public static final int |
FUNC_TO_NUMBER |
154 |
public static final int |
FUNC_TO_OBJECT |
170 |
public static final int |
FUNC_TO_STRING |
153 |
public static final int |
FUNC_TO_URL_STRING |
181 |
public static final int |
FUNC_TOBYTEARRAY |
176 |
public static final int |
FUNC_TRUNC_DATE |
140 |
public static final int |
FUNC_UPCASE |
142 |
public static final int |
FUNC_WEEK |
161 |
public static final int |
FUNC_WEEK_DAY |
162 |
public static final int |
FUNC_YEAR |
128 |
public static final int |
FUNC_YEAR_SPAN |
131 |
public static final int |
OP_ADD |
30 |
public static final int |
OP_AND |
49 |
public static final int |
OP_BASE |
30 |
public static final int |
OP_BETWEEN |
54 |
public static final int |
OP_BG |
35 |
public static final int |
OP_BITAND |
41 |
public static final int |
OP_BITOR |
40 |
public static final int |
OP_DBMOD |
51 |
public static final int |
OP_DIV |
33 |
public static final int |
OP_EB |
38 |
public static final int |
OP_EL |
37 |
public static final int |
OP_EQ |
34 |
public static final int |
OP_EVALUATE |
34 |
public static final int |
OP_IN |
47 |
public static final int |
OP_IS |
55 |
public static final int |
OP_LIKE |
46 |
public static final int |
OP_LMOV |
44 |
public static final int |
OP_LOGICAND |
49 |
public static final int |
OP_LOGICOR |
48 |
public static final int |
OP_LT |
36 |
public static final int |
OP_MOD |
50 |
public static final int |
OP_MUL |
32 |
public static final int |
OP_NE |
39 |
public static final int |
OP_NOT |
42 |
public static final int |
OP_NOT_IN |
53 |
public static final int |
OP_OR |
48 |
public static final int |
OP_POWER |
43 |
public static final int |
OP_RMOV |
45 |
public static final int |
OP_SUB |
31 |
public static final int |
OP_XOR |
52 |
public static final int |
TYPE_ANY |
0 |
public static final int |
TYPE_DATE |
3 |
public static final int |
TYPE_NUM |
1 |
public static final int |
TYPE_STR |
2 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
functionsSum |
80 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
LANG_TYPE_DEFAULT |
0 |
public static final int |
LANG_TYPE_JAVA |
1 |
public static final int |
LANG_TYPE_SQL |
2 |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
THE_DATA_SELF_LABEL |
"__ROOT" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
OFFICE_XML_FILE_HEAD |
"504B0304" |
public static final String |
OFFICE2003_FILE_HEAD |
"D0CF11E0" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
REQUESTCHECKCODE |
"j_checkcode" |
public static final String |
SESSIONCHECKCODE |
"session_checkcode" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
JSON_DIFF_TYPE_ADD |
"+" |
public static final String |
JSON_DIFF_TYPE_DELETE |
"-" |
public static final String |
JSON_DIFF_TYPE_UPDATE |
"*" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
applicationFormHead |
"application/x-www-form-urlencoded; charset=UTF-8" |
public static final String |
BOUNDARY |
"------1cC9oE7dN8eT1fI0aT2n4------" |
public static final String |
multiPartApplicationFormHead |
"multipart/x-www-form-urlencoded; charset=UTF-8; boundary=------1cC9oE7dN8eT1fI0aT2n4------" |
public static final String |
multiPartTypeHead |
"multipart/form-data; charset=UTF-8; boundary=------1cC9oE7dN8eT1fI0aT2n4------" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
AES_CIPHER_TYPE |
"AES/ECB/PKCS5Padding" |
public static final String |
AES_CIPHER_TYPE_CBC |
"AES/CBC/PKCS5Padding" |
public static final String |
AES_DEFAULT_KEY |
"0123456789abcdefghijklmnopqrstuvwxyzABCDEF" |
public static final String |
AES_IV_PARAMETER_SPEC |
"WUG1TpTpkinX9pNs" |
public static final String |
AES_SECRET_KEY_SPEC |
"U2FsdGVkX1BymlPj" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final int |
ADDRESS_SENSITIVE_SIZE |
7 |
public static final String |
SYMBOL_STAR |
"*" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
CRYPTO_NAME_SM2 |
"sm2p256v1" |
| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
ALGORITHM_NAME |
"SM4" |
public static final String |
ALGORITHM_NAME_CBC_NOPADDING |
"SM4/CBC/NoPadding" |
public static final String |
ALGORITHM_NAME_CBC_PADDING |
"SM4/CBC/PKCS5Padding" |
public static final String |
ALGORITHM_NAME_ECB_NOPADDING |
"SM4/ECB/NoPadding" |
public static final String |
ALGORITHM_NAME_ECB_PADDING |
"SM4/ECB/PKCS5Padding" |
public static final int |
DEFAULT_KEY_SIZE |
128 |
public static final String |
SM4_IV_PARAMETER_SPEC |
"slEAYAe2@dh3otTO" |
public static final String |
SM4_SECRET_KEY_SPEC |
"qbh07dTZ$sO7_wC1" |
Copyright © 2025 江苏南大先腾信息产业股份有限公司. All rights reserved.