Package com.exasol.adapter.request
Class RequestJsonKeys
- java.lang.Object
-
- com.exasol.adapter.request.RequestJsonKeys
-
public class RequestJsonKeys extends Object
This class contains constants for keywords of the JSON representation of the SqlNode structure.
-
-
Field Summary
-
-
-
Field Detail
-
ORDER_BY
public static final String ORDER_BY
- See Also:
- Constant Field Values
-
GROUP_BY
public static final String GROUP_BY
- See Also:
- Constant Field Values
-
FROM
public static final String FROM
- See Also:
- Constant Field Values
-
LIMIT
public static final String LIMIT
- See Also:
- Constant Field Values
-
HAVING
public static final String HAVING
- See Also:
- Constant Field Values
-
FILTER
public static final String FILTER
- See Also:
- Constant Field Values
-
SELECT_LIST
public static final String SELECT_LIST
- See Also:
- Constant Field Values
-
EXPRESSION
public static final String EXPRESSION
- See Also:
- Constant Field Values
-
EXPRESSIONS
public static final String EXPRESSIONS
- See Also:
- Constant Field Values
-
LEFT
public static final String LEFT
- See Also:
- Constant Field Values
-
RIGHT
public static final String RIGHT
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
ARGUMENTS
public static final String ARGUMENTS
- See Also:
- Constant Field Values
-
DISTINCT
public static final String DISTINCT
- See Also:
- Constant Field Values
-
DATA_TYPE
public static final String DATA_TYPE
- See Also:
- Constant Field Values
-
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
-
OVERFLOW_BEHAVIOUR
public static final String OVERFLOW_BEHAVIOUR
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
TRUNCATION_TYPE
public static final String TRUNCATION_TYPE
- See Also:
- Constant Field Values
-
TRUNCATION_FILLER
public static final String TRUNCATION_FILLER
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
NUM_ARGS
public static final String NUM_ARGS
- See Also:
- Constant Field Values
-
ALIAS
public static final String ALIAS
- See Also:
- Constant Field Values
-
CONDITION
public static final String CONDITION
- See Also:
- Constant Field Values
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
TABLE_ALIAS
public static final String TABLE_ALIAS
- See Also:
- Constant Field Values
-
RETURNING_DATA_TYPE
public static final String RETURNING_DATA_TYPE
- See Also:
- Constant Field Values
-
EMPTY_BEHAVIOR
public static final String EMPTY_BEHAVIOR
- See Also:
- Constant Field Values
-
ERROR_BEHAVIOR
public static final String ERROR_BEHAVIOR
- See Also:
- Constant Field Values
-
SRID
public static final String SRID
- See Also:
- Constant Field Values
-
COLUMN_NR
public static final String COLUMN_NR
- See Also:
- Constant Field Values
-
RESULTS
public static final String RESULTS
- See Also:
- Constant Field Values
-
BASIS
public static final String BASIS
- See Also:
- Constant Field Values
-
PRECISION
public static final String PRECISION
- See Also:
- Constant Field Values
-
SCALE
public static final String SCALE
- See Also:
- Constant Field Values
-
CHARACTER_SET
public static final String CHARACTER_SET
- See Also:
- Constant Field Values
-
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
-
WITH_LOCAL_TIME_ZONE
public static final String WITH_LOCAL_TIME_ZONE
- See Also:
- Constant Field Values
-
FROM_TO
public static final String FROM_TO
- See Also:
- Constant Field Values
-
FRACTION
public static final String FRACTION
- See Also:
- Constant Field Values
-
NUM_ELEMENTS
public static final String NUM_ELEMENTS
- See Also:
- Constant Field Values
-
OFFSET
public static final String OFFSET
- See Also:
- Constant Field Values
-
ORDER_BY_ELEMENT
public static final String ORDER_BY_ELEMENT
- See Also:
- Constant Field Values
-
IS_ASCENDING
public static final String IS_ASCENDING
- See Also:
- Constant Field Values
-
NULLS_LAST
public static final String NULLS_LAST
- See Also:
- Constant Field Values
-
TYPE_CONSTRAINT
public static final String TYPE_CONSTRAINT
- See Also:
- Constant Field Values
-
KEY_UNIQUENESS_CONSTRAINT
public static final String KEY_UNIQUENESS_CONSTRAINT
- See Also:
- Constant Field Values
-
PATTERN
public static final String PATTERN
- See Also:
- Constant Field Values
-
ESCAPE_CHAR
public static final String ESCAPE_CHAR
- See Also:
- Constant Field Values
-
JOIN_TYPE
public static final String JOIN_TYPE
- See Also:
- Constant Field Values
-
TO_EXTRACT
public static final String TO_EXTRACT
- See Also:
- Constant Field Values
-
BYTE_SIZE
public static final String BYTE_SIZE
- See Also:
- Constant Field Values
-
AGGREGATION_TYPE
public static final String AGGREGATION_TYPE
- See Also:
- Constant Field Values
-
AGGREGATION_TYPE_SINGLE_GROUP
public static final String AGGREGATION_TYPE_SINGLE_GROUP
- See Also:
- Constant Field Values
-
-