Enum EExpressionType
- Namespace
- gudusoft.gsqlparser
- Assembly
- gudusoft.gsqlparser.dll
scalar expression: return a single value.
primary expressions: are the building blocks of more complex expressions.
they are literals, column reference, function call, parenthesis expr, scalar subquery,
case expr and etc.
binary expression: has two scalar expression.
unary expression: has one scalar expression.
boolean expression: evaluates to a value of the Boolean Data Type: True or False.
SQL Server
binary expression type:
arithmetic_plus_t,arithmetic_minus_t,arithmetic_times_t,
arithmetic_divide_t,arithmetic_modulo_t,
bitwise_and_t,bitwise_or_t
,bitwise_xor_t
boolean expression:
exists_t,pattern_matching_t,
in_t,
boolean comparison type:
boolean_comparison_equal_t,boolean_comparison_greaterThan_t,
boolean_comparison_lessThan_t,
boolean_comparison_greaterThanOrEqualTo_t,
boolean_comparison_lessThanOrEqualTo_t,
boolean_comparison_notEqualToBrackets_t,
boolean_comparison_notEqualToExclamation_t,
boolean_comparison_notLessThan_t,
boolean_comparison_notGreaterThan_t,
boolean_comparison_leftOuterJoin_t,
boolean_comparison_rightOuterJoin_t,
public enum EExpressionType
Fields
arithmetic_compound_operator_t = 12arithmetic_divide_t = 10arithmetic_exponentiation_t = 13arithmetic_minus_t = 8arithmetic_modulo_t = 11arithmetic_plus_t = 7arithmetic_t = 6arithmetic_times_t = 9array_access_expr_t = 123array_constructor_t = 102arrayaccess_t = 96assignment_t = 16at_local_t = 76at_time_zone_t = 75between_t = 60bitwise_and_t = 19bitwise_exclusive_or_t = 22bitwise_or_t = 20bitwise_shift_left_t = 23bitwise_shift_right_t = 24bitwise_t = 18bitwise_xor_t = 21boolean_comparison_equal_t = 28boolean_comparison_greaterThanOrEqualTo_t = 31boolean_comparison_greaterThan_t = 29boolean_comparison_leftOuterJoin_t = 37boolean_comparison_lessThanOrEqualTo_t = 32boolean_comparison_lessThan_t = 30boolean_comparison_notEqualToBrackets_t = 33boolean_comparison_notEqualToExclamation_t = 34boolean_comparison_notGreaterThan_t = 36boolean_comparison_notLessThan_t = 35boolean_comparison_rightOuterJoin_t = 38case_t = 55collate_t = 91collection_constructor_list_t = 115collection_constructor_multiset_t = 114collection_constructor_set_t = 113concatenate_t = 15contains_t = 135cursor_t = 57datetime_t = 106day_to_second_t = 77exists_t = 61exponentiate_t = 26field_access_t = 124fieldselection_t = 101floating_point_t = 64function_t = 56group_comparison_t = 39group_t = 71hive_variable_t = 125in_t = 70interval_t = 107is_a_set_t = 137is_distinct_from_t = 87is_document_t = 86is_false_t = 89is_of_type_t = 72is_t = 69is_true_t = 90is_unknown_t = 88json_all_exist = 134json_any_exist = 133json_exist = 132json_get_object = 128json_get_object_at_path = 129json_get_text = 126json_get_text_at_path = 127json_left_contain = 130json_right_contain = 131left_join_t = 92left_shift_t = 98list_t = 17logical_and_t = 65logical_not_t = 68logical_or_t = 66logical_t = 40logical_xor_t = 67member_of_t = 104model_t = 108multiset_except_distinct_t = 122multiset_except_t = 121multiset_intersect_distinct_t = 119multiset_intersect_t = 118multiset_t = 100multiset_union_all_t = 120multiset_union_distinct_t = 117multiset_union_t = 116new_structured_type_t = 79new_variant_type_t = 80next_value_for_t = 105not_initialized_yet_t = 0expression type not set yet.
null_t = 59object_access_t = 109parenthesis_t = 14pattern_matching_t = 62period_ldiff_t = 81period_p_intersect_t = 83period_p_normalize_t = 84period_rdiff_t = 82place_holder_t = 63power_t = 74range_t = 73ref_arrow_t = 94removed_t = 2right_join_t = 93right_shift_t = 99row_constructor_t = 103scope_resolution_t = 25simple_comparison_t = 27simple_constant_t = 5simple_object_name_t = 4simple_source_token_t = 3sqlserver_proprietary_column_alias_t = 97subquery_t = 58type_constructor_t = 110typecast_t = 95unary_absolutevalue_t = 50unary_binary_operator_t = 54unary_bitwise_not_t = 51unary_connect_by_root_t = 45unary_cuberoot_t = 48unary_factorial_t = 46unary_factorialprefix_t = 49unary_left_unknown_t = 52unary_minus_t = 43unary_plus_t = 42unary_prior_t = 44unary_right_unknown_t = 53unary_squareroot_t = 47unary_t = 41units_t = 112unknown_t = 1until_changed_t = 85xml_method_t = 136xml_t = 111year_to_month_t = 78