Interface IMessage


public interface IMessage
Interface contains error message for ql language validation
  • Field Details

    • INSTANCE

      static final IMessage INSTANCE
  • Method Details

    • wrong_type_parameter__0__expected__1__type

      String wrong_type_parameter__0__expected__1__type(String wrongType, String expectedType)
    • proposal_into_can_be_used_only_in_main_query

      String proposal_into_can_be_used_only_in_main_query(String sectionName)
    • expected_literal_string

      String expected_literal_string()
    • expected_literal_number

      String expected_literal_number()
    • expected_literal_date

      String expected_literal_date()
    • lenght_of_expression_should_be_equal_one

      String lenght_of_expression_should_be_equal_one()
    • table_with_name__0__not_found

      String table_with_name__0__not_found(String tableName)
    • table_with_name__0__not_found_in_source

      String table_with_name__0__not_found_in_source(String tableName)
    • temp_table_with_name__0__not_found

      String temp_table_with_name__0__not_found(String tableName)
    • expected_alias

      String expected_alias()
    • duplicate_alias

      String duplicate_alias()
    • field__0__not_found

      String field__0__not_found(String fieldName)
    • can_not_reference_to_nested_table

      String can_not_reference_to_nested_table()
    • not_allowed_use_nested_table_in_totals

      String not_allowed_use_nested_table_in_totals()
    • unknown_field_for_write_result

      String unknown_field_for_write_result()
    • if_union_was_used_fields_from__order_by__must_be_in_select_fields

      String if_union_was_used_fields_from__order_by__must_be_in_select_fields(String operatorName, String sectionName)
    • preferable_use_alias_in__order__section

      String preferable_use_alias_in__order__section(String sectionName)
    • different_number_of_fields_in_union_select_query

      String different_number_of_fields_in_union_select_query()
    • In__FOR_UPDATE__only_allowed_use_not_nested_tables_from__FROM__section

      String In__FOR_UPDATE__only_allowed_use_not_nested_tables_from__FROM__section(String sectionForUpdateName, String sectionFromName)
    • In__FOR_UPDATE__not_allowed_use_nested_query_from__FROM__section

      String In__FOR_UPDATE__not_allowed_use_nested_query_from__FROM__section(String sectionForUpdateName, String sectionFromName)
    • not_allowed_use__TOTALS__in_nested_query

      String not_allowed_use__TOTALS__in_nested_query(String sectionName)
    • not_allowed_use_hierarchy_sorting_in_query_with_totals

      String not_allowed_use_hierarchy_sorting_in_query_with_totals()
    • not_allowed_union_table_field_and_simple_field

      String not_allowed_union_table_field_and_simple_field()
    • not_allowed_union_nested_table_with_different_number_of_fields

      String not_allowed_union_nested_table_with_different_number_of_fields()
    • not_allowed_nested_aggregate_function

      String not_allowed_nested_aggregate_function()
    • devision_by_zero

      String devision_by_zero()
    • in__IN_EXPRESSION__number_of_operands_left_and_right_part_must_be_equal

      String in__IN_EXPRESSION__number_of_operands_left_and_right_part_must_be_equal(String sectionName)
    • not_allowed_compound_type_in_nested_query_in__IN_EXPRESSION

      String not_allowed_compound_type_in_nested_query_in__IN_EXPRESSION(String sectionName)
    • unlimited_type_in_select_fields_with_section__GROUP_BY

      String unlimited_type_in_select_fields_with_section__GROUP_BY(String sectionName)
    • not_allowed_use_nested_table_with__DISTINCT

      String not_allowed_use_nested_table_with__DISTINCT(String keyword)
    • not_allowed_use_unlimited_type_with_DISTINCT

      String not_allowed_use_unlimited_type_with_DISTINCT(String keyword)
    • not_allowed_nested_query_in_aggregate_function

      String not_allowed_nested_query_in_aggregate_function()
    • not_allowed__IN_HIERARCHY_EXPRESSION__in_aggregate_function

      String not_allowed__IN_HIERARCHY_EXPRESSION__in_aggregate_function(String expressionName)
    • not_allowed_use__IN_HIERARCHY_EXPRESSION__in__GROUP_BY__expression

      String not_allowed_use__IN_HIERARCHY_EXPRESSION__in__GROUP_BY__expression(String expressionName, String sectionName)
    • not_allowed_use_nested_table_in__GROUP_BY__expression

      String not_allowed_use_nested_table_in__GROUP_BY__expression(String sectionName)
    • if_distinct_was_used_fields_from__order_by__must_be_in_select_fields

      String if_distinct_was_used_fields_from__order_by__must_be_in_select_fields(String sectionName)
    • too_long_length_descriptor

      String too_long_length_descriptor()
    • temp_table_with_name__0__already_exists

      String temp_table_with_name__0__already_exists(String tableName)
    • not_allowed_use__TOTALS__in_temp_table

      String not_allowed_use__TOTALS__in_temp_table(String sectionName)
    • not_allowed_use__AUTOORDER__in_temp_table

      String not_allowed_use__AUTOORDER__in_temp_table(String keyword)
    • not_allowed_use__ORDER_BY__without__TOP__in_temp_table

      String not_allowed_use__ORDER_BY__without__TOP__in_temp_table(String sectionName, String keyword)
    • not_allowed_use_nested_table_in_temp_table

      String not_allowed_use_nested_table_in_temp_table()
    • preferable_use_alias_in__name__section

      String preferable_use_alias_in__name__section(String sectionName)
    • fields_from__section_name__must_be_in_select_fields

      String fields_from__section_name__must_be_in_select_fields(String sectionName)
    • not_allowed_compound_type_in__index__expression

      String not_allowed_compound_type_in__index__expression(String sectionName)
    • not_allowed_not_fix_type_in__index__expression

      String not_allowed_not_fix_type_in__index__expression(String sectionName)
    • not_allowed_use__ORDER_BY__in_nested_query_without__TOP

      String not_allowed_use__ORDER_BY__in_nested_query_without__TOP(String sectionName, String keyword)
    • not_allowed_use__AUTOORDER__in_nested_query

      String not_allowed_use__AUTOORDER__in_nested_query(String sectionName)
    • period_begin_more_or_equal_than_period_end

      String period_begin_more_or_equal_than_period_end()
    • fractional_expression_does_not_make_sense

      String fractional_expression_does_not_make_sense()
    • expression_always_equal__0

      String expression_always_equal__0()
    • year_is_a_number_between__0__and__1

      String year_is_a_number_between__0__and__1(String lower, String upper)
    • mounth_is_a_number_between__0__and__1

      String mounth_is_a_number_between__0__and__1(String lower, String upper)
    • day_is_a_number_between__0__and__1

      String day_is_a_number_between__0__and__1(String lower, String upper)
    • minute_is_a_number_between__0__and__1

      String minute_is_a_number_between__0__and__1(String lower, String upper)
    • hour_is_a_number_between__0__and__1

      String hour_is_a_number_between__0__and__1(String lower, String upper)
    • second_is_a_number_between__0__and__1

      String second_is_a_number_between__0__and__1(String lower, String upper)
    • not_allowed__DISTINCT__in_function_expression_of_this_type

      String not_allowed__DISTINCT__in_function_expression_of_this_type(String keyword)
    • not_allowed_alias_for_expression_with_star

      String not_allowed_alias_for_expression_with_star()
    • undefined_type

      String undefined_type()
    • exceeded_the_number_of_function_parameters

      String exceeded_the_number_of_function_parameters()
    • exceeded_the_number_of_table_parameters

      String exceeded_the_number_of_table_parameters()
    • lacks_the_function_parameters

      String lacks_the_function_parameters()
    • wrong_type_of_period

      String wrong_type_of_period()
    • wrong_parameters

      String wrong_parameters()
    • not_allowed_use_not_fix_type

      String not_allowed_use_not_fix_type()
    • incompatible_type__0

      String incompatible_type__0(String typeName)
    • not_allowed_star_expression_with__DISTINCT__in_function_expression_of_this_type

      String not_allowed_star_expression_with__DISTINCT__in_function_expression_of_this_type(String keyword)
    • not_allowed_use_outer_table_with_section__FROM

      String not_allowed_use_outer_table_with_section__FROM(String sectionName)
    • not_allowed_group_by_nested_and_not_nested_field

      String not_allowed_group_by_nested_and_not_nested_field()
    • not_allowed_selected_more_than_one_nested_table_with_group_by_section

      String not_allowed_selected_more_than_one_nested_table_with_group_by_section(String sectionName)
    • expression_must_be_in_select_fields

      String expression_must_be_in_select_fields()
    • field_must_be_in__GROUP_BY__section

      String field_must_be_in__GROUP_BY__section(String sectionName)
    • not_allowed_set_parameters_for_non_virtual_table

      String not_allowed_set_parameters_for_non_virtual_table()
    • table_can_not_be_select_s_field

      String table_can_not_be_select_s_field()
    • incompatible_types_in_unuion_field

      String incompatible_types_in_unuion_field()
    • number_in__ORDER_BY__must_be_between_1_and__0

      String number_in__ORDER_BY__must_be_between_1_and__0(String sectionName, String number)
    • number_in__INDEX_BY__must_be_between_1_and__0

      String number_in__INDEX_BY__must_be_between_1_and__0(String sectionName, String number)
    • not_allowed_compute__TOTALS__by_nested_table

      String not_allowed_compute__TOTALS__by_nested_table(String sectionName)
    • not_allowed_compute__TOTALS__by_virtual_field

      String not_allowed_compute__TOTALS__by_virtual_field(String sectionName)
    • not_allowed_call_nested_table_through_compound_field

      String not_allowed_call_nested_table_through_compound_field()
    • unknown_presentation_value_of__VALUE

      String unknown_presentation_value_of__VALUE(String keyword)
    • lenght_of_number_must_be_more_than_precision

      String lenght_of_number_must_be_more_than_precision()
    • number_wiht_length_0_do_not_make_sence

      String number_wiht_length_0_do_not_make_sence()
    • not_allowed_nested_presentation_function

      String not_allowed_nested_presentation_function()
    • not_allowed_negative_expression

      String not_allowed_negative_expression()
    • out_of_range

      String out_of_range()
    • zero_value_does_not_make_sense

      String zero_value_does_not_make_sense()
    • casting_type_was_not_found_in_compound_type

      String casting_type_was_not_found_in_compound_type()
    • field_from_different_nested_table

      String field_from_different_nested_table()
    • not_allowed_use__INDEX_BY__without_section__INTO

      String not_allowed_use__INDEX_BY__without_section__INTO(String indexBySection, String intoSectionName)
    • not_allowed_select_all_fields_from_empty_table

      String not_allowed_select_all_fields_from_empty_table()
    • only_alias_is_allowed

      String only_alias_is_allowed()
    • duplicate_expression

      String duplicate_expression()
    • the_same_expressions_have_different_type_sorting

      String the_same_expressions_have_different_type_sorting()
    • only_temp_table_allowed_drop

      String only_temp_table_allowed_drop()
    • add_new_string_allowed_only_to_temp_table

      String add_new_string_allowed_only_to_temp_table()
    • compound_type

      String compound_type()
    • arbitrary_type

      String arbitrary_type()
    • not_allowed_use_accumulation_resource_field_in_virtual_table_parameters

      String not_allowed_use_accumulation_resource_field_in_virtual_table_parameters()
    • possible_wrong_use_of_parameter

      String possible_wrong_use_of_parameter()
    • wrong_number_literal

      String wrong_number_literal()
    • parameters_using_as_expression_with_different_types

      String parameters_using_as_expression_with_different_types(String types)
    • expected_logical_expression

      String expected_logical_expression()
    • not_allowed_use_temp_table_nested_table_table_of_parameter_in_for_update

      String not_allowed_use_temp_table_nested_table_table_of_parameter_in_for_update(String sectionName)
    • ambiguous_field

      String ambiguous_field()
    • not_allowed_aggregate_function_in_where_section

      String not_allowed_aggregate_function_in_where_section(String sectionName)
    • not_allowed_use_dot_in_alias

      String not_allowed_use_dot_in_alias()
    • unknown_predefined_value

      String unknown_predefined_value()
    • expected_date_expression

      String expected_date_expression()
    • total_field_must_be_in_total_groups_or_in_aggregate_function

      String total_field_must_be_in_total_groups_or_in_aggregate_function()
    • error_using_null_literal

      String error_using_null_literal()
    • not_allowed_use__INTO__in_nested_query

      String not_allowed_use__INTO__in_nested_query(String keyword)
    • not_allowed_star_expression_in_this_context

      String not_allowed_star_expression_in_this_context()
    • expected_name_of_table_field

      String expected_name_of_table_field()
    • wrong_compound_type

      String wrong_compound_type()
    • only_one_segment_allowed_in_table_name

      String only_one_segment_allowed_in_table_name()
    • derivatives_of_compound_fields_cannot_be_in_expression_not_containes_in_GROUP_BY__section

      String derivatives_of_compound_fields_cannot_be_in_expression_not_containes_in_GROUP_BY__section(String sectionName)
    • expression_is_not_allowed_in_this_context

      String expression_is_not_allowed_in_this_context()
    • not_allowed_query_part

      String not_allowed_query_part(String sectionName)
    • function_allowed_only_in_temp_table_query

      String function_allowed_only_in_temp_table_query()
    • function_allowed_in_query_without_union

      String function_allowed_in_query_without_union()
    • funcion_can_be_used_as_selected_field

      String funcion_can_be_used_as_selected_field()
    • not_allowed_use_function_in_expression

      String not_allowed_use_function_in_expression()
    • expected_query_text

      String expected_query_text()
    • external_data_source__0__not_found

      String external_data_source__0__not_found(String name)
    • keyword_select_allowed_not_in_first_query

      String keyword_select_allowed_not_in_first_query(String sectionName)
    • number_fields_not_match_with_temp_table_0_1

      String number_fields_not_match_with_temp_table_0_1(int expected, int actual)
    • field_types_not_match_with_temp_table_field_types

      String field_types_not_match_with_temp_table_field_types(String expected, String actual)