Class MongoConstants
- java.lang.Object
-
- io.dataease.plugins.common.constants.datasource.SQLConstants
-
- io.dataease.plugins.common.constants.datasource.MongoConstants
-
public class MongoConstants extends SQLConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringAGG_COUNTstatic StringAGG_FIELDstatic StringALIAS_FIXstatic StringBRACKETSstatic StringDEFAULT_DATE_FORMATstatic StringformatDateTimestatic StringGROUP_CONCATstatic StringKEYWORD_FIXstatic StringKEYWORD_TABLEstatic StringNAMEstatic StringtoDateTimestatic StringtoDecimalstatic StringtoFloat64static StringtoInt32static StringtoInt64static 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 MongoConstants()
-
-
-
Field Detail
-
KEYWORD_TABLE
public static final String KEYWORD_TABLE
- See Also:
- Constant Field Values
-
KEYWORD_FIX
public static final String KEYWORD_FIX
-
ALIAS_FIX
public static final String ALIAS_FIX
-
toInt32
public static final String toInt32
- See Also:
- Constant Field Values
-
toDateTime
public static final String toDateTime
- See Also:
- Constant Field Values
-
toInt64
public static final String toInt64
- See Also:
- Constant Field Values
-
toFloat64
public static final String toFloat64
- See Also:
- Constant Field Values
-
formatDateTime
public static final String formatDateTime
- See Also:
- Constant Field Values
-
toDecimal
public static final String toDecimal
- 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
-
-