Package org.dhatim.sql.lang
Interface PSQLParserListener
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
- All Known Implementing Classes:
PSQLParserBaseListener
public interface PSQLParserListener
extends org.antlr.v4.runtime.tree.ParseTreeListener
This interface defines a complete listener for a parse tree produced by
PSQLParser.-
Method Summary
Modifier and TypeMethodDescriptionvoidEnter a parse tree produced byPSQLParser.aggregate_function().voidEnter a parse tree produced byPSQLParser.all().voidEnter a parse tree produced byPSQLParser.and_predicate().voidEnter a parse tree produced byPSQLParser.approximate_numeric_type().voidEnter a parse tree produced byPSQLParser.array_dim().voidEnter a parse tree produced byPSQLParser.array_expression().voidEnter a parse tree produced byPSQLParser.array_literal_constructor().voidEnter a parse tree produced byPSQLParser.array_type().voidEnter a parse tree produced byPSQLParser.as_clause().voidEnter a parse tree produced byPSQLParser.between_predicate().voidEnter a parse tree produced byPSQLParser.between_predicate_part_2().voidEnter a parse tree produced byPSQLParser.binary_large_object_string_type().voidEnter a parse tree produced byPSQLParser.binary_type().voidEnter a parse tree produced byPSQLParser.bit_type().voidEnter a parse tree produced byPSQLParser.boolean_factor().voidEnter a parse tree produced byPSQLParser.boolean_literal().voidEnter a parse tree produced byPSQLParser.boolean_predicand().voidEnter a parse tree produced byPSQLParser.boolean_primary().voidEnter a parse tree produced byPSQLParser.boolean_test().voidEnter a parse tree produced byPSQLParser.boolean_type().voidEnter a parse tree produced byPSQLParser.boolean_value_expression().voidEnter a parse tree produced byPSQLParser.case_abbreviation().voidEnter a parse tree produced byPSQLParser.case_expression().voidEnter a parse tree produced byPSQLParser.case_specification().voidEnter a parse tree produced byPSQLParser.cast_operand().voidEnter a parse tree produced byPSQLParser.cast_specification().voidEnter a parse tree produced byPSQLParser.cast_target().voidenterCasted_literal_string_array_expression(PSQLParser.Casted_literal_string_array_expressionContext ctx) Enter a parse tree produced byPSQLParser.casted_literal_string_array_expression().voidEnter a parse tree produced byPSQLParser.casted_value_expression_primary().voidEnter a parse tree produced byPSQLParser.character_factor().voidEnter a parse tree produced byPSQLParser.character_primary().voidEnter a parse tree produced byPSQLParser.character_string_type().voidEnter a parse tree produced byPSQLParser.character_value_expression().voidEnter a parse tree produced byPSQLParser.column_name_list().voidEnter a parse tree produced byPSQLParser.column_partitions().voidEnter a parse tree produced byPSQLParser.column_reference().voidEnter a parse tree produced byPSQLParser.column_reference_list().voidEnter a parse tree produced byPSQLParser.common_value_expression().voidEnter a parse tree produced byPSQLParser.comp_op().voidEnter a parse tree produced byPSQLParser.comparison_predicate().voidEnter a parse tree produced byPSQLParser.create_table_statement().voidEnter a parse tree produced byPSQLParser.cross_join().voidEnter a parse tree produced byPSQLParser.cte_expression().voidEnter a parse tree produced byPSQLParser.cte_expression_body().voidEnter a parse tree produced byPSQLParser.cte_name().voidEnter a parse tree produced byPSQLParser.cte_primary().voidEnter a parse tree produced byPSQLParser.cte_query().voidEnter a parse tree produced byPSQLParser.cube_list().voidEnter a parse tree produced byPSQLParser.data_change_statement().voidEnter a parse tree produced byPSQLParser.data_statement().voidEnter a parse tree produced byPSQLParser.data_type().voidEnter a parse tree produced byPSQLParser.date_literal().voidEnter a parse tree produced byPSQLParser.datetime_literal().voidEnter a parse tree produced byPSQLParser.datetime_type().voidEnter a parse tree produced byPSQLParser.derived_column().voidEnter a parse tree produced byPSQLParser.derived_table().voidEnter a parse tree produced byPSQLParser.drop_table_statement().voidEnter a parse tree produced byPSQLParser.else_clause().voidEnter a parse tree produced byPSQLParser.empty_grouping_set().voidEnter a parse tree produced byPSQLParser.exact_numeric_type().voidEnter a parse tree produced byPSQLParser.exists_predicate().voidEnter a parse tree produced byPSQLParser.explicit_row_value_constructor().voidEnter a parse tree produced byPSQLParser.explicit_table().voidEnter a parse tree produced byPSQLParser.extended_datetime_field().voidEnter a parse tree produced byPSQLParser.extract_expression().voidEnter a parse tree produced byPSQLParser.extract_field().voidEnter a parse tree produced byPSQLParser.extract_source().voidEnter a parse tree produced byPSQLParser.factor().voidEnter a parse tree produced byPSQLParser.field_element().voidEnter a parse tree produced byPSQLParser.field_type().voidEnter a parse tree produced byPSQLParser.filter_clause().voidEnter a parse tree produced byPSQLParser.frame_bound().voidEnter a parse tree produced byPSQLParser.frame_clause().voidEnter a parse tree produced byPSQLParser.frame_end().voidEnter a parse tree produced byPSQLParser.frame_start().voidEnter a parse tree produced byPSQLParser.frame_type().voidEnter a parse tree produced byPSQLParser.frame_value().voidEnter a parse tree produced byPSQLParser.from_clause().voidEnter a parse tree produced byPSQLParser.function_name().voidEnter a parse tree produced byPSQLParser.function_names_for_reserved_words().voidEnter a parse tree produced byPSQLParser.general_literal().voidEnter a parse tree produced byPSQLParser.general_set_function().voidEnter a parse tree produced byPSQLParser.groupby_clause().voidEnter a parse tree produced byPSQLParser.grouping_element().voidEnter a parse tree produced byPSQLParser.grouping_element_list().voidEnter a parse tree produced byPSQLParser.grouping_operation().voidEnter a parse tree produced byPSQLParser.hash_partitions().voidEnter a parse tree produced byPSQLParser.hash_partitions_by_quantity().voidEnter a parse tree produced byPSQLParser.having_clause().voidEnter a parse tree produced byPSQLParser.identifier().voidEnter a parse tree produced byPSQLParser.in_predicate().voidEnter a parse tree produced byPSQLParser.in_predicate_value().voidEnter a parse tree produced byPSQLParser.in_value_list().voidEnter a parse tree produced byPSQLParser.index_statement().voidEnter a parse tree produced byPSQLParser.individual_hash_partition().voidEnter a parse tree produced byPSQLParser.individual_hash_partitions().voidEnter a parse tree produced byPSQLParser.insert_statement().voidEnter a parse tree produced byPSQLParser.interval_literal().voidEnter a parse tree produced byPSQLParser.is_clause().voidEnter a parse tree produced byPSQLParser.join_condition().voidEnter a parse tree produced byPSQLParser.join_specification().voidEnter a parse tree produced byPSQLParser.join_type().voidEnter a parse tree produced byPSQLParser.joined_table().voidEnter a parse tree produced byPSQLParser.joined_table_primary().voidEnter a parse tree produced byPSQLParser.json_type().voidEnter a parse tree produced byPSQLParser.limit_clause().voidEnter a parse tree produced byPSQLParser.list_partitions().voidEnter a parse tree produced byPSQLParser.list_value_clause_list().voidEnter a parse tree produced byPSQLParser.list_value_partition().voidEnter a parse tree produced byPSQLParser.literal_string_array_expression().voidEnter a parse tree produced byPSQLParser.method_specifier().voidEnter a parse tree produced byPSQLParser.named_columns_join().voidEnter a parse tree produced byPSQLParser.national_character_string_type().voidEnter a parse tree produced byPSQLParser.natural_join().voidEnter a parse tree produced byPSQLParser.negativable_matcher().voidEnter a parse tree produced byPSQLParser.network_type().voidenterNon_casted_literal_string_array_expression(PSQLParser.Non_casted_literal_string_array_expressionContext ctx) Enter a parse tree produced byPSQLParser.non_casted_literal_string_array_expression().voidEnter a parse tree produced byPSQLParser.non_join_query_expression().voidEnter a parse tree produced byPSQLParser.non_join_query_primary().voidEnter a parse tree produced byPSQLParser.non_join_query_term().voidEnter a parse tree produced byPSQLParser.non_second_primary_datetime_field().voidenterNonparenthesized_value_expression_primary(PSQLParser.Nonparenthesized_value_expression_primaryContext ctx) Enter a parse tree produced byPSQLParser.nonparenthesized_value_expression_primary().voidEnter a parse tree produced byPSQLParser.nonreserved_keywords().voidEnter a parse tree produced byPSQLParser.null_casted_value_expression().voidEnter a parse tree produced byPSQLParser.null_ordering().voidEnter a parse tree produced byPSQLParser.null_predicate().voidEnter a parse tree produced byPSQLParser.null_value_expression().voidEnter a parse tree produced byPSQLParser.numeric_primary().voidEnter a parse tree produced byPSQLParser.numeric_type().voidEnter a parse tree produced byPSQLParser.numeric_value_expression().voidEnter a parse tree produced byPSQLParser.numeric_value_function().voidEnter a parse tree produced byPSQLParser.or_predicate().voidEnter a parse tree produced byPSQLParser.order_specification().voidEnter a parse tree produced byPSQLParser.orderby_clause().voidEnter a parse tree produced byPSQLParser.ordinary_grouping_set().voidEnter a parse tree produced byPSQLParser.ordinary_grouping_set_list().voidEnter a parse tree produced byPSQLParser.outer_join_type().voidEnter a parse tree produced byPSQLParser.outer_join_type_part2().voidEnter a parse tree produced byPSQLParser.over_clause().voidEnter a parse tree produced byPSQLParser.overlaps_endpoint().voidenterOverlaps_nonparenthesized_value_expression_primary(PSQLParser.Overlaps_nonparenthesized_value_expression_primaryContext ctx) Enter a parse tree produced byPSQLParser.overlaps_nonparenthesized_value_expression_primary().voidEnter a parse tree produced byPSQLParser.overlaps_predicate().voidEnter a parse tree produced byPSQLParser.param().voidEnter a parse tree produced byPSQLParser.param_clause().voidenterParenthesized_boolean_value_expression(PSQLParser.Parenthesized_boolean_value_expressionContext ctx) Enter a parse tree produced byPSQLParser.parenthesized_boolean_value_expression().voidEnter a parse tree produced byPSQLParser.parenthesized_value_expression().voidEnter a parse tree produced byPSQLParser.partition_clause().voidEnter a parse tree produced byPSQLParser.partition_list().voidEnter a parse tree produced byPSQLParser.partition_name().voidEnter a parse tree produced byPSQLParser.pattern_matcher().voidEnter a parse tree produced byPSQLParser.pattern_matching_predicate().voidEnter a parse tree produced byPSQLParser.position_invocation().voidEnter a parse tree produced byPSQLParser.precision_param().voidEnter a parse tree produced byPSQLParser.predefined_type().voidEnter a parse tree produced byPSQLParser.predicate().voidEnter a parse tree produced byPSQLParser.primary_datetime_field().voidEnter a parse tree produced byPSQLParser.qualified_asterisk().voidEnter a parse tree produced byPSQLParser.qualified_join().voidEnter a parse tree produced byPSQLParser.quantified_comparison_predicate().voidEnter a parse tree produced byPSQLParser.quantifier().voidEnter a parse tree produced byPSQLParser.query_expression().voidEnter a parse tree produced byPSQLParser.query_expression_body().voidEnter a parse tree produced byPSQLParser.query_primary().voidEnter a parse tree produced byPSQLParser.query_specification().voidEnter a parse tree produced byPSQLParser.query_term().voidEnter a parse tree produced byPSQLParser.range_partitions().voidEnter a parse tree produced byPSQLParser.range_value_clause().voidEnter a parse tree produced byPSQLParser.range_value_clause_list().voidEnter a parse tree produced byPSQLParser.regex_matcher().voidEnter a parse tree produced byPSQLParser.result().voidEnter a parse tree produced byPSQLParser.rollup_list().voidEnter a parse tree produced byPSQLParser.routine_invocation().voidEnter a parse tree produced byPSQLParser.row_subquery().voidEnter a parse tree produced byPSQLParser.row_value_constructor().voidEnter a parse tree produced byPSQLParser.row_value_constructor_predicand().voidEnter a parse tree produced byPSQLParser.row_value_element().voidEnter a parse tree produced byPSQLParser.row_value_expression().voidEnter a parse tree produced byPSQLParser.row_value_predicand().voidEnter a parse tree produced byPSQLParser.row_value_predicand_list().voidEnter a parse tree produced byPSQLParser.row_value_special_case().voidEnter a parse tree produced byPSQLParser.scalar_subquery().voidEnter a parse tree produced byPSQLParser.schema_statement().voidEnter a parse tree produced byPSQLParser.search_condition().voidEnter a parse tree produced byPSQLParser.searched_case().voidEnter a parse tree produced byPSQLParser.searched_when_clause().voidEnter a parse tree produced byPSQLParser.select_list().voidEnter a parse tree produced byPSQLParser.select_sublist().voidEnter a parse tree produced byPSQLParser.set_function_specification().voidEnter a parse tree produced byPSQLParser.set_function_type().voidEnter a parse tree produced byPSQLParser.set_qualifier().voidEnter a parse tree produced byPSQLParser.sign().voidEnter a parse tree produced byPSQLParser.signed_numerical_literal().voidEnter a parse tree produced byPSQLParser.simple_case().voidEnter a parse tree produced byPSQLParser.simple_table().voidEnter a parse tree produced byPSQLParser.simple_when_clause().voidEnter a parse tree produced byPSQLParser.some().voidEnter a parse tree produced byPSQLParser.sort_specifier().voidEnter a parse tree produced byPSQLParser.sort_specifier_list().voidEnter a parse tree produced byPSQLParser.sql().voidEnter a parse tree produced byPSQLParser.sql_argument_list().voidEnter a parse tree produced byPSQLParser.statement().voidEnter a parse tree produced byPSQLParser.string_expression().voidEnter a parse tree produced byPSQLParser.string_value_expression().voidEnter a parse tree produced byPSQLParser.string_value_function().voidEnter a parse tree produced byPSQLParser.subquery().voidEnter a parse tree produced byPSQLParser.subquery_or_array().voidEnter a parse tree produced byPSQLParser.table_elements().voidEnter a parse tree produced byPSQLParser.table_expression().voidEnter a parse tree produced byPSQLParser.table_name().voidEnter a parse tree produced byPSQLParser.table_or_query_name().voidEnter a parse tree produced byPSQLParser.table_partitioning_clauses().voidEnter a parse tree produced byPSQLParser.table_primary().voidEnter a parse tree produced byPSQLParser.table_reference().voidEnter a parse tree produced byPSQLParser.table_reference_list().voidEnter a parse tree produced byPSQLParser.table_space_name().voidEnter a parse tree produced byPSQLParser.table_space_specifier().voidEnter a parse tree produced byPSQLParser.table_subquery().voidEnter a parse tree produced byPSQLParser.term().voidEnter a parse tree produced byPSQLParser.time_literal().voidEnter a parse tree produced byPSQLParser.time_zone_field().voidEnter a parse tree produced byPSQLParser.timestamp_literal().voidEnter a parse tree produced byPSQLParser.trim_function().voidEnter a parse tree produced byPSQLParser.trim_operands().voidEnter a parse tree produced byPSQLParser.trim_specification().voidEnter a parse tree produced byPSQLParser.truth_value().voidEnter a parse tree produced byPSQLParser.type_length().voidEnter a parse tree produced byPSQLParser.union_join().voidEnter a parse tree produced byPSQLParser.unique_predicate().voidEnter a parse tree produced byPSQLParser.unsigned_integer_numeric_literal().voidEnter a parse tree produced byPSQLParser.unsigned_literal().voidEnter a parse tree produced byPSQLParser.unsigned_numeric_literal().voidEnter a parse tree produced byPSQLParser.unsigned_real_numeric_literal().voidEnter a parse tree produced byPSQLParser.unsigned_value_specification().voidEnter a parse tree produced byPSQLParser.uuid_literal().voidEnter a parse tree produced byPSQLParser.uuid_type().voidEnter a parse tree produced byPSQLParser.value_expression().voidEnter a parse tree produced byPSQLParser.value_expression_primary().voidEnter a parse tree produced byPSQLParser.where_clause().voidEnter a parse tree produced byPSQLParser.window_clause().voidEnter a parse tree produced byPSQLParser.window_definition().voidEnter a parse tree produced byPSQLParser.window_element().voidEnter a parse tree produced byPSQLParser.window_element_list().voidEnter a parse tree produced byPSQLParser.window_function_argument_list().voidEnter a parse tree produced byPSQLParser.window_function_invocation().voidEnter a parse tree produced byPSQLParser.window_name().voidEnter a parse tree produced byPSQLParser.window_value_expression().voidExit a parse tree produced byPSQLParser.aggregate_function().voidExit a parse tree produced byPSQLParser.all().voidExit a parse tree produced byPSQLParser.and_predicate().voidExit a parse tree produced byPSQLParser.approximate_numeric_type().voidExit a parse tree produced byPSQLParser.array_dim().voidExit a parse tree produced byPSQLParser.array_expression().voidExit a parse tree produced byPSQLParser.array_literal_constructor().voidExit a parse tree produced byPSQLParser.array_type().voidExit a parse tree produced byPSQLParser.as_clause().voidExit a parse tree produced byPSQLParser.between_predicate().voidExit a parse tree produced byPSQLParser.between_predicate_part_2().voidExit a parse tree produced byPSQLParser.binary_large_object_string_type().voidExit a parse tree produced byPSQLParser.binary_type().voidExit a parse tree produced byPSQLParser.bit_type().voidExit a parse tree produced byPSQLParser.boolean_factor().voidExit a parse tree produced byPSQLParser.boolean_literal().voidExit a parse tree produced byPSQLParser.boolean_predicand().voidExit a parse tree produced byPSQLParser.boolean_primary().voidExit a parse tree produced byPSQLParser.boolean_test().voidExit a parse tree produced byPSQLParser.boolean_type().voidExit a parse tree produced byPSQLParser.boolean_value_expression().voidExit a parse tree produced byPSQLParser.case_abbreviation().voidExit a parse tree produced byPSQLParser.case_expression().voidExit a parse tree produced byPSQLParser.case_specification().voidExit a parse tree produced byPSQLParser.cast_operand().voidExit a parse tree produced byPSQLParser.cast_specification().voidExit a parse tree produced byPSQLParser.cast_target().voidexitCasted_literal_string_array_expression(PSQLParser.Casted_literal_string_array_expressionContext ctx) Exit a parse tree produced byPSQLParser.casted_literal_string_array_expression().voidExit a parse tree produced byPSQLParser.casted_value_expression_primary().voidExit a parse tree produced byPSQLParser.character_factor().voidExit a parse tree produced byPSQLParser.character_primary().voidExit a parse tree produced byPSQLParser.character_string_type().voidExit a parse tree produced byPSQLParser.character_value_expression().voidExit a parse tree produced byPSQLParser.column_name_list().voidExit a parse tree produced byPSQLParser.column_partitions().voidExit a parse tree produced byPSQLParser.column_reference().voidExit a parse tree produced byPSQLParser.column_reference_list().voidExit a parse tree produced byPSQLParser.common_value_expression().voidExit a parse tree produced byPSQLParser.comp_op().voidExit a parse tree produced byPSQLParser.comparison_predicate().voidExit a parse tree produced byPSQLParser.create_table_statement().voidExit a parse tree produced byPSQLParser.cross_join().voidExit a parse tree produced byPSQLParser.cte_expression().voidExit a parse tree produced byPSQLParser.cte_expression_body().voidExit a parse tree produced byPSQLParser.cte_name().voidExit a parse tree produced byPSQLParser.cte_primary().voidExit a parse tree produced byPSQLParser.cte_query().voidExit a parse tree produced byPSQLParser.cube_list().voidExit a parse tree produced byPSQLParser.data_change_statement().voidExit a parse tree produced byPSQLParser.data_statement().voidExit a parse tree produced byPSQLParser.data_type().voidExit a parse tree produced byPSQLParser.date_literal().voidExit a parse tree produced byPSQLParser.datetime_literal().voidExit a parse tree produced byPSQLParser.datetime_type().voidExit a parse tree produced byPSQLParser.derived_column().voidExit a parse tree produced byPSQLParser.derived_table().voidExit a parse tree produced byPSQLParser.drop_table_statement().voidExit a parse tree produced byPSQLParser.else_clause().voidExit a parse tree produced byPSQLParser.empty_grouping_set().voidExit a parse tree produced byPSQLParser.exact_numeric_type().voidExit a parse tree produced byPSQLParser.exists_predicate().voidExit a parse tree produced byPSQLParser.explicit_row_value_constructor().voidExit a parse tree produced byPSQLParser.explicit_table().voidExit a parse tree produced byPSQLParser.extended_datetime_field().voidExit a parse tree produced byPSQLParser.extract_expression().voidExit a parse tree produced byPSQLParser.extract_field().voidExit a parse tree produced byPSQLParser.extract_source().voidExit a parse tree produced byPSQLParser.factor().voidExit a parse tree produced byPSQLParser.field_element().voidExit a parse tree produced byPSQLParser.field_type().voidExit a parse tree produced byPSQLParser.filter_clause().voidExit a parse tree produced byPSQLParser.frame_bound().voidExit a parse tree produced byPSQLParser.frame_clause().voidExit a parse tree produced byPSQLParser.frame_end().voidExit a parse tree produced byPSQLParser.frame_start().voidExit a parse tree produced byPSQLParser.frame_type().voidExit a parse tree produced byPSQLParser.frame_value().voidExit a parse tree produced byPSQLParser.from_clause().voidExit a parse tree produced byPSQLParser.function_name().voidExit a parse tree produced byPSQLParser.function_names_for_reserved_words().voidExit a parse tree produced byPSQLParser.general_literal().voidExit a parse tree produced byPSQLParser.general_set_function().voidExit a parse tree produced byPSQLParser.groupby_clause().voidExit a parse tree produced byPSQLParser.grouping_element().voidExit a parse tree produced byPSQLParser.grouping_element_list().voidExit a parse tree produced byPSQLParser.grouping_operation().voidExit a parse tree produced byPSQLParser.hash_partitions().voidExit a parse tree produced byPSQLParser.hash_partitions_by_quantity().voidExit a parse tree produced byPSQLParser.having_clause().voidExit a parse tree produced byPSQLParser.identifier().voidExit a parse tree produced byPSQLParser.in_predicate().voidExit a parse tree produced byPSQLParser.in_predicate_value().voidExit a parse tree produced byPSQLParser.in_value_list().voidExit a parse tree produced byPSQLParser.index_statement().voidExit a parse tree produced byPSQLParser.individual_hash_partition().voidExit a parse tree produced byPSQLParser.individual_hash_partitions().voidExit a parse tree produced byPSQLParser.insert_statement().voidExit a parse tree produced byPSQLParser.interval_literal().voidExit a parse tree produced byPSQLParser.is_clause().voidExit a parse tree produced byPSQLParser.join_condition().voidExit a parse tree produced byPSQLParser.join_specification().voidExit a parse tree produced byPSQLParser.join_type().voidExit a parse tree produced byPSQLParser.joined_table().voidExit a parse tree produced byPSQLParser.joined_table_primary().voidExit a parse tree produced byPSQLParser.json_type().voidExit a parse tree produced byPSQLParser.limit_clause().voidExit a parse tree produced byPSQLParser.list_partitions().voidExit a parse tree produced byPSQLParser.list_value_clause_list().voidExit a parse tree produced byPSQLParser.list_value_partition().voidExit a parse tree produced byPSQLParser.literal_string_array_expression().voidExit a parse tree produced byPSQLParser.method_specifier().voidExit a parse tree produced byPSQLParser.named_columns_join().voidExit a parse tree produced byPSQLParser.national_character_string_type().voidExit a parse tree produced byPSQLParser.natural_join().voidExit a parse tree produced byPSQLParser.negativable_matcher().voidExit a parse tree produced byPSQLParser.network_type().voidexitNon_casted_literal_string_array_expression(PSQLParser.Non_casted_literal_string_array_expressionContext ctx) Exit a parse tree produced byPSQLParser.non_casted_literal_string_array_expression().voidExit a parse tree produced byPSQLParser.non_join_query_expression().voidExit a parse tree produced byPSQLParser.non_join_query_primary().voidExit a parse tree produced byPSQLParser.non_join_query_term().voidExit a parse tree produced byPSQLParser.non_second_primary_datetime_field().voidexitNonparenthesized_value_expression_primary(PSQLParser.Nonparenthesized_value_expression_primaryContext ctx) Exit a parse tree produced byPSQLParser.nonparenthesized_value_expression_primary().voidExit a parse tree produced byPSQLParser.nonreserved_keywords().voidExit a parse tree produced byPSQLParser.null_casted_value_expression().voidExit a parse tree produced byPSQLParser.null_ordering().voidExit a parse tree produced byPSQLParser.null_predicate().voidExit a parse tree produced byPSQLParser.null_value_expression().voidExit a parse tree produced byPSQLParser.numeric_primary().voidExit a parse tree produced byPSQLParser.numeric_type().voidExit a parse tree produced byPSQLParser.numeric_value_expression().voidExit a parse tree produced byPSQLParser.numeric_value_function().voidExit a parse tree produced byPSQLParser.or_predicate().voidExit a parse tree produced byPSQLParser.order_specification().voidExit a parse tree produced byPSQLParser.orderby_clause().voidExit a parse tree produced byPSQLParser.ordinary_grouping_set().voidExit a parse tree produced byPSQLParser.ordinary_grouping_set_list().voidExit a parse tree produced byPSQLParser.outer_join_type().voidExit a parse tree produced byPSQLParser.outer_join_type_part2().voidExit a parse tree produced byPSQLParser.over_clause().voidExit a parse tree produced byPSQLParser.overlaps_endpoint().voidexitOverlaps_nonparenthesized_value_expression_primary(PSQLParser.Overlaps_nonparenthesized_value_expression_primaryContext ctx) Exit a parse tree produced byPSQLParser.overlaps_nonparenthesized_value_expression_primary().voidExit a parse tree produced byPSQLParser.overlaps_predicate().voidExit a parse tree produced byPSQLParser.param().voidExit a parse tree produced byPSQLParser.param_clause().voidexitParenthesized_boolean_value_expression(PSQLParser.Parenthesized_boolean_value_expressionContext ctx) Exit a parse tree produced byPSQLParser.parenthesized_boolean_value_expression().voidExit a parse tree produced byPSQLParser.parenthesized_value_expression().voidExit a parse tree produced byPSQLParser.partition_clause().voidExit a parse tree produced byPSQLParser.partition_list().voidExit a parse tree produced byPSQLParser.partition_name().voidExit a parse tree produced byPSQLParser.pattern_matcher().voidExit a parse tree produced byPSQLParser.pattern_matching_predicate().voidExit a parse tree produced byPSQLParser.position_invocation().voidExit a parse tree produced byPSQLParser.precision_param().voidExit a parse tree produced byPSQLParser.predefined_type().voidExit a parse tree produced byPSQLParser.predicate().voidExit a parse tree produced byPSQLParser.primary_datetime_field().voidExit a parse tree produced byPSQLParser.qualified_asterisk().voidExit a parse tree produced byPSQLParser.qualified_join().voidExit a parse tree produced byPSQLParser.quantified_comparison_predicate().voidExit a parse tree produced byPSQLParser.quantifier().voidExit a parse tree produced byPSQLParser.query_expression().voidExit a parse tree produced byPSQLParser.query_expression_body().voidExit a parse tree produced byPSQLParser.query_primary().voidExit a parse tree produced byPSQLParser.query_specification().voidExit a parse tree produced byPSQLParser.query_term().voidExit a parse tree produced byPSQLParser.range_partitions().voidExit a parse tree produced byPSQLParser.range_value_clause().voidExit a parse tree produced byPSQLParser.range_value_clause_list().voidExit a parse tree produced byPSQLParser.regex_matcher().voidExit a parse tree produced byPSQLParser.result().voidExit a parse tree produced byPSQLParser.rollup_list().voidExit a parse tree produced byPSQLParser.routine_invocation().voidExit a parse tree produced byPSQLParser.row_subquery().voidExit a parse tree produced byPSQLParser.row_value_constructor().voidExit a parse tree produced byPSQLParser.row_value_constructor_predicand().voidExit a parse tree produced byPSQLParser.row_value_element().voidExit a parse tree produced byPSQLParser.row_value_expression().voidExit a parse tree produced byPSQLParser.row_value_predicand().voidExit a parse tree produced byPSQLParser.row_value_predicand_list().voidExit a parse tree produced byPSQLParser.row_value_special_case().voidExit a parse tree produced byPSQLParser.scalar_subquery().voidExit a parse tree produced byPSQLParser.schema_statement().voidExit a parse tree produced byPSQLParser.search_condition().voidExit a parse tree produced byPSQLParser.searched_case().voidExit a parse tree produced byPSQLParser.searched_when_clause().voidExit a parse tree produced byPSQLParser.select_list().voidExit a parse tree produced byPSQLParser.select_sublist().voidExit a parse tree produced byPSQLParser.set_function_specification().voidExit a parse tree produced byPSQLParser.set_function_type().voidExit a parse tree produced byPSQLParser.set_qualifier().voidExit a parse tree produced byPSQLParser.sign().voidExit a parse tree produced byPSQLParser.signed_numerical_literal().voidExit a parse tree produced byPSQLParser.simple_case().voidExit a parse tree produced byPSQLParser.simple_table().voidExit a parse tree produced byPSQLParser.simple_when_clause().voidExit a parse tree produced byPSQLParser.some().voidExit a parse tree produced byPSQLParser.sort_specifier().voidExit a parse tree produced byPSQLParser.sort_specifier_list().voidExit a parse tree produced byPSQLParser.sql().voidExit a parse tree produced byPSQLParser.sql_argument_list().voidExit a parse tree produced byPSQLParser.statement().voidExit a parse tree produced byPSQLParser.string_expression().voidExit a parse tree produced byPSQLParser.string_value_expression().voidExit a parse tree produced byPSQLParser.string_value_function().voidExit a parse tree produced byPSQLParser.subquery().voidExit a parse tree produced byPSQLParser.subquery_or_array().voidExit a parse tree produced byPSQLParser.table_elements().voidExit a parse tree produced byPSQLParser.table_expression().voidExit a parse tree produced byPSQLParser.table_name().voidExit a parse tree produced byPSQLParser.table_or_query_name().voidExit a parse tree produced byPSQLParser.table_partitioning_clauses().voidExit a parse tree produced byPSQLParser.table_primary().voidExit a parse tree produced byPSQLParser.table_reference().voidExit a parse tree produced byPSQLParser.table_reference_list().voidExit a parse tree produced byPSQLParser.table_space_name().voidExit a parse tree produced byPSQLParser.table_space_specifier().voidExit a parse tree produced byPSQLParser.table_subquery().voidExit a parse tree produced byPSQLParser.term().voidExit a parse tree produced byPSQLParser.time_literal().voidExit a parse tree produced byPSQLParser.time_zone_field().voidExit a parse tree produced byPSQLParser.timestamp_literal().voidExit a parse tree produced byPSQLParser.trim_function().voidExit a parse tree produced byPSQLParser.trim_operands().voidExit a parse tree produced byPSQLParser.trim_specification().voidExit a parse tree produced byPSQLParser.truth_value().voidExit a parse tree produced byPSQLParser.type_length().voidExit a parse tree produced byPSQLParser.union_join().voidExit a parse tree produced byPSQLParser.unique_predicate().voidExit a parse tree produced byPSQLParser.unsigned_integer_numeric_literal().voidExit a parse tree produced byPSQLParser.unsigned_literal().voidExit a parse tree produced byPSQLParser.unsigned_numeric_literal().voidExit a parse tree produced byPSQLParser.unsigned_real_numeric_literal().voidExit a parse tree produced byPSQLParser.unsigned_value_specification().voidExit a parse tree produced byPSQLParser.uuid_literal().voidExit a parse tree produced byPSQLParser.uuid_type().voidExit a parse tree produced byPSQLParser.value_expression().voidExit a parse tree produced byPSQLParser.value_expression_primary().voidExit a parse tree produced byPSQLParser.where_clause().voidExit a parse tree produced byPSQLParser.window_clause().voidExit a parse tree produced byPSQLParser.window_definition().voidExit a parse tree produced byPSQLParser.window_element().voidExit a parse tree produced byPSQLParser.window_element_list().voidExit a parse tree produced byPSQLParser.window_function_argument_list().voidExit a parse tree produced byPSQLParser.window_function_invocation().voidExit a parse tree produced byPSQLParser.window_name().voidExit a parse tree produced byPSQLParser.window_value_expression().Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal
-
Method Details
-
enterSql
Enter a parse tree produced byPSQLParser.sql().- Parameters:
ctx- the parse tree
-
exitSql
Exit a parse tree produced byPSQLParser.sql().- Parameters:
ctx- the parse tree
-
enterStatement
Enter a parse tree produced byPSQLParser.statement().- Parameters:
ctx- the parse tree
-
exitStatement
Exit a parse tree produced byPSQLParser.statement().- Parameters:
ctx- the parse tree
-
enterData_statement
Enter a parse tree produced byPSQLParser.data_statement().- Parameters:
ctx- the parse tree
-
exitData_statement
Exit a parse tree produced byPSQLParser.data_statement().- Parameters:
ctx- the parse tree
-
enterData_change_statement
Enter a parse tree produced byPSQLParser.data_change_statement().- Parameters:
ctx- the parse tree
-
exitData_change_statement
Exit a parse tree produced byPSQLParser.data_change_statement().- Parameters:
ctx- the parse tree
-
enterSchema_statement
Enter a parse tree produced byPSQLParser.schema_statement().- Parameters:
ctx- the parse tree
-
exitSchema_statement
Exit a parse tree produced byPSQLParser.schema_statement().- Parameters:
ctx- the parse tree
-
enterIndex_statement
Enter a parse tree produced byPSQLParser.index_statement().- Parameters:
ctx- the parse tree
-
exitIndex_statement
Exit a parse tree produced byPSQLParser.index_statement().- Parameters:
ctx- the parse tree
-
enterCreate_table_statement
Enter a parse tree produced byPSQLParser.create_table_statement().- Parameters:
ctx- the parse tree
-
exitCreate_table_statement
Exit a parse tree produced byPSQLParser.create_table_statement().- Parameters:
ctx- the parse tree
-
enterTable_elements
Enter a parse tree produced byPSQLParser.table_elements().- Parameters:
ctx- the parse tree
-
exitTable_elements
Exit a parse tree produced byPSQLParser.table_elements().- Parameters:
ctx- the parse tree
-
enterField_element
Enter a parse tree produced byPSQLParser.field_element().- Parameters:
ctx- the parse tree
-
exitField_element
Exit a parse tree produced byPSQLParser.field_element().- Parameters:
ctx- the parse tree
-
enterField_type
Enter a parse tree produced byPSQLParser.field_type().- Parameters:
ctx- the parse tree
-
exitField_type
Exit a parse tree produced byPSQLParser.field_type().- Parameters:
ctx- the parse tree
-
enterParam_clause
Enter a parse tree produced byPSQLParser.param_clause().- Parameters:
ctx- the parse tree
-
exitParam_clause
Exit a parse tree produced byPSQLParser.param_clause().- Parameters:
ctx- the parse tree
-
enterParam
Enter a parse tree produced byPSQLParser.param().- Parameters:
ctx- the parse tree
-
exitParam
Exit a parse tree produced byPSQLParser.param().- Parameters:
ctx- the parse tree
-
enterMethod_specifier
Enter a parse tree produced byPSQLParser.method_specifier().- Parameters:
ctx- the parse tree
-
exitMethod_specifier
Exit a parse tree produced byPSQLParser.method_specifier().- Parameters:
ctx- the parse tree
-
enterTable_space_specifier
Enter a parse tree produced byPSQLParser.table_space_specifier().- Parameters:
ctx- the parse tree
-
exitTable_space_specifier
Exit a parse tree produced byPSQLParser.table_space_specifier().- Parameters:
ctx- the parse tree
-
enterTable_space_name
Enter a parse tree produced byPSQLParser.table_space_name().- Parameters:
ctx- the parse tree
-
exitTable_space_name
Exit a parse tree produced byPSQLParser.table_space_name().- Parameters:
ctx- the parse tree
-
enterTable_partitioning_clauses
Enter a parse tree produced byPSQLParser.table_partitioning_clauses().- Parameters:
ctx- the parse tree
-
exitTable_partitioning_clauses
Exit a parse tree produced byPSQLParser.table_partitioning_clauses().- Parameters:
ctx- the parse tree
-
enterRange_partitions
Enter a parse tree produced byPSQLParser.range_partitions().- Parameters:
ctx- the parse tree
-
exitRange_partitions
Exit a parse tree produced byPSQLParser.range_partitions().- Parameters:
ctx- the parse tree
-
enterRange_value_clause_list
Enter a parse tree produced byPSQLParser.range_value_clause_list().- Parameters:
ctx- the parse tree
-
exitRange_value_clause_list
Exit a parse tree produced byPSQLParser.range_value_clause_list().- Parameters:
ctx- the parse tree
-
enterRange_value_clause
Enter a parse tree produced byPSQLParser.range_value_clause().- Parameters:
ctx- the parse tree
-
exitRange_value_clause
Exit a parse tree produced byPSQLParser.range_value_clause().- Parameters:
ctx- the parse tree
-
enterHash_partitions
Enter a parse tree produced byPSQLParser.hash_partitions().- Parameters:
ctx- the parse tree
-
exitHash_partitions
Exit a parse tree produced byPSQLParser.hash_partitions().- Parameters:
ctx- the parse tree
-
enterIndividual_hash_partitions
Enter a parse tree produced byPSQLParser.individual_hash_partitions().- Parameters:
ctx- the parse tree
-
exitIndividual_hash_partitions
Exit a parse tree produced byPSQLParser.individual_hash_partitions().- Parameters:
ctx- the parse tree
-
enterIndividual_hash_partition
Enter a parse tree produced byPSQLParser.individual_hash_partition().- Parameters:
ctx- the parse tree
-
exitIndividual_hash_partition
Exit a parse tree produced byPSQLParser.individual_hash_partition().- Parameters:
ctx- the parse tree
-
enterHash_partitions_by_quantity
Enter a parse tree produced byPSQLParser.hash_partitions_by_quantity().- Parameters:
ctx- the parse tree
-
exitHash_partitions_by_quantity
Exit a parse tree produced byPSQLParser.hash_partitions_by_quantity().- Parameters:
ctx- the parse tree
-
enterList_partitions
Enter a parse tree produced byPSQLParser.list_partitions().- Parameters:
ctx- the parse tree
-
exitList_partitions
Exit a parse tree produced byPSQLParser.list_partitions().- Parameters:
ctx- the parse tree
-
enterList_value_clause_list
Enter a parse tree produced byPSQLParser.list_value_clause_list().- Parameters:
ctx- the parse tree
-
exitList_value_clause_list
Exit a parse tree produced byPSQLParser.list_value_clause_list().- Parameters:
ctx- the parse tree
-
enterList_value_partition
Enter a parse tree produced byPSQLParser.list_value_partition().- Parameters:
ctx- the parse tree
-
exitList_value_partition
Exit a parse tree produced byPSQLParser.list_value_partition().- Parameters:
ctx- the parse tree
-
enterColumn_partitions
Enter a parse tree produced byPSQLParser.column_partitions().- Parameters:
ctx- the parse tree
-
exitColumn_partitions
Exit a parse tree produced byPSQLParser.column_partitions().- Parameters:
ctx- the parse tree
-
enterPartition_name
Enter a parse tree produced byPSQLParser.partition_name().- Parameters:
ctx- the parse tree
-
exitPartition_name
Exit a parse tree produced byPSQLParser.partition_name().- Parameters:
ctx- the parse tree
-
enterDrop_table_statement
Enter a parse tree produced byPSQLParser.drop_table_statement().- Parameters:
ctx- the parse tree
-
exitDrop_table_statement
Exit a parse tree produced byPSQLParser.drop_table_statement().- Parameters:
ctx- the parse tree
-
enterIdentifier
Enter a parse tree produced byPSQLParser.identifier().- Parameters:
ctx- the parse tree
-
exitIdentifier
Exit a parse tree produced byPSQLParser.identifier().- Parameters:
ctx- the parse tree
-
enterNonreserved_keywords
Enter a parse tree produced byPSQLParser.nonreserved_keywords().- Parameters:
ctx- the parse tree
-
exitNonreserved_keywords
Exit a parse tree produced byPSQLParser.nonreserved_keywords().- Parameters:
ctx- the parse tree
-
enterUnsigned_literal
Enter a parse tree produced byPSQLParser.unsigned_literal().- Parameters:
ctx- the parse tree
-
exitUnsigned_literal
Exit a parse tree produced byPSQLParser.unsigned_literal().- Parameters:
ctx- the parse tree
-
enterGeneral_literal
Enter a parse tree produced byPSQLParser.general_literal().- Parameters:
ctx- the parse tree
-
exitGeneral_literal
Exit a parse tree produced byPSQLParser.general_literal().- Parameters:
ctx- the parse tree
-
enterDatetime_literal
Enter a parse tree produced byPSQLParser.datetime_literal().- Parameters:
ctx- the parse tree
-
exitDatetime_literal
Exit a parse tree produced byPSQLParser.datetime_literal().- Parameters:
ctx- the parse tree
-
enterTime_literal
Enter a parse tree produced byPSQLParser.time_literal().- Parameters:
ctx- the parse tree
-
exitTime_literal
Exit a parse tree produced byPSQLParser.time_literal().- Parameters:
ctx- the parse tree
-
enterTimestamp_literal
Enter a parse tree produced byPSQLParser.timestamp_literal().- Parameters:
ctx- the parse tree
-
exitTimestamp_literal
Exit a parse tree produced byPSQLParser.timestamp_literal().- Parameters:
ctx- the parse tree
-
enterDate_literal
Enter a parse tree produced byPSQLParser.date_literal().- Parameters:
ctx- the parse tree
-
exitDate_literal
Exit a parse tree produced byPSQLParser.date_literal().- Parameters:
ctx- the parse tree
-
enterInterval_literal
Enter a parse tree produced byPSQLParser.interval_literal().- Parameters:
ctx- the parse tree
-
exitInterval_literal
Exit a parse tree produced byPSQLParser.interval_literal().- Parameters:
ctx- the parse tree
-
enterBoolean_literal
Enter a parse tree produced byPSQLParser.boolean_literal().- Parameters:
ctx- the parse tree
-
exitBoolean_literal
Exit a parse tree produced byPSQLParser.boolean_literal().- Parameters:
ctx- the parse tree
-
enterUuid_literal
Enter a parse tree produced byPSQLParser.uuid_literal().- Parameters:
ctx- the parse tree
-
exitUuid_literal
Exit a parse tree produced byPSQLParser.uuid_literal().- Parameters:
ctx- the parse tree
-
enterData_type
Enter a parse tree produced byPSQLParser.data_type().- Parameters:
ctx- the parse tree
-
exitData_type
Exit a parse tree produced byPSQLParser.data_type().- Parameters:
ctx- the parse tree
-
enterArray_type
Enter a parse tree produced byPSQLParser.array_type().- Parameters:
ctx- the parse tree
-
exitArray_type
Exit a parse tree produced byPSQLParser.array_type().- Parameters:
ctx- the parse tree
-
enterArray_dim
Enter a parse tree produced byPSQLParser.array_dim().- Parameters:
ctx- the parse tree
-
exitArray_dim
Exit a parse tree produced byPSQLParser.array_dim().- Parameters:
ctx- the parse tree
-
enterPredefined_type
Enter a parse tree produced byPSQLParser.predefined_type().- Parameters:
ctx- the parse tree
-
exitPredefined_type
Exit a parse tree produced byPSQLParser.predefined_type().- Parameters:
ctx- the parse tree
-
enterNetwork_type
Enter a parse tree produced byPSQLParser.network_type().- Parameters:
ctx- the parse tree
-
exitNetwork_type
Exit a parse tree produced byPSQLParser.network_type().- Parameters:
ctx- the parse tree
-
enterCharacter_string_type
Enter a parse tree produced byPSQLParser.character_string_type().- Parameters:
ctx- the parse tree
-
exitCharacter_string_type
Exit a parse tree produced byPSQLParser.character_string_type().- Parameters:
ctx- the parse tree
-
enterType_length
Enter a parse tree produced byPSQLParser.type_length().- Parameters:
ctx- the parse tree
-
exitType_length
Exit a parse tree produced byPSQLParser.type_length().- Parameters:
ctx- the parse tree
-
enterNational_character_string_type
Enter a parse tree produced byPSQLParser.national_character_string_type().- Parameters:
ctx- the parse tree
-
exitNational_character_string_type
Exit a parse tree produced byPSQLParser.national_character_string_type().- Parameters:
ctx- the parse tree
-
enterBinary_large_object_string_type
Enter a parse tree produced byPSQLParser.binary_large_object_string_type().- Parameters:
ctx- the parse tree
-
exitBinary_large_object_string_type
Exit a parse tree produced byPSQLParser.binary_large_object_string_type().- Parameters:
ctx- the parse tree
-
enterNumeric_type
Enter a parse tree produced byPSQLParser.numeric_type().- Parameters:
ctx- the parse tree
-
exitNumeric_type
Exit a parse tree produced byPSQLParser.numeric_type().- Parameters:
ctx- the parse tree
-
enterExact_numeric_type
Enter a parse tree produced byPSQLParser.exact_numeric_type().- Parameters:
ctx- the parse tree
-
exitExact_numeric_type
Exit a parse tree produced byPSQLParser.exact_numeric_type().- Parameters:
ctx- the parse tree
-
enterApproximate_numeric_type
Enter a parse tree produced byPSQLParser.approximate_numeric_type().- Parameters:
ctx- the parse tree
-
exitApproximate_numeric_type
Exit a parse tree produced byPSQLParser.approximate_numeric_type().- Parameters:
ctx- the parse tree
-
enterPrecision_param
Enter a parse tree produced byPSQLParser.precision_param().- Parameters:
ctx- the parse tree
-
exitPrecision_param
Exit a parse tree produced byPSQLParser.precision_param().- Parameters:
ctx- the parse tree
-
enterBoolean_type
Enter a parse tree produced byPSQLParser.boolean_type().- Parameters:
ctx- the parse tree
-
exitBoolean_type
Exit a parse tree produced byPSQLParser.boolean_type().- Parameters:
ctx- the parse tree
-
enterDatetime_type
Enter a parse tree produced byPSQLParser.datetime_type().- Parameters:
ctx- the parse tree
-
exitDatetime_type
Exit a parse tree produced byPSQLParser.datetime_type().- Parameters:
ctx- the parse tree
-
enterBit_type
Enter a parse tree produced byPSQLParser.bit_type().- Parameters:
ctx- the parse tree
-
exitBit_type
Exit a parse tree produced byPSQLParser.bit_type().- Parameters:
ctx- the parse tree
-
enterBinary_type
Enter a parse tree produced byPSQLParser.binary_type().- Parameters:
ctx- the parse tree
-
exitBinary_type
Exit a parse tree produced byPSQLParser.binary_type().- Parameters:
ctx- the parse tree
-
enterJson_type
Enter a parse tree produced byPSQLParser.json_type().- Parameters:
ctx- the parse tree
-
exitJson_type
Exit a parse tree produced byPSQLParser.json_type().- Parameters:
ctx- the parse tree
-
enterUuid_type
Enter a parse tree produced byPSQLParser.uuid_type().- Parameters:
ctx- the parse tree
-
exitUuid_type
Exit a parse tree produced byPSQLParser.uuid_type().- Parameters:
ctx- the parse tree
-
enterValue_expression_primary
Enter a parse tree produced byPSQLParser.value_expression_primary().- Parameters:
ctx- the parse tree
-
exitValue_expression_primary
Exit a parse tree produced byPSQLParser.value_expression_primary().- Parameters:
ctx- the parse tree
-
enterParenthesized_value_expression
Enter a parse tree produced byPSQLParser.parenthesized_value_expression().- Parameters:
ctx- the parse tree
-
exitParenthesized_value_expression
Exit a parse tree produced byPSQLParser.parenthesized_value_expression().- Parameters:
ctx- the parse tree
-
enterNonparenthesized_value_expression_primary
void enterNonparenthesized_value_expression_primary(PSQLParser.Nonparenthesized_value_expression_primaryContext ctx) Enter a parse tree produced byPSQLParser.nonparenthesized_value_expression_primary().- Parameters:
ctx- the parse tree
-
exitNonparenthesized_value_expression_primary
void exitNonparenthesized_value_expression_primary(PSQLParser.Nonparenthesized_value_expression_primaryContext ctx) Exit a parse tree produced byPSQLParser.nonparenthesized_value_expression_primary().- Parameters:
ctx- the parse tree
-
enterUnsigned_value_specification
Enter a parse tree produced byPSQLParser.unsigned_value_specification().- Parameters:
ctx- the parse tree
-
exitUnsigned_value_specification
Exit a parse tree produced byPSQLParser.unsigned_value_specification().- Parameters:
ctx- the parse tree
-
enterUnsigned_numeric_literal
Enter a parse tree produced byPSQLParser.unsigned_numeric_literal().- Parameters:
ctx- the parse tree
-
exitUnsigned_numeric_literal
Exit a parse tree produced byPSQLParser.unsigned_numeric_literal().- Parameters:
ctx- the parse tree
-
enterUnsigned_integer_numeric_literal
Enter a parse tree produced byPSQLParser.unsigned_integer_numeric_literal().- Parameters:
ctx- the parse tree
-
exitUnsigned_integer_numeric_literal
Exit a parse tree produced byPSQLParser.unsigned_integer_numeric_literal().- Parameters:
ctx- the parse tree
-
enterUnsigned_real_numeric_literal
Enter a parse tree produced byPSQLParser.unsigned_real_numeric_literal().- Parameters:
ctx- the parse tree
-
exitUnsigned_real_numeric_literal
Exit a parse tree produced byPSQLParser.unsigned_real_numeric_literal().- Parameters:
ctx- the parse tree
-
enterSigned_numerical_literal
Enter a parse tree produced byPSQLParser.signed_numerical_literal().- Parameters:
ctx- the parse tree
-
exitSigned_numerical_literal
Exit a parse tree produced byPSQLParser.signed_numerical_literal().- Parameters:
ctx- the parse tree
-
enterSet_function_specification
Enter a parse tree produced byPSQLParser.set_function_specification().- Parameters:
ctx- the parse tree
-
exitSet_function_specification
Exit a parse tree produced byPSQLParser.set_function_specification().- Parameters:
ctx- the parse tree
-
enterAggregate_function
Enter a parse tree produced byPSQLParser.aggregate_function().- Parameters:
ctx- the parse tree
-
exitAggregate_function
Exit a parse tree produced byPSQLParser.aggregate_function().- Parameters:
ctx- the parse tree
-
enterGeneral_set_function
Enter a parse tree produced byPSQLParser.general_set_function().- Parameters:
ctx- the parse tree
-
exitGeneral_set_function
Exit a parse tree produced byPSQLParser.general_set_function().- Parameters:
ctx- the parse tree
-
enterSet_function_type
Enter a parse tree produced byPSQLParser.set_function_type().- Parameters:
ctx- the parse tree
-
exitSet_function_type
Exit a parse tree produced byPSQLParser.set_function_type().- Parameters:
ctx- the parse tree
-
enterFilter_clause
Enter a parse tree produced byPSQLParser.filter_clause().- Parameters:
ctx- the parse tree
-
exitFilter_clause
Exit a parse tree produced byPSQLParser.filter_clause().- Parameters:
ctx- the parse tree
-
enterGrouping_operation
Enter a parse tree produced byPSQLParser.grouping_operation().- Parameters:
ctx- the parse tree
-
exitGrouping_operation
Exit a parse tree produced byPSQLParser.grouping_operation().- Parameters:
ctx- the parse tree
-
enterCase_expression
Enter a parse tree produced byPSQLParser.case_expression().- Parameters:
ctx- the parse tree
-
exitCase_expression
Exit a parse tree produced byPSQLParser.case_expression().- Parameters:
ctx- the parse tree
-
enterCase_abbreviation
Enter a parse tree produced byPSQLParser.case_abbreviation().- Parameters:
ctx- the parse tree
-
exitCase_abbreviation
Exit a parse tree produced byPSQLParser.case_abbreviation().- Parameters:
ctx- the parse tree
-
enterCase_specification
Enter a parse tree produced byPSQLParser.case_specification().- Parameters:
ctx- the parse tree
-
exitCase_specification
Exit a parse tree produced byPSQLParser.case_specification().- Parameters:
ctx- the parse tree
-
enterSimple_case
Enter a parse tree produced byPSQLParser.simple_case().- Parameters:
ctx- the parse tree
-
exitSimple_case
Exit a parse tree produced byPSQLParser.simple_case().- Parameters:
ctx- the parse tree
-
enterSearched_case
Enter a parse tree produced byPSQLParser.searched_case().- Parameters:
ctx- the parse tree
-
exitSearched_case
Exit a parse tree produced byPSQLParser.searched_case().- Parameters:
ctx- the parse tree
-
enterSimple_when_clause
Enter a parse tree produced byPSQLParser.simple_when_clause().- Parameters:
ctx- the parse tree
-
exitSimple_when_clause
Exit a parse tree produced byPSQLParser.simple_when_clause().- Parameters:
ctx- the parse tree
-
enterSearched_when_clause
Enter a parse tree produced byPSQLParser.searched_when_clause().- Parameters:
ctx- the parse tree
-
exitSearched_when_clause
Exit a parse tree produced byPSQLParser.searched_when_clause().- Parameters:
ctx- the parse tree
-
enterElse_clause
Enter a parse tree produced byPSQLParser.else_clause().- Parameters:
ctx- the parse tree
-
exitElse_clause
Exit a parse tree produced byPSQLParser.else_clause().- Parameters:
ctx- the parse tree
-
enterResult
Enter a parse tree produced byPSQLParser.result().- Parameters:
ctx- the parse tree
-
exitResult
Exit a parse tree produced byPSQLParser.result().- Parameters:
ctx- the parse tree
-
enterCast_specification
Enter a parse tree produced byPSQLParser.cast_specification().- Parameters:
ctx- the parse tree
-
exitCast_specification
Exit a parse tree produced byPSQLParser.cast_specification().- Parameters:
ctx- the parse tree
-
enterCast_operand
Enter a parse tree produced byPSQLParser.cast_operand().- Parameters:
ctx- the parse tree
-
exitCast_operand
Exit a parse tree produced byPSQLParser.cast_operand().- Parameters:
ctx- the parse tree
-
enterCast_target
Enter a parse tree produced byPSQLParser.cast_target().- Parameters:
ctx- the parse tree
-
exitCast_target
Exit a parse tree produced byPSQLParser.cast_target().- Parameters:
ctx- the parse tree
-
enterValue_expression
Enter a parse tree produced byPSQLParser.value_expression().- Parameters:
ctx- the parse tree
-
exitValue_expression
Exit a parse tree produced byPSQLParser.value_expression().- Parameters:
ctx- the parse tree
-
enterCommon_value_expression
Enter a parse tree produced byPSQLParser.common_value_expression().- Parameters:
ctx- the parse tree
-
exitCommon_value_expression
Exit a parse tree produced byPSQLParser.common_value_expression().- Parameters:
ctx- the parse tree
-
enterNull_value_expression
Enter a parse tree produced byPSQLParser.null_value_expression().- Parameters:
ctx- the parse tree
-
exitNull_value_expression
Exit a parse tree produced byPSQLParser.null_value_expression().- Parameters:
ctx- the parse tree
-
enterNull_casted_value_expression
Enter a parse tree produced byPSQLParser.null_casted_value_expression().- Parameters:
ctx- the parse tree
-
exitNull_casted_value_expression
Exit a parse tree produced byPSQLParser.null_casted_value_expression().- Parameters:
ctx- the parse tree
-
enterWindow_value_expression
Enter a parse tree produced byPSQLParser.window_value_expression().- Parameters:
ctx- the parse tree
-
exitWindow_value_expression
Exit a parse tree produced byPSQLParser.window_value_expression().- Parameters:
ctx- the parse tree
-
enterOver_clause
Enter a parse tree produced byPSQLParser.over_clause().- Parameters:
ctx- the parse tree
-
exitOver_clause
Exit a parse tree produced byPSQLParser.over_clause().- Parameters:
ctx- the parse tree
-
enterWindow_function_invocation
Enter a parse tree produced byPSQLParser.window_function_invocation().- Parameters:
ctx- the parse tree
-
exitWindow_function_invocation
Exit a parse tree produced byPSQLParser.window_function_invocation().- Parameters:
ctx- the parse tree
-
enterWindow_function_argument_list
Enter a parse tree produced byPSQLParser.window_function_argument_list().- Parameters:
ctx- the parse tree
-
exitWindow_function_argument_list
Exit a parse tree produced byPSQLParser.window_function_argument_list().- Parameters:
ctx- the parse tree
-
enterWindow_name
Enter a parse tree produced byPSQLParser.window_name().- Parameters:
ctx- the parse tree
-
exitWindow_name
Exit a parse tree produced byPSQLParser.window_name().- Parameters:
ctx- the parse tree
-
enterWindow_definition
Enter a parse tree produced byPSQLParser.window_definition().- Parameters:
ctx- the parse tree
-
exitWindow_definition
Exit a parse tree produced byPSQLParser.window_definition().- Parameters:
ctx- the parse tree
-
enterPartition_clause
Enter a parse tree produced byPSQLParser.partition_clause().- Parameters:
ctx- the parse tree
-
exitPartition_clause
Exit a parse tree produced byPSQLParser.partition_clause().- Parameters:
ctx- the parse tree
-
enterPartition_list
Enter a parse tree produced byPSQLParser.partition_list().- Parameters:
ctx- the parse tree
-
exitPartition_list
Exit a parse tree produced byPSQLParser.partition_list().- Parameters:
ctx- the parse tree
-
enterFrame_clause
Enter a parse tree produced byPSQLParser.frame_clause().- Parameters:
ctx- the parse tree
-
exitFrame_clause
Exit a parse tree produced byPSQLParser.frame_clause().- Parameters:
ctx- the parse tree
-
enterFrame_type
Enter a parse tree produced byPSQLParser.frame_type().- Parameters:
ctx- the parse tree
-
exitFrame_type
Exit a parse tree produced byPSQLParser.frame_type().- Parameters:
ctx- the parse tree
-
enterFrame_start
Enter a parse tree produced byPSQLParser.frame_start().- Parameters:
ctx- the parse tree
-
exitFrame_start
Exit a parse tree produced byPSQLParser.frame_start().- Parameters:
ctx- the parse tree
-
enterFrame_end
Enter a parse tree produced byPSQLParser.frame_end().- Parameters:
ctx- the parse tree
-
exitFrame_end
Exit a parse tree produced byPSQLParser.frame_end().- Parameters:
ctx- the parse tree
-
enterFrame_bound
Enter a parse tree produced byPSQLParser.frame_bound().- Parameters:
ctx- the parse tree
-
exitFrame_bound
Exit a parse tree produced byPSQLParser.frame_bound().- Parameters:
ctx- the parse tree
-
enterFrame_value
Enter a parse tree produced byPSQLParser.frame_value().- Parameters:
ctx- the parse tree
-
exitFrame_value
Exit a parse tree produced byPSQLParser.frame_value().- Parameters:
ctx- the parse tree
-
enterNumeric_value_expression
Enter a parse tree produced byPSQLParser.numeric_value_expression().- Parameters:
ctx- the parse tree
-
exitNumeric_value_expression
Exit a parse tree produced byPSQLParser.numeric_value_expression().- Parameters:
ctx- the parse tree
-
enterTerm
Enter a parse tree produced byPSQLParser.term().- Parameters:
ctx- the parse tree
-
exitTerm
Exit a parse tree produced byPSQLParser.term().- Parameters:
ctx- the parse tree
-
enterFactor
Enter a parse tree produced byPSQLParser.factor().- Parameters:
ctx- the parse tree
-
exitFactor
Exit a parse tree produced byPSQLParser.factor().- Parameters:
ctx- the parse tree
-
enterNumeric_primary
Enter a parse tree produced byPSQLParser.numeric_primary().- Parameters:
ctx- the parse tree
-
exitNumeric_primary
Exit a parse tree produced byPSQLParser.numeric_primary().- Parameters:
ctx- the parse tree
-
enterCasted_value_expression_primary
Enter a parse tree produced byPSQLParser.casted_value_expression_primary().- Parameters:
ctx- the parse tree
-
exitCasted_value_expression_primary
Exit a parse tree produced byPSQLParser.casted_value_expression_primary().- Parameters:
ctx- the parse tree
-
enterSign
Enter a parse tree produced byPSQLParser.sign().- Parameters:
ctx- the parse tree
-
exitSign
Exit a parse tree produced byPSQLParser.sign().- Parameters:
ctx- the parse tree
-
enterNumeric_value_function
Enter a parse tree produced byPSQLParser.numeric_value_function().- Parameters:
ctx- the parse tree
-
exitNumeric_value_function
Exit a parse tree produced byPSQLParser.numeric_value_function().- Parameters:
ctx- the parse tree
-
enterExtract_expression
Enter a parse tree produced byPSQLParser.extract_expression().- Parameters:
ctx- the parse tree
-
exitExtract_expression
Exit a parse tree produced byPSQLParser.extract_expression().- Parameters:
ctx- the parse tree
-
enterExtract_field
Enter a parse tree produced byPSQLParser.extract_field().- Parameters:
ctx- the parse tree
-
exitExtract_field
Exit a parse tree produced byPSQLParser.extract_field().- Parameters:
ctx- the parse tree
-
enterTime_zone_field
Enter a parse tree produced byPSQLParser.time_zone_field().- Parameters:
ctx- the parse tree
-
exitTime_zone_field
Exit a parse tree produced byPSQLParser.time_zone_field().- Parameters:
ctx- the parse tree
-
enterExtract_source
Enter a parse tree produced byPSQLParser.extract_source().- Parameters:
ctx- the parse tree
-
exitExtract_source
Exit a parse tree produced byPSQLParser.extract_source().- Parameters:
ctx- the parse tree
-
enterString_value_expression
Enter a parse tree produced byPSQLParser.string_value_expression().- Parameters:
ctx- the parse tree
-
exitString_value_expression
Exit a parse tree produced byPSQLParser.string_value_expression().- Parameters:
ctx- the parse tree
-
enterCharacter_value_expression
Enter a parse tree produced byPSQLParser.character_value_expression().- Parameters:
ctx- the parse tree
-
exitCharacter_value_expression
Exit a parse tree produced byPSQLParser.character_value_expression().- Parameters:
ctx- the parse tree
-
enterCharacter_factor
Enter a parse tree produced byPSQLParser.character_factor().- Parameters:
ctx- the parse tree
-
exitCharacter_factor
Exit a parse tree produced byPSQLParser.character_factor().- Parameters:
ctx- the parse tree
-
enterCharacter_primary
Enter a parse tree produced byPSQLParser.character_primary().- Parameters:
ctx- the parse tree
-
exitCharacter_primary
Exit a parse tree produced byPSQLParser.character_primary().- Parameters:
ctx- the parse tree
-
enterString_value_function
Enter a parse tree produced byPSQLParser.string_value_function().- Parameters:
ctx- the parse tree
-
exitString_value_function
Exit a parse tree produced byPSQLParser.string_value_function().- Parameters:
ctx- the parse tree
-
enterTrim_function
Enter a parse tree produced byPSQLParser.trim_function().- Parameters:
ctx- the parse tree
-
exitTrim_function
Exit a parse tree produced byPSQLParser.trim_function().- Parameters:
ctx- the parse tree
-
enterTrim_operands
Enter a parse tree produced byPSQLParser.trim_operands().- Parameters:
ctx- the parse tree
-
exitTrim_operands
Exit a parse tree produced byPSQLParser.trim_operands().- Parameters:
ctx- the parse tree
-
enterTrim_specification
Enter a parse tree produced byPSQLParser.trim_specification().- Parameters:
ctx- the parse tree
-
exitTrim_specification
Exit a parse tree produced byPSQLParser.trim_specification().- Parameters:
ctx- the parse tree
-
enterBoolean_value_expression
Enter a parse tree produced byPSQLParser.boolean_value_expression().- Parameters:
ctx- the parse tree
-
exitBoolean_value_expression
Exit a parse tree produced byPSQLParser.boolean_value_expression().- Parameters:
ctx- the parse tree
-
enterOr_predicate
Enter a parse tree produced byPSQLParser.or_predicate().- Parameters:
ctx- the parse tree
-
exitOr_predicate
Exit a parse tree produced byPSQLParser.or_predicate().- Parameters:
ctx- the parse tree
-
enterAnd_predicate
Enter a parse tree produced byPSQLParser.and_predicate().- Parameters:
ctx- the parse tree
-
exitAnd_predicate
Exit a parse tree produced byPSQLParser.and_predicate().- Parameters:
ctx- the parse tree
-
enterBoolean_factor
Enter a parse tree produced byPSQLParser.boolean_factor().- Parameters:
ctx- the parse tree
-
exitBoolean_factor
Exit a parse tree produced byPSQLParser.boolean_factor().- Parameters:
ctx- the parse tree
-
enterBoolean_test
Enter a parse tree produced byPSQLParser.boolean_test().- Parameters:
ctx- the parse tree
-
exitBoolean_test
Exit a parse tree produced byPSQLParser.boolean_test().- Parameters:
ctx- the parse tree
-
enterIs_clause
Enter a parse tree produced byPSQLParser.is_clause().- Parameters:
ctx- the parse tree
-
exitIs_clause
Exit a parse tree produced byPSQLParser.is_clause().- Parameters:
ctx- the parse tree
-
enterTruth_value
Enter a parse tree produced byPSQLParser.truth_value().- Parameters:
ctx- the parse tree
-
exitTruth_value
Exit a parse tree produced byPSQLParser.truth_value().- Parameters:
ctx- the parse tree
-
enterBoolean_primary
Enter a parse tree produced byPSQLParser.boolean_primary().- Parameters:
ctx- the parse tree
-
exitBoolean_primary
Exit a parse tree produced byPSQLParser.boolean_primary().- Parameters:
ctx- the parse tree
-
enterBoolean_predicand
Enter a parse tree produced byPSQLParser.boolean_predicand().- Parameters:
ctx- the parse tree
-
exitBoolean_predicand
Exit a parse tree produced byPSQLParser.boolean_predicand().- Parameters:
ctx- the parse tree
-
enterParenthesized_boolean_value_expression
void enterParenthesized_boolean_value_expression(PSQLParser.Parenthesized_boolean_value_expressionContext ctx) Enter a parse tree produced byPSQLParser.parenthesized_boolean_value_expression().- Parameters:
ctx- the parse tree
-
exitParenthesized_boolean_value_expression
void exitParenthesized_boolean_value_expression(PSQLParser.Parenthesized_boolean_value_expressionContext ctx) Exit a parse tree produced byPSQLParser.parenthesized_boolean_value_expression().- Parameters:
ctx- the parse tree
-
enterRow_value_expression
Enter a parse tree produced byPSQLParser.row_value_expression().- Parameters:
ctx- the parse tree
-
exitRow_value_expression
Exit a parse tree produced byPSQLParser.row_value_expression().- Parameters:
ctx- the parse tree
-
enterRow_value_special_case
Enter a parse tree produced byPSQLParser.row_value_special_case().- Parameters:
ctx- the parse tree
-
exitRow_value_special_case
Exit a parse tree produced byPSQLParser.row_value_special_case().- Parameters:
ctx- the parse tree
-
enterExplicit_row_value_constructor
Enter a parse tree produced byPSQLParser.explicit_row_value_constructor().- Parameters:
ctx- the parse tree
-
exitExplicit_row_value_constructor
Exit a parse tree produced byPSQLParser.explicit_row_value_constructor().- Parameters:
ctx- the parse tree
-
enterRow_value_constructor
Enter a parse tree produced byPSQLParser.row_value_constructor().- Parameters:
ctx- the parse tree
-
exitRow_value_constructor
Exit a parse tree produced byPSQLParser.row_value_constructor().- Parameters:
ctx- the parse tree
-
enterRow_value_element
Enter a parse tree produced byPSQLParser.row_value_element().- Parameters:
ctx- the parse tree
-
exitRow_value_element
Exit a parse tree produced byPSQLParser.row_value_element().- Parameters:
ctx- the parse tree
-
enterRow_value_predicand
Enter a parse tree produced byPSQLParser.row_value_predicand().- Parameters:
ctx- the parse tree
-
exitRow_value_predicand
Exit a parse tree produced byPSQLParser.row_value_predicand().- Parameters:
ctx- the parse tree
-
enterRow_value_constructor_predicand
Enter a parse tree produced byPSQLParser.row_value_constructor_predicand().- Parameters:
ctx- the parse tree
-
exitRow_value_constructor_predicand
Exit a parse tree produced byPSQLParser.row_value_constructor_predicand().- Parameters:
ctx- the parse tree
-
enterTable_expression
Enter a parse tree produced byPSQLParser.table_expression().- Parameters:
ctx- the parse tree
-
exitTable_expression
Exit a parse tree produced byPSQLParser.table_expression().- Parameters:
ctx- the parse tree
-
enterWindow_clause
Enter a parse tree produced byPSQLParser.window_clause().- Parameters:
ctx- the parse tree
-
exitWindow_clause
Exit a parse tree produced byPSQLParser.window_clause().- Parameters:
ctx- the parse tree
-
enterWindow_element_list
Enter a parse tree produced byPSQLParser.window_element_list().- Parameters:
ctx- the parse tree
-
exitWindow_element_list
Exit a parse tree produced byPSQLParser.window_element_list().- Parameters:
ctx- the parse tree
-
enterWindow_element
Enter a parse tree produced byPSQLParser.window_element().- Parameters:
ctx- the parse tree
-
exitWindow_element
Exit a parse tree produced byPSQLParser.window_element().- Parameters:
ctx- the parse tree
-
enterFrom_clause
Enter a parse tree produced byPSQLParser.from_clause().- Parameters:
ctx- the parse tree
-
exitFrom_clause
Exit a parse tree produced byPSQLParser.from_clause().- Parameters:
ctx- the parse tree
-
enterTable_reference_list
Enter a parse tree produced byPSQLParser.table_reference_list().- Parameters:
ctx- the parse tree
-
exitTable_reference_list
Exit a parse tree produced byPSQLParser.table_reference_list().- Parameters:
ctx- the parse tree
-
enterTable_reference
Enter a parse tree produced byPSQLParser.table_reference().- Parameters:
ctx- the parse tree
-
exitTable_reference
Exit a parse tree produced byPSQLParser.table_reference().- Parameters:
ctx- the parse tree
-
enterJoined_table
Enter a parse tree produced byPSQLParser.joined_table().- Parameters:
ctx- the parse tree
-
exitJoined_table
Exit a parse tree produced byPSQLParser.joined_table().- Parameters:
ctx- the parse tree
-
enterJoined_table_primary
Enter a parse tree produced byPSQLParser.joined_table_primary().- Parameters:
ctx- the parse tree
-
exitJoined_table_primary
Exit a parse tree produced byPSQLParser.joined_table_primary().- Parameters:
ctx- the parse tree
-
enterCross_join
Enter a parse tree produced byPSQLParser.cross_join().- Parameters:
ctx- the parse tree
-
exitCross_join
Exit a parse tree produced byPSQLParser.cross_join().- Parameters:
ctx- the parse tree
-
enterQualified_join
Enter a parse tree produced byPSQLParser.qualified_join().- Parameters:
ctx- the parse tree
-
exitQualified_join
Exit a parse tree produced byPSQLParser.qualified_join().- Parameters:
ctx- the parse tree
-
enterNatural_join
Enter a parse tree produced byPSQLParser.natural_join().- Parameters:
ctx- the parse tree
-
exitNatural_join
Exit a parse tree produced byPSQLParser.natural_join().- Parameters:
ctx- the parse tree
-
enterUnion_join
Enter a parse tree produced byPSQLParser.union_join().- Parameters:
ctx- the parse tree
-
exitUnion_join
Exit a parse tree produced byPSQLParser.union_join().- Parameters:
ctx- the parse tree
-
enterJoin_type
Enter a parse tree produced byPSQLParser.join_type().- Parameters:
ctx- the parse tree
-
exitJoin_type
Exit a parse tree produced byPSQLParser.join_type().- Parameters:
ctx- the parse tree
-
enterOuter_join_type
Enter a parse tree produced byPSQLParser.outer_join_type().- Parameters:
ctx- the parse tree
-
exitOuter_join_type
Exit a parse tree produced byPSQLParser.outer_join_type().- Parameters:
ctx- the parse tree
-
enterOuter_join_type_part2
Enter a parse tree produced byPSQLParser.outer_join_type_part2().- Parameters:
ctx- the parse tree
-
exitOuter_join_type_part2
Exit a parse tree produced byPSQLParser.outer_join_type_part2().- Parameters:
ctx- the parse tree
-
enterJoin_specification
Enter a parse tree produced byPSQLParser.join_specification().- Parameters:
ctx- the parse tree
-
exitJoin_specification
Exit a parse tree produced byPSQLParser.join_specification().- Parameters:
ctx- the parse tree
-
enterJoin_condition
Enter a parse tree produced byPSQLParser.join_condition().- Parameters:
ctx- the parse tree
-
exitJoin_condition
Exit a parse tree produced byPSQLParser.join_condition().- Parameters:
ctx- the parse tree
-
enterNamed_columns_join
Enter a parse tree produced byPSQLParser.named_columns_join().- Parameters:
ctx- the parse tree
-
exitNamed_columns_join
Exit a parse tree produced byPSQLParser.named_columns_join().- Parameters:
ctx- the parse tree
-
enterTable_primary
Enter a parse tree produced byPSQLParser.table_primary().- Parameters:
ctx- the parse tree
-
exitTable_primary
Exit a parse tree produced byPSQLParser.table_primary().- Parameters:
ctx- the parse tree
-
enterColumn_name_list
Enter a parse tree produced byPSQLParser.column_name_list().- Parameters:
ctx- the parse tree
-
exitColumn_name_list
Exit a parse tree produced byPSQLParser.column_name_list().- Parameters:
ctx- the parse tree
-
enterDerived_table
Enter a parse tree produced byPSQLParser.derived_table().- Parameters:
ctx- the parse tree
-
exitDerived_table
Exit a parse tree produced byPSQLParser.derived_table().- Parameters:
ctx- the parse tree
-
enterWhere_clause
Enter a parse tree produced byPSQLParser.where_clause().- Parameters:
ctx- the parse tree
-
exitWhere_clause
Exit a parse tree produced byPSQLParser.where_clause().- Parameters:
ctx- the parse tree
-
enterSearch_condition
Enter a parse tree produced byPSQLParser.search_condition().- Parameters:
ctx- the parse tree
-
exitSearch_condition
Exit a parse tree produced byPSQLParser.search_condition().- Parameters:
ctx- the parse tree
-
enterGroupby_clause
Enter a parse tree produced byPSQLParser.groupby_clause().- Parameters:
ctx- the parse tree
-
exitGroupby_clause
Exit a parse tree produced byPSQLParser.groupby_clause().- Parameters:
ctx- the parse tree
-
enterGrouping_element_list
Enter a parse tree produced byPSQLParser.grouping_element_list().- Parameters:
ctx- the parse tree
-
exitGrouping_element_list
Exit a parse tree produced byPSQLParser.grouping_element_list().- Parameters:
ctx- the parse tree
-
enterGrouping_element
Enter a parse tree produced byPSQLParser.grouping_element().- Parameters:
ctx- the parse tree
-
exitGrouping_element
Exit a parse tree produced byPSQLParser.grouping_element().- Parameters:
ctx- the parse tree
-
enterOrdinary_grouping_set
Enter a parse tree produced byPSQLParser.ordinary_grouping_set().- Parameters:
ctx- the parse tree
-
exitOrdinary_grouping_set
Exit a parse tree produced byPSQLParser.ordinary_grouping_set().- Parameters:
ctx- the parse tree
-
enterOrdinary_grouping_set_list
Enter a parse tree produced byPSQLParser.ordinary_grouping_set_list().- Parameters:
ctx- the parse tree
-
exitOrdinary_grouping_set_list
Exit a parse tree produced byPSQLParser.ordinary_grouping_set_list().- Parameters:
ctx- the parse tree
-
enterRollup_list
Enter a parse tree produced byPSQLParser.rollup_list().- Parameters:
ctx- the parse tree
-
exitRollup_list
Exit a parse tree produced byPSQLParser.rollup_list().- Parameters:
ctx- the parse tree
-
enterCube_list
Enter a parse tree produced byPSQLParser.cube_list().- Parameters:
ctx- the parse tree
-
exitCube_list
Exit a parse tree produced byPSQLParser.cube_list().- Parameters:
ctx- the parse tree
-
enterEmpty_grouping_set
Enter a parse tree produced byPSQLParser.empty_grouping_set().- Parameters:
ctx- the parse tree
-
exitEmpty_grouping_set
Exit a parse tree produced byPSQLParser.empty_grouping_set().- Parameters:
ctx- the parse tree
-
enterHaving_clause
Enter a parse tree produced byPSQLParser.having_clause().- Parameters:
ctx- the parse tree
-
exitHaving_clause
Exit a parse tree produced byPSQLParser.having_clause().- Parameters:
ctx- the parse tree
-
enterRow_value_predicand_list
Enter a parse tree produced byPSQLParser.row_value_predicand_list().- Parameters:
ctx- the parse tree
-
exitRow_value_predicand_list
Exit a parse tree produced byPSQLParser.row_value_predicand_list().- Parameters:
ctx- the parse tree
-
enterCte_expression
Enter a parse tree produced byPSQLParser.cte_expression().- Parameters:
ctx- the parse tree
-
exitCte_expression
Exit a parse tree produced byPSQLParser.cte_expression().- Parameters:
ctx- the parse tree
-
enterCte_expression_body
Enter a parse tree produced byPSQLParser.cte_expression_body().- Parameters:
ctx- the parse tree
-
exitCte_expression_body
Exit a parse tree produced byPSQLParser.cte_expression_body().- Parameters:
ctx- the parse tree
-
enterCte_query
Enter a parse tree produced byPSQLParser.cte_query().- Parameters:
ctx- the parse tree
-
exitCte_query
Exit a parse tree produced byPSQLParser.cte_query().- Parameters:
ctx- the parse tree
-
enterCte_name
Enter a parse tree produced byPSQLParser.cte_name().- Parameters:
ctx- the parse tree
-
exitCte_name
Exit a parse tree produced byPSQLParser.cte_name().- Parameters:
ctx- the parse tree
-
enterCte_primary
Enter a parse tree produced byPSQLParser.cte_primary().- Parameters:
ctx- the parse tree
-
exitCte_primary
Exit a parse tree produced byPSQLParser.cte_primary().- Parameters:
ctx- the parse tree
-
enterQuery_expression
Enter a parse tree produced byPSQLParser.query_expression().- Parameters:
ctx- the parse tree
-
exitQuery_expression
Exit a parse tree produced byPSQLParser.query_expression().- Parameters:
ctx- the parse tree
-
enterQuery_expression_body
Enter a parse tree produced byPSQLParser.query_expression_body().- Parameters:
ctx- the parse tree
-
exitQuery_expression_body
Exit a parse tree produced byPSQLParser.query_expression_body().- Parameters:
ctx- the parse tree
-
enterNon_join_query_expression
Enter a parse tree produced byPSQLParser.non_join_query_expression().- Parameters:
ctx- the parse tree
-
exitNon_join_query_expression
Exit a parse tree produced byPSQLParser.non_join_query_expression().- Parameters:
ctx- the parse tree
-
enterQuery_term
Enter a parse tree produced byPSQLParser.query_term().- Parameters:
ctx- the parse tree
-
exitQuery_term
Exit a parse tree produced byPSQLParser.query_term().- Parameters:
ctx- the parse tree
-
enterNon_join_query_term
Enter a parse tree produced byPSQLParser.non_join_query_term().- Parameters:
ctx- the parse tree
-
exitNon_join_query_term
Exit a parse tree produced byPSQLParser.non_join_query_term().- Parameters:
ctx- the parse tree
-
enterQuery_primary
Enter a parse tree produced byPSQLParser.query_primary().- Parameters:
ctx- the parse tree
-
exitQuery_primary
Exit a parse tree produced byPSQLParser.query_primary().- Parameters:
ctx- the parse tree
-
enterNon_join_query_primary
Enter a parse tree produced byPSQLParser.non_join_query_primary().- Parameters:
ctx- the parse tree
-
exitNon_join_query_primary
Exit a parse tree produced byPSQLParser.non_join_query_primary().- Parameters:
ctx- the parse tree
-
enterSimple_table
Enter a parse tree produced byPSQLParser.simple_table().- Parameters:
ctx- the parse tree
-
exitSimple_table
Exit a parse tree produced byPSQLParser.simple_table().- Parameters:
ctx- the parse tree
-
enterExplicit_table
Enter a parse tree produced byPSQLParser.explicit_table().- Parameters:
ctx- the parse tree
-
exitExplicit_table
Exit a parse tree produced byPSQLParser.explicit_table().- Parameters:
ctx- the parse tree
-
enterTable_or_query_name
Enter a parse tree produced byPSQLParser.table_or_query_name().- Parameters:
ctx- the parse tree
-
exitTable_or_query_name
Exit a parse tree produced byPSQLParser.table_or_query_name().- Parameters:
ctx- the parse tree
-
enterTable_name
Enter a parse tree produced byPSQLParser.table_name().- Parameters:
ctx- the parse tree
-
exitTable_name
Exit a parse tree produced byPSQLParser.table_name().- Parameters:
ctx- the parse tree
-
enterQuery_specification
Enter a parse tree produced byPSQLParser.query_specification().- Parameters:
ctx- the parse tree
-
exitQuery_specification
Exit a parse tree produced byPSQLParser.query_specification().- Parameters:
ctx- the parse tree
-
enterSelect_list
Enter a parse tree produced byPSQLParser.select_list().- Parameters:
ctx- the parse tree
-
exitSelect_list
Exit a parse tree produced byPSQLParser.select_list().- Parameters:
ctx- the parse tree
-
enterSelect_sublist
Enter a parse tree produced byPSQLParser.select_sublist().- Parameters:
ctx- the parse tree
-
exitSelect_sublist
Exit a parse tree produced byPSQLParser.select_sublist().- Parameters:
ctx- the parse tree
-
enterDerived_column
Enter a parse tree produced byPSQLParser.derived_column().- Parameters:
ctx- the parse tree
-
exitDerived_column
Exit a parse tree produced byPSQLParser.derived_column().- Parameters:
ctx- the parse tree
-
enterQualified_asterisk
Enter a parse tree produced byPSQLParser.qualified_asterisk().- Parameters:
ctx- the parse tree
-
exitQualified_asterisk
Exit a parse tree produced byPSQLParser.qualified_asterisk().- Parameters:
ctx- the parse tree
-
enterSet_qualifier
Enter a parse tree produced byPSQLParser.set_qualifier().- Parameters:
ctx- the parse tree
-
exitSet_qualifier
Exit a parse tree produced byPSQLParser.set_qualifier().- Parameters:
ctx- the parse tree
-
enterColumn_reference
Enter a parse tree produced byPSQLParser.column_reference().- Parameters:
ctx- the parse tree
-
exitColumn_reference
Exit a parse tree produced byPSQLParser.column_reference().- Parameters:
ctx- the parse tree
-
enterAs_clause
Enter a parse tree produced byPSQLParser.as_clause().- Parameters:
ctx- the parse tree
-
exitAs_clause
Exit a parse tree produced byPSQLParser.as_clause().- Parameters:
ctx- the parse tree
-
enterColumn_reference_list
Enter a parse tree produced byPSQLParser.column_reference_list().- Parameters:
ctx- the parse tree
-
exitColumn_reference_list
Exit a parse tree produced byPSQLParser.column_reference_list().- Parameters:
ctx- the parse tree
-
enterScalar_subquery
Enter a parse tree produced byPSQLParser.scalar_subquery().- Parameters:
ctx- the parse tree
-
exitScalar_subquery
Exit a parse tree produced byPSQLParser.scalar_subquery().- Parameters:
ctx- the parse tree
-
enterRow_subquery
Enter a parse tree produced byPSQLParser.row_subquery().- Parameters:
ctx- the parse tree
-
exitRow_subquery
Exit a parse tree produced byPSQLParser.row_subquery().- Parameters:
ctx- the parse tree
-
enterTable_subquery
Enter a parse tree produced byPSQLParser.table_subquery().- Parameters:
ctx- the parse tree
-
exitTable_subquery
Exit a parse tree produced byPSQLParser.table_subquery().- Parameters:
ctx- the parse tree
-
enterSubquery
Enter a parse tree produced byPSQLParser.subquery().- Parameters:
ctx- the parse tree
-
exitSubquery
Exit a parse tree produced byPSQLParser.subquery().- Parameters:
ctx- the parse tree
-
enterPredicate
Enter a parse tree produced byPSQLParser.predicate().- Parameters:
ctx- the parse tree
-
exitPredicate
Exit a parse tree produced byPSQLParser.predicate().- Parameters:
ctx- the parse tree
-
enterComparison_predicate
Enter a parse tree produced byPSQLParser.comparison_predicate().- Parameters:
ctx- the parse tree
-
exitComparison_predicate
Exit a parse tree produced byPSQLParser.comparison_predicate().- Parameters:
ctx- the parse tree
-
enterComp_op
Enter a parse tree produced byPSQLParser.comp_op().- Parameters:
ctx- the parse tree
-
exitComp_op
Exit a parse tree produced byPSQLParser.comp_op().- Parameters:
ctx- the parse tree
-
enterBetween_predicate
Enter a parse tree produced byPSQLParser.between_predicate().- Parameters:
ctx- the parse tree
-
exitBetween_predicate
Exit a parse tree produced byPSQLParser.between_predicate().- Parameters:
ctx- the parse tree
-
enterBetween_predicate_part_2
Enter a parse tree produced byPSQLParser.between_predicate_part_2().- Parameters:
ctx- the parse tree
-
exitBetween_predicate_part_2
Exit a parse tree produced byPSQLParser.between_predicate_part_2().- Parameters:
ctx- the parse tree
-
enterIn_predicate
Enter a parse tree produced byPSQLParser.in_predicate().- Parameters:
ctx- the parse tree
-
exitIn_predicate
Exit a parse tree produced byPSQLParser.in_predicate().- Parameters:
ctx- the parse tree
-
enterIn_predicate_value
Enter a parse tree produced byPSQLParser.in_predicate_value().- Parameters:
ctx- the parse tree
-
exitIn_predicate_value
Exit a parse tree produced byPSQLParser.in_predicate_value().- Parameters:
ctx- the parse tree
-
enterIn_value_list
Enter a parse tree produced byPSQLParser.in_value_list().- Parameters:
ctx- the parse tree
-
exitIn_value_list
Exit a parse tree produced byPSQLParser.in_value_list().- Parameters:
ctx- the parse tree
-
enterPattern_matching_predicate
Enter a parse tree produced byPSQLParser.pattern_matching_predicate().- Parameters:
ctx- the parse tree
-
exitPattern_matching_predicate
Exit a parse tree produced byPSQLParser.pattern_matching_predicate().- Parameters:
ctx- the parse tree
-
enterPattern_matcher
Enter a parse tree produced byPSQLParser.pattern_matcher().- Parameters:
ctx- the parse tree
-
exitPattern_matcher
Exit a parse tree produced byPSQLParser.pattern_matcher().- Parameters:
ctx- the parse tree
-
enterNegativable_matcher
Enter a parse tree produced byPSQLParser.negativable_matcher().- Parameters:
ctx- the parse tree
-
exitNegativable_matcher
Exit a parse tree produced byPSQLParser.negativable_matcher().- Parameters:
ctx- the parse tree
-
enterRegex_matcher
Enter a parse tree produced byPSQLParser.regex_matcher().- Parameters:
ctx- the parse tree
-
exitRegex_matcher
Exit a parse tree produced byPSQLParser.regex_matcher().- Parameters:
ctx- the parse tree
-
enterNull_predicate
Enter a parse tree produced byPSQLParser.null_predicate().- Parameters:
ctx- the parse tree
-
exitNull_predicate
Exit a parse tree produced byPSQLParser.null_predicate().- Parameters:
ctx- the parse tree
-
enterQuantified_comparison_predicate
Enter a parse tree produced byPSQLParser.quantified_comparison_predicate().- Parameters:
ctx- the parse tree
-
exitQuantified_comparison_predicate
Exit a parse tree produced byPSQLParser.quantified_comparison_predicate().- Parameters:
ctx- the parse tree
-
enterSubquery_or_array
Enter a parse tree produced byPSQLParser.subquery_or_array().- Parameters:
ctx- the parse tree
-
exitSubquery_or_array
Exit a parse tree produced byPSQLParser.subquery_or_array().- Parameters:
ctx- the parse tree
-
enterQuantifier
Enter a parse tree produced byPSQLParser.quantifier().- Parameters:
ctx- the parse tree
-
exitQuantifier
Exit a parse tree produced byPSQLParser.quantifier().- Parameters:
ctx- the parse tree
-
enterAll
Enter a parse tree produced byPSQLParser.all().- Parameters:
ctx- the parse tree
-
exitAll
Exit a parse tree produced byPSQLParser.all().- Parameters:
ctx- the parse tree
-
enterSome
Enter a parse tree produced byPSQLParser.some().- Parameters:
ctx- the parse tree
-
exitSome
Exit a parse tree produced byPSQLParser.some().- Parameters:
ctx- the parse tree
-
enterArray_expression
Enter a parse tree produced byPSQLParser.array_expression().- Parameters:
ctx- the parse tree
-
exitArray_expression
Exit a parse tree produced byPSQLParser.array_expression().- Parameters:
ctx- the parse tree
-
enterArray_literal_constructor
Enter a parse tree produced byPSQLParser.array_literal_constructor().- Parameters:
ctx- the parse tree
-
exitArray_literal_constructor
Exit a parse tree produced byPSQLParser.array_literal_constructor().- Parameters:
ctx- the parse tree
-
enterLiteral_string_array_expression
Enter a parse tree produced byPSQLParser.literal_string_array_expression().- Parameters:
ctx- the parse tree
-
exitLiteral_string_array_expression
Exit a parse tree produced byPSQLParser.literal_string_array_expression().- Parameters:
ctx- the parse tree
-
enterNon_casted_literal_string_array_expression
void enterNon_casted_literal_string_array_expression(PSQLParser.Non_casted_literal_string_array_expressionContext ctx) Enter a parse tree produced byPSQLParser.non_casted_literal_string_array_expression().- Parameters:
ctx- the parse tree
-
exitNon_casted_literal_string_array_expression
void exitNon_casted_literal_string_array_expression(PSQLParser.Non_casted_literal_string_array_expressionContext ctx) Exit a parse tree produced byPSQLParser.non_casted_literal_string_array_expression().- Parameters:
ctx- the parse tree
-
enterCasted_literal_string_array_expression
void enterCasted_literal_string_array_expression(PSQLParser.Casted_literal_string_array_expressionContext ctx) Enter a parse tree produced byPSQLParser.casted_literal_string_array_expression().- Parameters:
ctx- the parse tree
-
exitCasted_literal_string_array_expression
void exitCasted_literal_string_array_expression(PSQLParser.Casted_literal_string_array_expressionContext ctx) Exit a parse tree produced byPSQLParser.casted_literal_string_array_expression().- Parameters:
ctx- the parse tree
-
enterExists_predicate
Enter a parse tree produced byPSQLParser.exists_predicate().- Parameters:
ctx- the parse tree
-
exitExists_predicate
Exit a parse tree produced byPSQLParser.exists_predicate().- Parameters:
ctx- the parse tree
-
enterOverlaps_predicate
Enter a parse tree produced byPSQLParser.overlaps_predicate().- Parameters:
ctx- the parse tree
-
exitOverlaps_predicate
Exit a parse tree produced byPSQLParser.overlaps_predicate().- Parameters:
ctx- the parse tree
-
enterOverlaps_endpoint
Enter a parse tree produced byPSQLParser.overlaps_endpoint().- Parameters:
ctx- the parse tree
-
exitOverlaps_endpoint
Exit a parse tree produced byPSQLParser.overlaps_endpoint().- Parameters:
ctx- the parse tree
-
enterOverlaps_nonparenthesized_value_expression_primary
void enterOverlaps_nonparenthesized_value_expression_primary(PSQLParser.Overlaps_nonparenthesized_value_expression_primaryContext ctx) Enter a parse tree produced byPSQLParser.overlaps_nonparenthesized_value_expression_primary().- Parameters:
ctx- the parse tree
-
exitOverlaps_nonparenthesized_value_expression_primary
void exitOverlaps_nonparenthesized_value_expression_primary(PSQLParser.Overlaps_nonparenthesized_value_expression_primaryContext ctx) Exit a parse tree produced byPSQLParser.overlaps_nonparenthesized_value_expression_primary().- Parameters:
ctx- the parse tree
-
enterUnique_predicate
Enter a parse tree produced byPSQLParser.unique_predicate().- Parameters:
ctx- the parse tree
-
exitUnique_predicate
Exit a parse tree produced byPSQLParser.unique_predicate().- Parameters:
ctx- the parse tree
-
enterPrimary_datetime_field
Enter a parse tree produced byPSQLParser.primary_datetime_field().- Parameters:
ctx- the parse tree
-
exitPrimary_datetime_field
Exit a parse tree produced byPSQLParser.primary_datetime_field().- Parameters:
ctx- the parse tree
-
enterNon_second_primary_datetime_field
void enterNon_second_primary_datetime_field(PSQLParser.Non_second_primary_datetime_fieldContext ctx) Enter a parse tree produced byPSQLParser.non_second_primary_datetime_field().- Parameters:
ctx- the parse tree
-
exitNon_second_primary_datetime_field
Exit a parse tree produced byPSQLParser.non_second_primary_datetime_field().- Parameters:
ctx- the parse tree
-
enterExtended_datetime_field
Enter a parse tree produced byPSQLParser.extended_datetime_field().- Parameters:
ctx- the parse tree
-
exitExtended_datetime_field
Exit a parse tree produced byPSQLParser.extended_datetime_field().- Parameters:
ctx- the parse tree
-
enterRoutine_invocation
Enter a parse tree produced byPSQLParser.routine_invocation().- Parameters:
ctx- the parse tree
-
exitRoutine_invocation
Exit a parse tree produced byPSQLParser.routine_invocation().- Parameters:
ctx- the parse tree
-
enterPosition_invocation
Enter a parse tree produced byPSQLParser.position_invocation().- Parameters:
ctx- the parse tree
-
exitPosition_invocation
Exit a parse tree produced byPSQLParser.position_invocation().- Parameters:
ctx- the parse tree
-
enterString_expression
Enter a parse tree produced byPSQLParser.string_expression().- Parameters:
ctx- the parse tree
-
exitString_expression
Exit a parse tree produced byPSQLParser.string_expression().- Parameters:
ctx- the parse tree
-
enterFunction_names_for_reserved_words
void enterFunction_names_for_reserved_words(PSQLParser.Function_names_for_reserved_wordsContext ctx) Enter a parse tree produced byPSQLParser.function_names_for_reserved_words().- Parameters:
ctx- the parse tree
-
exitFunction_names_for_reserved_words
Exit a parse tree produced byPSQLParser.function_names_for_reserved_words().- Parameters:
ctx- the parse tree
-
enterFunction_name
Enter a parse tree produced byPSQLParser.function_name().- Parameters:
ctx- the parse tree
-
exitFunction_name
Exit a parse tree produced byPSQLParser.function_name().- Parameters:
ctx- the parse tree
-
enterSql_argument_list
Enter a parse tree produced byPSQLParser.sql_argument_list().- Parameters:
ctx- the parse tree
-
exitSql_argument_list
Exit a parse tree produced byPSQLParser.sql_argument_list().- Parameters:
ctx- the parse tree
-
enterOrderby_clause
Enter a parse tree produced byPSQLParser.orderby_clause().- Parameters:
ctx- the parse tree
-
exitOrderby_clause
Exit a parse tree produced byPSQLParser.orderby_clause().- Parameters:
ctx- the parse tree
-
enterSort_specifier_list
Enter a parse tree produced byPSQLParser.sort_specifier_list().- Parameters:
ctx- the parse tree
-
exitSort_specifier_list
Exit a parse tree produced byPSQLParser.sort_specifier_list().- Parameters:
ctx- the parse tree
-
enterSort_specifier
Enter a parse tree produced byPSQLParser.sort_specifier().- Parameters:
ctx- the parse tree
-
exitSort_specifier
Exit a parse tree produced byPSQLParser.sort_specifier().- Parameters:
ctx- the parse tree
-
enterOrder_specification
Enter a parse tree produced byPSQLParser.order_specification().- Parameters:
ctx- the parse tree
-
exitOrder_specification
Exit a parse tree produced byPSQLParser.order_specification().- Parameters:
ctx- the parse tree
-
enterLimit_clause
Enter a parse tree produced byPSQLParser.limit_clause().- Parameters:
ctx- the parse tree
-
exitLimit_clause
Exit a parse tree produced byPSQLParser.limit_clause().- Parameters:
ctx- the parse tree
-
enterNull_ordering
Enter a parse tree produced byPSQLParser.null_ordering().- Parameters:
ctx- the parse tree
-
exitNull_ordering
Exit a parse tree produced byPSQLParser.null_ordering().- Parameters:
ctx- the parse tree
-
enterInsert_statement
Enter a parse tree produced byPSQLParser.insert_statement().- Parameters:
ctx- the parse tree
-
exitInsert_statement
Exit a parse tree produced byPSQLParser.insert_statement().- Parameters:
ctx- the parse tree
-