T - The return type of the visit operation. Use Void for
operations with no return type.public interface PostgreSQLParserVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
PostgreSQLParser.T visitSql(PostgreSQLParser.SqlContext ctx)
PostgreSQLParser.sql().ctx - the parse treeT visitQname_parser(PostgreSQLParser.Qname_parserContext ctx)
PostgreSQLParser.qname_parser().ctx - the parse treeT visitFunction_args_parser(PostgreSQLParser.Function_args_parserContext ctx)
PostgreSQLParser.function_args_parser().ctx - the parse treeT visitVex_eof(PostgreSQLParser.Vex_eofContext ctx)
PostgreSQLParser.vex_eof().ctx - the parse treeT visitPlpgsql_function(PostgreSQLParser.Plpgsql_functionContext ctx)
PostgreSQLParser.plpgsql_function().ctx - the parse treeT visitPlpgsql_function_test_list(PostgreSQLParser.Plpgsql_function_test_listContext ctx)
PostgreSQLParser.plpgsql_function_test_list().ctx - the parse treeT visitStatement(PostgreSQLParser.StatementContext ctx)
PostgreSQLParser.statement().ctx - the parse treeT visitData_statement(PostgreSQLParser.Data_statementContext ctx)
PostgreSQLParser.data_statement().ctx - the parse treeT visitScript_statement(PostgreSQLParser.Script_statementContext ctx)
PostgreSQLParser.script_statement().ctx - the parse treeT visitScript_transaction(PostgreSQLParser.Script_transactionContext ctx)
PostgreSQLParser.script_transaction().ctx - the parse treeT visitTransaction_mode(PostgreSQLParser.Transaction_modeContext ctx)
PostgreSQLParser.transaction_mode().ctx - the parse treeT visitLock_table(PostgreSQLParser.Lock_tableContext ctx)
PostgreSQLParser.lock_table().ctx - the parse treeT visitLock_mode(PostgreSQLParser.Lock_modeContext ctx)
PostgreSQLParser.lock_mode().ctx - the parse treeT visitScript_additional(PostgreSQLParser.Script_additionalContext ctx)
PostgreSQLParser.script_additional().ctx - the parse treeT visitAdditional_statement(PostgreSQLParser.Additional_statementContext ctx)
PostgreSQLParser.additional_statement().ctx - the parse treeT visitExplain_statement(PostgreSQLParser.Explain_statementContext ctx)
PostgreSQLParser.explain_statement().ctx - the parse treeT visitExplain_query(PostgreSQLParser.Explain_queryContext ctx)
PostgreSQLParser.explain_query().ctx - the parse treeT visitExecute_statement(PostgreSQLParser.Execute_statementContext ctx)
PostgreSQLParser.execute_statement().ctx - the parse treeT visitDeclare_statement(PostgreSQLParser.Declare_statementContext ctx)
PostgreSQLParser.declare_statement().ctx - the parse treeT visitShow_statement(PostgreSQLParser.Show_statementContext ctx)
PostgreSQLParser.show_statement().ctx - the parse treeT visitExplain_option(PostgreSQLParser.Explain_optionContext ctx)
PostgreSQLParser.explain_option().ctx - the parse treeT visitUser_name(PostgreSQLParser.User_nameContext ctx)
PostgreSQLParser.user_name().ctx - the parse treeT visitTable_cols_list(PostgreSQLParser.Table_cols_listContext ctx)
PostgreSQLParser.table_cols_list().ctx - the parse treeT visitTable_cols(PostgreSQLParser.Table_colsContext ctx)
PostgreSQLParser.table_cols().ctx - the parse treeT visitVacuum_mode(PostgreSQLParser.Vacuum_modeContext ctx)
PostgreSQLParser.vacuum_mode().ctx - the parse treeT visitVacuum_option(PostgreSQLParser.Vacuum_optionContext ctx)
PostgreSQLParser.vacuum_option().ctx - the parse treeT visitAnalyze_mode(PostgreSQLParser.Analyze_modeContext ctx)
PostgreSQLParser.analyze_mode().ctx - the parse treeT visitBoolean_value(PostgreSQLParser.Boolean_valueContext ctx)
PostgreSQLParser.boolean_value().ctx - the parse treeT visitFetch_move_direction(PostgreSQLParser.Fetch_move_directionContext ctx)
PostgreSQLParser.fetch_move_direction().ctx - the parse treeT visitSchema_statement(PostgreSQLParser.Schema_statementContext ctx)
PostgreSQLParser.schema_statement().ctx - the parse treeT visitSchema_create(PostgreSQLParser.Schema_createContext ctx)
PostgreSQLParser.schema_create().ctx - the parse treeT visitSchema_alter(PostgreSQLParser.Schema_alterContext ctx)
PostgreSQLParser.schema_alter().ctx - the parse treeT visitSchema_drop(PostgreSQLParser.Schema_dropContext ctx)
PostgreSQLParser.schema_drop().ctx - the parse treeT visitSchema_import(PostgreSQLParser.Schema_importContext ctx)
PostgreSQLParser.schema_import().ctx - the parse treeT visitAlter_function_statement(PostgreSQLParser.Alter_function_statementContext ctx)
PostgreSQLParser.alter_function_statement().ctx - the parse treeT visitAlter_aggregate_statement(PostgreSQLParser.Alter_aggregate_statementContext ctx)
PostgreSQLParser.alter_aggregate_statement().ctx - the parse treeT visitAlter_extension_statement(PostgreSQLParser.Alter_extension_statementContext ctx)
PostgreSQLParser.alter_extension_statement().ctx - the parse treeT visitAlter_extension_action(PostgreSQLParser.Alter_extension_actionContext ctx)
PostgreSQLParser.alter_extension_action().ctx - the parse treeT visitExtension_member_object(PostgreSQLParser.Extension_member_objectContext ctx)
PostgreSQLParser.extension_member_object().ctx - the parse treeT visitAlter_schema_statement(PostgreSQLParser.Alter_schema_statementContext ctx)
PostgreSQLParser.alter_schema_statement().ctx - the parse treeT visitAlter_language_statement(PostgreSQLParser.Alter_language_statementContext ctx)
PostgreSQLParser.alter_language_statement().ctx - the parse treeT visitAlter_table_statement(PostgreSQLParser.Alter_table_statementContext ctx)
PostgreSQLParser.alter_table_statement().ctx - the parse treeT visitTable_action(PostgreSQLParser.Table_actionContext ctx)
PostgreSQLParser.table_action().ctx - the parse treeT visitColumn_action(PostgreSQLParser.Column_actionContext ctx)
PostgreSQLParser.column_action().ctx - the parse treeT visitIdentity_body(PostgreSQLParser.Identity_bodyContext ctx)
PostgreSQLParser.identity_body().ctx - the parse treeT visitAlter_identity(PostgreSQLParser.Alter_identityContext ctx)
PostgreSQLParser.alter_identity().ctx - the parse treeT visitStorage_option(PostgreSQLParser.Storage_optionContext ctx)
PostgreSQLParser.storage_option().ctx - the parse treeT visitValidate_constraint(PostgreSQLParser.Validate_constraintContext ctx)
PostgreSQLParser.validate_constraint().ctx - the parse treeT visitDrop_constraint(PostgreSQLParser.Drop_constraintContext ctx)
PostgreSQLParser.drop_constraint().ctx - the parse treeT visitTable_deferrable(PostgreSQLParser.Table_deferrableContext ctx)
PostgreSQLParser.table_deferrable().ctx - the parse treeT visitTable_initialy_immed(PostgreSQLParser.Table_initialy_immedContext ctx)
PostgreSQLParser.table_initialy_immed().ctx - the parse treeT visitFunction_actions_common(PostgreSQLParser.Function_actions_commonContext ctx)
PostgreSQLParser.function_actions_common().ctx - the parse treeT visitFunction_def(PostgreSQLParser.Function_defContext ctx)
PostgreSQLParser.function_def().ctx - the parse treeT visitAlter_index_statement(PostgreSQLParser.Alter_index_statementContext ctx)
PostgreSQLParser.alter_index_statement().ctx - the parse treeT visitIndex_def_action(PostgreSQLParser.Index_def_actionContext ctx)
PostgreSQLParser.index_def_action().ctx - the parse treeT visitAlter_default_privileges(PostgreSQLParser.Alter_default_privilegesContext ctx)
PostgreSQLParser.alter_default_privileges().ctx - the parse treeT visitAbbreviated_grant_or_revoke(PostgreSQLParser.Abbreviated_grant_or_revokeContext ctx)
PostgreSQLParser.abbreviated_grant_or_revoke().ctx - the parse treeT visitGrant_option_for(PostgreSQLParser.Grant_option_forContext ctx)
PostgreSQLParser.grant_option_for().ctx - the parse treeT visitAlter_sequence_statement(PostgreSQLParser.Alter_sequence_statementContext ctx)
PostgreSQLParser.alter_sequence_statement().ctx - the parse treeT visitAlter_view_statement(PostgreSQLParser.Alter_view_statementContext ctx)
PostgreSQLParser.alter_view_statement().ctx - the parse treeT visitAlter_event_trigger(PostgreSQLParser.Alter_event_triggerContext ctx)
PostgreSQLParser.alter_event_trigger().ctx - the parse treeT visitAlter_event_trigger_action(PostgreSQLParser.Alter_event_trigger_actionContext ctx)
PostgreSQLParser.alter_event_trigger_action().ctx - the parse treeT visitAlter_type_statement(PostgreSQLParser.Alter_type_statementContext ctx)
PostgreSQLParser.alter_type_statement().ctx - the parse treeT visitAlter_domain_statement(PostgreSQLParser.Alter_domain_statementContext ctx)
PostgreSQLParser.alter_domain_statement().ctx - the parse treeT visitAlter_server_statement(PostgreSQLParser.Alter_server_statementContext ctx)
PostgreSQLParser.alter_server_statement().ctx - the parse treeT visitAlter_server_action(PostgreSQLParser.Alter_server_actionContext ctx)
PostgreSQLParser.alter_server_action().ctx - the parse treeT visitAlter_fts_statement(PostgreSQLParser.Alter_fts_statementContext ctx)
PostgreSQLParser.alter_fts_statement().ctx - the parse treeT visitAlter_fts_configuration(PostgreSQLParser.Alter_fts_configurationContext ctx)
PostgreSQLParser.alter_fts_configuration().ctx - the parse treeT visitType_action(PostgreSQLParser.Type_actionContext ctx)
PostgreSQLParser.type_action().ctx - the parse treeT visitSet_def_column(PostgreSQLParser.Set_def_columnContext ctx)
PostgreSQLParser.set_def_column().ctx - the parse treeT visitDrop_def(PostgreSQLParser.Drop_defContext ctx)
PostgreSQLParser.drop_def().ctx - the parse treeT visitCreate_index_statement(PostgreSQLParser.Create_index_statementContext ctx)
PostgreSQLParser.create_index_statement().ctx - the parse treeT visitIndex_rest(PostgreSQLParser.Index_restContext ctx)
PostgreSQLParser.index_rest().ctx - the parse treeT visitIndex_sort(PostgreSQLParser.Index_sortContext ctx)
PostgreSQLParser.index_sort().ctx - the parse treeT visitIncluding_index(PostgreSQLParser.Including_indexContext ctx)
PostgreSQLParser.including_index().ctx - the parse treeT visitIndex_where(PostgreSQLParser.Index_whereContext ctx)
PostgreSQLParser.index_where().ctx - the parse treeT visitCreate_extension_statement(PostgreSQLParser.Create_extension_statementContext ctx)
PostgreSQLParser.create_extension_statement().ctx - the parse treeT visitCreate_language_statement(PostgreSQLParser.Create_language_statementContext ctx)
PostgreSQLParser.create_language_statement().ctx - the parse treeT visitCreate_event_trigger(PostgreSQLParser.Create_event_triggerContext ctx)
PostgreSQLParser.create_event_trigger().ctx - the parse treeT visitCreate_type_statement(PostgreSQLParser.Create_type_statementContext ctx)
PostgreSQLParser.create_type_statement().ctx - the parse treeT visitCreate_domain_statement(PostgreSQLParser.Create_domain_statementContext ctx)
PostgreSQLParser.create_domain_statement().ctx - the parse treeT visitCreate_server_statement(PostgreSQLParser.Create_server_statementContext ctx)
PostgreSQLParser.create_server_statement().ctx - the parse treeT visitCreate_fts_dictionary(PostgreSQLParser.Create_fts_dictionaryContext ctx)
PostgreSQLParser.create_fts_dictionary().ctx - the parse treeT visitOption_with_value(PostgreSQLParser.Option_with_valueContext ctx)
PostgreSQLParser.option_with_value().ctx - the parse treeT visitCreate_fts_configuration(PostgreSQLParser.Create_fts_configurationContext ctx)
PostgreSQLParser.create_fts_configuration().ctx - the parse treeT visitCreate_fts_template(PostgreSQLParser.Create_fts_templateContext ctx)
PostgreSQLParser.create_fts_template().ctx - the parse treeT visitCreate_fts_parser(PostgreSQLParser.Create_fts_parserContext ctx)
PostgreSQLParser.create_fts_parser().ctx - the parse treeT visitCreate_collation(PostgreSQLParser.Create_collationContext ctx)
PostgreSQLParser.create_collation().ctx - the parse treeT visitAlter_collation(PostgreSQLParser.Alter_collationContext ctx)
PostgreSQLParser.alter_collation().ctx - the parse treeT visitCollation_option(PostgreSQLParser.Collation_optionContext ctx)
PostgreSQLParser.collation_option().ctx - the parse treeT visitCreate_user_mapping(PostgreSQLParser.Create_user_mappingContext ctx)
PostgreSQLParser.create_user_mapping().ctx - the parse treeT visitAlter_user_mapping(PostgreSQLParser.Alter_user_mappingContext ctx)
PostgreSQLParser.alter_user_mapping().ctx - the parse treeT visitAlter_user_or_role(PostgreSQLParser.Alter_user_or_roleContext ctx)
PostgreSQLParser.alter_user_or_role().ctx - the parse treeT visitAlter_user_or_role_set_reset(PostgreSQLParser.Alter_user_or_role_set_resetContext ctx)
PostgreSQLParser.alter_user_or_role_set_reset().ctx - the parse treeT visitUser_or_role_set_reset(PostgreSQLParser.User_or_role_set_resetContext ctx)
PostgreSQLParser.user_or_role_set_reset().ctx - the parse treeT visitAlter_group(PostgreSQLParser.Alter_groupContext ctx)
PostgreSQLParser.alter_group().ctx - the parse treeT visitAlter_group_action(PostgreSQLParser.Alter_group_actionContext ctx)
PostgreSQLParser.alter_group_action().ctx - the parse treeT visitAlter_tablespace(PostgreSQLParser.Alter_tablespaceContext ctx)
PostgreSQLParser.alter_tablespace().ctx - the parse treeT visitAlter_owner(PostgreSQLParser.Alter_ownerContext ctx)
PostgreSQLParser.alter_owner().ctx - the parse treeT visitAlter_tablespace_action(PostgreSQLParser.Alter_tablespace_actionContext ctx)
PostgreSQLParser.alter_tablespace_action().ctx - the parse treeT visitAlter_statistics(PostgreSQLParser.Alter_statisticsContext ctx)
PostgreSQLParser.alter_statistics().ctx - the parse treeT visitAlter_foreign_data_wrapper(PostgreSQLParser.Alter_foreign_data_wrapperContext ctx)
PostgreSQLParser.alter_foreign_data_wrapper().ctx - the parse treeT visitAlter_foreign_data_wrapper_action(PostgreSQLParser.Alter_foreign_data_wrapper_actionContext ctx)
PostgreSQLParser.alter_foreign_data_wrapper_action().ctx - the parse treeT visitAlter_operator_statement(PostgreSQLParser.Alter_operator_statementContext ctx)
PostgreSQLParser.alter_operator_statement().ctx - the parse treeT visitAlter_operator_action(PostgreSQLParser.Alter_operator_actionContext ctx)
PostgreSQLParser.alter_operator_action().ctx - the parse treeT visitOperator_set_restrict_join(PostgreSQLParser.Operator_set_restrict_joinContext ctx)
PostgreSQLParser.operator_set_restrict_join().ctx - the parse treeT visitDrop_user_mapping(PostgreSQLParser.Drop_user_mappingContext ctx)
PostgreSQLParser.drop_user_mapping().ctx - the parse treeT visitDrop_owned(PostgreSQLParser.Drop_ownedContext ctx)
PostgreSQLParser.drop_owned().ctx - the parse treeT visitDrop_operator_statement(PostgreSQLParser.Drop_operator_statementContext ctx)
PostgreSQLParser.drop_operator_statement().ctx - the parse treeT visitTarget_operator(PostgreSQLParser.Target_operatorContext ctx)
PostgreSQLParser.target_operator().ctx - the parse treeT visitDomain_constraint(PostgreSQLParser.Domain_constraintContext ctx)
PostgreSQLParser.domain_constraint().ctx - the parse treeT visitCreate_transform_statement(PostgreSQLParser.Create_transform_statementContext ctx)
PostgreSQLParser.create_transform_statement().ctx - the parse treeT visitCreate_access_method(PostgreSQLParser.Create_access_methodContext ctx)
PostgreSQLParser.create_access_method().ctx - the parse treeT visitCreate_user_or_role(PostgreSQLParser.Create_user_or_roleContext ctx)
PostgreSQLParser.create_user_or_role().ctx - the parse treeT visitUser_or_role_option(PostgreSQLParser.User_or_role_optionContext ctx)
PostgreSQLParser.user_or_role_option().ctx - the parse treeT visitUser_or_role_option_for_alter(PostgreSQLParser.User_or_role_option_for_alterContext ctx)
PostgreSQLParser.user_or_role_option_for_alter().ctx - the parse treeT visitUser_or_role_or_group_common_option(PostgreSQLParser.User_or_role_or_group_common_optionContext ctx)
PostgreSQLParser.user_or_role_or_group_common_option().ctx - the parse treeT visitUser_or_role_common_option(PostgreSQLParser.User_or_role_common_optionContext ctx)
PostgreSQLParser.user_or_role_common_option().ctx - the parse treeT visitUser_or_role_or_group_option_for_create(PostgreSQLParser.User_or_role_or_group_option_for_createContext ctx)
PostgreSQLParser.user_or_role_or_group_option_for_create().ctx - the parse treeT visitCreate_group(PostgreSQLParser.Create_groupContext ctx)
PostgreSQLParser.create_group().ctx - the parse treeT visitGroup_option(PostgreSQLParser.Group_optionContext ctx)
PostgreSQLParser.group_option().ctx - the parse treeT visitCreate_tablespace(PostgreSQLParser.Create_tablespaceContext ctx)
PostgreSQLParser.create_tablespace().ctx - the parse treeT visitCreate_statistics(PostgreSQLParser.Create_statisticsContext ctx)
PostgreSQLParser.create_statistics().ctx - the parse treeT visitCreate_foreign_data_wrapper(PostgreSQLParser.Create_foreign_data_wrapperContext ctx)
PostgreSQLParser.create_foreign_data_wrapper().ctx - the parse treeT visitOption_without_equal(PostgreSQLParser.Option_without_equalContext ctx)
PostgreSQLParser.option_without_equal().ctx - the parse treeT visitCreate_operator_statement(PostgreSQLParser.Create_operator_statementContext ctx)
PostgreSQLParser.create_operator_statement().ctx - the parse treeT visitOperator_name(PostgreSQLParser.Operator_nameContext ctx)
PostgreSQLParser.operator_name().ctx - the parse treeT visitOperator_option(PostgreSQLParser.Operator_optionContext ctx)
PostgreSQLParser.operator_option().ctx - the parse treeT visitCreate_aggregate_statement(PostgreSQLParser.Create_aggregate_statementContext ctx)
PostgreSQLParser.create_aggregate_statement().ctx - the parse treeT visitAggregate_param(PostgreSQLParser.Aggregate_paramContext ctx)
PostgreSQLParser.aggregate_param().ctx - the parse treeT visitSet_statement(PostgreSQLParser.Set_statementContext ctx)
PostgreSQLParser.set_statement().ctx - the parse treeT visitSet_action(PostgreSQLParser.Set_actionContext ctx)
PostgreSQLParser.set_action().ctx - the parse treeT visitSession_local_option(PostgreSQLParser.Session_local_optionContext ctx)
PostgreSQLParser.session_local_option().ctx - the parse treeT visitSet_statement_value(PostgreSQLParser.Set_statement_valueContext ctx)
PostgreSQLParser.set_statement_value().ctx - the parse treeT visitCreate_rewrite_statement(PostgreSQLParser.Create_rewrite_statementContext ctx)
PostgreSQLParser.create_rewrite_statement().ctx - the parse treeT visitRewrite_command(PostgreSQLParser.Rewrite_commandContext ctx)
PostgreSQLParser.rewrite_command().ctx - the parse treeT visitCreate_trigger_statement(PostgreSQLParser.Create_trigger_statementContext ctx)
PostgreSQLParser.create_trigger_statement().ctx - the parse treeT visitTrigger_referencing(PostgreSQLParser.Trigger_referencingContext ctx)
PostgreSQLParser.trigger_referencing().ctx - the parse treeT visitWhen_trigger(PostgreSQLParser.When_triggerContext ctx)
PostgreSQLParser.when_trigger().ctx - the parse treeT visitRule_common(PostgreSQLParser.Rule_commonContext ctx)
PostgreSQLParser.rule_common().ctx - the parse treeT visitRule_member_object(PostgreSQLParser.Rule_member_objectContext ctx)
PostgreSQLParser.rule_member_object().ctx - the parse treeT visitColumns_permissions(PostgreSQLParser.Columns_permissionsContext ctx)
PostgreSQLParser.columns_permissions().ctx - the parse treeT visitTable_column_privileges(PostgreSQLParser.Table_column_privilegesContext ctx)
PostgreSQLParser.table_column_privileges().ctx - the parse treeT visitPermissions(PostgreSQLParser.PermissionsContext ctx)
PostgreSQLParser.permissions().ctx - the parse treeT visitPermission(PostgreSQLParser.PermissionContext ctx)
PostgreSQLParser.permission().ctx - the parse treeT visitOther_rules(PostgreSQLParser.Other_rulesContext ctx)
PostgreSQLParser.other_rules().ctx - the parse treeT visitGrant_to_rule(PostgreSQLParser.Grant_to_ruleContext ctx)
PostgreSQLParser.grant_to_rule().ctx - the parse treeT visitRevoke_from_cascade_restrict(PostgreSQLParser.Revoke_from_cascade_restrictContext ctx)
PostgreSQLParser.revoke_from_cascade_restrict().ctx - the parse treeT visitRoles_names(PostgreSQLParser.Roles_namesContext ctx)
PostgreSQLParser.roles_names().ctx - the parse treeT visitRole_name_with_group(PostgreSQLParser.Role_name_with_groupContext ctx)
PostgreSQLParser.role_name_with_group().ctx - the parse treeT visitComment_on_statement(PostgreSQLParser.Comment_on_statementContext ctx)
PostgreSQLParser.comment_on_statement().ctx - the parse treeT visitSecurity_label(PostgreSQLParser.Security_labelContext ctx)
PostgreSQLParser.security_label().ctx - the parse treeT visitComment_member_object(PostgreSQLParser.Comment_member_objectContext ctx)
PostgreSQLParser.comment_member_object().ctx - the parse treeT visitLabel_member_object(PostgreSQLParser.Label_member_objectContext ctx)
PostgreSQLParser.label_member_object().ctx - the parse treeT visitCreate_function_statement(PostgreSQLParser.Create_function_statementContext ctx)
PostgreSQLParser.create_function_statement().ctx - the parse treeT visitCreate_funct_params(PostgreSQLParser.Create_funct_paramsContext ctx)
PostgreSQLParser.create_funct_params().ctx - the parse treeT visitTransform_for_type(PostgreSQLParser.Transform_for_typeContext ctx)
PostgreSQLParser.transform_for_type().ctx - the parse treeT visitFunction_ret_table(PostgreSQLParser.Function_ret_tableContext ctx)
PostgreSQLParser.function_ret_table().ctx - the parse treeT visitFunction_column_name_type(PostgreSQLParser.Function_column_name_typeContext ctx)
PostgreSQLParser.function_column_name_type().ctx - the parse treeT visitFunction_parameters(PostgreSQLParser.Function_parametersContext ctx)
PostgreSQLParser.function_parameters().ctx - the parse treeT visitFunction_args(PostgreSQLParser.Function_argsContext ctx)
PostgreSQLParser.function_args().ctx - the parse treeT visitAgg_order(PostgreSQLParser.Agg_orderContext ctx)
PostgreSQLParser.agg_order().ctx - the parse treeT visitCharacter_string(PostgreSQLParser.Character_stringContext ctx)
PostgreSQLParser.character_string().ctx - the parse treeT visitFunction_arguments(PostgreSQLParser.Function_argumentsContext ctx)
PostgreSQLParser.function_arguments().ctx - the parse treeT visitArgmode(PostgreSQLParser.ArgmodeContext ctx)
PostgreSQLParser.argmode().ctx - the parse treeT visitCreate_sequence_statement(PostgreSQLParser.Create_sequence_statementContext ctx)
PostgreSQLParser.create_sequence_statement().ctx - the parse treeT visitSequence_body(PostgreSQLParser.Sequence_bodyContext ctx)
PostgreSQLParser.sequence_body().ctx - the parse treeT visitSigned_number_literal(PostgreSQLParser.Signed_number_literalContext ctx)
PostgreSQLParser.signed_number_literal().ctx - the parse treeT visitSigned_numerical_literal(PostgreSQLParser.Signed_numerical_literalContext ctx)
PostgreSQLParser.signed_numerical_literal().ctx - the parse treeT visitSign(PostgreSQLParser.SignContext ctx)
PostgreSQLParser.sign().ctx - the parse treeT visitCreate_schema_statement(PostgreSQLParser.Create_schema_statementContext ctx)
PostgreSQLParser.create_schema_statement().ctx - the parse treeT visitCreate_policy_statement(PostgreSQLParser.Create_policy_statementContext ctx)
PostgreSQLParser.create_policy_statement().ctx - the parse treeT visitAlter_policy_statement(PostgreSQLParser.Alter_policy_statementContext ctx)
PostgreSQLParser.alter_policy_statement().ctx - the parse treeT visitDrop_policy_statement(PostgreSQLParser.Drop_policy_statementContext ctx)
PostgreSQLParser.drop_policy_statement().ctx - the parse treeT visitCreate_subscription_statement(PostgreSQLParser.Create_subscription_statementContext ctx)
PostgreSQLParser.create_subscription_statement().ctx - the parse treeT visitAlter_subscription_statement(PostgreSQLParser.Alter_subscription_statementContext ctx)
PostgreSQLParser.alter_subscription_statement().ctx - the parse treeT visitAlter_subscription_action(PostgreSQLParser.Alter_subscription_actionContext ctx)
PostgreSQLParser.alter_subscription_action().ctx - the parse treeT visitCreate_cast_statement(PostgreSQLParser.Create_cast_statementContext ctx)
PostgreSQLParser.create_cast_statement().ctx - the parse treeT visitDrop_cast_statement(PostgreSQLParser.Drop_cast_statementContext ctx)
PostgreSQLParser.drop_cast_statement().ctx - the parse treeT visitCreate_operator_family_statement(PostgreSQLParser.Create_operator_family_statementContext ctx)
PostgreSQLParser.create_operator_family_statement().ctx - the parse treeT visitAlter_operator_family_statement(PostgreSQLParser.Alter_operator_family_statementContext ctx)
PostgreSQLParser.alter_operator_family_statement().ctx - the parse treeT visitOperator_family_action(PostgreSQLParser.Operator_family_actionContext ctx)
PostgreSQLParser.operator_family_action().ctx - the parse treeT visitAdd_operator_to_family(PostgreSQLParser.Add_operator_to_familyContext ctx)
PostgreSQLParser.add_operator_to_family().ctx - the parse treeT visitDrop_operator_from_family(PostgreSQLParser.Drop_operator_from_familyContext ctx)
PostgreSQLParser.drop_operator_from_family().ctx - the parse treeT visitDrop_operator_family_statement(PostgreSQLParser.Drop_operator_family_statementContext ctx)
PostgreSQLParser.drop_operator_family_statement().ctx - the parse treeT visitCreate_operator_class_statement(PostgreSQLParser.Create_operator_class_statementContext ctx)
PostgreSQLParser.create_operator_class_statement().ctx - the parse treeT visitCreate_operator_class_option(PostgreSQLParser.Create_operator_class_optionContext ctx)
PostgreSQLParser.create_operator_class_option().ctx - the parse treeT visitAlter_operator_class_statement(PostgreSQLParser.Alter_operator_class_statementContext ctx)
PostgreSQLParser.alter_operator_class_statement().ctx - the parse treeT visitDrop_operator_class_statement(PostgreSQLParser.Drop_operator_class_statementContext ctx)
PostgreSQLParser.drop_operator_class_statement().ctx - the parse treeT visitCreate_conversion_statement(PostgreSQLParser.Create_conversion_statementContext ctx)
PostgreSQLParser.create_conversion_statement().ctx - the parse treeT visitAlter_conversion_statement(PostgreSQLParser.Alter_conversion_statementContext ctx)
PostgreSQLParser.alter_conversion_statement().ctx - the parse treeT visitCreate_publication_statement(PostgreSQLParser.Create_publication_statementContext ctx)
PostgreSQLParser.create_publication_statement().ctx - the parse treeT visitAlter_publication_statement(PostgreSQLParser.Alter_publication_statementContext ctx)
PostgreSQLParser.alter_publication_statement().ctx - the parse treeT visitAlter_publication_action(PostgreSQLParser.Alter_publication_actionContext ctx)
PostgreSQLParser.alter_publication_action().ctx - the parse treeT visitOnly_table_multiply(PostgreSQLParser.Only_table_multiplyContext ctx)
PostgreSQLParser.only_table_multiply().ctx - the parse treeT visitAlter_trigger_statement(PostgreSQLParser.Alter_trigger_statementContext ctx)
PostgreSQLParser.alter_trigger_statement().ctx - the parse treeT visitAlter_rule_statement(PostgreSQLParser.Alter_rule_statementContext ctx)
PostgreSQLParser.alter_rule_statement().ctx - the parse treeT visitCopy_statement(PostgreSQLParser.Copy_statementContext ctx)
PostgreSQLParser.copy_statement().ctx - the parse treeT visitCopy_from_statement(PostgreSQLParser.Copy_from_statementContext ctx)
PostgreSQLParser.copy_from_statement().ctx - the parse treeT visitCopy_to_statement(PostgreSQLParser.Copy_to_statementContext ctx)
PostgreSQLParser.copy_to_statement().ctx - the parse treeT visitCopy_option_list(PostgreSQLParser.Copy_option_listContext ctx)
PostgreSQLParser.copy_option_list().ctx - the parse treeT visitCopy_option(PostgreSQLParser.Copy_optionContext ctx)
PostgreSQLParser.copy_option().ctx - the parse treeT visitCreate_view_statement(PostgreSQLParser.Create_view_statementContext ctx)
PostgreSQLParser.create_view_statement().ctx - the parse treeT visitIf_exists(PostgreSQLParser.If_existsContext ctx)
PostgreSQLParser.if_exists().ctx - the parse treeT visitIf_not_exists(PostgreSQLParser.If_not_existsContext ctx)
PostgreSQLParser.if_not_exists().ctx - the parse treeT visitView_columns(PostgreSQLParser.View_columnsContext ctx)
PostgreSQLParser.view_columns().ctx - the parse treeT visitWith_check_option(PostgreSQLParser.With_check_optionContext ctx)
PostgreSQLParser.with_check_option().ctx - the parse treeT visitCreate_table_statement(PostgreSQLParser.Create_table_statementContext ctx)
PostgreSQLParser.create_table_statement().ctx - the parse treeT visitCreate_table_as_statement(PostgreSQLParser.Create_table_as_statementContext ctx)
PostgreSQLParser.create_table_as_statement().ctx - the parse treeT visitCreate_foreign_table_statement(PostgreSQLParser.Create_foreign_table_statementContext ctx)
PostgreSQLParser.create_foreign_table_statement().ctx - the parse treeT visitDefine_table(PostgreSQLParser.Define_tableContext ctx)
PostgreSQLParser.define_table().ctx - the parse treeT visitDefine_partition(PostgreSQLParser.Define_partitionContext ctx)
PostgreSQLParser.define_partition().ctx - the parse treeT visitFor_values_bound(PostgreSQLParser.For_values_boundContext ctx)
PostgreSQLParser.for_values_bound().ctx - the parse treeT visitPartition_bound_spec(PostgreSQLParser.Partition_bound_specContext ctx)
PostgreSQLParser.partition_bound_spec().ctx - the parse treeT visitPartition_bound_part(PostgreSQLParser.Partition_bound_partContext ctx)
PostgreSQLParser.partition_bound_part().ctx - the parse treeT visitDefine_columns(PostgreSQLParser.Define_columnsContext ctx)
PostgreSQLParser.define_columns().ctx - the parse treeT visitDefine_type(PostgreSQLParser.Define_typeContext ctx)
PostgreSQLParser.define_type().ctx - the parse treeT visitPartition_by(PostgreSQLParser.Partition_byContext ctx)
PostgreSQLParser.partition_by().ctx - the parse treeT visitPartition_method(PostgreSQLParser.Partition_methodContext ctx)
PostgreSQLParser.partition_method().ctx - the parse treeT visitPartition_column(PostgreSQLParser.Partition_columnContext ctx)
PostgreSQLParser.partition_column().ctx - the parse treeT visitDefine_server(PostgreSQLParser.Define_serverContext ctx)
PostgreSQLParser.define_server().ctx - the parse treeT visitDefine_foreign_options(PostgreSQLParser.Define_foreign_optionsContext ctx)
PostgreSQLParser.define_foreign_options().ctx - the parse treeT visitForeign_option(PostgreSQLParser.Foreign_optionContext ctx)
PostgreSQLParser.foreign_option().ctx - the parse treeT visitForeign_option_name(PostgreSQLParser.Foreign_option_nameContext ctx)
PostgreSQLParser.foreign_option_name().ctx - the parse treeT visitList_of_type_column_def(PostgreSQLParser.List_of_type_column_defContext ctx)
PostgreSQLParser.list_of_type_column_def().ctx - the parse treeT visitTable_column_def(PostgreSQLParser.Table_column_defContext ctx)
PostgreSQLParser.table_column_def().ctx - the parse treeT visitTable_of_type_column_def(PostgreSQLParser.Table_of_type_column_defContext ctx)
PostgreSQLParser.table_of_type_column_def().ctx - the parse treeT visitTable_column_definition(PostgreSQLParser.Table_column_definitionContext ctx)
PostgreSQLParser.table_column_definition().ctx - the parse treeT visitLike_option(PostgreSQLParser.Like_optionContext ctx)
PostgreSQLParser.like_option().ctx - the parse treeT visitConstraint_common(PostgreSQLParser.Constraint_commonContext ctx)
PostgreSQLParser.constraint_common().ctx - the parse treeT visitConstr_body(PostgreSQLParser.Constr_bodyContext ctx)
PostgreSQLParser.constr_body().ctx - the parse treeT visitAll_op(PostgreSQLParser.All_opContext ctx)
PostgreSQLParser.all_op().ctx - the parse treeT visitAll_simple_op(PostgreSQLParser.All_simple_opContext ctx)
PostgreSQLParser.all_simple_op().ctx - the parse treeT visitOp_chars(PostgreSQLParser.Op_charsContext ctx)
PostgreSQLParser.op_chars().ctx - the parse treeT visitIndex_parameters(PostgreSQLParser.Index_parametersContext ctx)
PostgreSQLParser.index_parameters().ctx - the parse treeT visitNames_in_parens(PostgreSQLParser.Names_in_parensContext ctx)
PostgreSQLParser.names_in_parens().ctx - the parse treeT visitNames_references(PostgreSQLParser.Names_referencesContext ctx)
PostgreSQLParser.names_references().ctx - the parse treeT visitStorage_parameter(PostgreSQLParser.Storage_parameterContext ctx)
PostgreSQLParser.storage_parameter().ctx - the parse treeT visitStorage_parameter_option(PostgreSQLParser.Storage_parameter_optionContext ctx)
PostgreSQLParser.storage_parameter_option().ctx - the parse treeT visitStorage_parameter_name(PostgreSQLParser.Storage_parameter_nameContext ctx)
PostgreSQLParser.storage_parameter_name().ctx - the parse treeT visitWith_storage_parameter(PostgreSQLParser.With_storage_parameterContext ctx)
PostgreSQLParser.with_storage_parameter().ctx - the parse treeT visitStorage_parameter_oid(PostgreSQLParser.Storage_parameter_oidContext ctx)
PostgreSQLParser.storage_parameter_oid().ctx - the parse treeT visitOn_commit(PostgreSQLParser.On_commitContext ctx)
PostgreSQLParser.on_commit().ctx - the parse treeT visitTable_space(PostgreSQLParser.Table_spaceContext ctx)
PostgreSQLParser.table_space().ctx - the parse treeT visitAction(PostgreSQLParser.ActionContext ctx)
PostgreSQLParser.action().ctx - the parse treeT visitOwner_to(PostgreSQLParser.Owner_toContext ctx)
PostgreSQLParser.owner_to().ctx - the parse treeT visitRename_to(PostgreSQLParser.Rename_toContext ctx)
PostgreSQLParser.rename_to().ctx - the parse treeT visitSet_schema(PostgreSQLParser.Set_schemaContext ctx)
PostgreSQLParser.set_schema().ctx - the parse treeT visitTable_column_privilege(PostgreSQLParser.Table_column_privilegeContext ctx)
PostgreSQLParser.table_column_privilege().ctx - the parse treeT visitUsage_select_update(PostgreSQLParser.Usage_select_updateContext ctx)
PostgreSQLParser.usage_select_update().ctx - the parse treeT visitPartition_by_columns(PostgreSQLParser.Partition_by_columnsContext ctx)
PostgreSQLParser.partition_by_columns().ctx - the parse treeT visitCascade_restrict(PostgreSQLParser.Cascade_restrictContext ctx)
PostgreSQLParser.cascade_restrict().ctx - the parse treeT visitCollate_identifier(PostgreSQLParser.Collate_identifierContext ctx)
PostgreSQLParser.collate_identifier().ctx - the parse treeT visitIndirection_var(PostgreSQLParser.Indirection_varContext ctx)
PostgreSQLParser.indirection_var().ctx - the parse treeT visitDollar_number(PostgreSQLParser.Dollar_numberContext ctx)
PostgreSQLParser.dollar_number().ctx - the parse treeT visitIndirection_list(PostgreSQLParser.Indirection_listContext ctx)
PostgreSQLParser.indirection_list().ctx - the parse treeT visitIndirection(PostgreSQLParser.IndirectionContext ctx)
PostgreSQLParser.indirection().ctx - the parse treeT visitDrop_function_statement(PostgreSQLParser.Drop_function_statementContext ctx)
PostgreSQLParser.drop_function_statement().ctx - the parse treeT visitDrop_trigger_statement(PostgreSQLParser.Drop_trigger_statementContext ctx)
PostgreSQLParser.drop_trigger_statement().ctx - the parse treeT visitDrop_rule_statement(PostgreSQLParser.Drop_rule_statementContext ctx)
PostgreSQLParser.drop_rule_statement().ctx - the parse treeT visitDrop_statements(PostgreSQLParser.Drop_statementsContext ctx)
PostgreSQLParser.drop_statements().ctx - the parse treeT visitIf_exist_names_restrict_cascade(PostgreSQLParser.If_exist_names_restrict_cascadeContext ctx)
PostgreSQLParser.if_exist_names_restrict_cascade().ctx - the parse treeT visitId_token(PostgreSQLParser.Id_tokenContext ctx)
PostgreSQLParser.id_token().ctx - the parse treeT visitIdentifier(PostgreSQLParser.IdentifierContext ctx)
PostgreSQLParser.identifier().ctx - the parse treeT visitIdentifier_nontype(PostgreSQLParser.Identifier_nontypeContext ctx)
PostgreSQLParser.identifier_nontype().ctx - the parse treeT visitCol_label(PostgreSQLParser.Col_labelContext ctx)
PostgreSQLParser.col_label().ctx - the parse treeT visitTokens_nonreserved(PostgreSQLParser.Tokens_nonreservedContext ctx)
PostgreSQLParser.tokens_nonreserved().ctx - the parse treeT visitTokens_nonreserved_except_function_type(PostgreSQLParser.Tokens_nonreserved_except_function_typeContext ctx)
PostgreSQLParser.tokens_nonreserved_except_function_type().ctx - the parse treeT visitTokens_reserved_except_function_type(PostgreSQLParser.Tokens_reserved_except_function_typeContext ctx)
PostgreSQLParser.tokens_reserved_except_function_type().ctx - the parse treeT visitTokens_reserved(PostgreSQLParser.Tokens_reservedContext ctx)
PostgreSQLParser.tokens_reserved().ctx - the parse treeT visitTokens_nonkeyword(PostgreSQLParser.Tokens_nonkeywordContext ctx)
PostgreSQLParser.tokens_nonkeyword().ctx - the parse treeT visitSchema_qualified_name_nontype(PostgreSQLParser.Schema_qualified_name_nontypeContext ctx)
PostgreSQLParser.schema_qualified_name_nontype().ctx - the parse treeT visitType_list(PostgreSQLParser.Type_listContext ctx)
PostgreSQLParser.type_list().ctx - the parse treeT visitData_type(PostgreSQLParser.Data_typeContext ctx)
PostgreSQLParser.data_type().ctx - the parse treeT visitArray_type(PostgreSQLParser.Array_typeContext ctx)
PostgreSQLParser.array_type().ctx - the parse treeT visitPredefined_type(PostgreSQLParser.Predefined_typeContext ctx)
PostgreSQLParser.predefined_type().ctx - the parse treeT visitInterval_field(PostgreSQLParser.Interval_fieldContext ctx)
PostgreSQLParser.interval_field().ctx - the parse treeT visitType_length(PostgreSQLParser.Type_lengthContext ctx)
PostgreSQLParser.type_length().ctx - the parse treeT visitPrecision_param(PostgreSQLParser.Precision_paramContext ctx)
PostgreSQLParser.precision_param().ctx - the parse treeT visitVex(PostgreSQLParser.VexContext ctx)
PostgreSQLParser.vex().ctx - the parse treeT visitVex_b(PostgreSQLParser.Vex_bContext ctx)
PostgreSQLParser.vex_b().ctx - the parse treeT visitOp(PostgreSQLParser.OpContext ctx)
PostgreSQLParser.op().ctx - the parse treeT visitAll_op_ref(PostgreSQLParser.All_op_refContext ctx)
PostgreSQLParser.all_op_ref().ctx - the parse treeT visitDatetime_overlaps(PostgreSQLParser.Datetime_overlapsContext ctx)
PostgreSQLParser.datetime_overlaps().ctx - the parse treeT visitValue_expression_primary(PostgreSQLParser.Value_expression_primaryContext ctx)
PostgreSQLParser.value_expression_primary().ctx - the parse treeT visitUnsigned_value_specification(PostgreSQLParser.Unsigned_value_specificationContext ctx)
PostgreSQLParser.unsigned_value_specification().ctx - the parse treeT visitUnsigned_numeric_literal(PostgreSQLParser.Unsigned_numeric_literalContext ctx)
PostgreSQLParser.unsigned_numeric_literal().ctx - the parse treeT visitTruth_value(PostgreSQLParser.Truth_valueContext ctx)
PostgreSQLParser.truth_value().ctx - the parse treeT visitCase_expression(PostgreSQLParser.Case_expressionContext ctx)
PostgreSQLParser.case_expression().ctx - the parse treeT visitCast_specification(PostgreSQLParser.Cast_specificationContext ctx)
PostgreSQLParser.cast_specification().ctx - the parse treeT visitFunction_call(PostgreSQLParser.Function_callContext ctx)
PostgreSQLParser.function_call().ctx - the parse treeT visitVex_or_named_notation(PostgreSQLParser.Vex_or_named_notationContext ctx)
PostgreSQLParser.vex_or_named_notation().ctx - the parse treeT visitPointer(PostgreSQLParser.PointerContext ctx)
PostgreSQLParser.pointer().ctx - the parse treeT visitFunction_construct(PostgreSQLParser.Function_constructContext ctx)
PostgreSQLParser.function_construct().ctx - the parse treeT visitExtract_function(PostgreSQLParser.Extract_functionContext ctx)
PostgreSQLParser.extract_function().ctx - the parse treeT visitSystem_function(PostgreSQLParser.System_functionContext ctx)
PostgreSQLParser.system_function().ctx - the parse treeT visitDate_time_function(PostgreSQLParser.Date_time_functionContext ctx)
PostgreSQLParser.date_time_function().ctx - the parse treeT visitString_value_function(PostgreSQLParser.String_value_functionContext ctx)
PostgreSQLParser.string_value_function().ctx - the parse treeT visitXml_function(PostgreSQLParser.Xml_functionContext ctx)
PostgreSQLParser.xml_function().ctx - the parse treeT visitXml_table_column(PostgreSQLParser.Xml_table_columnContext ctx)
PostgreSQLParser.xml_table_column().ctx - the parse treeT visitComparison_mod(PostgreSQLParser.Comparison_modContext ctx)
PostgreSQLParser.comparison_mod().ctx - the parse treeT visitFilter_clause(PostgreSQLParser.Filter_clauseContext ctx)
PostgreSQLParser.filter_clause().ctx - the parse treeT visitWindow_definition(PostgreSQLParser.Window_definitionContext ctx)
PostgreSQLParser.window_definition().ctx - the parse treeT visitFrame_clause(PostgreSQLParser.Frame_clauseContext ctx)
PostgreSQLParser.frame_clause().ctx - the parse treeT visitFrame_bound(PostgreSQLParser.Frame_boundContext ctx)
PostgreSQLParser.frame_bound().ctx - the parse treeT visitArray_expression(PostgreSQLParser.Array_expressionContext ctx)
PostgreSQLParser.array_expression().ctx - the parse treeT visitArray_elements(PostgreSQLParser.Array_elementsContext ctx)
PostgreSQLParser.array_elements().ctx - the parse treeT visitType_coercion(PostgreSQLParser.Type_coercionContext ctx)
PostgreSQLParser.type_coercion().ctx - the parse treeT visitSchema_qualified_name(PostgreSQLParser.Schema_qualified_nameContext ctx)
PostgreSQLParser.schema_qualified_name().ctx - the parse treeT visitSet_qualifier(PostgreSQLParser.Set_qualifierContext ctx)
PostgreSQLParser.set_qualifier().ctx - the parse treeT visitTable_subquery(PostgreSQLParser.Table_subqueryContext ctx)
PostgreSQLParser.table_subquery().ctx - the parse treeT visitSelect_stmt(PostgreSQLParser.Select_stmtContext ctx)
PostgreSQLParser.select_stmt().ctx - the parse treeT visitAfter_ops(PostgreSQLParser.After_opsContext ctx)
PostgreSQLParser.after_ops().ctx - the parse treeT visitSelect_stmt_no_parens(PostgreSQLParser.Select_stmt_no_parensContext ctx)
PostgreSQLParser.select_stmt_no_parens().ctx - the parse treeT visitWith_clause(PostgreSQLParser.With_clauseContext ctx)
PostgreSQLParser.with_clause().ctx - the parse treeT visitWith_query(PostgreSQLParser.With_queryContext ctx)
PostgreSQLParser.with_query().ctx - the parse treeT visitSelect_ops(PostgreSQLParser.Select_opsContext ctx)
PostgreSQLParser.select_ops().ctx - the parse treeT visitSelect_ops_no_parens(PostgreSQLParser.Select_ops_no_parensContext ctx)
PostgreSQLParser.select_ops_no_parens().ctx - the parse treeT visitSelect_primary(PostgreSQLParser.Select_primaryContext ctx)
PostgreSQLParser.select_primary().ctx - the parse treeT visitSelect_list(PostgreSQLParser.Select_listContext ctx)
PostgreSQLParser.select_list().ctx - the parse treeT visitSelect_sublist(PostgreSQLParser.Select_sublistContext ctx)
PostgreSQLParser.select_sublist().ctx - the parse treeT visitInto_table(PostgreSQLParser.Into_tableContext ctx)
PostgreSQLParser.into_table().ctx - the parse treeT visitFrom_item(PostgreSQLParser.From_itemContext ctx)
PostgreSQLParser.from_item().ctx - the parse treeT visitFrom_primary(PostgreSQLParser.From_primaryContext ctx)
PostgreSQLParser.from_primary().ctx - the parse treeT visitAlias_clause(PostgreSQLParser.Alias_clauseContext ctx)
PostgreSQLParser.alias_clause().ctx - the parse treeT visitFrom_function_column_def(PostgreSQLParser.From_function_column_defContext ctx)
PostgreSQLParser.from_function_column_def().ctx - the parse treeT visitGroupby_clause(PostgreSQLParser.Groupby_clauseContext ctx)
PostgreSQLParser.groupby_clause().ctx - the parse treeT visitGrouping_element_list(PostgreSQLParser.Grouping_element_listContext ctx)
PostgreSQLParser.grouping_element_list().ctx - the parse treeT visitGrouping_element(PostgreSQLParser.Grouping_elementContext ctx)
PostgreSQLParser.grouping_element().ctx - the parse treeT visitValues_stmt(PostgreSQLParser.Values_stmtContext ctx)
PostgreSQLParser.values_stmt().ctx - the parse treeT visitValues_values(PostgreSQLParser.Values_valuesContext ctx)
PostgreSQLParser.values_values().ctx - the parse treeT visitOrderby_clause(PostgreSQLParser.Orderby_clauseContext ctx)
PostgreSQLParser.orderby_clause().ctx - the parse treeT visitSort_specifier_list(PostgreSQLParser.Sort_specifier_listContext ctx)
PostgreSQLParser.sort_specifier_list().ctx - the parse treeT visitSort_specifier(PostgreSQLParser.Sort_specifierContext ctx)
PostgreSQLParser.sort_specifier().ctx - the parse treeT visitOrder_specification(PostgreSQLParser.Order_specificationContext ctx)
PostgreSQLParser.order_specification().ctx - the parse treeT visitNull_ordering(PostgreSQLParser.Null_orderingContext ctx)
PostgreSQLParser.null_ordering().ctx - the parse treeT visitInsert_stmt_for_psql(PostgreSQLParser.Insert_stmt_for_psqlContext ctx)
PostgreSQLParser.insert_stmt_for_psql().ctx - the parse treeT visitInsert_columns(PostgreSQLParser.Insert_columnsContext ctx)
PostgreSQLParser.insert_columns().ctx - the parse treeT visitIndirection_identifier(PostgreSQLParser.Indirection_identifierContext ctx)
PostgreSQLParser.indirection_identifier().ctx - the parse treeT visitConflict_object(PostgreSQLParser.Conflict_objectContext ctx)
PostgreSQLParser.conflict_object().ctx - the parse treeT visitConflict_action(PostgreSQLParser.Conflict_actionContext ctx)
PostgreSQLParser.conflict_action().ctx - the parse treeT visitDelete_stmt_for_psql(PostgreSQLParser.Delete_stmt_for_psqlContext ctx)
PostgreSQLParser.delete_stmt_for_psql().ctx - the parse treeT visitUpdate_stmt_for_psql(PostgreSQLParser.Update_stmt_for_psqlContext ctx)
PostgreSQLParser.update_stmt_for_psql().ctx - the parse treeT visitUpdate_set(PostgreSQLParser.Update_setContext ctx)
PostgreSQLParser.update_set().ctx - the parse treeT visitNotify_stmt(PostgreSQLParser.Notify_stmtContext ctx)
PostgreSQLParser.notify_stmt().ctx - the parse treeT visitTruncate_stmt(PostgreSQLParser.Truncate_stmtContext ctx)
PostgreSQLParser.truncate_stmt().ctx - the parse treeT visitIdentifier_list(PostgreSQLParser.Identifier_listContext ctx)
PostgreSQLParser.identifier_list().ctx - the parse treeT visitAnonymous_block(PostgreSQLParser.Anonymous_blockContext ctx)
PostgreSQLParser.anonymous_block().ctx - the parse treeT visitComp_options(PostgreSQLParser.Comp_optionsContext ctx)
PostgreSQLParser.comp_options().ctx - the parse treeT visitFunction_block(PostgreSQLParser.Function_blockContext ctx)
PostgreSQLParser.function_block().ctx - the parse treeT visitStart_label(PostgreSQLParser.Start_labelContext ctx)
PostgreSQLParser.start_label().ctx - the parse treeT visitDeclarations(PostgreSQLParser.DeclarationsContext ctx)
PostgreSQLParser.declarations().ctx - the parse treeT visitDeclaration(PostgreSQLParser.DeclarationContext ctx)
PostgreSQLParser.declaration().ctx - the parse treeT visitType_declaration(PostgreSQLParser.Type_declarationContext ctx)
PostgreSQLParser.type_declaration().ctx - the parse treeT visitArguments_list(PostgreSQLParser.Arguments_listContext ctx)
PostgreSQLParser.arguments_list().ctx - the parse treeT visitData_type_dec(PostgreSQLParser.Data_type_decContext ctx)
PostgreSQLParser.data_type_dec().ctx - the parse treeT visitException_statement(PostgreSQLParser.Exception_statementContext ctx)
PostgreSQLParser.exception_statement().ctx - the parse treeT visitFunction_statements(PostgreSQLParser.Function_statementsContext ctx)
PostgreSQLParser.function_statements().ctx - the parse treeT visitFunction_statement(PostgreSQLParser.Function_statementContext ctx)
PostgreSQLParser.function_statement().ctx - the parse treeT visitBase_statement(PostgreSQLParser.Base_statementContext ctx)
PostgreSQLParser.base_statement().ctx - the parse treeT visitVar(PostgreSQLParser.VarContext ctx)
PostgreSQLParser.var().ctx - the parse treeT visitDiagnostic_option(PostgreSQLParser.Diagnostic_optionContext ctx)
PostgreSQLParser.diagnostic_option().ctx - the parse treeT visitPerform_stmt(PostgreSQLParser.Perform_stmtContext ctx)
PostgreSQLParser.perform_stmt().ctx - the parse treeT visitAssign_stmt(PostgreSQLParser.Assign_stmtContext ctx)
PostgreSQLParser.assign_stmt().ctx - the parse treeT visitExecute_stmt(PostgreSQLParser.Execute_stmtContext ctx)
PostgreSQLParser.execute_stmt().ctx - the parse treeT visitControl_statement(PostgreSQLParser.Control_statementContext ctx)
PostgreSQLParser.control_statement().ctx - the parse treeT visitCursor_statement(PostgreSQLParser.Cursor_statementContext ctx)
PostgreSQLParser.cursor_statement().ctx - the parse treeT visitOption(PostgreSQLParser.OptionContext ctx)
PostgreSQLParser.option().ctx - the parse treeT visitTransaction_statement(PostgreSQLParser.Transaction_statementContext ctx)
PostgreSQLParser.transaction_statement().ctx - the parse treeT visitMessage_statement(PostgreSQLParser.Message_statementContext ctx)
PostgreSQLParser.message_statement().ctx - the parse treeT visitLog_level(PostgreSQLParser.Log_levelContext ctx)
PostgreSQLParser.log_level().ctx - the parse treeT visitRaise_using(PostgreSQLParser.Raise_usingContext ctx)
PostgreSQLParser.raise_using().ctx - the parse treeT visitRaise_param(PostgreSQLParser.Raise_paramContext ctx)
PostgreSQLParser.raise_param().ctx - the parse treeT visitReturn_stmt(PostgreSQLParser.Return_stmtContext ctx)
PostgreSQLParser.return_stmt().ctx - the parse treeT visitLoop_statement(PostgreSQLParser.Loop_statementContext ctx)
PostgreSQLParser.loop_statement().ctx - the parse treeT visitLoop_start(PostgreSQLParser.Loop_startContext ctx)
PostgreSQLParser.loop_start().ctx - the parse treeT visitUsing_vex(PostgreSQLParser.Using_vexContext ctx)
PostgreSQLParser.using_vex().ctx - the parse treeT visitIf_statement(PostgreSQLParser.If_statementContext ctx)
PostgreSQLParser.if_statement().ctx - the parse treeT visitCase_statement(PostgreSQLParser.Case_statementContext ctx)
PostgreSQLParser.case_statement().ctx - the parse treeT visitPlpgsql_query(PostgreSQLParser.Plpgsql_queryContext ctx)
PostgreSQLParser.plpgsql_query().ctx - the parse treeCopyright © 2022. All rights reserved.