Class EsSqlLConstants
- java.lang.Object
-
- io.dataease.plugins.common.constants.datasource.SQLConstants
-
- io.dataease.plugins.common.constants.datasource.EsSqlLConstants
-
public class EsSqlLConstants extends SQLConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringAGG_COUNTstatic StringAGG_FIELDstatic StringALIAS_FIXstatic StringBRACKETSstatic StringCASTstatic StringDATETIME_FORMATstatic StringDEFAULT_DATE_FORMATstatic StringGROUP_CONCATstatic StringKEYWORD_FIXstatic StringKEYWORD_TABLEstatic StringNAMEstatic StringROUNDstatic StringSTR_TO_DATEstatic StringUNIX_TIMESTAMPstatic StringWHERE_BETWEENstatic StringWHERE_VALUE_NULLstatic StringWHERE_VALUE_VALUE-
Fields inherited from class io.dataease.plugins.common.constants.datasource.SQLConstants
DIMENSION_TYPE, FIELD_ALIAS_X_PREFIX, FIELD_ALIAS_Y_PREFIX, GROUP_ALIAS_PREFIX, ORDER_ALIAS_X_PREFIX, ORDER_ALIAS_Y_PREFIX, QUOTA_TYPE, SQL_TEMPLATE, TABLE_ALIAS_PREFIX, WHERE_ALIAS_PREFIX
-
-
Constructor Summary
Constructors Constructor Description EsSqlLConstants()
-
-
-
Field Detail
-
KEYWORD_TABLE
public static final String KEYWORD_TABLE
-
KEYWORD_FIX
public static final String KEYWORD_FIX
-
ALIAS_FIX
public static final String ALIAS_FIX
-
UNIX_TIMESTAMP
public static final String UNIX_TIMESTAMP
- See Also:
- Constant Field Values
-
DATETIME_FORMAT
public static final String DATETIME_FORMAT
- See Also:
- Constant Field Values
-
STR_TO_DATE
public static final String STR_TO_DATE
- See Also:
- Constant Field Values
-
CAST
public static final String CAST
- See Also:
- Constant Field Values
-
ROUND
public static final String ROUND
- See Also:
- Constant Field Values
-
DEFAULT_DATE_FORMAT
public static final String DEFAULT_DATE_FORMAT
- See Also:
- Constant Field Values
-
WHERE_VALUE_NULL
public static final String WHERE_VALUE_NULL
- See Also:
- Constant Field Values
-
WHERE_VALUE_VALUE
public static final String WHERE_VALUE_VALUE
- See Also:
- Constant Field Values
-
AGG_COUNT
public static final String AGG_COUNT
- See Also:
- Constant Field Values
-
AGG_FIELD
public static final String AGG_FIELD
- See Also:
- Constant Field Values
-
WHERE_BETWEEN
public static final String WHERE_BETWEEN
- See Also:
- Constant Field Values
-
BRACKETS
public static final String BRACKETS
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
GROUP_CONCAT
public static final String GROUP_CONCAT
- See Also:
- Constant Field Values
-
-