Class PostgreSQLParserListenerImpl

java.lang.Object
sql.postgresql.PostgreSQLParserBaseListener
cimerant.antlr.sql.postgresql.PostgreSQLParserListenerImpl
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener, sql.postgresql.PostgreSQLParserListener

public class PostgreSQLParserListenerImpl extends sql.postgresql.PostgreSQLParserBaseListener
This class provides an empty implementation of PostgreSQLParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    enterA_expr(sql.postgresql.PostgreSQLParser.A_exprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr().
    void
    enterA_expr_add(sql.postgresql.PostgreSQLParser.A_expr_addContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_add().
    void
    enterA_expr_and(sql.postgresql.PostgreSQLParser.A_expr_andContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_and().
    void
    enterA_expr_at_time_zone(sql.postgresql.PostgreSQLParser.A_expr_at_time_zoneContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_at_time_zone().
    void
    enterA_expr_between(sql.postgresql.PostgreSQLParser.A_expr_betweenContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_between().
    void
    enterA_expr_caret(sql.postgresql.PostgreSQLParser.A_expr_caretContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_caret().
    void
    enterA_expr_collate(sql.postgresql.PostgreSQLParser.A_expr_collateContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_collate().
    void
    enterA_expr_compare(sql.postgresql.PostgreSQLParser.A_expr_compareContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_compare().
    void
    enterA_expr_in(sql.postgresql.PostgreSQLParser.A_expr_inContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_in().
    void
    enterA_expr_is_not(sql.postgresql.PostgreSQLParser.A_expr_is_notContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_is_not().
    void
    enterA_expr_isnull(sql.postgresql.PostgreSQLParser.A_expr_isnullContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_isnull().
    void
    enterA_expr_lessless(sql.postgresql.PostgreSQLParser.A_expr_lesslessContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_lessless().
    void
    enterA_expr_like(sql.postgresql.PostgreSQLParser.A_expr_likeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_like().
    void
    enterA_expr_mul(sql.postgresql.PostgreSQLParser.A_expr_mulContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_mul().
    void
    enterA_expr_or(sql.postgresql.PostgreSQLParser.A_expr_orContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_or().
    void
    enterA_expr_qual(sql.postgresql.PostgreSQLParser.A_expr_qualContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_qual().
    void
    enterA_expr_qual_op(sql.postgresql.PostgreSQLParser.A_expr_qual_opContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_qual_op().
    void
    enterA_expr_typecast(sql.postgresql.PostgreSQLParser.A_expr_typecastContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_typecast().
    void
    enterA_expr_unary_not(sql.postgresql.PostgreSQLParser.A_expr_unary_notContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_unary_not().
    void
    enterA_expr_unary_qualop(sql.postgresql.PostgreSQLParser.A_expr_unary_qualopContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_unary_qualop().
    void
    enterA_expr_unary_sign(sql.postgresql.PostgreSQLParser.A_expr_unary_signContext ctx)
    Enter a parse tree produced by PostgreSQLParser.a_expr_unary_sign().
    void
    enterAccess_method_clause(sql.postgresql.PostgreSQLParser.Access_method_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.access_method_clause().
    void
    enterAdd_drop(sql.postgresql.PostgreSQLParser.Add_dropContext ctx)
    Enter a parse tree produced by PostgreSQLParser.add_drop().
    void
    enterAexprconst(sql.postgresql.PostgreSQLParser.AexprconstContext ctx)
    Enter a parse tree produced by PostgreSQLParser.aexprconst().
    void
    enterAggr_arg(sql.postgresql.PostgreSQLParser.Aggr_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.aggr_arg().
    void
    enterAggr_args(sql.postgresql.PostgreSQLParser.Aggr_argsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.aggr_args().
    void
    enterAggr_args_list(sql.postgresql.PostgreSQLParser.Aggr_args_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.aggr_args_list().
    void
    enterAggregate_with_argtypes(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypesContext ctx)
    Enter a parse tree produced by PostgreSQLParser.aggregate_with_argtypes().
    void
    enterAggregate_with_argtypes_list(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypes_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.aggregate_with_argtypes_list().
    void
    enterAlias_clause(sql.postgresql.PostgreSQLParser.Alias_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alias_clause().
    void
    enterAll_op(sql.postgresql.PostgreSQLParser.All_opContext ctx)
    Enter a parse tree produced by PostgreSQLParser.all_op().
    void
    enterAll_or_distinct(sql.postgresql.PostgreSQLParser.All_or_distinctContext ctx)
    Enter a parse tree produced by PostgreSQLParser.all_or_distinct().
    void
    enterAlter_column_default(sql.postgresql.PostgreSQLParser.Alter_column_defaultContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_column_default().
    void
    enterAlter_extension_opt_item(sql.postgresql.PostgreSQLParser.Alter_extension_opt_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_extension_opt_item().
    void
    enterAlter_extension_opt_list(sql.postgresql.PostgreSQLParser.Alter_extension_opt_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_extension_opt_list().
    void
    enterAlter_generic_option_elem(sql.postgresql.PostgreSQLParser.Alter_generic_option_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_generic_option_elem().
    void
    enterAlter_generic_option_list(sql.postgresql.PostgreSQLParser.Alter_generic_option_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_generic_option_list().
    void
    enterAlter_generic_options(sql.postgresql.PostgreSQLParser.Alter_generic_optionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_generic_options().
    void
    enterAlter_identity_column_option(sql.postgresql.PostgreSQLParser.Alter_identity_column_optionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_identity_column_option().
    void
    enterAlter_identity_column_option_list(sql.postgresql.PostgreSQLParser.Alter_identity_column_option_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_identity_column_option_list().
    void
    enterAlter_table_cmd(sql.postgresql.PostgreSQLParser.Alter_table_cmdContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_table_cmd().
    void
    enterAlter_table_cmds(sql.postgresql.PostgreSQLParser.Alter_table_cmdsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_table_cmds().
    void
    enterAlter_type_cmd(sql.postgresql.PostgreSQLParser.Alter_type_cmdContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_type_cmd().
    void
    enterAlter_type_cmds(sql.postgresql.PostgreSQLParser.Alter_type_cmdsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_type_cmds().
    void
    enterAlter_using(sql.postgresql.PostgreSQLParser.Alter_usingContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alter_using().
    void
    enterAltercollationstmt(sql.postgresql.PostgreSQLParser.AltercollationstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altercollationstmt().
    void
    enterAltercompositetypestmt(sql.postgresql.PostgreSQLParser.AltercompositetypestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altercompositetypestmt().
    void
    enterAlterdatabasesetstmt(sql.postgresql.PostgreSQLParser.AlterdatabasesetstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterdatabasesetstmt().
    void
    enterAlterdatabasestmt(sql.postgresql.PostgreSQLParser.AlterdatabasestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterdatabasestmt().
    void
    enterAlterdefaultprivilegesstmt(sql.postgresql.PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterdefaultprivilegesstmt().
    void
    enterAlterdomainstmt(sql.postgresql.PostgreSQLParser.AlterdomainstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterdomainstmt().
    void
    enterAlterenumstmt(sql.postgresql.PostgreSQLParser.AlterenumstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterenumstmt().
    void
    enterAltereventtrigstmt(sql.postgresql.PostgreSQLParser.AltereventtrigstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altereventtrigstmt().
    void
    enterAlterextensioncontentsstmt(sql.postgresql.PostgreSQLParser.AlterextensioncontentsstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterextensioncontentsstmt().
    void
    enterAlterextensionstmt(sql.postgresql.PostgreSQLParser.AlterextensionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterextensionstmt().
    void
    enterAlterfdwstmt(sql.postgresql.PostgreSQLParser.AlterfdwstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterfdwstmt().
    void
    enterAlterforeignserverstmt(sql.postgresql.PostgreSQLParser.AlterforeignserverstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterforeignserverstmt().
    void
    enterAlterfunc_opt_list(sql.postgresql.PostgreSQLParser.Alterfunc_opt_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterfunc_opt_list().
    void
    enterAlterfunctionstmt(sql.postgresql.PostgreSQLParser.AlterfunctionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterfunctionstmt().
    void
    enterAltergroupstmt(sql.postgresql.PostgreSQLParser.AltergroupstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altergroupstmt().
    void
    enterAlterobjectdependsstmt(sql.postgresql.PostgreSQLParser.AlterobjectdependsstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterobjectdependsstmt().
    void
    enterAlterobjectschemastmt(sql.postgresql.PostgreSQLParser.AlterobjectschemastmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterobjectschemastmt().
    void
    enterAlteroperatorstmt(sql.postgresql.PostgreSQLParser.AlteroperatorstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alteroperatorstmt().
    void
    enterAlteropfamilystmt(sql.postgresql.PostgreSQLParser.AlteropfamilystmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alteropfamilystmt().
    void
    enterAlteroptroleelem(sql.postgresql.PostgreSQLParser.AlteroptroleelemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alteroptroleelem().
    void
    enterAlteroptrolelist(sql.postgresql.PostgreSQLParser.AlteroptrolelistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alteroptrolelist().
    void
    enterAlterownerstmt(sql.postgresql.PostgreSQLParser.AlterownerstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterownerstmt().
    void
    enterAlterpolicystmt(sql.postgresql.PostgreSQLParser.AlterpolicystmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterpolicystmt().
    void
    enterAlterpublicationstmt(sql.postgresql.PostgreSQLParser.AlterpublicationstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterpublicationstmt().
    void
    enterAlterrolesetstmt(sql.postgresql.PostgreSQLParser.AlterrolesetstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterrolesetstmt().
    void
    enterAlterrolestmt(sql.postgresql.PostgreSQLParser.AlterrolestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterrolestmt().
    void
    enterAlterseqstmt(sql.postgresql.PostgreSQLParser.AlterseqstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterseqstmt().
    void
    enterAlterstatsstmt(sql.postgresql.PostgreSQLParser.AlterstatsstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterstatsstmt().
    void
    enterAltersubscriptionstmt(sql.postgresql.PostgreSQLParser.AltersubscriptionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altersubscriptionstmt().
    void
    enterAltersystemstmt(sql.postgresql.PostgreSQLParser.AltersystemstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altersystemstmt().
    void
    enterAltertablestmt(sql.postgresql.PostgreSQLParser.AltertablestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altertablestmt().
    void
    enterAltertblspcstmt(sql.postgresql.PostgreSQLParser.AltertblspcstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altertblspcstmt().
    void
    enterAltertsconfigurationstmt(sql.postgresql.PostgreSQLParser.AltertsconfigurationstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altertsconfigurationstmt().
    void
    enterAltertsdictionarystmt(sql.postgresql.PostgreSQLParser.AltertsdictionarystmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altertsdictionarystmt().
    void
    enterAltertypestmt(sql.postgresql.PostgreSQLParser.AltertypestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.altertypestmt().
    void
    enterAlterusermappingstmt(sql.postgresql.PostgreSQLParser.AlterusermappingstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.alterusermappingstmt().
    void
    enterAm_type(sql.postgresql.PostgreSQLParser.Am_typeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.am_type().
    void
    enterAnalyze_keyword(sql.postgresql.PostgreSQLParser.Analyze_keywordContext ctx)
    Enter a parse tree produced by PostgreSQLParser.analyze_keyword().
    void
    enterAnalyzestmt(sql.postgresql.PostgreSQLParser.AnalyzestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.analyzestmt().
    void
    enterAny_identifier(sql.postgresql.PostgreSQLParser.Any_identifierContext ctx)
    Enter a parse tree produced by PostgreSQLParser.any_identifier().
    void
    enterAny_name(sql.postgresql.PostgreSQLParser.Any_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.any_name().
    void
    enterAny_name_list(sql.postgresql.PostgreSQLParser.Any_name_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.any_name_list().
    void
    enterAny_operator(sql.postgresql.PostgreSQLParser.Any_operatorContext ctx)
    Enter a parse tree produced by PostgreSQLParser.any_operator().
    void
    enterAny_with(sql.postgresql.PostgreSQLParser.Any_withContext ctx)
    Enter a parse tree produced by PostgreSQLParser.any_with().
    void
    enterAnysconst(sql.postgresql.PostgreSQLParser.AnysconstContext ctx)
    Enter a parse tree produced by PostgreSQLParser.anysconst().
    void
    enterArg_class(sql.postgresql.PostgreSQLParser.Arg_classContext ctx)
    Enter a parse tree produced by PostgreSQLParser.arg_class().
    void
    enterArray_expr(sql.postgresql.PostgreSQLParser.Array_exprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.array_expr().
    void
    enterArray_expr_list(sql.postgresql.PostgreSQLParser.Array_expr_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.array_expr_list().
    void
    enterAssign_operator(sql.postgresql.PostgreSQLParser.Assign_operatorContext ctx)
    Enter a parse tree produced by PostgreSQLParser.assign_operator().
    void
    enterAssign_var(sql.postgresql.PostgreSQLParser.Assign_varContext ctx)
    Enter a parse tree produced by PostgreSQLParser.assign_var().
    void
    enterAttr_name(sql.postgresql.PostgreSQLParser.Attr_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.attr_name().
    void
    enterAttrs(sql.postgresql.PostgreSQLParser.AttrsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.attrs().
    void
    enterAuth_ident(sql.postgresql.PostgreSQLParser.Auth_identContext ctx)
    Enter a parse tree produced by PostgreSQLParser.auth_ident().
    void
    enterB_expr(sql.postgresql.PostgreSQLParser.B_exprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.b_expr().
    void
    enterBconst(sql.postgresql.PostgreSQLParser.BconstContext ctx)
    Enter a parse tree produced by PostgreSQLParser.bconst().
    void
    enterBit(sql.postgresql.PostgreSQLParser.BitContext ctx)
    Enter a parse tree produced by PostgreSQLParser.bit().
    void
    enterBitwithlength(sql.postgresql.PostgreSQLParser.BitwithlengthContext ctx)
    Enter a parse tree produced by PostgreSQLParser.bitwithlength().
    void
    enterBitwithoutlength(sql.postgresql.PostgreSQLParser.BitwithoutlengthContext ctx)
    Enter a parse tree produced by PostgreSQLParser.bitwithoutlength().
    void
    enterBuiltin_function_name(sql.postgresql.PostgreSQLParser.Builtin_function_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.builtin_function_name().
    void
    enterC_expr_case(sql.postgresql.PostgreSQLParser.C_expr_caseContext ctx)
    Enter a parse tree produced by the c_expr_case labeled alternative in PostgreSQLParser.c_expr().
    void
    enterC_expr_exists(sql.postgresql.PostgreSQLParser.C_expr_existsContext ctx)
    Enter a parse tree produced by the c_expr_exists labeled alternative in PostgreSQLParser.c_expr().
    void
    enterC_expr_expr(sql.postgresql.PostgreSQLParser.C_expr_exprContext ctx)
    Enter a parse tree produced by the c_expr_expr labeled alternative in PostgreSQLParser.c_expr().
    void
    enterCallstmt(sql.postgresql.PostgreSQLParser.CallstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.callstmt().
    void
    enterCase_arg(sql.postgresql.PostgreSQLParser.Case_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.case_arg().
    void
    enterCase_default(sql.postgresql.PostgreSQLParser.Case_defaultContext ctx)
    Enter a parse tree produced by PostgreSQLParser.case_default().
    void
    enterCase_expr(sql.postgresql.PostgreSQLParser.Case_exprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.case_expr().
    void
    enterCase_when(sql.postgresql.PostgreSQLParser.Case_whenContext ctx)
    Enter a parse tree produced by PostgreSQLParser.case_when().
    void
    enterCase_when_list(sql.postgresql.PostgreSQLParser.Case_when_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.case_when_list().
    void
    enterCast_context(sql.postgresql.PostgreSQLParser.Cast_contextContext ctx)
    Enter a parse tree produced by PostgreSQLParser.cast_context().
    void
    enterCharacter(sql.postgresql.PostgreSQLParser.CharacterContext ctx)
    Enter a parse tree produced by PostgreSQLParser.character().
    void
    enterCharacter_c(sql.postgresql.PostgreSQLParser.Character_cContext ctx)
    Enter a parse tree produced by PostgreSQLParser.character_c().
    void
    enterCheckpointstmt(sql.postgresql.PostgreSQLParser.CheckpointstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.checkpointstmt().
    void
    enterCloseportalstmt(sql.postgresql.PostgreSQLParser.CloseportalstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.closeportalstmt().
    void
    enterCluster_index_specification(sql.postgresql.PostgreSQLParser.Cluster_index_specificationContext ctx)
    Enter a parse tree produced by PostgreSQLParser.cluster_index_specification().
    void
    enterClusterstmt(sql.postgresql.PostgreSQLParser.ClusterstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.clusterstmt().
    void
    enterCol_name_keyword(sql.postgresql.PostgreSQLParser.Col_name_keywordContext ctx)
    Enter a parse tree produced by PostgreSQLParser.col_name_keyword().
    void
    enterColconstraint(sql.postgresql.PostgreSQLParser.ColconstraintContext ctx)
    Enter a parse tree produced by PostgreSQLParser.colconstraint().
    void
    enterColconstraintelem(sql.postgresql.PostgreSQLParser.ColconstraintelemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.colconstraintelem().
    void
    enterColid(sql.postgresql.PostgreSQLParser.ColidContext ctx)
    Enter a parse tree produced by PostgreSQLParser.colid().
    void
    enterCollabel(sql.postgresql.PostgreSQLParser.CollabelContext ctx)
    Enter a parse tree produced by PostgreSQLParser.collabel().
    void
    enterColquallist(sql.postgresql.PostgreSQLParser.ColquallistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.colquallist().
    void
    enterColumnDef(sql.postgresql.PostgreSQLParser.ColumnDefContext ctx)
    Enter a parse tree produced by PostgreSQLParser.columnDef().
    void
    enterColumnElem(sql.postgresql.PostgreSQLParser.ColumnElemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.columnElem().
    void
    enterColumnlist(sql.postgresql.PostgreSQLParser.ColumnlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.columnlist().
    void
    enterColumnOptions(sql.postgresql.PostgreSQLParser.ColumnOptionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.columnOptions().
    void
    enterColumnref(sql.postgresql.PostgreSQLParser.ColumnrefContext ctx)
    Enter a parse tree produced by PostgreSQLParser.columnref().
    void
    enterComment_text(sql.postgresql.PostgreSQLParser.Comment_textContext ctx)
    Enter a parse tree produced by PostgreSQLParser.comment_text().
    void
    enterCommentstmt(sql.postgresql.PostgreSQLParser.CommentstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.commentstmt().
    void
    enterCommon_func_opt_item(sql.postgresql.PostgreSQLParser.Common_func_opt_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.common_func_opt_item().
    void
    enterCommon_table_expr(sql.postgresql.PostgreSQLParser.Common_table_exprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.common_table_expr().
    void
    enterComp_option(sql.postgresql.PostgreSQLParser.Comp_optionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.comp_option().
    void
    enterComp_options(sql.postgresql.PostgreSQLParser.Comp_optionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.comp_options().
    void
    enterConstbit(sql.postgresql.PostgreSQLParser.ConstbitContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constbit().
    void
    enterConstcharacter(sql.postgresql.PostgreSQLParser.ConstcharacterContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constcharacter().
    void
    enterConstdatetime(sql.postgresql.PostgreSQLParser.ConstdatetimeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constdatetime().
    void
    enterConstinterval(sql.postgresql.PostgreSQLParser.ConstintervalContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constinterval().
    void
    enterConstraintattr(sql.postgresql.PostgreSQLParser.ConstraintattrContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constraintattr().
    void
    enterConstraintattributeElem(sql.postgresql.PostgreSQLParser.ConstraintattributeElemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constraintattributeElem().
    void
    enterConstraintattributespec(sql.postgresql.PostgreSQLParser.ConstraintattributespecContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constraintattributespec().
    void
    enterConstraintelem(sql.postgresql.PostgreSQLParser.ConstraintelemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constraintelem().
    void
    enterConstraints_set_list(sql.postgresql.PostgreSQLParser.Constraints_set_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constraints_set_list().
    void
    enterConstraints_set_mode(sql.postgresql.PostgreSQLParser.Constraints_set_modeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constraints_set_mode().
    void
    enterConstraintssetstmt(sql.postgresql.PostgreSQLParser.ConstraintssetstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.constraintssetstmt().
    void
    enterConsttypename(sql.postgresql.PostgreSQLParser.ConsttypenameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.consttypename().
    void
    enterCopy_delimiter(sql.postgresql.PostgreSQLParser.Copy_delimiterContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_delimiter().
    void
    enterCopy_file_name(sql.postgresql.PostgreSQLParser.Copy_file_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_file_name().
    void
    enterCopy_from(sql.postgresql.PostgreSQLParser.Copy_fromContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_from().
    void
    enterCopy_generic_opt_arg(sql.postgresql.PostgreSQLParser.Copy_generic_opt_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_arg().
    void
    enterCopy_generic_opt_arg_list(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_arg_list().
    void
    enterCopy_generic_opt_arg_list_item(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_list_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_arg_list_item().
    void
    enterCopy_generic_opt_elem(sql.postgresql.PostgreSQLParser.Copy_generic_opt_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_elem().
    void
    enterCopy_generic_opt_list(sql.postgresql.PostgreSQLParser.Copy_generic_opt_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_list().
    void
    enterCopy_opt_item(sql.postgresql.PostgreSQLParser.Copy_opt_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_opt_item().
    void
    enterCopy_opt_list(sql.postgresql.PostgreSQLParser.Copy_opt_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_opt_list().
    void
    enterCopy_options(sql.postgresql.PostgreSQLParser.Copy_optionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copy_options().
    void
    enterCopystmt(sql.postgresql.PostgreSQLParser.CopystmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.copystmt().
    void
    enterCreate_as_target(sql.postgresql.PostgreSQLParser.Create_as_targetContext ctx)
    Enter a parse tree produced by PostgreSQLParser.create_as_target().
    void
    enterCreate_extension_opt_item(sql.postgresql.PostgreSQLParser.Create_extension_opt_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.create_extension_opt_item().
    void
    enterCreate_extension_opt_list(sql.postgresql.PostgreSQLParser.Create_extension_opt_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.create_extension_opt_list().
    void
    enterCreate_generic_options(sql.postgresql.PostgreSQLParser.Create_generic_optionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.create_generic_options().
    void
    enterCreate_mv_target(sql.postgresql.PostgreSQLParser.Create_mv_targetContext ctx)
    Enter a parse tree produced by PostgreSQLParser.create_mv_target().
    void
    enterCreateamstmt(sql.postgresql.PostgreSQLParser.CreateamstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createamstmt().
    void
    enterCreateassertionstmt(sql.postgresql.PostgreSQLParser.CreateassertionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createassertionstmt().
    void
    enterCreateasstmt(sql.postgresql.PostgreSQLParser.CreateasstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createasstmt().
    void
    enterCreatecaststmt(sql.postgresql.PostgreSQLParser.CreatecaststmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createcaststmt().
    void
    enterCreateconversionstmt(sql.postgresql.PostgreSQLParser.CreateconversionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createconversionstmt().
    void
    enterCreatedb_opt_item(sql.postgresql.PostgreSQLParser.Createdb_opt_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createdb_opt_item().
    void
    enterCreatedb_opt_items(sql.postgresql.PostgreSQLParser.Createdb_opt_itemsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createdb_opt_items().
    void
    enterCreatedb_opt_list(sql.postgresql.PostgreSQLParser.Createdb_opt_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createdb_opt_list().
    void
    enterCreatedb_opt_name(sql.postgresql.PostgreSQLParser.Createdb_opt_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createdb_opt_name().
    void
    enterCreatedbstmt(sql.postgresql.PostgreSQLParser.CreatedbstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createdbstmt().
    void
    enterCreatedomainstmt(sql.postgresql.PostgreSQLParser.CreatedomainstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createdomainstmt().
    void
    enterCreateeventtrigstmt(sql.postgresql.PostgreSQLParser.CreateeventtrigstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createeventtrigstmt().
    void
    enterCreateextensionstmt(sql.postgresql.PostgreSQLParser.CreateextensionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createextensionstmt().
    void
    enterCreatefdwstmt(sql.postgresql.PostgreSQLParser.CreatefdwstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createfdwstmt().
    void
    enterCreateforeignserverstmt(sql.postgresql.PostgreSQLParser.CreateforeignserverstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createforeignserverstmt().
    void
    enterCreateforeigntablestmt(sql.postgresql.PostgreSQLParser.CreateforeigntablestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createforeigntablestmt().
    void
    enterCreatefunc_opt_item(sql.postgresql.PostgreSQLParser.Createfunc_opt_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createfunc_opt_item().
    void
    enterCreatefunc_opt_list(sql.postgresql.PostgreSQLParser.Createfunc_opt_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createfunc_opt_list().
    void
    enterCreatefunctionstmt(sql.postgresql.PostgreSQLParser.CreatefunctionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createfunctionstmt().
    void
    enterCreategroupstmt(sql.postgresql.PostgreSQLParser.CreategroupstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.creategroupstmt().
    void
    enterCreatematviewstmt(sql.postgresql.PostgreSQLParser.CreatematviewstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.creatematviewstmt().
    void
    enterCreateopclassstmt(sql.postgresql.PostgreSQLParser.CreateopclassstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createopclassstmt().
    void
    enterCreateopfamilystmt(sql.postgresql.PostgreSQLParser.CreateopfamilystmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createopfamilystmt().
    void
    enterCreateoptroleelem(sql.postgresql.PostgreSQLParser.CreateoptroleelemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createoptroleelem().
    void
    enterCreateplangstmt(sql.postgresql.PostgreSQLParser.CreateplangstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createplangstmt().
    void
    enterCreatepolicystmt(sql.postgresql.PostgreSQLParser.CreatepolicystmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createpolicystmt().
    void
    enterCreatepublicationstmt(sql.postgresql.PostgreSQLParser.CreatepublicationstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createpublicationstmt().
    void
    enterCreaterolestmt(sql.postgresql.PostgreSQLParser.CreaterolestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createrolestmt().
    void
    enterCreateschemastmt(sql.postgresql.PostgreSQLParser.CreateschemastmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createschemastmt().
    void
    enterCreateseqstmt(sql.postgresql.PostgreSQLParser.CreateseqstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createseqstmt().
    void
    enterCreatestatsstmt(sql.postgresql.PostgreSQLParser.CreatestatsstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createstatsstmt().
    void
    enterCreatestmt(sql.postgresql.PostgreSQLParser.CreatestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createstmt().
    void
    enterCreatesubscriptionstmt(sql.postgresql.PostgreSQLParser.CreatesubscriptionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createsubscriptionstmt().
    void
    enterCreatetablespacestmt(sql.postgresql.PostgreSQLParser.CreatetablespacestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createtablespacestmt().
    void
    enterCreatetransformstmt(sql.postgresql.PostgreSQLParser.CreatetransformstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createtransformstmt().
    void
    enterCreatetrigstmt(sql.postgresql.PostgreSQLParser.CreatetrigstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createtrigstmt().
    void
    enterCreateusermappingstmt(sql.postgresql.PostgreSQLParser.CreateusermappingstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createusermappingstmt().
    void
    enterCreateuserstmt(sql.postgresql.PostgreSQLParser.CreateuserstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.createuserstmt().
    void
    enterCte_list(sql.postgresql.PostgreSQLParser.Cte_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.cte_list().
    void
    enterCube_clause(sql.postgresql.PostgreSQLParser.Cube_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.cube_clause().
    void
    enterCursor_name(sql.postgresql.PostgreSQLParser.Cursor_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.cursor_name().
    void
    enterCursor_options(sql.postgresql.PostgreSQLParser.Cursor_optionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.cursor_options().
    void
    enterCursor_variable(sql.postgresql.PostgreSQLParser.Cursor_variableContext ctx)
    Enter a parse tree produced by PostgreSQLParser.cursor_variable().
    void
    enterDeallocatestmt(sql.postgresql.PostgreSQLParser.DeallocatestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.deallocatestmt().
    void
    enterDecl_aliasitem(sql.postgresql.PostgreSQLParser.Decl_aliasitemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_aliasitem().
    void
    enterDecl_collate(sql.postgresql.PostgreSQLParser.Decl_collateContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_collate().
    void
    enterDecl_const(sql.postgresql.PostgreSQLParser.Decl_constContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_const().
    void
    enterDecl_cursor_arg(sql.postgresql.PostgreSQLParser.Decl_cursor_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_cursor_arg().
    void
    enterDecl_cursor_arglist(sql.postgresql.PostgreSQLParser.Decl_cursor_arglistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_cursor_arglist().
    void
    enterDecl_cursor_args(sql.postgresql.PostgreSQLParser.Decl_cursor_argsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_cursor_args().
    void
    enterDecl_cursor_query(sql.postgresql.PostgreSQLParser.Decl_cursor_queryContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_cursor_query().
    void
    enterDecl_datatype(sql.postgresql.PostgreSQLParser.Decl_datatypeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_datatype().
    void
    enterDecl_defkey(sql.postgresql.PostgreSQLParser.Decl_defkeyContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_defkey().
    void
    enterDecl_defval(sql.postgresql.PostgreSQLParser.Decl_defvalContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_defval().
    void
    enterDecl_is_for(sql.postgresql.PostgreSQLParser.Decl_is_forContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_is_for().
    void
    enterDecl_notnull(sql.postgresql.PostgreSQLParser.Decl_notnullContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_notnull().
    void
    enterDecl_sect(sql.postgresql.PostgreSQLParser.Decl_sectContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_sect().
    void
    enterDecl_start(sql.postgresql.PostgreSQLParser.Decl_startContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_start().
    void
    enterDecl_statement(sql.postgresql.PostgreSQLParser.Decl_statementContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_statement().
    void
    enterDecl_stmt(sql.postgresql.PostgreSQLParser.Decl_stmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_stmt().
    void
    enterDecl_stmts(sql.postgresql.PostgreSQLParser.Decl_stmtsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_stmts().
    void
    enterDecl_varname(sql.postgresql.PostgreSQLParser.Decl_varnameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.decl_varname().
    void
    enterDeclarecursorstmt(sql.postgresql.PostgreSQLParser.DeclarecursorstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.declarecursorstmt().
    void
    enterDef_arg(sql.postgresql.PostgreSQLParser.Def_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.def_arg().
    void
    enterDef_elem(sql.postgresql.PostgreSQLParser.Def_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.def_elem().
    void
    enterDef_list(sql.postgresql.PostgreSQLParser.Def_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.def_list().
    void
    enterDefacl_privilege_target(sql.postgresql.PostgreSQLParser.Defacl_privilege_targetContext ctx)
    Enter a parse tree produced by PostgreSQLParser.defacl_privilege_target().
    void
    enterDefaclaction(sql.postgresql.PostgreSQLParser.DefaclactionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.defaclaction().
    void
    enterDefacloption(sql.postgresql.PostgreSQLParser.DefacloptionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.defacloption().
    void
    enterDefacloptionlist(sql.postgresql.PostgreSQLParser.DefacloptionlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.defacloptionlist().
    void
    enterDefinestmt(sql.postgresql.PostgreSQLParser.DefinestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.definestmt().
    void
    enterDefinition(sql.postgresql.PostgreSQLParser.DefinitionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.definition().
    void
    enterDeletestmt(sql.postgresql.PostgreSQLParser.DeletestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.deletestmt().
    void
    enterDiscardstmt(sql.postgresql.PostgreSQLParser.DiscardstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.discardstmt().
    void
    enterDistinct_clause(sql.postgresql.PostgreSQLParser.Distinct_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.distinct_clause().
    void
    enterDocument_or_content(sql.postgresql.PostgreSQLParser.Document_or_contentContext ctx)
    Enter a parse tree produced by PostgreSQLParser.document_or_content().
    void
    enterDostmt(sql.postgresql.PostgreSQLParser.DostmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dostmt().
    void
    enterDostmt_opt_item(sql.postgresql.PostgreSQLParser.Dostmt_opt_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dostmt_opt_item().
    void
    enterDostmt_opt_list(sql.postgresql.PostgreSQLParser.Dostmt_opt_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dostmt_opt_list().
    void
    enterDrop_option(sql.postgresql.PostgreSQLParser.Drop_optionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.drop_option().
    void
    enterDrop_option_list(sql.postgresql.PostgreSQLParser.Drop_option_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.drop_option_list().
    void
    enterDrop_type_name(sql.postgresql.PostgreSQLParser.Drop_type_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.drop_type_name().
    void
    enterDropcaststmt(sql.postgresql.PostgreSQLParser.DropcaststmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dropcaststmt().
    void
    enterDropdbstmt(sql.postgresql.PostgreSQLParser.DropdbstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dropdbstmt().
    void
    enterDropopclassstmt(sql.postgresql.PostgreSQLParser.DropopclassstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dropopclassstmt().
    void
    enterDropopfamilystmt(sql.postgresql.PostgreSQLParser.DropopfamilystmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dropopfamilystmt().
    void
    enterDropownedstmt(sql.postgresql.PostgreSQLParser.DropownedstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dropownedstmt().
    void
    enterDroprolestmt(sql.postgresql.PostgreSQLParser.DroprolestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.droprolestmt().
    void
    enterDropstmt(sql.postgresql.PostgreSQLParser.DropstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dropstmt().
    void
    enterDropsubscriptionstmt(sql.postgresql.PostgreSQLParser.DropsubscriptionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dropsubscriptionstmt().
    void
    enterDroptablespacestmt(sql.postgresql.PostgreSQLParser.DroptablespacestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.droptablespacestmt().
    void
    enterDroptransformstmt(sql.postgresql.PostgreSQLParser.DroptransformstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.droptransformstmt().
    void
    enterDropusermappingstmt(sql.postgresql.PostgreSQLParser.DropusermappingstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.dropusermappingstmt().
    void
    enterEmpty_grouping_set(sql.postgresql.PostgreSQLParser.Empty_grouping_setContext ctx)
    Enter a parse tree produced by PostgreSQLParser.empty_grouping_set().
    void
    enterEnable_trigger(sql.postgresql.PostgreSQLParser.Enable_triggerContext ctx)
    Enter a parse tree produced by PostgreSQLParser.enable_trigger().
    void
    enterEnum_val_list(sql.postgresql.PostgreSQLParser.Enum_val_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.enum_val_list().
    void
    enterEvent(sql.postgresql.PostgreSQLParser.EventContext ctx)
    Enter a parse tree produced by PostgreSQLParser.event().
    void
    enterEvent_trigger_value_list(sql.postgresql.PostgreSQLParser.Event_trigger_value_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.event_trigger_value_list().
    void
    enterEvent_trigger_when_item(sql.postgresql.PostgreSQLParser.Event_trigger_when_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.event_trigger_when_item().
    void
    enterEvent_trigger_when_list(sql.postgresql.PostgreSQLParser.Event_trigger_when_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.event_trigger_when_list().
    void
    enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
    void
    enterException_sect(sql.postgresql.PostgreSQLParser.Exception_sectContext ctx)
    Enter a parse tree produced by PostgreSQLParser.exception_sect().
    void
    enterExclusionconstraintelem(sql.postgresql.PostgreSQLParser.ExclusionconstraintelemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.exclusionconstraintelem().
    void
    enterExclusionconstraintlist(sql.postgresql.PostgreSQLParser.ExclusionconstraintlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.exclusionconstraintlist().
    void
    enterExclusionwhereclause(sql.postgresql.PostgreSQLParser.ExclusionwhereclauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.exclusionwhereclause().
    void
    enterExecute_param_clause(sql.postgresql.PostgreSQLParser.Execute_param_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.execute_param_clause().
    void
    enterExecutestmt(sql.postgresql.PostgreSQLParser.ExecutestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.executestmt().
    void
    enterExistingindex(sql.postgresql.PostgreSQLParser.ExistingindexContext ctx)
    Enter a parse tree produced by PostgreSQLParser.existingindex().
    void
    enterExit_type(sql.postgresql.PostgreSQLParser.Exit_typeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.exit_type().
    void
    enterExplain_option_arg(sql.postgresql.PostgreSQLParser.Explain_option_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.explain_option_arg().
    void
    enterExplain_option_elem(sql.postgresql.PostgreSQLParser.Explain_option_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.explain_option_elem().
    void
    enterExplain_option_list(sql.postgresql.PostgreSQLParser.Explain_option_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.explain_option_list().
    void
    enterExplain_option_name(sql.postgresql.PostgreSQLParser.Explain_option_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.explain_option_name().
    void
    enterExplainablestmt(sql.postgresql.PostgreSQLParser.ExplainablestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.explainablestmt().
    void
    enterExplainstmt(sql.postgresql.PostgreSQLParser.ExplainstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.explainstmt().
    void
    enterExplicit_row(sql.postgresql.PostgreSQLParser.Explicit_rowContext ctx)
    Enter a parse tree produced by PostgreSQLParser.explicit_row().
    void
    enterExpr_list(sql.postgresql.PostgreSQLParser.Expr_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.expr_list().
    void
    enterExpr_until_loop(sql.postgresql.PostgreSQLParser.Expr_until_loopContext ctx)
    Enter a parse tree produced by PostgreSQLParser.expr_until_loop().
    void
    enterExpr_until_rightbracket(sql.postgresql.PostgreSQLParser.Expr_until_rightbracketContext ctx)
    Enter a parse tree produced by PostgreSQLParser.expr_until_rightbracket().
    void
    enterExpr_until_semi(sql.postgresql.PostgreSQLParser.Expr_until_semiContext ctx)
    Enter a parse tree produced by PostgreSQLParser.expr_until_semi().
    void
    enterExpr_until_then(sql.postgresql.PostgreSQLParser.Expr_until_thenContext ctx)
    Enter a parse tree produced by PostgreSQLParser.expr_until_then().
    void
    enterExtract_arg(sql.postgresql.PostgreSQLParser.Extract_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.extract_arg().
    void
    enterExtract_list(sql.postgresql.PostgreSQLParser.Extract_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.extract_list().
    void
    enterFconst(sql.postgresql.PostgreSQLParser.FconstContext ctx)
    Enter a parse tree produced by PostgreSQLParser.fconst().
    void
    enterFdw_option(sql.postgresql.PostgreSQLParser.Fdw_optionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.fdw_option().
    void
    enterFdw_options(sql.postgresql.PostgreSQLParser.Fdw_optionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.fdw_options().
    void
    enterFetch_args(sql.postgresql.PostgreSQLParser.Fetch_argsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.fetch_args().
    void
    enterFetchstmt(sql.postgresql.PostgreSQLParser.FetchstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.fetchstmt().
    void
    enterFile_name(sql.postgresql.PostgreSQLParser.File_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.file_name().
    void
    enterFilter_clause(sql.postgresql.PostgreSQLParser.Filter_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.filter_clause().
    void
    enterFirst_or_next(sql.postgresql.PostgreSQLParser.First_or_nextContext ctx)
    Enter a parse tree produced by PostgreSQLParser.first_or_next().
    void
    enterFor_control(sql.postgresql.PostgreSQLParser.For_controlContext ctx)
    Enter a parse tree produced by PostgreSQLParser.for_control().
    void
    enterFor_locking_clause(sql.postgresql.PostgreSQLParser.For_locking_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.for_locking_clause().
    void
    enterFor_locking_item(sql.postgresql.PostgreSQLParser.For_locking_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.for_locking_item().
    void
    enterFor_locking_items(sql.postgresql.PostgreSQLParser.For_locking_itemsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.for_locking_items().
    void
    enterFor_locking_strength(sql.postgresql.PostgreSQLParser.For_locking_strengthContext ctx)
    Enter a parse tree produced by PostgreSQLParser.for_locking_strength().
    void
    enterFor_variable(sql.postgresql.PostgreSQLParser.For_variableContext ctx)
    Enter a parse tree produced by PostgreSQLParser.for_variable().
    void
    enterForeach_slice(sql.postgresql.PostgreSQLParser.Foreach_sliceContext ctx)
    Enter a parse tree produced by PostgreSQLParser.foreach_slice().
    void
    enterForeign_server_version(sql.postgresql.PostgreSQLParser.Foreign_server_versionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.foreign_server_version().
    void
    enterFrame_bound(sql.postgresql.PostgreSQLParser.Frame_boundContext ctx)
    Enter a parse tree produced by PostgreSQLParser.frame_bound().
    void
    enterFrame_extent(sql.postgresql.PostgreSQLParser.Frame_extentContext ctx)
    Enter a parse tree produced by PostgreSQLParser.frame_extent().
    void
    enterFrom_clause(sql.postgresql.PostgreSQLParser.From_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.from_clause().
    void
    enterFrom_in(sql.postgresql.PostgreSQLParser.From_inContext ctx)
    Enter a parse tree produced by PostgreSQLParser.from_in().
    void
    enterFrom_list(sql.postgresql.PostgreSQLParser.From_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.from_list().
    void
    enterFunc_alias_clause(sql.postgresql.PostgreSQLParser.Func_alias_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_alias_clause().
    void
    enterFunc_application(sql.postgresql.PostgreSQLParser.Func_applicationContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_application().
    void
    enterFunc_arg(sql.postgresql.PostgreSQLParser.Func_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_arg().
    void
    enterFunc_arg_expr(sql.postgresql.PostgreSQLParser.Func_arg_exprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_arg_expr().
    void
    enterFunc_arg_list(sql.postgresql.PostgreSQLParser.Func_arg_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_arg_list().
    void
    enterFunc_arg_with_default(sql.postgresql.PostgreSQLParser.Func_arg_with_defaultContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_arg_with_default().
    void
    enterFunc_args(sql.postgresql.PostgreSQLParser.Func_argsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_args().
    void
    enterFunc_args_list(sql.postgresql.PostgreSQLParser.Func_args_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_args_list().
    void
    enterFunc_args_with_defaults(sql.postgresql.PostgreSQLParser.Func_args_with_defaultsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_args_with_defaults().
    void
    enterFunc_args_with_defaults_list(sql.postgresql.PostgreSQLParser.Func_args_with_defaults_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_args_with_defaults_list().
    void
    enterFunc_as(sql.postgresql.PostgreSQLParser.Func_asContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_as().
    void
    enterFunc_expr(sql.postgresql.PostgreSQLParser.Func_exprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_expr().
    void
    enterFunc_expr_common_subexpr(sql.postgresql.PostgreSQLParser.Func_expr_common_subexprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_expr_common_subexpr().
    void
    enterFunc_expr_windowless(sql.postgresql.PostgreSQLParser.Func_expr_windowlessContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_expr_windowless().
    void
    enterFunc_name(sql.postgresql.PostgreSQLParser.Func_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_name().
    void
    enterFunc_return(sql.postgresql.PostgreSQLParser.Func_returnContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_return().
    void
    enterFunc_table(sql.postgresql.PostgreSQLParser.Func_tableContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_table().
    void
    enterFunc_type(sql.postgresql.PostgreSQLParser.Func_typeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.func_type().
    void
    enterFunction_or_procedure(sql.postgresql.PostgreSQLParser.Function_or_procedureContext ctx)
    Enter a parse tree produced by PostgreSQLParser.function_or_procedure().
    void
    enterFunction_with_argtypes(sql.postgresql.PostgreSQLParser.Function_with_argtypesContext ctx)
    Enter a parse tree produced by PostgreSQLParser.function_with_argtypes().
    void
    enterFunction_with_argtypes_list(sql.postgresql.PostgreSQLParser.Function_with_argtypes_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.function_with_argtypes_list().
    void
    enterFunctionsetresetclause(sql.postgresql.PostgreSQLParser.FunctionsetresetclauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.functionsetresetclause().
    void
    enterGenerated_when(sql.postgresql.PostgreSQLParser.Generated_whenContext ctx)
    Enter a parse tree produced by PostgreSQLParser.generated_when().
    void
    enterGeneric_option_arg(sql.postgresql.PostgreSQLParser.Generic_option_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.generic_option_arg().
    void
    enterGeneric_option_elem(sql.postgresql.PostgreSQLParser.Generic_option_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.generic_option_elem().
    void
    enterGeneric_option_list(sql.postgresql.PostgreSQLParser.Generic_option_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.generic_option_list().
    void
    enterGeneric_option_name(sql.postgresql.PostgreSQLParser.Generic_option_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.generic_option_name().
    void
    enterGeneric_reset(sql.postgresql.PostgreSQLParser.Generic_resetContext ctx)
    Enter a parse tree produced by PostgreSQLParser.generic_reset().
    void
    enterGeneric_set(sql.postgresql.PostgreSQLParser.Generic_setContext ctx)
    Enter a parse tree produced by PostgreSQLParser.generic_set().
    void
    enterGenerictype(sql.postgresql.PostgreSQLParser.GenerictypeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.generictype().
    void
    enterGetdiag_area_opt(sql.postgresql.PostgreSQLParser.Getdiag_area_optContext ctx)
    Enter a parse tree produced by PostgreSQLParser.getdiag_area_opt().
    void
    enterGetdiag_item(sql.postgresql.PostgreSQLParser.Getdiag_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.getdiag_item().
    void
    enterGetdiag_list(sql.postgresql.PostgreSQLParser.Getdiag_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.getdiag_list().
    void
    enterGetdiag_list_item(sql.postgresql.PostgreSQLParser.Getdiag_list_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.getdiag_list_item().
    void
    enterGetdiag_target(sql.postgresql.PostgreSQLParser.Getdiag_targetContext ctx)
    Enter a parse tree produced by PostgreSQLParser.getdiag_target().
    void
    enterGrantee(sql.postgresql.PostgreSQLParser.GranteeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.grantee().
    void
    enterGrantee_list(sql.postgresql.PostgreSQLParser.Grantee_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.grantee_list().
    void
    enterGrantrolestmt(sql.postgresql.PostgreSQLParser.GrantrolestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.grantrolestmt().
    void
    enterGrantstmt(sql.postgresql.PostgreSQLParser.GrantstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.grantstmt().
    void
    enterGroup_by_item(sql.postgresql.PostgreSQLParser.Group_by_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.group_by_item().
    void
    enterGroup_by_list(sql.postgresql.PostgreSQLParser.Group_by_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.group_by_list().
    void
    enterGroup_clause(sql.postgresql.PostgreSQLParser.Group_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.group_clause().
    void
    enterGrouping_sets_clause(sql.postgresql.PostgreSQLParser.Grouping_sets_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.grouping_sets_clause().
    void
    enterHandler_name(sql.postgresql.PostgreSQLParser.Handler_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.handler_name().
    void
    enterHash_partbound(sql.postgresql.PostgreSQLParser.Hash_partboundContext ctx)
    Enter a parse tree produced by PostgreSQLParser.hash_partbound().
    void
    enterHash_partbound_elem(sql.postgresql.PostgreSQLParser.Hash_partbound_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.hash_partbound_elem().
    void
    enterHaving_clause(sql.postgresql.PostgreSQLParser.Having_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.having_clause().
    void
    enterI_or_f_const(sql.postgresql.PostgreSQLParser.I_or_f_constContext ctx)
    Enter a parse tree produced by PostgreSQLParser.i_or_f_const().
    void
    enterIconst(sql.postgresql.PostgreSQLParser.IconstContext ctx)
    Enter a parse tree produced by PostgreSQLParser.iconst().
    void
    enterIdentifier(sql.postgresql.PostgreSQLParser.IdentifierContext ctx)
    Enter a parse tree produced by PostgreSQLParser.identifier().
    void
    enterImplicit_row(sql.postgresql.PostgreSQLParser.Implicit_rowContext ctx)
    Enter a parse tree produced by PostgreSQLParser.implicit_row().
    void
    enterImport_qualification(sql.postgresql.PostgreSQLParser.Import_qualificationContext ctx)
    Enter a parse tree produced by PostgreSQLParser.import_qualification().
    void
    enterImport_qualification_type(sql.postgresql.PostgreSQLParser.Import_qualification_typeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.import_qualification_type().
    void
    enterImportforeignschemastmt(sql.postgresql.PostgreSQLParser.ImportforeignschemastmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.importforeignschemastmt().
    void
    enterIn_expr_list(sql.postgresql.PostgreSQLParser.In_expr_listContext ctx)
    Enter a parse tree produced by the in_expr_list labeled alternative in PostgreSQLParser.in_expr().
    void
    enterIn_expr_select(sql.postgresql.PostgreSQLParser.In_expr_selectContext ctx)
    Enter a parse tree produced by the in_expr_select labeled alternative in PostgreSQLParser.in_expr().
    void
    enterIndex_elem(sql.postgresql.PostgreSQLParser.Index_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.index_elem().
    void
    enterIndex_elem_options(sql.postgresql.PostgreSQLParser.Index_elem_optionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.index_elem_options().
    void
    enterIndex_including_params(sql.postgresql.PostgreSQLParser.Index_including_paramsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.index_including_params().
    void
    enterIndex_params(sql.postgresql.PostgreSQLParser.Index_paramsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.index_params().
    void
    enterIndex_partition_cmd(sql.postgresql.PostgreSQLParser.Index_partition_cmdContext ctx)
    Enter a parse tree produced by PostgreSQLParser.index_partition_cmd().
    void
    enterIndexstmt(sql.postgresql.PostgreSQLParser.IndexstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.indexstmt().
    void
    enterIndirection(sql.postgresql.PostgreSQLParser.IndirectionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.indirection().
    void
    enterIndirection_el(sql.postgresql.PostgreSQLParser.Indirection_elContext ctx)
    Enter a parse tree produced by PostgreSQLParser.indirection_el().
    void
    enterInsert_column_item(sql.postgresql.PostgreSQLParser.Insert_column_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.insert_column_item().
    void
    enterInsert_column_list(sql.postgresql.PostgreSQLParser.Insert_column_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.insert_column_list().
    void
    enterInsert_rest(sql.postgresql.PostgreSQLParser.Insert_restContext ctx)
    Enter a parse tree produced by PostgreSQLParser.insert_rest().
    void
    enterInsert_target(sql.postgresql.PostgreSQLParser.Insert_targetContext ctx)
    Enter a parse tree produced by PostgreSQLParser.insert_target().
    void
    enterInsertstmt(sql.postgresql.PostgreSQLParser.InsertstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.insertstmt().
    void
    enterInterval_second(sql.postgresql.PostgreSQLParser.Interval_secondContext ctx)
    Enter a parse tree produced by PostgreSQLParser.interval_second().
    void
    enterInto_clause(sql.postgresql.PostgreSQLParser.Into_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.into_clause().
    void
    enterInto_target(sql.postgresql.PostgreSQLParser.Into_targetContext ctx)
    Enter a parse tree produced by PostgreSQLParser.into_target().
    void
    enterIso_level(sql.postgresql.PostgreSQLParser.Iso_levelContext ctx)
    Enter a parse tree produced by PostgreSQLParser.iso_level().
    void
    enterJoin_qual(sql.postgresql.PostgreSQLParser.Join_qualContext ctx)
    Enter a parse tree produced by PostgreSQLParser.join_qual().
    void
    enterJoin_type(sql.postgresql.PostgreSQLParser.Join_typeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.join_type().
    void
    enterKey_action(sql.postgresql.PostgreSQLParser.Key_actionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.key_action().
    void
    enterKey_actions(sql.postgresql.PostgreSQLParser.Key_actionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.key_actions().
    void
    enterKey_delete(sql.postgresql.PostgreSQLParser.Key_deleteContext ctx)
    Enter a parse tree produced by PostgreSQLParser.key_delete().
    void
    enterKey_match(sql.postgresql.PostgreSQLParser.Key_matchContext ctx)
    Enter a parse tree produced by PostgreSQLParser.key_match().
    void
    enterKey_update(sql.postgresql.PostgreSQLParser.Key_updateContext ctx)
    Enter a parse tree produced by PostgreSQLParser.key_update().
    void
    enterLabel_decl(sql.postgresql.PostgreSQLParser.Label_declContext ctx)
    Enter a parse tree produced by PostgreSQLParser.label_decl().
    void
    enterLimit_clause(sql.postgresql.PostgreSQLParser.Limit_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.limit_clause().
    void
    enterListenstmt(sql.postgresql.PostgreSQLParser.ListenstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.listenstmt().
    void
    enterLoadstmt(sql.postgresql.PostgreSQLParser.LoadstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.loadstmt().
    void
    enterLock_type(sql.postgresql.PostgreSQLParser.Lock_typeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.lock_type().
    void
    enterLocked_rels_list(sql.postgresql.PostgreSQLParser.Locked_rels_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.locked_rels_list().
    void
    enterLockstmt(sql.postgresql.PostgreSQLParser.LockstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.lockstmt().
    void
    enterLoop_body(sql.postgresql.PostgreSQLParser.Loop_bodyContext ctx)
    Enter a parse tree produced by PostgreSQLParser.loop_body().
    void
    enterMake_execsql_stmt(sql.postgresql.PostgreSQLParser.Make_execsql_stmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.make_execsql_stmt().
    void
    enterMathop(sql.postgresql.PostgreSQLParser.MathopContext ctx)
    Enter a parse tree produced by PostgreSQLParser.mathop().
    void
    enterMerge_delete_clause(sql.postgresql.PostgreSQLParser.Merge_delete_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.merge_delete_clause().
    void
    enterMerge_insert_clause(sql.postgresql.PostgreSQLParser.Merge_insert_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.merge_insert_clause().
    void
    enterMerge_update_clause(sql.postgresql.PostgreSQLParser.Merge_update_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.merge_update_clause().
    void
    enterMergestmt(sql.postgresql.PostgreSQLParser.MergestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.mergestmt().
    void
    enterName(sql.postgresql.PostgreSQLParser.NameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.name().
    void
    enterName_list(sql.postgresql.PostgreSQLParser.Name_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.name_list().
    void
    enterNon_ansi_join(sql.postgresql.PostgreSQLParser.Non_ansi_joinContext ctx)
    Enter a parse tree produced by PostgreSQLParser.non_ansi_join().
    void
    enterNonreservedword(sql.postgresql.PostgreSQLParser.NonreservedwordContext ctx)
    Enter a parse tree produced by PostgreSQLParser.nonreservedword().
    void
    enterNonreservedword_or_sconst(sql.postgresql.PostgreSQLParser.Nonreservedword_or_sconstContext ctx)
    Enter a parse tree produced by PostgreSQLParser.nonreservedword_or_sconst().
    void
    enterNotify_payload(sql.postgresql.PostgreSQLParser.Notify_payloadContext ctx)
    Enter a parse tree produced by PostgreSQLParser.notify_payload().
    void
    enterNotifystmt(sql.postgresql.PostgreSQLParser.NotifystmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.notifystmt().
    void
    enterNumeric(sql.postgresql.PostgreSQLParser.NumericContext ctx)
    Enter a parse tree produced by PostgreSQLParser.numeric().
    void
    enterNumericonly(sql.postgresql.PostgreSQLParser.NumericonlyContext ctx)
    Enter a parse tree produced by PostgreSQLParser.numericonly().
    void
    enterNumericonly_list(sql.postgresql.PostgreSQLParser.Numericonly_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.numericonly_list().
    void
    enterObject_type_any_name(sql.postgresql.PostgreSQLParser.Object_type_any_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.object_type_any_name().
    void
    enterObject_type_name(sql.postgresql.PostgreSQLParser.Object_type_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.object_type_name().
    void
    enterObject_type_name_on_any_name(sql.postgresql.PostgreSQLParser.Object_type_name_on_any_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.object_type_name_on_any_name().
    void
    enterOffset_clause(sql.postgresql.PostgreSQLParser.Offset_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.offset_clause().
    void
    enterOld_aggr_definition(sql.postgresql.PostgreSQLParser.Old_aggr_definitionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.old_aggr_definition().
    void
    enterOld_aggr_elem(sql.postgresql.PostgreSQLParser.Old_aggr_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.old_aggr_elem().
    void
    enterOld_aggr_list(sql.postgresql.PostgreSQLParser.Old_aggr_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.old_aggr_list().
    void
    enterOncommitoption(sql.postgresql.PostgreSQLParser.OncommitoptionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.oncommitoption().
    void
    enterOpclass_drop(sql.postgresql.PostgreSQLParser.Opclass_dropContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opclass_drop().
    void
    enterOpclass_drop_list(sql.postgresql.PostgreSQLParser.Opclass_drop_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opclass_drop_list().
    void
    enterOpclass_item(sql.postgresql.PostgreSQLParser.Opclass_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opclass_item().
    void
    enterOpclass_item_list(sql.postgresql.PostgreSQLParser.Opclass_item_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opclass_item_list().
    void
    enterOpclass_purpose(sql.postgresql.PostgreSQLParser.Opclass_purposeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opclass_purpose().
    void
    enterOper_argtypes(sql.postgresql.PostgreSQLParser.Oper_argtypesContext ctx)
    Enter a parse tree produced by PostgreSQLParser.oper_argtypes().
    void
    enterOperator_def_arg(sql.postgresql.PostgreSQLParser.Operator_def_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.operator_def_arg().
    void
    enterOperator_def_elem(sql.postgresql.PostgreSQLParser.Operator_def_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.operator_def_elem().
    void
    enterOperator_def_list(sql.postgresql.PostgreSQLParser.Operator_def_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.operator_def_list().
    void
    enterOperator_with_argtypes(sql.postgresql.PostgreSQLParser.Operator_with_argtypesContext ctx)
    Enter a parse tree produced by PostgreSQLParser.operator_with_argtypes().
    void
    enterOperator_with_argtypes_list(sql.postgresql.PostgreSQLParser.Operator_with_argtypes_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.operator_with_argtypes_list().
    void
    enterOpt_alias_clause(sql.postgresql.PostgreSQLParser.Opt_alias_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_alias_clause().
    void
    enterOpt_all_clause(sql.postgresql.PostgreSQLParser.Opt_all_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_all_clause().
    void
    enterOpt_analyze(sql.postgresql.PostgreSQLParser.Opt_analyzeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_analyze().
    void
    enterOpt_array_bounds(sql.postgresql.PostgreSQLParser.Opt_array_boundsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_array_bounds().
    void
    enterOpt_as(sql.postgresql.PostgreSQLParser.Opt_asContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_as().
    void
    enterOpt_asc_desc(sql.postgresql.PostgreSQLParser.Opt_asc_descContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_asc_desc().
    void
    enterOpt_binary(sql.postgresql.PostgreSQLParser.Opt_binaryContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_binary().
    void
    enterOpt_block_label(sql.postgresql.PostgreSQLParser.Opt_block_labelContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_block_label().
    void
    enterOpt_boolean_or_string(sql.postgresql.PostgreSQLParser.Opt_boolean_or_stringContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_boolean_or_string().
    void
    enterOpt_by(sql.postgresql.PostgreSQLParser.Opt_byContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_by().
    void
    enterOpt_by_expression(sql.postgresql.PostgreSQLParser.Opt_by_expressionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_by_expression().
    void
    enterOpt_c_include(sql.postgresql.PostgreSQLParser.Opt_c_includeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_c_include().
    void
    enterOpt_case_else(sql.postgresql.PostgreSQLParser.Opt_case_elseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_case_else().
    void
    enterOpt_check_option(sql.postgresql.PostgreSQLParser.Opt_check_optionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_check_option().
    void
    enterOpt_class(sql.postgresql.PostgreSQLParser.Opt_classContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_class().
    void
    enterOpt_col_def_list(sql.postgresql.PostgreSQLParser.Opt_col_def_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_col_def_list().
    void
    enterOpt_collate(sql.postgresql.PostgreSQLParser.Opt_collateContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_collate().
    void
    enterOpt_collate_clause(sql.postgresql.PostgreSQLParser.Opt_collate_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_collate_clause().
    void
    enterOpt_column(sql.postgresql.PostgreSQLParser.Opt_columnContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_column().
    void
    enterOpt_column_list(sql.postgresql.PostgreSQLParser.Opt_column_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_column_list().
    void
    enterOpt_concurrently(sql.postgresql.PostgreSQLParser.Opt_concurrentlyContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_concurrently().
    void
    enterOpt_conf_expr(sql.postgresql.PostgreSQLParser.Opt_conf_exprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_conf_expr().
    void
    enterOpt_cursor_from(sql.postgresql.PostgreSQLParser.Opt_cursor_fromContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_cursor_from().
    void
    enterOpt_cursor_parameters(sql.postgresql.PostgreSQLParser.Opt_cursor_parametersContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_cursor_parameters().
    void
    enterOpt_default(sql.postgresql.PostgreSQLParser.Opt_defaultContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_default().
    void
    enterOpt_definition(sql.postgresql.PostgreSQLParser.Opt_definitionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_definition().
    void
    enterOpt_drop_behavior(sql.postgresql.PostgreSQLParser.Opt_drop_behaviorContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_drop_behavior().
    void
    enterOpt_encoding(sql.postgresql.PostgreSQLParser.Opt_encodingContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_encoding().
    void
    enterOpt_enum_val_list(sql.postgresql.PostgreSQLParser.Opt_enum_val_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_enum_val_list().
    void
    enterOpt_equal(sql.postgresql.PostgreSQLParser.Opt_equalContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_equal().
    void
    enterOpt_escape(sql.postgresql.PostgreSQLParser.Opt_escapeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_escape().
    void
    enterOpt_execute_into(sql.postgresql.PostgreSQLParser.Opt_execute_intoContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_execute_into().
    void
    enterOpt_execute_using(sql.postgresql.PostgreSQLParser.Opt_execute_usingContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_execute_using().
    void
    enterOpt_execute_using_list(sql.postgresql.PostgreSQLParser.Opt_execute_using_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_execute_using_list().
    void
    enterOpt_existing_window_name(sql.postgresql.PostgreSQLParser.Opt_existing_window_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_existing_window_name().
    void
    enterOpt_exitcond(sql.postgresql.PostgreSQLParser.Opt_exitcondContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_exitcond().
    void
    enterOpt_expr_list(sql.postgresql.PostgreSQLParser.Opt_expr_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_expr_list().
    void
    enterOpt_expr_until_when(sql.postgresql.PostgreSQLParser.Opt_expr_until_whenContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_expr_until_when().
    void
    enterOpt_fdw_options(sql.postgresql.PostgreSQLParser.Opt_fdw_optionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_fdw_options().
    void
    enterOpt_fetch_direction(sql.postgresql.PostgreSQLParser.Opt_fetch_directionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_fetch_direction().
    void
    enterOpt_float(sql.postgresql.PostgreSQLParser.Opt_floatContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_float().
    void
    enterOpt_for_locking_clause(sql.postgresql.PostgreSQLParser.Opt_for_locking_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_for_locking_clause().
    void
    enterOpt_for_using_expression(sql.postgresql.PostgreSQLParser.Opt_for_using_expressionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_for_using_expression().
    void
    enterOpt_foreign_server_version(sql.postgresql.PostgreSQLParser.Opt_foreign_server_versionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_foreign_server_version().
    void
    enterOpt_frame_clause(sql.postgresql.PostgreSQLParser.Opt_frame_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_frame_clause().
    void
    enterOpt_freeze(sql.postgresql.PostgreSQLParser.Opt_freezeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_freeze().
    void
    enterOpt_from_in(sql.postgresql.PostgreSQLParser.Opt_from_inContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_from_in().
    void
    enterOpt_full(sql.postgresql.PostgreSQLParser.Opt_fullContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_full().
    void
    enterOpt_grant_admin_option(sql.postgresql.PostgreSQLParser.Opt_grant_admin_optionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_grant_admin_option().
    void
    enterOpt_grant_grant_option(sql.postgresql.PostgreSQLParser.Opt_grant_grant_optionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_grant_grant_option().
    void
    enterOpt_granted_by(sql.postgresql.PostgreSQLParser.Opt_granted_byContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_granted_by().
    void
    enterOpt_hold(sql.postgresql.PostgreSQLParser.Opt_holdContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_hold().
    void
    enterOpt_if_exists(sql.postgresql.PostgreSQLParser.Opt_if_existsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_if_exists().
    void
    enterOpt_if_not_exists(sql.postgresql.PostgreSQLParser.Opt_if_not_existsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_if_not_exists().
    void
    enterOpt_in_database(sql.postgresql.PostgreSQLParser.Opt_in_databaseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_in_database().
    void
    enterOpt_include(sql.postgresql.PostgreSQLParser.Opt_includeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_include().
    void
    enterOpt_index_name(sql.postgresql.PostgreSQLParser.Opt_index_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_index_name().
    void
    enterOpt_indirection(sql.postgresql.PostgreSQLParser.Opt_indirectionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_indirection().
    void
    enterOpt_inline_handler(sql.postgresql.PostgreSQLParser.Opt_inline_handlerContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_inline_handler().
    void
    enterOpt_instead(sql.postgresql.PostgreSQLParser.Opt_insteadContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_instead().
    void
    enterOpt_interval(sql.postgresql.PostgreSQLParser.Opt_intervalContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_interval().
    void
    enterOpt_label(sql.postgresql.PostgreSQLParser.Opt_labelContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_label().
    void
    enterOpt_lock(sql.postgresql.PostgreSQLParser.Opt_lockContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_lock().
    void
    enterOpt_loop_label(sql.postgresql.PostgreSQLParser.Opt_loop_labelContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_loop_label().
    void
    enterOpt_materialized(sql.postgresql.PostgreSQLParser.Opt_materializedContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_materialized().
    void
    enterOpt_name_list(sql.postgresql.PostgreSQLParser.Opt_name_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_name_list().
    void
    enterOpt_no(sql.postgresql.PostgreSQLParser.Opt_noContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_no().
    void
    enterOpt_no_inherit(sql.postgresql.PostgreSQLParser.Opt_no_inheritContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_no_inherit().
    void
    enterOpt_nowait(sql.postgresql.PostgreSQLParser.Opt_nowaitContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_nowait().
    void
    enterOpt_nowait_or_skip(sql.postgresql.PostgreSQLParser.Opt_nowait_or_skipContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_nowait_or_skip().
    void
    enterOpt_nulls_order(sql.postgresql.PostgreSQLParser.Opt_nulls_orderContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_nulls_order().
    void
    enterOpt_on_conflict(sql.postgresql.PostgreSQLParser.Opt_on_conflictContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_on_conflict().
    void
    enterOpt_open_bound_list(sql.postgresql.PostgreSQLParser.Opt_open_bound_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_open_bound_list().
    void
    enterOpt_open_bound_list_item(sql.postgresql.PostgreSQLParser.Opt_open_bound_list_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_open_bound_list_item().
    void
    enterOpt_open_using(sql.postgresql.PostgreSQLParser.Opt_open_usingContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_open_using().
    void
    enterOpt_opfamily(sql.postgresql.PostgreSQLParser.Opt_opfamilyContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_opfamily().
    void
    enterOpt_or_replace(sql.postgresql.PostgreSQLParser.Opt_or_replaceContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_or_replace().
    void
    enterOpt_ordinality(sql.postgresql.PostgreSQLParser.Opt_ordinalityContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_ordinality().
    void
    enterOpt_partition_clause(sql.postgresql.PostgreSQLParser.Opt_partition_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_partition_clause().
    void
    enterOpt_procedural(sql.postgresql.PostgreSQLParser.Opt_proceduralContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_procedural().
    void
    enterOpt_program(sql.postgresql.PostgreSQLParser.Opt_programContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_program().
    void
    enterOpt_provider(sql.postgresql.PostgreSQLParser.Opt_providerContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_provider().
    void
    enterOpt_publication_for_tables(sql.postgresql.PostgreSQLParser.Opt_publication_for_tablesContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_publication_for_tables().
    void
    enterOpt_raise_list(sql.postgresql.PostgreSQLParser.Opt_raise_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_raise_list().
    void
    enterOpt_raise_using(sql.postgresql.PostgreSQLParser.Opt_raise_usingContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_raise_using().
    void
    enterOpt_raise_using_elem(sql.postgresql.PostgreSQLParser.Opt_raise_using_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_raise_using_elem().
    void
    enterOpt_raise_using_elem_list(sql.postgresql.PostgreSQLParser.Opt_raise_using_elem_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_raise_using_elem_list().
    void
    enterOpt_recheck(sql.postgresql.PostgreSQLParser.Opt_recheckContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_recheck().
    void
    enterOpt_reloptions(sql.postgresql.PostgreSQLParser.Opt_reloptionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_reloptions().
    void
    enterOpt_repeatable_clause(sql.postgresql.PostgreSQLParser.Opt_repeatable_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_repeatable_clause().
    void
    enterOpt_restart_seqs(sql.postgresql.PostgreSQLParser.Opt_restart_seqsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_restart_seqs().
    void
    enterOpt_restrict(sql.postgresql.PostgreSQLParser.Opt_restrictContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_restrict().
    void
    enterOpt_return_result(sql.postgresql.PostgreSQLParser.Opt_return_resultContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_return_result().
    void
    enterOpt_returning_clause_into(sql.postgresql.PostgreSQLParser.Opt_returning_clause_intoContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_returning_clause_into().
    void
    enterOpt_reverse(sql.postgresql.PostgreSQLParser.Opt_reverseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_reverse().
    void
    enterOpt_scroll_option(sql.postgresql.PostgreSQLParser.Opt_scroll_optionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_scroll_option().
    void
    enterOpt_scroll_option_no(sql.postgresql.PostgreSQLParser.Opt_scroll_option_noContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_scroll_option_no().
    void
    enterOpt_scrollable(sql.postgresql.PostgreSQLParser.Opt_scrollableContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_scrollable().
    void
    enterOpt_select_limit(sql.postgresql.PostgreSQLParser.Opt_select_limitContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_select_limit().
    void
    enterOpt_semi(sql.postgresql.PostgreSQLParser.Opt_semiContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_semi().
    void
    enterOpt_set_data(sql.postgresql.PostgreSQLParser.Opt_set_dataContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_set_data().
    void
    enterOpt_slice_bound(sql.postgresql.PostgreSQLParser.Opt_slice_boundContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_slice_bound().
    void
    enterOpt_sort_clause(sql.postgresql.PostgreSQLParser.Opt_sort_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_sort_clause().
    void
    enterOpt_stmt_assert_message(sql.postgresql.PostgreSQLParser.Opt_stmt_assert_messageContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_stmt_assert_message().
    void
    enterOpt_stmt_raise_level(sql.postgresql.PostgreSQLParser.Opt_stmt_raise_levelContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_stmt_raise_level().
    void
    enterOpt_strict(sql.postgresql.PostgreSQLParser.Opt_strictContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_strict().
    void
    enterOpt_table(sql.postgresql.PostgreSQLParser.Opt_tableContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_table().
    void
    enterOpt_target_list(sql.postgresql.PostgreSQLParser.Opt_target_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_target_list().
    void
    enterOpt_timezone(sql.postgresql.PostgreSQLParser.Opt_timezoneContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_timezone().
    void
    enterOpt_transaction(sql.postgresql.PostgreSQLParser.Opt_transactionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_transaction().
    void
    enterOpt_transaction_chain(sql.postgresql.PostgreSQLParser.Opt_transaction_chainContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_transaction_chain().
    void
    enterOpt_trusted(sql.postgresql.PostgreSQLParser.Opt_trustedContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_trusted().
    void
    enterOpt_type(sql.postgresql.PostgreSQLParser.Opt_typeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_type().
    void
    enterOpt_type_modifiers(sql.postgresql.PostgreSQLParser.Opt_type_modifiersContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_type_modifiers().
    void
    enterOpt_uescape(sql.postgresql.PostgreSQLParser.Opt_uescapeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_uescape().
    void
    enterOpt_unique(sql.postgresql.PostgreSQLParser.Opt_uniqueContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_unique().
    void
    enterOpt_using(sql.postgresql.PostgreSQLParser.Opt_usingContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_using().
    void
    enterOpt_vacuum_relation_list(sql.postgresql.PostgreSQLParser.Opt_vacuum_relation_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_vacuum_relation_list().
    void
    enterOpt_validator(sql.postgresql.PostgreSQLParser.Opt_validatorContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_validator().
    void
    enterOpt_varying(sql.postgresql.PostgreSQLParser.Opt_varyingContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_varying().
    void
    enterOpt_verbose(sql.postgresql.PostgreSQLParser.Opt_verboseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_verbose().
    void
    enterOpt_window_exclusion_clause(sql.postgresql.PostgreSQLParser.Opt_window_exclusion_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_window_exclusion_clause().
    void
    enterOpt_with(sql.postgresql.PostgreSQLParser.Opt_withContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_with().
    void
    enterOpt_with_clause(sql.postgresql.PostgreSQLParser.Opt_with_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_with_clause().
    void
    enterOpt_with_data(sql.postgresql.PostgreSQLParser.Opt_with_dataContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_with_data().
    void
    enterOpt_xml_root_standalone(sql.postgresql.PostgreSQLParser.Opt_xml_root_standaloneContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opt_xml_root_standalone().
    void
    enterOptconstablespace(sql.postgresql.PostgreSQLParser.OptconstablespaceContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optconstablespace().
    void
    enterOptconstrfromtable(sql.postgresql.PostgreSQLParser.OptconstrfromtableContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optconstrfromtable().
    void
    enterOptinherit(sql.postgresql.PostgreSQLParser.OptinheritContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optinherit().
    void
    enterOption_value(sql.postgresql.PostgreSQLParser.Option_valueContext ctx)
    Enter a parse tree produced by PostgreSQLParser.option_value().
    void
    enterOptnolog(sql.postgresql.PostgreSQLParser.OptnologContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optnolog().
    void
    enterOptparenthesizedseqoptlist(sql.postgresql.PostgreSQLParser.OptparenthesizedseqoptlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optparenthesizedseqoptlist().
    void
    enterOptpartitionspec(sql.postgresql.PostgreSQLParser.OptpartitionspecContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optpartitionspec().
    void
    enterOptrolelist(sql.postgresql.PostgreSQLParser.OptrolelistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optrolelist().
    void
    enterOptschemaeltlist(sql.postgresql.PostgreSQLParser.OptschemaeltlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optschemaeltlist().
    void
    enterOptschemaname(sql.postgresql.PostgreSQLParser.OptschemanameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optschemaname().
    void
    enterOptseqoptlist(sql.postgresql.PostgreSQLParser.OptseqoptlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optseqoptlist().
    void
    enterOpttableelementlist(sql.postgresql.PostgreSQLParser.OpttableelementlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opttableelementlist().
    void
    enterOpttablefuncelementlist(sql.postgresql.PostgreSQLParser.OpttablefuncelementlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opttablefuncelementlist().
    void
    enterOpttablespace(sql.postgresql.PostgreSQLParser.OpttablespaceContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opttablespace().
    void
    enterOpttablespaceowner(sql.postgresql.PostgreSQLParser.OpttablespaceownerContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opttablespaceowner().
    void
    enterOpttemp(sql.postgresql.PostgreSQLParser.OpttempContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opttemp().
    void
    enterOpttempTableName(sql.postgresql.PostgreSQLParser.OpttempTableNameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opttempTableName().
    void
    enterOpttypedtableelementlist(sql.postgresql.PostgreSQLParser.OpttypedtableelementlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.opttypedtableelementlist().
    void
    enterOptwith(sql.postgresql.PostgreSQLParser.OptwithContext ctx)
    Enter a parse tree produced by PostgreSQLParser.optwith().
    void
    enterOver_clause(sql.postgresql.PostgreSQLParser.Over_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.over_clause().
    void
    enterOverlay_list(sql.postgresql.PostgreSQLParser.Overlay_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.overlay_list().
    void
    enterOverride_kind(sql.postgresql.PostgreSQLParser.Override_kindContext ctx)
    Enter a parse tree produced by PostgreSQLParser.override_kind().
    void
    enterParam_name(sql.postgresql.PostgreSQLParser.Param_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.param_name().
    void
    enterPart_elem(sql.postgresql.PostgreSQLParser.Part_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.part_elem().
    void
    enterPart_params(sql.postgresql.PostgreSQLParser.Part_paramsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.part_params().
    void
    enterPartition_cmd(sql.postgresql.PostgreSQLParser.Partition_cmdContext ctx)
    Enter a parse tree produced by PostgreSQLParser.partition_cmd().
    void
    enterPartitionboundspec(sql.postgresql.PostgreSQLParser.PartitionboundspecContext ctx)
    Enter a parse tree produced by PostgreSQLParser.partitionboundspec().
    void
    enterPartitionspec(sql.postgresql.PostgreSQLParser.PartitionspecContext ctx)
    Enter a parse tree produced by PostgreSQLParser.partitionspec().
    void
    enterPl_block(sql.postgresql.PostgreSQLParser.Pl_blockContext ctx)
    Enter a parse tree produced by PostgreSQLParser.pl_block().
    void
    enterPl_function(sql.postgresql.PostgreSQLParser.Pl_functionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.pl_function().
    void
    enterPlsql_opt_transaction_chain(sql.postgresql.PostgreSQLParser.Plsql_opt_transaction_chainContext ctx)
    Enter a parse tree produced by PostgreSQLParser.plsql_opt_transaction_chain().
    void
    enterPlsql_unreserved_keyword(sql.postgresql.PostgreSQLParser.Plsql_unreserved_keywordContext ctx)
    Enter a parse tree produced by PostgreSQLParser.plsql_unreserved_keyword().
    void
    enterPlsqlconsolecommand(sql.postgresql.PostgreSQLParser.PlsqlconsolecommandContext ctx)
    Enter a parse tree produced by PostgreSQLParser.plsqlconsolecommand().
    void
    enterPlsqlidentifier(sql.postgresql.PostgreSQLParser.PlsqlidentifierContext ctx)
    Enter a parse tree produced by PostgreSQLParser.plsqlidentifier().
    void
    enterPlsqlroot(sql.postgresql.PostgreSQLParser.PlsqlrootContext ctx)
    Enter a parse tree produced by PostgreSQLParser.plsqlroot().
    void
    enterPlsqlvariablename(sql.postgresql.PostgreSQLParser.PlsqlvariablenameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.plsqlvariablename().
    void
    enterPosition_list(sql.postgresql.PostgreSQLParser.Position_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.position_list().
    void
    enterPrep_type_clause(sql.postgresql.PostgreSQLParser.Prep_type_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.prep_type_clause().
    void
    enterPreparablestmt(sql.postgresql.PostgreSQLParser.PreparablestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.preparablestmt().
    void
    enterPreparestmt(sql.postgresql.PostgreSQLParser.PreparestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.preparestmt().
    void
    enterPrivilege(sql.postgresql.PostgreSQLParser.PrivilegeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.privilege().
    void
    enterPrivilege_list(sql.postgresql.PostgreSQLParser.Privilege_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.privilege_list().
    void
    enterPrivilege_target(sql.postgresql.PostgreSQLParser.Privilege_targetContext ctx)
    Enter a parse tree produced by PostgreSQLParser.privilege_target().
    void
    enterPrivileges(sql.postgresql.PostgreSQLParser.PrivilegesContext ctx)
    Enter a parse tree produced by PostgreSQLParser.privileges().
    void
    enterProc_condition(sql.postgresql.PostgreSQLParser.Proc_conditionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.proc_condition().
    void
    enterProc_conditions(sql.postgresql.PostgreSQLParser.Proc_conditionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.proc_conditions().
    void
    enterProc_exception(sql.postgresql.PostgreSQLParser.Proc_exceptionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.proc_exception().
    void
    enterProc_exceptions(sql.postgresql.PostgreSQLParser.Proc_exceptionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.proc_exceptions().
    void
    enterProc_sect(sql.postgresql.PostgreSQLParser.Proc_sectContext ctx)
    Enter a parse tree produced by PostgreSQLParser.proc_sect().
    void
    enterProc_stmt(sql.postgresql.PostgreSQLParser.Proc_stmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.proc_stmt().
    void
    enterPublication_for_tables(sql.postgresql.PostgreSQLParser.Publication_for_tablesContext ctx)
    Enter a parse tree produced by PostgreSQLParser.publication_for_tables().
    void
    enterPublication_name_item(sql.postgresql.PostgreSQLParser.Publication_name_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.publication_name_item().
    void
    enterPublication_name_list(sql.postgresql.PostgreSQLParser.Publication_name_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.publication_name_list().
    void
    enterQual_all_op(sql.postgresql.PostgreSQLParser.Qual_all_opContext ctx)
    Enter a parse tree produced by PostgreSQLParser.qual_all_op().
    void
    enterQual_op(sql.postgresql.PostgreSQLParser.Qual_opContext ctx)
    Enter a parse tree produced by PostgreSQLParser.qual_op().
    void
    enterQualified_name(sql.postgresql.PostgreSQLParser.Qualified_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.qualified_name().
    void
    enterQualified_name_list(sql.postgresql.PostgreSQLParser.Qualified_name_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.qualified_name_list().
    void
    enterReassignownedstmt(sql.postgresql.PostgreSQLParser.ReassignownedstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reassignownedstmt().
    void
    enterRefreshmatviewstmt(sql.postgresql.PostgreSQLParser.RefreshmatviewstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.refreshmatviewstmt().
    void
    enterReindex_option_elem(sql.postgresql.PostgreSQLParser.Reindex_option_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reindex_option_elem().
    void
    enterReindex_option_list(sql.postgresql.PostgreSQLParser.Reindex_option_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reindex_option_list().
    void
    enterReindex_target_multitable(sql.postgresql.PostgreSQLParser.Reindex_target_multitableContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reindex_target_multitable().
    void
    enterReindex_target_type(sql.postgresql.PostgreSQLParser.Reindex_target_typeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reindex_target_type().
    void
    enterReindexstmt(sql.postgresql.PostgreSQLParser.ReindexstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reindexstmt().
    void
    enterRelation_expr(sql.postgresql.PostgreSQLParser.Relation_exprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.relation_expr().
    void
    enterRelation_expr_list(sql.postgresql.PostgreSQLParser.Relation_expr_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.relation_expr_list().
    void
    enterRelation_expr_opt_alias(sql.postgresql.PostgreSQLParser.Relation_expr_opt_aliasContext ctx)
    Enter a parse tree produced by PostgreSQLParser.relation_expr_opt_alias().
    void
    enterReloption_elem(sql.postgresql.PostgreSQLParser.Reloption_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reloption_elem().
    void
    enterReloption_list(sql.postgresql.PostgreSQLParser.Reloption_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reloption_list().
    void
    enterReloptions(sql.postgresql.PostgreSQLParser.ReloptionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reloptions().
    void
    enterRemoveaggrstmt(sql.postgresql.PostgreSQLParser.RemoveaggrstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.removeaggrstmt().
    void
    enterRemovefuncstmt(sql.postgresql.PostgreSQLParser.RemovefuncstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.removefuncstmt().
    void
    enterRemoveoperstmt(sql.postgresql.PostgreSQLParser.RemoveoperstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.removeoperstmt().
    void
    enterRenamestmt(sql.postgresql.PostgreSQLParser.RenamestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.renamestmt().
    void
    enterReplica_identity(sql.postgresql.PostgreSQLParser.Replica_identityContext ctx)
    Enter a parse tree produced by PostgreSQLParser.replica_identity().
    void
    enterReserved_keyword(sql.postgresql.PostgreSQLParser.Reserved_keywordContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reserved_keyword().
    void
    enterReset_rest(sql.postgresql.PostgreSQLParser.Reset_restContext ctx)
    Enter a parse tree produced by PostgreSQLParser.reset_rest().
    void
    enterReturning_clause(sql.postgresql.PostgreSQLParser.Returning_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.returning_clause().
    void
    enterRevokerolestmt(sql.postgresql.PostgreSQLParser.RevokerolestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.revokerolestmt().
    void
    enterRevokestmt(sql.postgresql.PostgreSQLParser.RevokestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.revokestmt().
    void
    enterRole_list(sql.postgresql.PostgreSQLParser.Role_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.role_list().
    void
    enterRoleid(sql.postgresql.PostgreSQLParser.RoleidContext ctx)
    Enter a parse tree produced by PostgreSQLParser.roleid().
    void
    enterRolespec(sql.postgresql.PostgreSQLParser.RolespecContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rolespec().
    void
    enterRollup_clause(sql.postgresql.PostgreSQLParser.Rollup_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rollup_clause().
    void
    enterRoot(sql.postgresql.PostgreSQLParser.RootContext ctx)
    Enter a parse tree produced by PostgreSQLParser.root().
    void
    enterRow(sql.postgresql.PostgreSQLParser.RowContext ctx)
    Enter a parse tree produced by PostgreSQLParser.row().
    void
    enterRow_or_rows(sql.postgresql.PostgreSQLParser.Row_or_rowsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.row_or_rows().
    void
    enterRow_security_cmd(sql.postgresql.PostgreSQLParser.Row_security_cmdContext ctx)
    Enter a parse tree produced by PostgreSQLParser.row_security_cmd().
    void
    enterRowsecuritydefaultforcmd(sql.postgresql.PostgreSQLParser.RowsecuritydefaultforcmdContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rowsecuritydefaultforcmd().
    void
    enterRowsecuritydefaultpermissive(sql.postgresql.PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rowsecuritydefaultpermissive().
    void
    enterRowsecuritydefaulttorole(sql.postgresql.PostgreSQLParser.RowsecuritydefaulttoroleContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rowsecuritydefaulttorole().
    void
    enterRowsecurityoptionalexpr(sql.postgresql.PostgreSQLParser.RowsecurityoptionalexprContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rowsecurityoptionalexpr().
    void
    enterRowsecurityoptionaltorole(sql.postgresql.PostgreSQLParser.RowsecurityoptionaltoroleContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rowsecurityoptionaltorole().
    void
    enterRowsecurityoptionalwithcheck(sql.postgresql.PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rowsecurityoptionalwithcheck().
    void
    enterRowsfrom_item(sql.postgresql.PostgreSQLParser.Rowsfrom_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rowsfrom_item().
    void
    enterRowsfrom_list(sql.postgresql.PostgreSQLParser.Rowsfrom_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rowsfrom_list().
    void
    enterRuleactionlist(sql.postgresql.PostgreSQLParser.RuleactionlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.ruleactionlist().
    void
    enterRuleactionmulti(sql.postgresql.PostgreSQLParser.RuleactionmultiContext ctx)
    Enter a parse tree produced by PostgreSQLParser.ruleactionmulti().
    void
    enterRuleactionstmt(sql.postgresql.PostgreSQLParser.RuleactionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.ruleactionstmt().
    void
    enterRuleactionstmtOrEmpty(sql.postgresql.PostgreSQLParser.RuleactionstmtOrEmptyContext ctx)
    Enter a parse tree produced by PostgreSQLParser.ruleactionstmtOrEmpty().
    void
    enterRulestmt(sql.postgresql.PostgreSQLParser.RulestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.rulestmt().
    void
    enterSchema_stmt(sql.postgresql.PostgreSQLParser.Schema_stmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.schema_stmt().
    void
    enterSconst(sql.postgresql.PostgreSQLParser.SconstContext ctx)
    Enter a parse tree produced by PostgreSQLParser.sconst().
    void
    enterSeclabelstmt(sql.postgresql.PostgreSQLParser.SeclabelstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.seclabelstmt().
    void
    enterSecurity_label(sql.postgresql.PostgreSQLParser.Security_labelContext ctx)
    Enter a parse tree produced by PostgreSQLParser.security_label().
    void
    enterSelect_clause(sql.postgresql.PostgreSQLParser.Select_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.select_clause().
    void
    enterSelect_fetch_first_value(sql.postgresql.PostgreSQLParser.Select_fetch_first_valueContext ctx)
    Enter a parse tree produced by PostgreSQLParser.select_fetch_first_value().
    void
    enterSelect_limit(sql.postgresql.PostgreSQLParser.Select_limitContext ctx)
    Enter a parse tree produced by PostgreSQLParser.select_limit().
    void
    enterSelect_limit_value(sql.postgresql.PostgreSQLParser.Select_limit_valueContext ctx)
    Enter a parse tree produced by PostgreSQLParser.select_limit_value().
    void
    enterSelect_no_parens(sql.postgresql.PostgreSQLParser.Select_no_parensContext ctx)
    Enter a parse tree produced by PostgreSQLParser.select_no_parens().
    void
    enterSelect_offset_value(sql.postgresql.PostgreSQLParser.Select_offset_valueContext ctx)
    Enter a parse tree produced by PostgreSQLParser.select_offset_value().
    void
    enterSelect_with_parens(sql.postgresql.PostgreSQLParser.Select_with_parensContext ctx)
    Enter a parse tree produced by PostgreSQLParser.select_with_parens().
    void
    enterSelectstmt(sql.postgresql.PostgreSQLParser.SelectstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.selectstmt().
    void
    enterSeqoptelem(sql.postgresql.PostgreSQLParser.SeqoptelemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.seqoptelem().
    void
    enterSeqoptlist(sql.postgresql.PostgreSQLParser.SeqoptlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.seqoptlist().
    void
    enterSet_clause(sql.postgresql.PostgreSQLParser.Set_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.set_clause().
    void
    enterSet_clause_list(sql.postgresql.PostgreSQLParser.Set_clause_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.set_clause_list().
    void
    enterSet_rest(sql.postgresql.PostgreSQLParser.Set_restContext ctx)
    Enter a parse tree produced by PostgreSQLParser.set_rest().
    void
    enterSet_rest_more(sql.postgresql.PostgreSQLParser.Set_rest_moreContext ctx)
    Enter a parse tree produced by PostgreSQLParser.set_rest_more().
    void
    enterSet_target(sql.postgresql.PostgreSQLParser.Set_targetContext ctx)
    Enter a parse tree produced by PostgreSQLParser.set_target().
    void
    enterSet_target_list(sql.postgresql.PostgreSQLParser.Set_target_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.set_target_list().
    void
    enterSetresetclause(sql.postgresql.PostgreSQLParser.SetresetclauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.setresetclause().
    void
    enterSharp(sql.postgresql.PostgreSQLParser.SharpContext ctx)
    Enter a parse tree produced by PostgreSQLParser.sharp().
    void
    enterSignediconst(sql.postgresql.PostgreSQLParser.SignediconstContext ctx)
    Enter a parse tree produced by PostgreSQLParser.signediconst().
    void
    enterSimple_select_intersect(sql.postgresql.PostgreSQLParser.Simple_select_intersectContext ctx)
    Enter a parse tree produced by PostgreSQLParser.simple_select_intersect().
    void
    enterSimple_select_pramary(sql.postgresql.PostgreSQLParser.Simple_select_pramaryContext ctx)
    Enter a parse tree produced by PostgreSQLParser.simple_select_pramary().
    void
    enterSimpletypename(sql.postgresql.PostgreSQLParser.SimpletypenameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.simpletypename().
    void
    enterSort_clause(sql.postgresql.PostgreSQLParser.Sort_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.sort_clause().
    void
    enterSortby(sql.postgresql.PostgreSQLParser.SortbyContext ctx)
    Enter a parse tree produced by PostgreSQLParser.sortby().
    void
    enterSortby_list(sql.postgresql.PostgreSQLParser.Sortby_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.sortby_list().
    void
    enterSql_expression(sql.postgresql.PostgreSQLParser.Sql_expressionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.sql_expression().
    void
    enterStmt(sql.postgresql.PostgreSQLParser.StmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt().
    void
    enterStmt_assert(sql.postgresql.PostgreSQLParser.Stmt_assertContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_assert().
    void
    enterStmt_assign(sql.postgresql.PostgreSQLParser.Stmt_assignContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_assign().
    void
    enterStmt_call(sql.postgresql.PostgreSQLParser.Stmt_callContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_call().
    void
    enterStmt_case(sql.postgresql.PostgreSQLParser.Stmt_caseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_case().
    void
    enterStmt_close(sql.postgresql.PostgreSQLParser.Stmt_closeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_close().
    void
    enterStmt_commit(sql.postgresql.PostgreSQLParser.Stmt_commitContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_commit().
    void
    enterStmt_dynexecute(sql.postgresql.PostgreSQLParser.Stmt_dynexecuteContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_dynexecute().
    void
    enterStmt_else(sql.postgresql.PostgreSQLParser.Stmt_elseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_else().
    void
    enterStmt_elsifs(sql.postgresql.PostgreSQLParser.Stmt_elsifsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_elsifs().
    void
    enterStmt_execsql(sql.postgresql.PostgreSQLParser.Stmt_execsqlContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_execsql().
    void
    enterStmt_exit(sql.postgresql.PostgreSQLParser.Stmt_exitContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_exit().
    void
    enterStmt_fetch(sql.postgresql.PostgreSQLParser.Stmt_fetchContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_fetch().
    void
    enterStmt_for(sql.postgresql.PostgreSQLParser.Stmt_forContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_for().
    void
    enterStmt_foreach_a(sql.postgresql.PostgreSQLParser.Stmt_foreach_aContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_foreach_a().
    void
    enterStmt_getdiag(sql.postgresql.PostgreSQLParser.Stmt_getdiagContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_getdiag().
    void
    enterStmt_if(sql.postgresql.PostgreSQLParser.Stmt_ifContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_if().
    void
    enterStmt_loop(sql.postgresql.PostgreSQLParser.Stmt_loopContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_loop().
    void
    enterStmt_move(sql.postgresql.PostgreSQLParser.Stmt_moveContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_move().
    void
    enterStmt_null(sql.postgresql.PostgreSQLParser.Stmt_nullContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_null().
    void
    enterStmt_open(sql.postgresql.PostgreSQLParser.Stmt_openContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_open().
    void
    enterStmt_perform(sql.postgresql.PostgreSQLParser.Stmt_performContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_perform().
    void
    enterStmt_raise(sql.postgresql.PostgreSQLParser.Stmt_raiseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_raise().
    void
    enterStmt_return(sql.postgresql.PostgreSQLParser.Stmt_returnContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_return().
    void
    enterStmt_rollback(sql.postgresql.PostgreSQLParser.Stmt_rollbackContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_rollback().
    void
    enterStmt_set(sql.postgresql.PostgreSQLParser.Stmt_setContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_set().
    void
    enterStmt_while(sql.postgresql.PostgreSQLParser.Stmt_whileContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmt_while().
    void
    enterStmtblock(sql.postgresql.PostgreSQLParser.StmtblockContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmtblock().
    void
    enterStmtmulti(sql.postgresql.PostgreSQLParser.StmtmultiContext ctx)
    Enter a parse tree produced by PostgreSQLParser.stmtmulti().
    void
    enterSub_type(sql.postgresql.PostgreSQLParser.Sub_typeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.sub_type().
    void
    enterSubquery_Op(sql.postgresql.PostgreSQLParser.Subquery_OpContext ctx)
    Enter a parse tree produced by PostgreSQLParser.subquery_Op().
    void
    enterSubstr_list(sql.postgresql.PostgreSQLParser.Substr_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.substr_list().
    void
    enterTable_access_method_clause(sql.postgresql.PostgreSQLParser.Table_access_method_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.table_access_method_clause().
    void
    enterTable_alias(sql.postgresql.PostgreSQLParser.Table_aliasContext ctx)
    Enter a parse tree produced by PostgreSQLParser.table_alias().
    void
    enterTable_alias_clause(sql.postgresql.PostgreSQLParser.Table_alias_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.table_alias_clause().
    void
    enterTable_func_column(sql.postgresql.PostgreSQLParser.Table_func_columnContext ctx)
    Enter a parse tree produced by PostgreSQLParser.table_func_column().
    void
    enterTable_func_column_list(sql.postgresql.PostgreSQLParser.Table_func_column_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.table_func_column_list().
    void
    enterTable_ref(sql.postgresql.PostgreSQLParser.Table_refContext ctx)
    Enter a parse tree produced by PostgreSQLParser.table_ref().
    void
    enterTableconstraint(sql.postgresql.PostgreSQLParser.TableconstraintContext ctx)
    Enter a parse tree produced by PostgreSQLParser.tableconstraint().
    void
    enterTableelement(sql.postgresql.PostgreSQLParser.TableelementContext ctx)
    Enter a parse tree produced by PostgreSQLParser.tableelement().
    void
    enterTableelementlist(sql.postgresql.PostgreSQLParser.TableelementlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.tableelementlist().
    void
    enterTablefuncelement(sql.postgresql.PostgreSQLParser.TablefuncelementContext ctx)
    Enter a parse tree produced by PostgreSQLParser.tablefuncelement().
    void
    enterTablefuncelementlist(sql.postgresql.PostgreSQLParser.TablefuncelementlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.tablefuncelementlist().
    void
    enterTablelikeclause(sql.postgresql.PostgreSQLParser.TablelikeclauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.tablelikeclause().
    void
    enterTablelikeoption(sql.postgresql.PostgreSQLParser.TablelikeoptionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.tablelikeoption().
    void
    enterTablelikeoptionlist(sql.postgresql.PostgreSQLParser.TablelikeoptionlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.tablelikeoptionlist().
    void
    enterTablesample_clause(sql.postgresql.PostgreSQLParser.Tablesample_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.tablesample_clause().
    void
    enterTarget_label(sql.postgresql.PostgreSQLParser.Target_labelContext ctx)
    Enter a parse tree produced by the target_label labeled alternative in PostgreSQLParser.target_el().
    void
    enterTarget_list(sql.postgresql.PostgreSQLParser.Target_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.target_list().
    void
    enterTarget_star(sql.postgresql.PostgreSQLParser.Target_starContext ctx)
    Enter a parse tree produced by the target_star labeled alternative in PostgreSQLParser.target_el().
    void
    enterTransaction_mode_item(sql.postgresql.PostgreSQLParser.Transaction_mode_itemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.transaction_mode_item().
    void
    enterTransaction_mode_list(sql.postgresql.PostgreSQLParser.Transaction_mode_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.transaction_mode_list().
    void
    enterTransaction_mode_list_or_empty(sql.postgresql.PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx)
    Enter a parse tree produced by PostgreSQLParser.transaction_mode_list_or_empty().
    void
    enterTransactionstmt(sql.postgresql.PostgreSQLParser.TransactionstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.transactionstmt().
    void
    enterTransform_element_list(sql.postgresql.PostgreSQLParser.Transform_element_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.transform_element_list().
    void
    enterTransform_type_list(sql.postgresql.PostgreSQLParser.Transform_type_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.transform_type_list().
    void
    enterTransitionoldornew(sql.postgresql.PostgreSQLParser.TransitionoldornewContext ctx)
    Enter a parse tree produced by PostgreSQLParser.transitionoldornew().
    void
    enterTransitionrelname(sql.postgresql.PostgreSQLParser.TransitionrelnameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.transitionrelname().
    void
    enterTransitionrowortable(sql.postgresql.PostgreSQLParser.TransitionrowortableContext ctx)
    Enter a parse tree produced by PostgreSQLParser.transitionrowortable().
    void
    enterTriggeractiontime(sql.postgresql.PostgreSQLParser.TriggeractiontimeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggeractiontime().
    void
    enterTriggerevents(sql.postgresql.PostgreSQLParser.TriggereventsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggerevents().
    void
    enterTriggerforopteach(sql.postgresql.PostgreSQLParser.TriggerforopteachContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggerforopteach().
    void
    enterTriggerforspec(sql.postgresql.PostgreSQLParser.TriggerforspecContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggerforspec().
    void
    enterTriggerfortype(sql.postgresql.PostgreSQLParser.TriggerfortypeContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggerfortype().
    void
    enterTriggerfuncarg(sql.postgresql.PostgreSQLParser.TriggerfuncargContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggerfuncarg().
    void
    enterTriggerfuncargs(sql.postgresql.PostgreSQLParser.TriggerfuncargsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggerfuncargs().
    void
    enterTriggeroneevent(sql.postgresql.PostgreSQLParser.TriggeroneeventContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggeroneevent().
    void
    enterTriggerreferencing(sql.postgresql.PostgreSQLParser.TriggerreferencingContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggerreferencing().
    void
    enterTriggertransition(sql.postgresql.PostgreSQLParser.TriggertransitionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggertransition().
    void
    enterTriggertransitions(sql.postgresql.PostgreSQLParser.TriggertransitionsContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggertransitions().
    void
    enterTriggerwhen(sql.postgresql.PostgreSQLParser.TriggerwhenContext ctx)
    Enter a parse tree produced by PostgreSQLParser.triggerwhen().
    void
    enterTrim_list(sql.postgresql.PostgreSQLParser.Trim_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.trim_list().
    void
    enterTruncatestmt(sql.postgresql.PostgreSQLParser.TruncatestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.truncatestmt().
    void
    enterType_func_name_keyword(sql.postgresql.PostgreSQLParser.Type_func_name_keywordContext ctx)
    Enter a parse tree produced by PostgreSQLParser.type_func_name_keyword().
    void
    enterType_function_name(sql.postgresql.PostgreSQLParser.Type_function_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.type_function_name().
    void
    enterType_list(sql.postgresql.PostgreSQLParser.Type_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.type_list().
    void
    enterType_name_list(sql.postgresql.PostgreSQLParser.Type_name_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.type_name_list().
    void
    enterTypedtableelement(sql.postgresql.PostgreSQLParser.TypedtableelementContext ctx)
    Enter a parse tree produced by PostgreSQLParser.typedtableelement().
    void
    enterTypedtableelementlist(sql.postgresql.PostgreSQLParser.TypedtableelementlistContext ctx)
    Enter a parse tree produced by PostgreSQLParser.typedtableelementlist().
    void
    enterTypename(sql.postgresql.PostgreSQLParser.TypenameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.typename().
    void
    enterUnicode_normal_form(sql.postgresql.PostgreSQLParser.Unicode_normal_formContext ctx)
    Enter a parse tree produced by PostgreSQLParser.unicode_normal_form().
    void
    enterUnlistenstmt(sql.postgresql.PostgreSQLParser.UnlistenstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.unlistenstmt().
    void
    enterUnreserved_keyword(sql.postgresql.PostgreSQLParser.Unreserved_keywordContext ctx)
    Enter a parse tree produced by PostgreSQLParser.unreserved_keyword().
    void
    enterUpdatestmt(sql.postgresql.PostgreSQLParser.UpdatestmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.updatestmt().
    void
    enterUsing_clause(sql.postgresql.PostgreSQLParser.Using_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.using_clause().
    void
    enterVac_analyze_option_arg(sql.postgresql.PostgreSQLParser.Vac_analyze_option_argContext ctx)
    Enter a parse tree produced by PostgreSQLParser.vac_analyze_option_arg().
    void
    enterVac_analyze_option_elem(sql.postgresql.PostgreSQLParser.Vac_analyze_option_elemContext ctx)
    Enter a parse tree produced by PostgreSQLParser.vac_analyze_option_elem().
    void
    enterVac_analyze_option_list(sql.postgresql.PostgreSQLParser.Vac_analyze_option_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.vac_analyze_option_list().
    void
    enterVac_analyze_option_name(sql.postgresql.PostgreSQLParser.Vac_analyze_option_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.vac_analyze_option_name().
    void
    enterVacuum_relation(sql.postgresql.PostgreSQLParser.Vacuum_relationContext ctx)
    Enter a parse tree produced by PostgreSQLParser.vacuum_relation().
    void
    enterVacuum_relation_list(sql.postgresql.PostgreSQLParser.Vacuum_relation_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.vacuum_relation_list().
    void
    enterVacuumstmt(sql.postgresql.PostgreSQLParser.VacuumstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.vacuumstmt().
    void
    enterValidator_clause(sql.postgresql.PostgreSQLParser.Validator_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.validator_clause().
    void
    enterValues_clause(sql.postgresql.PostgreSQLParser.Values_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.values_clause().
    void
    enterVar_list(sql.postgresql.PostgreSQLParser.Var_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.var_list().
    void
    enterVar_name(sql.postgresql.PostgreSQLParser.Var_nameContext ctx)
    Enter a parse tree produced by PostgreSQLParser.var_name().
    void
    enterVar_value(sql.postgresql.PostgreSQLParser.Var_valueContext ctx)
    Enter a parse tree produced by PostgreSQLParser.var_value().
    void
    enterVariableresetstmt(sql.postgresql.PostgreSQLParser.VariableresetstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.variableresetstmt().
    void
    enterVariablesetstmt(sql.postgresql.PostgreSQLParser.VariablesetstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.variablesetstmt().
    void
    enterVariableshowstmt(sql.postgresql.PostgreSQLParser.VariableshowstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.variableshowstmt().
    void
    enterViewstmt(sql.postgresql.PostgreSQLParser.ViewstmtContext ctx)
    Enter a parse tree produced by PostgreSQLParser.viewstmt().
    void
    enterWhen_clause(sql.postgresql.PostgreSQLParser.When_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.when_clause().
    void
    enterWhen_clause_list(sql.postgresql.PostgreSQLParser.When_clause_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.when_clause_list().
    void
    enterWhere_clause(sql.postgresql.PostgreSQLParser.Where_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.where_clause().
    void
    enterWhere_or_current_clause(sql.postgresql.PostgreSQLParser.Where_or_current_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.where_or_current_clause().
    void
    enterWindow_clause(sql.postgresql.PostgreSQLParser.Window_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.window_clause().
    void
    enterWindow_definition(sql.postgresql.PostgreSQLParser.Window_definitionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.window_definition().
    void
    enterWindow_definition_list(sql.postgresql.PostgreSQLParser.Window_definition_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.window_definition_list().
    void
    enterWindow_specification(sql.postgresql.PostgreSQLParser.Window_specificationContext ctx)
    Enter a parse tree produced by PostgreSQLParser.window_specification().
    void
    enterWith_clause(sql.postgresql.PostgreSQLParser.With_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.with_clause().
    void
    enterWithin_group_clause(sql.postgresql.PostgreSQLParser.Within_group_clauseContext ctx)
    Enter a parse tree produced by PostgreSQLParser.within_group_clause().
    void
    enterXconst(sql.postgresql.PostgreSQLParser.XconstContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xconst().
    void
    enterXml_attribute_el(sql.postgresql.PostgreSQLParser.Xml_attribute_elContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xml_attribute_el().
    void
    enterXml_attribute_list(sql.postgresql.PostgreSQLParser.Xml_attribute_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xml_attribute_list().
    void
    enterXml_attributes(sql.postgresql.PostgreSQLParser.Xml_attributesContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xml_attributes().
    void
    enterXml_namespace_el(sql.postgresql.PostgreSQLParser.Xml_namespace_elContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xml_namespace_el().
    void
    enterXml_namespace_list(sql.postgresql.PostgreSQLParser.Xml_namespace_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xml_namespace_list().
    void
    enterXml_passing_mech(sql.postgresql.PostgreSQLParser.Xml_passing_mechContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xml_passing_mech().
    void
    enterXml_root_version(sql.postgresql.PostgreSQLParser.Xml_root_versionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xml_root_version().
    void
    enterXml_whitespace_option(sql.postgresql.PostgreSQLParser.Xml_whitespace_optionContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xml_whitespace_option().
    void
    enterXmlexists_argument(sql.postgresql.PostgreSQLParser.Xmlexists_argumentContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xmlexists_argument().
    void
    enterXmltable(sql.postgresql.PostgreSQLParser.XmltableContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xmltable().
    void
    enterXmltable_column_el(sql.postgresql.PostgreSQLParser.Xmltable_column_elContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xmltable_column_el().
    void
    enterXmltable_column_list(sql.postgresql.PostgreSQLParser.Xmltable_column_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xmltable_column_list().
    void
    enterXmltable_column_option_el(sql.postgresql.PostgreSQLParser.Xmltable_column_option_elContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xmltable_column_option_el().
    void
    enterXmltable_column_option_list(sql.postgresql.PostgreSQLParser.Xmltable_column_option_listContext ctx)
    Enter a parse tree produced by PostgreSQLParser.xmltable_column_option_list().
    void
    enterZone_value(sql.postgresql.PostgreSQLParser.Zone_valueContext ctx)
    Enter a parse tree produced by PostgreSQLParser.zone_value().
    void
    exitA_expr(sql.postgresql.PostgreSQLParser.A_exprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr().
    void
    exitA_expr_add(sql.postgresql.PostgreSQLParser.A_expr_addContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_add().
    void
    exitA_expr_and(sql.postgresql.PostgreSQLParser.A_expr_andContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_and().
    void
    exitA_expr_at_time_zone(sql.postgresql.PostgreSQLParser.A_expr_at_time_zoneContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_at_time_zone().
    void
    exitA_expr_between(sql.postgresql.PostgreSQLParser.A_expr_betweenContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_between().
    void
    exitA_expr_caret(sql.postgresql.PostgreSQLParser.A_expr_caretContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_caret().
    void
    exitA_expr_collate(sql.postgresql.PostgreSQLParser.A_expr_collateContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_collate().
    void
    exitA_expr_compare(sql.postgresql.PostgreSQLParser.A_expr_compareContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_compare().
    void
    exitA_expr_in(sql.postgresql.PostgreSQLParser.A_expr_inContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_in().
    void
    exitA_expr_is_not(sql.postgresql.PostgreSQLParser.A_expr_is_notContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_is_not().
    void
    exitA_expr_isnull(sql.postgresql.PostgreSQLParser.A_expr_isnullContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_isnull().
    void
    exitA_expr_lessless(sql.postgresql.PostgreSQLParser.A_expr_lesslessContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_lessless().
    void
    exitA_expr_like(sql.postgresql.PostgreSQLParser.A_expr_likeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_like().
    void
    exitA_expr_mul(sql.postgresql.PostgreSQLParser.A_expr_mulContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_mul().
    void
    exitA_expr_or(sql.postgresql.PostgreSQLParser.A_expr_orContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_or().
    void
    exitA_expr_qual(sql.postgresql.PostgreSQLParser.A_expr_qualContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_qual().
    void
    exitA_expr_qual_op(sql.postgresql.PostgreSQLParser.A_expr_qual_opContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_qual_op().
    void
    exitA_expr_typecast(sql.postgresql.PostgreSQLParser.A_expr_typecastContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_typecast().
    void
    exitA_expr_unary_not(sql.postgresql.PostgreSQLParser.A_expr_unary_notContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_unary_not().
    void
    exitA_expr_unary_qualop(sql.postgresql.PostgreSQLParser.A_expr_unary_qualopContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_unary_qualop().
    void
    exitA_expr_unary_sign(sql.postgresql.PostgreSQLParser.A_expr_unary_signContext ctx)
    Exit a parse tree produced by PostgreSQLParser.a_expr_unary_sign().
    void
    exitAccess_method_clause(sql.postgresql.PostgreSQLParser.Access_method_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.access_method_clause().
    void
    exitAdd_drop(sql.postgresql.PostgreSQLParser.Add_dropContext ctx)
    Exit a parse tree produced by PostgreSQLParser.add_drop().
    void
    exitAexprconst(sql.postgresql.PostgreSQLParser.AexprconstContext ctx)
    Exit a parse tree produced by PostgreSQLParser.aexprconst().
    void
    exitAggr_arg(sql.postgresql.PostgreSQLParser.Aggr_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.aggr_arg().
    void
    exitAggr_args(sql.postgresql.PostgreSQLParser.Aggr_argsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.aggr_args().
    void
    exitAggr_args_list(sql.postgresql.PostgreSQLParser.Aggr_args_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.aggr_args_list().
    void
    exitAggregate_with_argtypes(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypesContext ctx)
    Exit a parse tree produced by PostgreSQLParser.aggregate_with_argtypes().
    void
    exitAggregate_with_argtypes_list(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypes_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.aggregate_with_argtypes_list().
    void
    exitAlias_clause(sql.postgresql.PostgreSQLParser.Alias_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alias_clause().
    void
    exitAll_op(sql.postgresql.PostgreSQLParser.All_opContext ctx)
    Exit a parse tree produced by PostgreSQLParser.all_op().
    void
    exitAll_or_distinct(sql.postgresql.PostgreSQLParser.All_or_distinctContext ctx)
    Exit a parse tree produced by PostgreSQLParser.all_or_distinct().
    void
    exitAlter_column_default(sql.postgresql.PostgreSQLParser.Alter_column_defaultContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_column_default().
    void
    exitAlter_extension_opt_item(sql.postgresql.PostgreSQLParser.Alter_extension_opt_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_extension_opt_item().
    void
    exitAlter_extension_opt_list(sql.postgresql.PostgreSQLParser.Alter_extension_opt_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_extension_opt_list().
    void
    exitAlter_generic_option_elem(sql.postgresql.PostgreSQLParser.Alter_generic_option_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_generic_option_elem().
    void
    exitAlter_generic_option_list(sql.postgresql.PostgreSQLParser.Alter_generic_option_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_generic_option_list().
    void
    exitAlter_generic_options(sql.postgresql.PostgreSQLParser.Alter_generic_optionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_generic_options().
    void
    exitAlter_identity_column_option(sql.postgresql.PostgreSQLParser.Alter_identity_column_optionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_identity_column_option().
    void
    exitAlter_identity_column_option_list(sql.postgresql.PostgreSQLParser.Alter_identity_column_option_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_identity_column_option_list().
    void
    exitAlter_table_cmd(sql.postgresql.PostgreSQLParser.Alter_table_cmdContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_table_cmd().
    void
    exitAlter_table_cmds(sql.postgresql.PostgreSQLParser.Alter_table_cmdsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_table_cmds().
    void
    exitAlter_type_cmd(sql.postgresql.PostgreSQLParser.Alter_type_cmdContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_type_cmd().
    void
    exitAlter_type_cmds(sql.postgresql.PostgreSQLParser.Alter_type_cmdsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_type_cmds().
    void
    exitAlter_using(sql.postgresql.PostgreSQLParser.Alter_usingContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alter_using().
    void
    exitAltercollationstmt(sql.postgresql.PostgreSQLParser.AltercollationstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altercollationstmt().
    void
    exitAltercompositetypestmt(sql.postgresql.PostgreSQLParser.AltercompositetypestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altercompositetypestmt().
    void
    exitAlterdatabasesetstmt(sql.postgresql.PostgreSQLParser.AlterdatabasesetstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterdatabasesetstmt().
    void
    exitAlterdatabasestmt(sql.postgresql.PostgreSQLParser.AlterdatabasestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterdatabasestmt().
    void
    exitAlterdefaultprivilegesstmt(sql.postgresql.PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterdefaultprivilegesstmt().
    void
    exitAlterdomainstmt(sql.postgresql.PostgreSQLParser.AlterdomainstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterdomainstmt().
    void
    exitAlterenumstmt(sql.postgresql.PostgreSQLParser.AlterenumstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterenumstmt().
    void
    exitAltereventtrigstmt(sql.postgresql.PostgreSQLParser.AltereventtrigstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altereventtrigstmt().
    void
    exitAlterextensioncontentsstmt(sql.postgresql.PostgreSQLParser.AlterextensioncontentsstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterextensioncontentsstmt().
    void
    exitAlterextensionstmt(sql.postgresql.PostgreSQLParser.AlterextensionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterextensionstmt().
    void
    exitAlterfdwstmt(sql.postgresql.PostgreSQLParser.AlterfdwstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterfdwstmt().
    void
    exitAlterforeignserverstmt(sql.postgresql.PostgreSQLParser.AlterforeignserverstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterforeignserverstmt().
    void
    exitAlterfunc_opt_list(sql.postgresql.PostgreSQLParser.Alterfunc_opt_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterfunc_opt_list().
    void
    exitAlterfunctionstmt(sql.postgresql.PostgreSQLParser.AlterfunctionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterfunctionstmt().
    void
    exitAltergroupstmt(sql.postgresql.PostgreSQLParser.AltergroupstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altergroupstmt().
    void
    exitAlterobjectdependsstmt(sql.postgresql.PostgreSQLParser.AlterobjectdependsstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterobjectdependsstmt().
    void
    exitAlterobjectschemastmt(sql.postgresql.PostgreSQLParser.AlterobjectschemastmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterobjectschemastmt().
    void
    exitAlteroperatorstmt(sql.postgresql.PostgreSQLParser.AlteroperatorstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alteroperatorstmt().
    void
    exitAlteropfamilystmt(sql.postgresql.PostgreSQLParser.AlteropfamilystmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alteropfamilystmt().
    void
    exitAlteroptroleelem(sql.postgresql.PostgreSQLParser.AlteroptroleelemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alteroptroleelem().
    void
    exitAlteroptrolelist(sql.postgresql.PostgreSQLParser.AlteroptrolelistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alteroptrolelist().
    void
    exitAlterownerstmt(sql.postgresql.PostgreSQLParser.AlterownerstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterownerstmt().
    void
    exitAlterpolicystmt(sql.postgresql.PostgreSQLParser.AlterpolicystmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterpolicystmt().
    void
    exitAlterpublicationstmt(sql.postgresql.PostgreSQLParser.AlterpublicationstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterpublicationstmt().
    void
    exitAlterrolesetstmt(sql.postgresql.PostgreSQLParser.AlterrolesetstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterrolesetstmt().
    void
    exitAlterrolestmt(sql.postgresql.PostgreSQLParser.AlterrolestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterrolestmt().
    void
    exitAlterseqstmt(sql.postgresql.PostgreSQLParser.AlterseqstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterseqstmt().
    void
    exitAlterstatsstmt(sql.postgresql.PostgreSQLParser.AlterstatsstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterstatsstmt().
    void
    exitAltersubscriptionstmt(sql.postgresql.PostgreSQLParser.AltersubscriptionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altersubscriptionstmt().
    void
    exitAltersystemstmt(sql.postgresql.PostgreSQLParser.AltersystemstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altersystemstmt().
    void
    exitAltertablestmt(sql.postgresql.PostgreSQLParser.AltertablestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altertablestmt().
    void
    exitAltertblspcstmt(sql.postgresql.PostgreSQLParser.AltertblspcstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altertblspcstmt().
    void
    exitAltertsconfigurationstmt(sql.postgresql.PostgreSQLParser.AltertsconfigurationstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altertsconfigurationstmt().
    void
    exitAltertsdictionarystmt(sql.postgresql.PostgreSQLParser.AltertsdictionarystmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altertsdictionarystmt().
    void
    exitAltertypestmt(sql.postgresql.PostgreSQLParser.AltertypestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.altertypestmt().
    void
    exitAlterusermappingstmt(sql.postgresql.PostgreSQLParser.AlterusermappingstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.alterusermappingstmt().
    void
    exitAm_type(sql.postgresql.PostgreSQLParser.Am_typeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.am_type().
    void
    exitAnalyze_keyword(sql.postgresql.PostgreSQLParser.Analyze_keywordContext ctx)
    Exit a parse tree produced by PostgreSQLParser.analyze_keyword().
    void
    exitAnalyzestmt(sql.postgresql.PostgreSQLParser.AnalyzestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.analyzestmt().
    void
    exitAny_identifier(sql.postgresql.PostgreSQLParser.Any_identifierContext ctx)
    Exit a parse tree produced by PostgreSQLParser.any_identifier().
    void
    exitAny_name(sql.postgresql.PostgreSQLParser.Any_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.any_name().
    void
    exitAny_name_list(sql.postgresql.PostgreSQLParser.Any_name_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.any_name_list().
    void
    exitAny_operator(sql.postgresql.PostgreSQLParser.Any_operatorContext ctx)
    Exit a parse tree produced by PostgreSQLParser.any_operator().
    void
    exitAny_with(sql.postgresql.PostgreSQLParser.Any_withContext ctx)
    Exit a parse tree produced by PostgreSQLParser.any_with().
    void
    exitAnysconst(sql.postgresql.PostgreSQLParser.AnysconstContext ctx)
    Exit a parse tree produced by PostgreSQLParser.anysconst().
    void
    exitArg_class(sql.postgresql.PostgreSQLParser.Arg_classContext ctx)
    Exit a parse tree produced by PostgreSQLParser.arg_class().
    void
    exitArray_expr(sql.postgresql.PostgreSQLParser.Array_exprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.array_expr().
    void
    exitArray_expr_list(sql.postgresql.PostgreSQLParser.Array_expr_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.array_expr_list().
    void
    exitAssign_operator(sql.postgresql.PostgreSQLParser.Assign_operatorContext ctx)
    Exit a parse tree produced by PostgreSQLParser.assign_operator().
    void
    exitAssign_var(sql.postgresql.PostgreSQLParser.Assign_varContext ctx)
    Exit a parse tree produced by PostgreSQLParser.assign_var().
    void
    exitAttr_name(sql.postgresql.PostgreSQLParser.Attr_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.attr_name().
    void
    exitAttrs(sql.postgresql.PostgreSQLParser.AttrsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.attrs().
    void
    exitAuth_ident(sql.postgresql.PostgreSQLParser.Auth_identContext ctx)
    Exit a parse tree produced by PostgreSQLParser.auth_ident().
    void
    exitB_expr(sql.postgresql.PostgreSQLParser.B_exprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.b_expr().
    void
    exitBconst(sql.postgresql.PostgreSQLParser.BconstContext ctx)
    Exit a parse tree produced by PostgreSQLParser.bconst().
    void
    exitBit(sql.postgresql.PostgreSQLParser.BitContext ctx)
    Exit a parse tree produced by PostgreSQLParser.bit().
    void
    exitBitwithlength(sql.postgresql.PostgreSQLParser.BitwithlengthContext ctx)
    Exit a parse tree produced by PostgreSQLParser.bitwithlength().
    void
    exitBitwithoutlength(sql.postgresql.PostgreSQLParser.BitwithoutlengthContext ctx)
    Exit a parse tree produced by PostgreSQLParser.bitwithoutlength().
    void
    exitBuiltin_function_name(sql.postgresql.PostgreSQLParser.Builtin_function_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.builtin_function_name().
    void
    exitC_expr_case(sql.postgresql.PostgreSQLParser.C_expr_caseContext ctx)
    Exit a parse tree produced by the c_expr_case labeled alternative in PostgreSQLParser.c_expr().
    void
    exitC_expr_exists(sql.postgresql.PostgreSQLParser.C_expr_existsContext ctx)
    Exit a parse tree produced by the c_expr_exists labeled alternative in PostgreSQLParser.c_expr().
    void
    exitC_expr_expr(sql.postgresql.PostgreSQLParser.C_expr_exprContext ctx)
    Exit a parse tree produced by the c_expr_expr labeled alternative in PostgreSQLParser.c_expr().
    void
    exitCallstmt(sql.postgresql.PostgreSQLParser.CallstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.callstmt().
    void
    exitCase_arg(sql.postgresql.PostgreSQLParser.Case_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.case_arg().
    void
    exitCase_default(sql.postgresql.PostgreSQLParser.Case_defaultContext ctx)
    Exit a parse tree produced by PostgreSQLParser.case_default().
    void
    exitCase_expr(sql.postgresql.PostgreSQLParser.Case_exprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.case_expr().
    void
    exitCase_when(sql.postgresql.PostgreSQLParser.Case_whenContext ctx)
    Exit a parse tree produced by PostgreSQLParser.case_when().
    void
    exitCase_when_list(sql.postgresql.PostgreSQLParser.Case_when_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.case_when_list().
    void
    exitCast_context(sql.postgresql.PostgreSQLParser.Cast_contextContext ctx)
    Exit a parse tree produced by PostgreSQLParser.cast_context().
    void
    exitCharacter(sql.postgresql.PostgreSQLParser.CharacterContext ctx)
    Exit a parse tree produced by PostgreSQLParser.character().
    void
    exitCharacter_c(sql.postgresql.PostgreSQLParser.Character_cContext ctx)
    Exit a parse tree produced by PostgreSQLParser.character_c().
    void
    exitCheckpointstmt(sql.postgresql.PostgreSQLParser.CheckpointstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.checkpointstmt().
    void
    exitCloseportalstmt(sql.postgresql.PostgreSQLParser.CloseportalstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.closeportalstmt().
    void
    exitCluster_index_specification(sql.postgresql.PostgreSQLParser.Cluster_index_specificationContext ctx)
    Exit a parse tree produced by PostgreSQLParser.cluster_index_specification().
    void
    exitClusterstmt(sql.postgresql.PostgreSQLParser.ClusterstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.clusterstmt().
    void
    exitCol_name_keyword(sql.postgresql.PostgreSQLParser.Col_name_keywordContext ctx)
    Exit a parse tree produced by PostgreSQLParser.col_name_keyword().
    void
    exitColconstraint(sql.postgresql.PostgreSQLParser.ColconstraintContext ctx)
    Exit a parse tree produced by PostgreSQLParser.colconstraint().
    void
    exitColconstraintelem(sql.postgresql.PostgreSQLParser.ColconstraintelemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.colconstraintelem().
    void
    exitColid(sql.postgresql.PostgreSQLParser.ColidContext ctx)
    Exit a parse tree produced by PostgreSQLParser.colid().
    void
    exitCollabel(sql.postgresql.PostgreSQLParser.CollabelContext ctx)
    Exit a parse tree produced by PostgreSQLParser.collabel().
    void
    exitColquallist(sql.postgresql.PostgreSQLParser.ColquallistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.colquallist().
    void
    exitColumnDef(sql.postgresql.PostgreSQLParser.ColumnDefContext ctx)
    Exit a parse tree produced by PostgreSQLParser.columnDef().
    void
    exitColumnElem(sql.postgresql.PostgreSQLParser.ColumnElemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.columnElem().
    void
    exitColumnlist(sql.postgresql.PostgreSQLParser.ColumnlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.columnlist().
    void
    exitColumnOptions(sql.postgresql.PostgreSQLParser.ColumnOptionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.columnOptions().
    void
    exitColumnref(sql.postgresql.PostgreSQLParser.ColumnrefContext ctx)
    Exit a parse tree produced by PostgreSQLParser.columnref().
    void
    exitComment_text(sql.postgresql.PostgreSQLParser.Comment_textContext ctx)
    Exit a parse tree produced by PostgreSQLParser.comment_text().
    void
    exitCommentstmt(sql.postgresql.PostgreSQLParser.CommentstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.commentstmt().
    void
    exitCommon_func_opt_item(sql.postgresql.PostgreSQLParser.Common_func_opt_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.common_func_opt_item().
    void
    exitCommon_table_expr(sql.postgresql.PostgreSQLParser.Common_table_exprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.common_table_expr().
    void
    exitComp_option(sql.postgresql.PostgreSQLParser.Comp_optionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.comp_option().
    void
    exitComp_options(sql.postgresql.PostgreSQLParser.Comp_optionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.comp_options().
    void
    exitConstbit(sql.postgresql.PostgreSQLParser.ConstbitContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constbit().
    void
    exitConstcharacter(sql.postgresql.PostgreSQLParser.ConstcharacterContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constcharacter().
    void
    exitConstdatetime(sql.postgresql.PostgreSQLParser.ConstdatetimeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constdatetime().
    void
    exitConstinterval(sql.postgresql.PostgreSQLParser.ConstintervalContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constinterval().
    void
    exitConstraintattr(sql.postgresql.PostgreSQLParser.ConstraintattrContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constraintattr().
    void
    exitConstraintattributeElem(sql.postgresql.PostgreSQLParser.ConstraintattributeElemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constraintattributeElem().
    void
    exitConstraintattributespec(sql.postgresql.PostgreSQLParser.ConstraintattributespecContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constraintattributespec().
    void
    exitConstraintelem(sql.postgresql.PostgreSQLParser.ConstraintelemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constraintelem().
    void
    exitConstraints_set_list(sql.postgresql.PostgreSQLParser.Constraints_set_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constraints_set_list().
    void
    exitConstraints_set_mode(sql.postgresql.PostgreSQLParser.Constraints_set_modeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constraints_set_mode().
    void
    exitConstraintssetstmt(sql.postgresql.PostgreSQLParser.ConstraintssetstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.constraintssetstmt().
    void
    exitConsttypename(sql.postgresql.PostgreSQLParser.ConsttypenameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.consttypename().
    void
    exitCopy_delimiter(sql.postgresql.PostgreSQLParser.Copy_delimiterContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_delimiter().
    void
    exitCopy_file_name(sql.postgresql.PostgreSQLParser.Copy_file_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_file_name().
    void
    exitCopy_from(sql.postgresql.PostgreSQLParser.Copy_fromContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_from().
    void
    exitCopy_generic_opt_arg(sql.postgresql.PostgreSQLParser.Copy_generic_opt_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_arg().
    void
    exitCopy_generic_opt_arg_list(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_arg_list().
    void
    exitCopy_generic_opt_arg_list_item(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_list_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_arg_list_item().
    void
    exitCopy_generic_opt_elem(sql.postgresql.PostgreSQLParser.Copy_generic_opt_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_elem().
    void
    exitCopy_generic_opt_list(sql.postgresql.PostgreSQLParser.Copy_generic_opt_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_list().
    void
    exitCopy_opt_item(sql.postgresql.PostgreSQLParser.Copy_opt_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_opt_item().
    void
    exitCopy_opt_list(sql.postgresql.PostgreSQLParser.Copy_opt_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_opt_list().
    void
    exitCopy_options(sql.postgresql.PostgreSQLParser.Copy_optionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copy_options().
    void
    exitCopystmt(sql.postgresql.PostgreSQLParser.CopystmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.copystmt().
    void
    exitCreate_as_target(sql.postgresql.PostgreSQLParser.Create_as_targetContext ctx)
    Exit a parse tree produced by PostgreSQLParser.create_as_target().
    void
    exitCreate_extension_opt_item(sql.postgresql.PostgreSQLParser.Create_extension_opt_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.create_extension_opt_item().
    void
    exitCreate_extension_opt_list(sql.postgresql.PostgreSQLParser.Create_extension_opt_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.create_extension_opt_list().
    void
    exitCreate_generic_options(sql.postgresql.PostgreSQLParser.Create_generic_optionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.create_generic_options().
    void
    exitCreate_mv_target(sql.postgresql.PostgreSQLParser.Create_mv_targetContext ctx)
    Exit a parse tree produced by PostgreSQLParser.create_mv_target().
    void
    exitCreateamstmt(sql.postgresql.PostgreSQLParser.CreateamstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createamstmt().
    void
    exitCreateassertionstmt(sql.postgresql.PostgreSQLParser.CreateassertionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createassertionstmt().
    void
    exitCreateasstmt(sql.postgresql.PostgreSQLParser.CreateasstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createasstmt().
    void
    exitCreatecaststmt(sql.postgresql.PostgreSQLParser.CreatecaststmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createcaststmt().
    void
    exitCreateconversionstmt(sql.postgresql.PostgreSQLParser.CreateconversionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createconversionstmt().
    void
    exitCreatedb_opt_item(sql.postgresql.PostgreSQLParser.Createdb_opt_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createdb_opt_item().
    void
    exitCreatedb_opt_items(sql.postgresql.PostgreSQLParser.Createdb_opt_itemsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createdb_opt_items().
    void
    exitCreatedb_opt_list(sql.postgresql.PostgreSQLParser.Createdb_opt_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createdb_opt_list().
    void
    exitCreatedb_opt_name(sql.postgresql.PostgreSQLParser.Createdb_opt_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createdb_opt_name().
    void
    exitCreatedbstmt(sql.postgresql.PostgreSQLParser.CreatedbstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createdbstmt().
    void
    exitCreatedomainstmt(sql.postgresql.PostgreSQLParser.CreatedomainstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createdomainstmt().
    void
    exitCreateeventtrigstmt(sql.postgresql.PostgreSQLParser.CreateeventtrigstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createeventtrigstmt().
    void
    exitCreateextensionstmt(sql.postgresql.PostgreSQLParser.CreateextensionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createextensionstmt().
    void
    exitCreatefdwstmt(sql.postgresql.PostgreSQLParser.CreatefdwstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createfdwstmt().
    void
    exitCreateforeignserverstmt(sql.postgresql.PostgreSQLParser.CreateforeignserverstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createforeignserverstmt().
    void
    exitCreateforeigntablestmt(sql.postgresql.PostgreSQLParser.CreateforeigntablestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createforeigntablestmt().
    void
    exitCreatefunc_opt_item(sql.postgresql.PostgreSQLParser.Createfunc_opt_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createfunc_opt_item().
    void
    exitCreatefunc_opt_list(sql.postgresql.PostgreSQLParser.Createfunc_opt_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createfunc_opt_list().
    void
    exitCreatefunctionstmt(sql.postgresql.PostgreSQLParser.CreatefunctionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createfunctionstmt().
    void
    exitCreategroupstmt(sql.postgresql.PostgreSQLParser.CreategroupstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.creategroupstmt().
    void
    exitCreatematviewstmt(sql.postgresql.PostgreSQLParser.CreatematviewstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.creatematviewstmt().
    void
    exitCreateopclassstmt(sql.postgresql.PostgreSQLParser.CreateopclassstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createopclassstmt().
    void
    exitCreateopfamilystmt(sql.postgresql.PostgreSQLParser.CreateopfamilystmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createopfamilystmt().
    void
    exitCreateoptroleelem(sql.postgresql.PostgreSQLParser.CreateoptroleelemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createoptroleelem().
    void
    exitCreateplangstmt(sql.postgresql.PostgreSQLParser.CreateplangstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createplangstmt().
    void
    exitCreatepolicystmt(sql.postgresql.PostgreSQLParser.CreatepolicystmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createpolicystmt().
    void
    exitCreatepublicationstmt(sql.postgresql.PostgreSQLParser.CreatepublicationstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createpublicationstmt().
    void
    exitCreaterolestmt(sql.postgresql.PostgreSQLParser.CreaterolestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createrolestmt().
    void
    exitCreateschemastmt(sql.postgresql.PostgreSQLParser.CreateschemastmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createschemastmt().
    void
    exitCreateseqstmt(sql.postgresql.PostgreSQLParser.CreateseqstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createseqstmt().
    void
    exitCreatestatsstmt(sql.postgresql.PostgreSQLParser.CreatestatsstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createstatsstmt().
    void
    exitCreatestmt(sql.postgresql.PostgreSQLParser.CreatestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createstmt().
    void
    exitCreatesubscriptionstmt(sql.postgresql.PostgreSQLParser.CreatesubscriptionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createsubscriptionstmt().
    void
    exitCreatetablespacestmt(sql.postgresql.PostgreSQLParser.CreatetablespacestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createtablespacestmt().
    void
    exitCreatetransformstmt(sql.postgresql.PostgreSQLParser.CreatetransformstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createtransformstmt().
    void
    exitCreatetrigstmt(sql.postgresql.PostgreSQLParser.CreatetrigstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createtrigstmt().
    void
    exitCreateusermappingstmt(sql.postgresql.PostgreSQLParser.CreateusermappingstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createusermappingstmt().
    void
    exitCreateuserstmt(sql.postgresql.PostgreSQLParser.CreateuserstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.createuserstmt().
    void
    exitCte_list(sql.postgresql.PostgreSQLParser.Cte_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.cte_list().
    void
    exitCube_clause(sql.postgresql.PostgreSQLParser.Cube_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.cube_clause().
    void
    exitCursor_name(sql.postgresql.PostgreSQLParser.Cursor_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.cursor_name().
    void
    exitCursor_options(sql.postgresql.PostgreSQLParser.Cursor_optionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.cursor_options().
    void
    exitCursor_variable(sql.postgresql.PostgreSQLParser.Cursor_variableContext ctx)
    Exit a parse tree produced by PostgreSQLParser.cursor_variable().
    void
    exitDeallocatestmt(sql.postgresql.PostgreSQLParser.DeallocatestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.deallocatestmt().
    void
    exitDecl_aliasitem(sql.postgresql.PostgreSQLParser.Decl_aliasitemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_aliasitem().
    void
    exitDecl_collate(sql.postgresql.PostgreSQLParser.Decl_collateContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_collate().
    void
    exitDecl_const(sql.postgresql.PostgreSQLParser.Decl_constContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_const().
    void
    exitDecl_cursor_arg(sql.postgresql.PostgreSQLParser.Decl_cursor_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_cursor_arg().
    void
    exitDecl_cursor_arglist(sql.postgresql.PostgreSQLParser.Decl_cursor_arglistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_cursor_arglist().
    void
    exitDecl_cursor_args(sql.postgresql.PostgreSQLParser.Decl_cursor_argsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_cursor_args().
    void
    exitDecl_cursor_query(sql.postgresql.PostgreSQLParser.Decl_cursor_queryContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_cursor_query().
    void
    exitDecl_datatype(sql.postgresql.PostgreSQLParser.Decl_datatypeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_datatype().
    void
    exitDecl_defkey(sql.postgresql.PostgreSQLParser.Decl_defkeyContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_defkey().
    void
    exitDecl_defval(sql.postgresql.PostgreSQLParser.Decl_defvalContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_defval().
    void
    exitDecl_is_for(sql.postgresql.PostgreSQLParser.Decl_is_forContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_is_for().
    void
    exitDecl_notnull(sql.postgresql.PostgreSQLParser.Decl_notnullContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_notnull().
    void
    exitDecl_sect(sql.postgresql.PostgreSQLParser.Decl_sectContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_sect().
    void
    exitDecl_start(sql.postgresql.PostgreSQLParser.Decl_startContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_start().
    void
    exitDecl_statement(sql.postgresql.PostgreSQLParser.Decl_statementContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_statement().
    void
    exitDecl_stmt(sql.postgresql.PostgreSQLParser.Decl_stmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_stmt().
    void
    exitDecl_stmts(sql.postgresql.PostgreSQLParser.Decl_stmtsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_stmts().
    void
    exitDecl_varname(sql.postgresql.PostgreSQLParser.Decl_varnameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.decl_varname().
    void
    exitDeclarecursorstmt(sql.postgresql.PostgreSQLParser.DeclarecursorstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.declarecursorstmt().
    void
    exitDef_arg(sql.postgresql.PostgreSQLParser.Def_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.def_arg().
    void
    exitDef_elem(sql.postgresql.PostgreSQLParser.Def_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.def_elem().
    void
    exitDef_list(sql.postgresql.PostgreSQLParser.Def_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.def_list().
    void
    exitDefacl_privilege_target(sql.postgresql.PostgreSQLParser.Defacl_privilege_targetContext ctx)
    Exit a parse tree produced by PostgreSQLParser.defacl_privilege_target().
    void
    exitDefaclaction(sql.postgresql.PostgreSQLParser.DefaclactionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.defaclaction().
    void
    exitDefacloption(sql.postgresql.PostgreSQLParser.DefacloptionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.defacloption().
    void
    exitDefacloptionlist(sql.postgresql.PostgreSQLParser.DefacloptionlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.defacloptionlist().
    void
    exitDefinestmt(sql.postgresql.PostgreSQLParser.DefinestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.definestmt().
    void
    exitDefinition(sql.postgresql.PostgreSQLParser.DefinitionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.definition().
    void
    exitDeletestmt(sql.postgresql.PostgreSQLParser.DeletestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.deletestmt().
    void
    exitDiscardstmt(sql.postgresql.PostgreSQLParser.DiscardstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.discardstmt().
    void
    exitDistinct_clause(sql.postgresql.PostgreSQLParser.Distinct_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.distinct_clause().
    void
    exitDocument_or_content(sql.postgresql.PostgreSQLParser.Document_or_contentContext ctx)
    Exit a parse tree produced by PostgreSQLParser.document_or_content().
    void
    exitDostmt(sql.postgresql.PostgreSQLParser.DostmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dostmt().
    void
    exitDostmt_opt_item(sql.postgresql.PostgreSQLParser.Dostmt_opt_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dostmt_opt_item().
    void
    exitDostmt_opt_list(sql.postgresql.PostgreSQLParser.Dostmt_opt_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dostmt_opt_list().
    void
    exitDrop_option(sql.postgresql.PostgreSQLParser.Drop_optionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.drop_option().
    void
    exitDrop_option_list(sql.postgresql.PostgreSQLParser.Drop_option_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.drop_option_list().
    void
    exitDrop_type_name(sql.postgresql.PostgreSQLParser.Drop_type_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.drop_type_name().
    void
    exitDropcaststmt(sql.postgresql.PostgreSQLParser.DropcaststmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dropcaststmt().
    void
    exitDropdbstmt(sql.postgresql.PostgreSQLParser.DropdbstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dropdbstmt().
    void
    exitDropopclassstmt(sql.postgresql.PostgreSQLParser.DropopclassstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dropopclassstmt().
    void
    exitDropopfamilystmt(sql.postgresql.PostgreSQLParser.DropopfamilystmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dropopfamilystmt().
    void
    exitDropownedstmt(sql.postgresql.PostgreSQLParser.DropownedstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dropownedstmt().
    void
    exitDroprolestmt(sql.postgresql.PostgreSQLParser.DroprolestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.droprolestmt().
    void
    exitDropstmt(sql.postgresql.PostgreSQLParser.DropstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dropstmt().
    void
    exitDropsubscriptionstmt(sql.postgresql.PostgreSQLParser.DropsubscriptionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dropsubscriptionstmt().
    void
    exitDroptablespacestmt(sql.postgresql.PostgreSQLParser.DroptablespacestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.droptablespacestmt().
    void
    exitDroptransformstmt(sql.postgresql.PostgreSQLParser.DroptransformstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.droptransformstmt().
    void
    exitDropusermappingstmt(sql.postgresql.PostgreSQLParser.DropusermappingstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.dropusermappingstmt().
    void
    exitEmpty_grouping_set(sql.postgresql.PostgreSQLParser.Empty_grouping_setContext ctx)
    Exit a parse tree produced by PostgreSQLParser.empty_grouping_set().
    void
    exitEnable_trigger(sql.postgresql.PostgreSQLParser.Enable_triggerContext ctx)
    Exit a parse tree produced by PostgreSQLParser.enable_trigger().
    void
    exitEnum_val_list(sql.postgresql.PostgreSQLParser.Enum_val_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.enum_val_list().
    void
    exitEvent(sql.postgresql.PostgreSQLParser.EventContext ctx)
    Exit a parse tree produced by PostgreSQLParser.event().
    void
    exitEvent_trigger_value_list(sql.postgresql.PostgreSQLParser.Event_trigger_value_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.event_trigger_value_list().
    void
    exitEvent_trigger_when_item(sql.postgresql.PostgreSQLParser.Event_trigger_when_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.event_trigger_when_item().
    void
    exitEvent_trigger_when_list(sql.postgresql.PostgreSQLParser.Event_trigger_when_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.event_trigger_when_list().
    void
    exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
    void
    exitException_sect(sql.postgresql.PostgreSQLParser.Exception_sectContext ctx)
    Exit a parse tree produced by PostgreSQLParser.exception_sect().
    void
    exitExclusionconstraintelem(sql.postgresql.PostgreSQLParser.ExclusionconstraintelemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.exclusionconstraintelem().
    void
    exitExclusionconstraintlist(sql.postgresql.PostgreSQLParser.ExclusionconstraintlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.exclusionconstraintlist().
    void
    exitExclusionwhereclause(sql.postgresql.PostgreSQLParser.ExclusionwhereclauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.exclusionwhereclause().
    void
    exitExecute_param_clause(sql.postgresql.PostgreSQLParser.Execute_param_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.execute_param_clause().
    void
    exitExecutestmt(sql.postgresql.PostgreSQLParser.ExecutestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.executestmt().
    void
    exitExistingindex(sql.postgresql.PostgreSQLParser.ExistingindexContext ctx)
    Exit a parse tree produced by PostgreSQLParser.existingindex().
    void
    exitExit_type(sql.postgresql.PostgreSQLParser.Exit_typeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.exit_type().
    void
    exitExplain_option_arg(sql.postgresql.PostgreSQLParser.Explain_option_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.explain_option_arg().
    void
    exitExplain_option_elem(sql.postgresql.PostgreSQLParser.Explain_option_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.explain_option_elem().
    void
    exitExplain_option_list(sql.postgresql.PostgreSQLParser.Explain_option_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.explain_option_list().
    void
    exitExplain_option_name(sql.postgresql.PostgreSQLParser.Explain_option_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.explain_option_name().
    void
    exitExplainablestmt(sql.postgresql.PostgreSQLParser.ExplainablestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.explainablestmt().
    void
    exitExplainstmt(sql.postgresql.PostgreSQLParser.ExplainstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.explainstmt().
    void
    exitExplicit_row(sql.postgresql.PostgreSQLParser.Explicit_rowContext ctx)
    Exit a parse tree produced by PostgreSQLParser.explicit_row().
    void
    exitExpr_list(sql.postgresql.PostgreSQLParser.Expr_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.expr_list().
    void
    exitExpr_until_loop(sql.postgresql.PostgreSQLParser.Expr_until_loopContext ctx)
    Exit a parse tree produced by PostgreSQLParser.expr_until_loop().
    void
    exitExpr_until_rightbracket(sql.postgresql.PostgreSQLParser.Expr_until_rightbracketContext ctx)
    Exit a parse tree produced by PostgreSQLParser.expr_until_rightbracket().
    void
    exitExpr_until_semi(sql.postgresql.PostgreSQLParser.Expr_until_semiContext ctx)
    Exit a parse tree produced by PostgreSQLParser.expr_until_semi().
    void
    exitExpr_until_then(sql.postgresql.PostgreSQLParser.Expr_until_thenContext ctx)
    Exit a parse tree produced by PostgreSQLParser.expr_until_then().
    void
    exitExtract_arg(sql.postgresql.PostgreSQLParser.Extract_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.extract_arg().
    void
    exitExtract_list(sql.postgresql.PostgreSQLParser.Extract_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.extract_list().
    void
    exitFconst(sql.postgresql.PostgreSQLParser.FconstContext ctx)
    Exit a parse tree produced by PostgreSQLParser.fconst().
    void
    exitFdw_option(sql.postgresql.PostgreSQLParser.Fdw_optionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.fdw_option().
    void
    exitFdw_options(sql.postgresql.PostgreSQLParser.Fdw_optionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.fdw_options().
    void
    exitFetch_args(sql.postgresql.PostgreSQLParser.Fetch_argsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.fetch_args().
    void
    exitFetchstmt(sql.postgresql.PostgreSQLParser.FetchstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.fetchstmt().
    void
    exitFile_name(sql.postgresql.PostgreSQLParser.File_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.file_name().
    void
    exitFilter_clause(sql.postgresql.PostgreSQLParser.Filter_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.filter_clause().
    void
    exitFirst_or_next(sql.postgresql.PostgreSQLParser.First_or_nextContext ctx)
    Exit a parse tree produced by PostgreSQLParser.first_or_next().
    void
    exitFor_control(sql.postgresql.PostgreSQLParser.For_controlContext ctx)
    Exit a parse tree produced by PostgreSQLParser.for_control().
    void
    exitFor_locking_clause(sql.postgresql.PostgreSQLParser.For_locking_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.for_locking_clause().
    void
    exitFor_locking_item(sql.postgresql.PostgreSQLParser.For_locking_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.for_locking_item().
    void
    exitFor_locking_items(sql.postgresql.PostgreSQLParser.For_locking_itemsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.for_locking_items().
    void
    exitFor_locking_strength(sql.postgresql.PostgreSQLParser.For_locking_strengthContext ctx)
    Exit a parse tree produced by PostgreSQLParser.for_locking_strength().
    void
    exitFor_variable(sql.postgresql.PostgreSQLParser.For_variableContext ctx)
    Exit a parse tree produced by PostgreSQLParser.for_variable().
    void
    exitForeach_slice(sql.postgresql.PostgreSQLParser.Foreach_sliceContext ctx)
    Exit a parse tree produced by PostgreSQLParser.foreach_slice().
    void
    exitForeign_server_version(sql.postgresql.PostgreSQLParser.Foreign_server_versionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.foreign_server_version().
    void
    exitFrame_bound(sql.postgresql.PostgreSQLParser.Frame_boundContext ctx)
    Exit a parse tree produced by PostgreSQLParser.frame_bound().
    void
    exitFrame_extent(sql.postgresql.PostgreSQLParser.Frame_extentContext ctx)
    Exit a parse tree produced by PostgreSQLParser.frame_extent().
    void
    exitFrom_clause(sql.postgresql.PostgreSQLParser.From_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.from_clause().
    void
    exitFrom_in(sql.postgresql.PostgreSQLParser.From_inContext ctx)
    Exit a parse tree produced by PostgreSQLParser.from_in().
    void
    exitFrom_list(sql.postgresql.PostgreSQLParser.From_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.from_list().
    void
    exitFunc_alias_clause(sql.postgresql.PostgreSQLParser.Func_alias_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_alias_clause().
    void
    exitFunc_application(sql.postgresql.PostgreSQLParser.Func_applicationContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_application().
    void
    exitFunc_arg(sql.postgresql.PostgreSQLParser.Func_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_arg().
    void
    exitFunc_arg_expr(sql.postgresql.PostgreSQLParser.Func_arg_exprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_arg_expr().
    void
    exitFunc_arg_list(sql.postgresql.PostgreSQLParser.Func_arg_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_arg_list().
    void
    exitFunc_arg_with_default(sql.postgresql.PostgreSQLParser.Func_arg_with_defaultContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_arg_with_default().
    void
    exitFunc_args(sql.postgresql.PostgreSQLParser.Func_argsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_args().
    void
    exitFunc_args_list(sql.postgresql.PostgreSQLParser.Func_args_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_args_list().
    void
    exitFunc_args_with_defaults(sql.postgresql.PostgreSQLParser.Func_args_with_defaultsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_args_with_defaults().
    void
    exitFunc_args_with_defaults_list(sql.postgresql.PostgreSQLParser.Func_args_with_defaults_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_args_with_defaults_list().
    void
    exitFunc_as(sql.postgresql.PostgreSQLParser.Func_asContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_as().
    void
    exitFunc_expr(sql.postgresql.PostgreSQLParser.Func_exprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_expr().
    void
    exitFunc_expr_common_subexpr(sql.postgresql.PostgreSQLParser.Func_expr_common_subexprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_expr_common_subexpr().
    void
    exitFunc_expr_windowless(sql.postgresql.PostgreSQLParser.Func_expr_windowlessContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_expr_windowless().
    void
    exitFunc_name(sql.postgresql.PostgreSQLParser.Func_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_name().
    void
    exitFunc_return(sql.postgresql.PostgreSQLParser.Func_returnContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_return().
    void
    exitFunc_table(sql.postgresql.PostgreSQLParser.Func_tableContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_table().
    void
    exitFunc_type(sql.postgresql.PostgreSQLParser.Func_typeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.func_type().
    void
    exitFunction_or_procedure(sql.postgresql.PostgreSQLParser.Function_or_procedureContext ctx)
    Exit a parse tree produced by PostgreSQLParser.function_or_procedure().
    void
    exitFunction_with_argtypes(sql.postgresql.PostgreSQLParser.Function_with_argtypesContext ctx)
    Exit a parse tree produced by PostgreSQLParser.function_with_argtypes().
    void
    exitFunction_with_argtypes_list(sql.postgresql.PostgreSQLParser.Function_with_argtypes_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.function_with_argtypes_list().
    void
    exitFunctionsetresetclause(sql.postgresql.PostgreSQLParser.FunctionsetresetclauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.functionsetresetclause().
    void
    exitGenerated_when(sql.postgresql.PostgreSQLParser.Generated_whenContext ctx)
    Exit a parse tree produced by PostgreSQLParser.generated_when().
    void
    exitGeneric_option_arg(sql.postgresql.PostgreSQLParser.Generic_option_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.generic_option_arg().
    void
    exitGeneric_option_elem(sql.postgresql.PostgreSQLParser.Generic_option_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.generic_option_elem().
    void
    exitGeneric_option_list(sql.postgresql.PostgreSQLParser.Generic_option_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.generic_option_list().
    void
    exitGeneric_option_name(sql.postgresql.PostgreSQLParser.Generic_option_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.generic_option_name().
    void
    exitGeneric_reset(sql.postgresql.PostgreSQLParser.Generic_resetContext ctx)
    Exit a parse tree produced by PostgreSQLParser.generic_reset().
    void
    exitGeneric_set(sql.postgresql.PostgreSQLParser.Generic_setContext ctx)
    Exit a parse tree produced by PostgreSQLParser.generic_set().
    void
    exitGenerictype(sql.postgresql.PostgreSQLParser.GenerictypeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.generictype().
    void
    exitGetdiag_area_opt(sql.postgresql.PostgreSQLParser.Getdiag_area_optContext ctx)
    Exit a parse tree produced by PostgreSQLParser.getdiag_area_opt().
    void
    exitGetdiag_item(sql.postgresql.PostgreSQLParser.Getdiag_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.getdiag_item().
    void
    exitGetdiag_list(sql.postgresql.PostgreSQLParser.Getdiag_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.getdiag_list().
    void
    exitGetdiag_list_item(sql.postgresql.PostgreSQLParser.Getdiag_list_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.getdiag_list_item().
    void
    exitGetdiag_target(sql.postgresql.PostgreSQLParser.Getdiag_targetContext ctx)
    Exit a parse tree produced by PostgreSQLParser.getdiag_target().
    void
    exitGrantee(sql.postgresql.PostgreSQLParser.GranteeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.grantee().
    void
    exitGrantee_list(sql.postgresql.PostgreSQLParser.Grantee_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.grantee_list().
    void
    exitGrantrolestmt(sql.postgresql.PostgreSQLParser.GrantrolestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.grantrolestmt().
    void
    exitGrantstmt(sql.postgresql.PostgreSQLParser.GrantstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.grantstmt().
    void
    exitGroup_by_item(sql.postgresql.PostgreSQLParser.Group_by_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.group_by_item().
    void
    exitGroup_by_list(sql.postgresql.PostgreSQLParser.Group_by_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.group_by_list().
    void
    exitGroup_clause(sql.postgresql.PostgreSQLParser.Group_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.group_clause().
    void
    exitGrouping_sets_clause(sql.postgresql.PostgreSQLParser.Grouping_sets_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.grouping_sets_clause().
    void
    exitHandler_name(sql.postgresql.PostgreSQLParser.Handler_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.handler_name().
    void
    exitHash_partbound(sql.postgresql.PostgreSQLParser.Hash_partboundContext ctx)
    Exit a parse tree produced by PostgreSQLParser.hash_partbound().
    void
    exitHash_partbound_elem(sql.postgresql.PostgreSQLParser.Hash_partbound_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.hash_partbound_elem().
    void
    exitHaving_clause(sql.postgresql.PostgreSQLParser.Having_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.having_clause().
    void
    exitI_or_f_const(sql.postgresql.PostgreSQLParser.I_or_f_constContext ctx)
    Exit a parse tree produced by PostgreSQLParser.i_or_f_const().
    void
    exitIconst(sql.postgresql.PostgreSQLParser.IconstContext ctx)
    Exit a parse tree produced by PostgreSQLParser.iconst().
    void
    exitIdentifier(sql.postgresql.PostgreSQLParser.IdentifierContext ctx)
    Exit a parse tree produced by PostgreSQLParser.identifier().
    void
    exitImplicit_row(sql.postgresql.PostgreSQLParser.Implicit_rowContext ctx)
    Exit a parse tree produced by PostgreSQLParser.implicit_row().
    void
    exitImport_qualification(sql.postgresql.PostgreSQLParser.Import_qualificationContext ctx)
    Exit a parse tree produced by PostgreSQLParser.import_qualification().
    void
    exitImport_qualification_type(sql.postgresql.PostgreSQLParser.Import_qualification_typeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.import_qualification_type().
    void
    exitImportforeignschemastmt(sql.postgresql.PostgreSQLParser.ImportforeignschemastmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.importforeignschemastmt().
    void
    exitIn_expr_list(sql.postgresql.PostgreSQLParser.In_expr_listContext ctx)
    Exit a parse tree produced by the in_expr_list labeled alternative in PostgreSQLParser.in_expr().
    void
    exitIn_expr_select(sql.postgresql.PostgreSQLParser.In_expr_selectContext ctx)
    Exit a parse tree produced by the in_expr_select labeled alternative in PostgreSQLParser.in_expr().
    void
    exitIndex_elem(sql.postgresql.PostgreSQLParser.Index_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.index_elem().
    void
    exitIndex_elem_options(sql.postgresql.PostgreSQLParser.Index_elem_optionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.index_elem_options().
    void
    exitIndex_including_params(sql.postgresql.PostgreSQLParser.Index_including_paramsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.index_including_params().
    void
    exitIndex_params(sql.postgresql.PostgreSQLParser.Index_paramsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.index_params().
    void
    exitIndex_partition_cmd(sql.postgresql.PostgreSQLParser.Index_partition_cmdContext ctx)
    Exit a parse tree produced by PostgreSQLParser.index_partition_cmd().
    void
    exitIndexstmt(sql.postgresql.PostgreSQLParser.IndexstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.indexstmt().
    void
    exitIndirection(sql.postgresql.PostgreSQLParser.IndirectionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.indirection().
    void
    exitIndirection_el(sql.postgresql.PostgreSQLParser.Indirection_elContext ctx)
    Exit a parse tree produced by PostgreSQLParser.indirection_el().
    void
    exitInsert_column_item(sql.postgresql.PostgreSQLParser.Insert_column_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.insert_column_item().
    void
    exitInsert_column_list(sql.postgresql.PostgreSQLParser.Insert_column_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.insert_column_list().
    void
    exitInsert_rest(sql.postgresql.PostgreSQLParser.Insert_restContext ctx)
    Exit a parse tree produced by PostgreSQLParser.insert_rest().
    void
    exitInsert_target(sql.postgresql.PostgreSQLParser.Insert_targetContext ctx)
    Exit a parse tree produced by PostgreSQLParser.insert_target().
    void
    exitInsertstmt(sql.postgresql.PostgreSQLParser.InsertstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.insertstmt().
    void
    exitInterval_second(sql.postgresql.PostgreSQLParser.Interval_secondContext ctx)
    Exit a parse tree produced by PostgreSQLParser.interval_second().
    void
    exitInto_clause(sql.postgresql.PostgreSQLParser.Into_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.into_clause().
    void
    exitInto_target(sql.postgresql.PostgreSQLParser.Into_targetContext ctx)
    Exit a parse tree produced by PostgreSQLParser.into_target().
    void
    exitIso_level(sql.postgresql.PostgreSQLParser.Iso_levelContext ctx)
    Exit a parse tree produced by PostgreSQLParser.iso_level().
    void
    exitJoin_qual(sql.postgresql.PostgreSQLParser.Join_qualContext ctx)
    Exit a parse tree produced by PostgreSQLParser.join_qual().
    void
    exitJoin_type(sql.postgresql.PostgreSQLParser.Join_typeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.join_type().
    void
    exitKey_action(sql.postgresql.PostgreSQLParser.Key_actionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.key_action().
    void
    exitKey_actions(sql.postgresql.PostgreSQLParser.Key_actionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.key_actions().
    void
    exitKey_delete(sql.postgresql.PostgreSQLParser.Key_deleteContext ctx)
    Exit a parse tree produced by PostgreSQLParser.key_delete().
    void
    exitKey_match(sql.postgresql.PostgreSQLParser.Key_matchContext ctx)
    Exit a parse tree produced by PostgreSQLParser.key_match().
    void
    exitKey_update(sql.postgresql.PostgreSQLParser.Key_updateContext ctx)
    Exit a parse tree produced by PostgreSQLParser.key_update().
    void
    exitLabel_decl(sql.postgresql.PostgreSQLParser.Label_declContext ctx)
    Exit a parse tree produced by PostgreSQLParser.label_decl().
    void
    exitLimit_clause(sql.postgresql.PostgreSQLParser.Limit_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.limit_clause().
    void
    exitListenstmt(sql.postgresql.PostgreSQLParser.ListenstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.listenstmt().
    void
    exitLoadstmt(sql.postgresql.PostgreSQLParser.LoadstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.loadstmt().
    void
    exitLock_type(sql.postgresql.PostgreSQLParser.Lock_typeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.lock_type().
    void
    exitLocked_rels_list(sql.postgresql.PostgreSQLParser.Locked_rels_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.locked_rels_list().
    void
    exitLockstmt(sql.postgresql.PostgreSQLParser.LockstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.lockstmt().
    void
    exitLoop_body(sql.postgresql.PostgreSQLParser.Loop_bodyContext ctx)
    Exit a parse tree produced by PostgreSQLParser.loop_body().
    void
    exitMake_execsql_stmt(sql.postgresql.PostgreSQLParser.Make_execsql_stmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.make_execsql_stmt().
    void
    exitMathop(sql.postgresql.PostgreSQLParser.MathopContext ctx)
    Exit a parse tree produced by PostgreSQLParser.mathop().
    void
    exitMerge_delete_clause(sql.postgresql.PostgreSQLParser.Merge_delete_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.merge_delete_clause().
    void
    exitMerge_insert_clause(sql.postgresql.PostgreSQLParser.Merge_insert_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.merge_insert_clause().
    void
    exitMerge_update_clause(sql.postgresql.PostgreSQLParser.Merge_update_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.merge_update_clause().
    void
    exitMergestmt(sql.postgresql.PostgreSQLParser.MergestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.mergestmt().
    void
    exitName(sql.postgresql.PostgreSQLParser.NameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.name().
    void
    exitName_list(sql.postgresql.PostgreSQLParser.Name_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.name_list().
    void
    exitNon_ansi_join(sql.postgresql.PostgreSQLParser.Non_ansi_joinContext ctx)
    Exit a parse tree produced by PostgreSQLParser.non_ansi_join().
    void
    exitNonreservedword(sql.postgresql.PostgreSQLParser.NonreservedwordContext ctx)
    Exit a parse tree produced by PostgreSQLParser.nonreservedword().
    void
    exitNonreservedword_or_sconst(sql.postgresql.PostgreSQLParser.Nonreservedword_or_sconstContext ctx)
    Exit a parse tree produced by PostgreSQLParser.nonreservedword_or_sconst().
    void
    exitNotify_payload(sql.postgresql.PostgreSQLParser.Notify_payloadContext ctx)
    Exit a parse tree produced by PostgreSQLParser.notify_payload().
    void
    exitNotifystmt(sql.postgresql.PostgreSQLParser.NotifystmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.notifystmt().
    void
    exitNumeric(sql.postgresql.PostgreSQLParser.NumericContext ctx)
    Exit a parse tree produced by PostgreSQLParser.numeric().
    void
    exitNumericonly(sql.postgresql.PostgreSQLParser.NumericonlyContext ctx)
    Exit a parse tree produced by PostgreSQLParser.numericonly().
    void
    exitNumericonly_list(sql.postgresql.PostgreSQLParser.Numericonly_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.numericonly_list().
    void
    exitObject_type_any_name(sql.postgresql.PostgreSQLParser.Object_type_any_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.object_type_any_name().
    void
    exitObject_type_name(sql.postgresql.PostgreSQLParser.Object_type_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.object_type_name().
    void
    exitObject_type_name_on_any_name(sql.postgresql.PostgreSQLParser.Object_type_name_on_any_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.object_type_name_on_any_name().
    void
    exitOffset_clause(sql.postgresql.PostgreSQLParser.Offset_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.offset_clause().
    void
    exitOld_aggr_definition(sql.postgresql.PostgreSQLParser.Old_aggr_definitionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.old_aggr_definition().
    void
    exitOld_aggr_elem(sql.postgresql.PostgreSQLParser.Old_aggr_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.old_aggr_elem().
    void
    exitOld_aggr_list(sql.postgresql.PostgreSQLParser.Old_aggr_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.old_aggr_list().
    void
    exitOncommitoption(sql.postgresql.PostgreSQLParser.OncommitoptionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.oncommitoption().
    void
    exitOpclass_drop(sql.postgresql.PostgreSQLParser.Opclass_dropContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opclass_drop().
    void
    exitOpclass_drop_list(sql.postgresql.PostgreSQLParser.Opclass_drop_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opclass_drop_list().
    void
    exitOpclass_item(sql.postgresql.PostgreSQLParser.Opclass_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opclass_item().
    void
    exitOpclass_item_list(sql.postgresql.PostgreSQLParser.Opclass_item_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opclass_item_list().
    void
    exitOpclass_purpose(sql.postgresql.PostgreSQLParser.Opclass_purposeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opclass_purpose().
    void
    exitOper_argtypes(sql.postgresql.PostgreSQLParser.Oper_argtypesContext ctx)
    Exit a parse tree produced by PostgreSQLParser.oper_argtypes().
    void
    exitOperator_def_arg(sql.postgresql.PostgreSQLParser.Operator_def_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.operator_def_arg().
    void
    exitOperator_def_elem(sql.postgresql.PostgreSQLParser.Operator_def_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.operator_def_elem().
    void
    exitOperator_def_list(sql.postgresql.PostgreSQLParser.Operator_def_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.operator_def_list().
    void
    exitOperator_with_argtypes(sql.postgresql.PostgreSQLParser.Operator_with_argtypesContext ctx)
    Exit a parse tree produced by PostgreSQLParser.operator_with_argtypes().
    void
    exitOperator_with_argtypes_list(sql.postgresql.PostgreSQLParser.Operator_with_argtypes_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.operator_with_argtypes_list().
    void
    exitOpt_alias_clause(sql.postgresql.PostgreSQLParser.Opt_alias_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_alias_clause().
    void
    exitOpt_all_clause(sql.postgresql.PostgreSQLParser.Opt_all_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_all_clause().
    void
    exitOpt_analyze(sql.postgresql.PostgreSQLParser.Opt_analyzeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_analyze().
    void
    exitOpt_array_bounds(sql.postgresql.PostgreSQLParser.Opt_array_boundsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_array_bounds().
    void
    exitOpt_as(sql.postgresql.PostgreSQLParser.Opt_asContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_as().
    void
    exitOpt_asc_desc(sql.postgresql.PostgreSQLParser.Opt_asc_descContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_asc_desc().
    void
    exitOpt_binary(sql.postgresql.PostgreSQLParser.Opt_binaryContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_binary().
    void
    exitOpt_block_label(sql.postgresql.PostgreSQLParser.Opt_block_labelContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_block_label().
    void
    exitOpt_boolean_or_string(sql.postgresql.PostgreSQLParser.Opt_boolean_or_stringContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_boolean_or_string().
    void
    exitOpt_by(sql.postgresql.PostgreSQLParser.Opt_byContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_by().
    void
    exitOpt_by_expression(sql.postgresql.PostgreSQLParser.Opt_by_expressionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_by_expression().
    void
    exitOpt_c_include(sql.postgresql.PostgreSQLParser.Opt_c_includeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_c_include().
    void
    exitOpt_case_else(sql.postgresql.PostgreSQLParser.Opt_case_elseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_case_else().
    void
    exitOpt_check_option(sql.postgresql.PostgreSQLParser.Opt_check_optionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_check_option().
    void
    exitOpt_class(sql.postgresql.PostgreSQLParser.Opt_classContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_class().
    void
    exitOpt_col_def_list(sql.postgresql.PostgreSQLParser.Opt_col_def_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_col_def_list().
    void
    exitOpt_collate(sql.postgresql.PostgreSQLParser.Opt_collateContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_collate().
    void
    exitOpt_collate_clause(sql.postgresql.PostgreSQLParser.Opt_collate_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_collate_clause().
    void
    exitOpt_column(sql.postgresql.PostgreSQLParser.Opt_columnContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_column().
    void
    exitOpt_column_list(sql.postgresql.PostgreSQLParser.Opt_column_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_column_list().
    void
    exitOpt_concurrently(sql.postgresql.PostgreSQLParser.Opt_concurrentlyContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_concurrently().
    void
    exitOpt_conf_expr(sql.postgresql.PostgreSQLParser.Opt_conf_exprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_conf_expr().
    void
    exitOpt_cursor_from(sql.postgresql.PostgreSQLParser.Opt_cursor_fromContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_cursor_from().
    void
    exitOpt_cursor_parameters(sql.postgresql.PostgreSQLParser.Opt_cursor_parametersContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_cursor_parameters().
    void
    exitOpt_default(sql.postgresql.PostgreSQLParser.Opt_defaultContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_default().
    void
    exitOpt_definition(sql.postgresql.PostgreSQLParser.Opt_definitionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_definition().
    void
    exitOpt_drop_behavior(sql.postgresql.PostgreSQLParser.Opt_drop_behaviorContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_drop_behavior().
    void
    exitOpt_encoding(sql.postgresql.PostgreSQLParser.Opt_encodingContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_encoding().
    void
    exitOpt_enum_val_list(sql.postgresql.PostgreSQLParser.Opt_enum_val_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_enum_val_list().
    void
    exitOpt_equal(sql.postgresql.PostgreSQLParser.Opt_equalContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_equal().
    void
    exitOpt_escape(sql.postgresql.PostgreSQLParser.Opt_escapeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_escape().
    void
    exitOpt_execute_into(sql.postgresql.PostgreSQLParser.Opt_execute_intoContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_execute_into().
    void
    exitOpt_execute_using(sql.postgresql.PostgreSQLParser.Opt_execute_usingContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_execute_using().
    void
    exitOpt_execute_using_list(sql.postgresql.PostgreSQLParser.Opt_execute_using_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_execute_using_list().
    void
    exitOpt_existing_window_name(sql.postgresql.PostgreSQLParser.Opt_existing_window_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_existing_window_name().
    void
    exitOpt_exitcond(sql.postgresql.PostgreSQLParser.Opt_exitcondContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_exitcond().
    void
    exitOpt_expr_list(sql.postgresql.PostgreSQLParser.Opt_expr_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_expr_list().
    void
    exitOpt_expr_until_when(sql.postgresql.PostgreSQLParser.Opt_expr_until_whenContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_expr_until_when().
    void
    exitOpt_fdw_options(sql.postgresql.PostgreSQLParser.Opt_fdw_optionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_fdw_options().
    void
    exitOpt_fetch_direction(sql.postgresql.PostgreSQLParser.Opt_fetch_directionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_fetch_direction().
    void
    exitOpt_float(sql.postgresql.PostgreSQLParser.Opt_floatContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_float().
    void
    exitOpt_for_locking_clause(sql.postgresql.PostgreSQLParser.Opt_for_locking_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_for_locking_clause().
    void
    exitOpt_for_using_expression(sql.postgresql.PostgreSQLParser.Opt_for_using_expressionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_for_using_expression().
    void
    exitOpt_foreign_server_version(sql.postgresql.PostgreSQLParser.Opt_foreign_server_versionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_foreign_server_version().
    void
    exitOpt_frame_clause(sql.postgresql.PostgreSQLParser.Opt_frame_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_frame_clause().
    void
    exitOpt_freeze(sql.postgresql.PostgreSQLParser.Opt_freezeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_freeze().
    void
    exitOpt_from_in(sql.postgresql.PostgreSQLParser.Opt_from_inContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_from_in().
    void
    exitOpt_full(sql.postgresql.PostgreSQLParser.Opt_fullContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_full().
    void
    exitOpt_grant_admin_option(sql.postgresql.PostgreSQLParser.Opt_grant_admin_optionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_grant_admin_option().
    void
    exitOpt_grant_grant_option(sql.postgresql.PostgreSQLParser.Opt_grant_grant_optionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_grant_grant_option().
    void
    exitOpt_granted_by(sql.postgresql.PostgreSQLParser.Opt_granted_byContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_granted_by().
    void
    exitOpt_hold(sql.postgresql.PostgreSQLParser.Opt_holdContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_hold().
    void
    exitOpt_if_exists(sql.postgresql.PostgreSQLParser.Opt_if_existsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_if_exists().
    void
    exitOpt_if_not_exists(sql.postgresql.PostgreSQLParser.Opt_if_not_existsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_if_not_exists().
    void
    exitOpt_in_database(sql.postgresql.PostgreSQLParser.Opt_in_databaseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_in_database().
    void
    exitOpt_include(sql.postgresql.PostgreSQLParser.Opt_includeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_include().
    void
    exitOpt_index_name(sql.postgresql.PostgreSQLParser.Opt_index_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_index_name().
    void
    exitOpt_indirection(sql.postgresql.PostgreSQLParser.Opt_indirectionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_indirection().
    void
    exitOpt_inline_handler(sql.postgresql.PostgreSQLParser.Opt_inline_handlerContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_inline_handler().
    void
    exitOpt_instead(sql.postgresql.PostgreSQLParser.Opt_insteadContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_instead().
    void
    exitOpt_interval(sql.postgresql.PostgreSQLParser.Opt_intervalContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_interval().
    void
    exitOpt_label(sql.postgresql.PostgreSQLParser.Opt_labelContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_label().
    void
    exitOpt_lock(sql.postgresql.PostgreSQLParser.Opt_lockContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_lock().
    void
    exitOpt_loop_label(sql.postgresql.PostgreSQLParser.Opt_loop_labelContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_loop_label().
    void
    exitOpt_materialized(sql.postgresql.PostgreSQLParser.Opt_materializedContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_materialized().
    void
    exitOpt_name_list(sql.postgresql.PostgreSQLParser.Opt_name_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_name_list().
    void
    exitOpt_no(sql.postgresql.PostgreSQLParser.Opt_noContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_no().
    void
    exitOpt_no_inherit(sql.postgresql.PostgreSQLParser.Opt_no_inheritContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_no_inherit().
    void
    exitOpt_nowait(sql.postgresql.PostgreSQLParser.Opt_nowaitContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_nowait().
    void
    exitOpt_nowait_or_skip(sql.postgresql.PostgreSQLParser.Opt_nowait_or_skipContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_nowait_or_skip().
    void
    exitOpt_nulls_order(sql.postgresql.PostgreSQLParser.Opt_nulls_orderContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_nulls_order().
    void
    exitOpt_on_conflict(sql.postgresql.PostgreSQLParser.Opt_on_conflictContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_on_conflict().
    void
    exitOpt_open_bound_list(sql.postgresql.PostgreSQLParser.Opt_open_bound_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_open_bound_list().
    void
    exitOpt_open_bound_list_item(sql.postgresql.PostgreSQLParser.Opt_open_bound_list_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_open_bound_list_item().
    void
    exitOpt_open_using(sql.postgresql.PostgreSQLParser.Opt_open_usingContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_open_using().
    void
    exitOpt_opfamily(sql.postgresql.PostgreSQLParser.Opt_opfamilyContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_opfamily().
    void
    exitOpt_or_replace(sql.postgresql.PostgreSQLParser.Opt_or_replaceContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_or_replace().
    void
    exitOpt_ordinality(sql.postgresql.PostgreSQLParser.Opt_ordinalityContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_ordinality().
    void
    exitOpt_partition_clause(sql.postgresql.PostgreSQLParser.Opt_partition_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_partition_clause().
    void
    exitOpt_procedural(sql.postgresql.PostgreSQLParser.Opt_proceduralContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_procedural().
    void
    exitOpt_program(sql.postgresql.PostgreSQLParser.Opt_programContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_program().
    void
    exitOpt_provider(sql.postgresql.PostgreSQLParser.Opt_providerContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_provider().
    void
    exitOpt_publication_for_tables(sql.postgresql.PostgreSQLParser.Opt_publication_for_tablesContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_publication_for_tables().
    void
    exitOpt_raise_list(sql.postgresql.PostgreSQLParser.Opt_raise_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_raise_list().
    void
    exitOpt_raise_using(sql.postgresql.PostgreSQLParser.Opt_raise_usingContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_raise_using().
    void
    exitOpt_raise_using_elem(sql.postgresql.PostgreSQLParser.Opt_raise_using_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_raise_using_elem().
    void
    exitOpt_raise_using_elem_list(sql.postgresql.PostgreSQLParser.Opt_raise_using_elem_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_raise_using_elem_list().
    void
    exitOpt_recheck(sql.postgresql.PostgreSQLParser.Opt_recheckContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_recheck().
    void
    exitOpt_reloptions(sql.postgresql.PostgreSQLParser.Opt_reloptionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_reloptions().
    void
    exitOpt_repeatable_clause(sql.postgresql.PostgreSQLParser.Opt_repeatable_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_repeatable_clause().
    void
    exitOpt_restart_seqs(sql.postgresql.PostgreSQLParser.Opt_restart_seqsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_restart_seqs().
    void
    exitOpt_restrict(sql.postgresql.PostgreSQLParser.Opt_restrictContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_restrict().
    void
    exitOpt_return_result(sql.postgresql.PostgreSQLParser.Opt_return_resultContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_return_result().
    void
    exitOpt_returning_clause_into(sql.postgresql.PostgreSQLParser.Opt_returning_clause_intoContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_returning_clause_into().
    void
    exitOpt_reverse(sql.postgresql.PostgreSQLParser.Opt_reverseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_reverse().
    void
    exitOpt_scroll_option(sql.postgresql.PostgreSQLParser.Opt_scroll_optionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_scroll_option().
    void
    exitOpt_scroll_option_no(sql.postgresql.PostgreSQLParser.Opt_scroll_option_noContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_scroll_option_no().
    void
    exitOpt_scrollable(sql.postgresql.PostgreSQLParser.Opt_scrollableContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_scrollable().
    void
    exitOpt_select_limit(sql.postgresql.PostgreSQLParser.Opt_select_limitContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_select_limit().
    void
    exitOpt_semi(sql.postgresql.PostgreSQLParser.Opt_semiContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_semi().
    void
    exitOpt_set_data(sql.postgresql.PostgreSQLParser.Opt_set_dataContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_set_data().
    void
    exitOpt_slice_bound(sql.postgresql.PostgreSQLParser.Opt_slice_boundContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_slice_bound().
    void
    exitOpt_sort_clause(sql.postgresql.PostgreSQLParser.Opt_sort_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_sort_clause().
    void
    exitOpt_stmt_assert_message(sql.postgresql.PostgreSQLParser.Opt_stmt_assert_messageContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_stmt_assert_message().
    void
    exitOpt_stmt_raise_level(sql.postgresql.PostgreSQLParser.Opt_stmt_raise_levelContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_stmt_raise_level().
    void
    exitOpt_strict(sql.postgresql.PostgreSQLParser.Opt_strictContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_strict().
    void
    exitOpt_table(sql.postgresql.PostgreSQLParser.Opt_tableContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_table().
    void
    exitOpt_target_list(sql.postgresql.PostgreSQLParser.Opt_target_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_target_list().
    void
    exitOpt_timezone(sql.postgresql.PostgreSQLParser.Opt_timezoneContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_timezone().
    void
    exitOpt_transaction(sql.postgresql.PostgreSQLParser.Opt_transactionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_transaction().
    void
    exitOpt_transaction_chain(sql.postgresql.PostgreSQLParser.Opt_transaction_chainContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_transaction_chain().
    void
    exitOpt_trusted(sql.postgresql.PostgreSQLParser.Opt_trustedContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_trusted().
    void
    exitOpt_type(sql.postgresql.PostgreSQLParser.Opt_typeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_type().
    void
    exitOpt_type_modifiers(sql.postgresql.PostgreSQLParser.Opt_type_modifiersContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_type_modifiers().
    void
    exitOpt_uescape(sql.postgresql.PostgreSQLParser.Opt_uescapeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_uescape().
    void
    exitOpt_unique(sql.postgresql.PostgreSQLParser.Opt_uniqueContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_unique().
    void
    exitOpt_using(sql.postgresql.PostgreSQLParser.Opt_usingContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_using().
    void
    exitOpt_vacuum_relation_list(sql.postgresql.PostgreSQLParser.Opt_vacuum_relation_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_vacuum_relation_list().
    void
    exitOpt_validator(sql.postgresql.PostgreSQLParser.Opt_validatorContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_validator().
    void
    exitOpt_varying(sql.postgresql.PostgreSQLParser.Opt_varyingContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_varying().
    void
    exitOpt_verbose(sql.postgresql.PostgreSQLParser.Opt_verboseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_verbose().
    void
    exitOpt_window_exclusion_clause(sql.postgresql.PostgreSQLParser.Opt_window_exclusion_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_window_exclusion_clause().
    void
    exitOpt_with(sql.postgresql.PostgreSQLParser.Opt_withContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_with().
    void
    exitOpt_with_clause(sql.postgresql.PostgreSQLParser.Opt_with_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_with_clause().
    void
    exitOpt_with_data(sql.postgresql.PostgreSQLParser.Opt_with_dataContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_with_data().
    void
    exitOpt_xml_root_standalone(sql.postgresql.PostgreSQLParser.Opt_xml_root_standaloneContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opt_xml_root_standalone().
    void
    exitOptconstablespace(sql.postgresql.PostgreSQLParser.OptconstablespaceContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optconstablespace().
    void
    exitOptconstrfromtable(sql.postgresql.PostgreSQLParser.OptconstrfromtableContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optconstrfromtable().
    void
    exitOptinherit(sql.postgresql.PostgreSQLParser.OptinheritContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optinherit().
    void
    exitOption_value(sql.postgresql.PostgreSQLParser.Option_valueContext ctx)
    Exit a parse tree produced by PostgreSQLParser.option_value().
    void
    exitOptnolog(sql.postgresql.PostgreSQLParser.OptnologContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optnolog().
    void
    exitOptparenthesizedseqoptlist(sql.postgresql.PostgreSQLParser.OptparenthesizedseqoptlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optparenthesizedseqoptlist().
    void
    exitOptpartitionspec(sql.postgresql.PostgreSQLParser.OptpartitionspecContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optpartitionspec().
    void
    exitOptrolelist(sql.postgresql.PostgreSQLParser.OptrolelistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optrolelist().
    void
    exitOptschemaeltlist(sql.postgresql.PostgreSQLParser.OptschemaeltlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optschemaeltlist().
    void
    exitOptschemaname(sql.postgresql.PostgreSQLParser.OptschemanameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optschemaname().
    void
    exitOptseqoptlist(sql.postgresql.PostgreSQLParser.OptseqoptlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optseqoptlist().
    void
    exitOpttableelementlist(sql.postgresql.PostgreSQLParser.OpttableelementlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opttableelementlist().
    void
    exitOpttablefuncelementlist(sql.postgresql.PostgreSQLParser.OpttablefuncelementlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opttablefuncelementlist().
    void
    exitOpttablespace(sql.postgresql.PostgreSQLParser.OpttablespaceContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opttablespace().
    void
    exitOpttablespaceowner(sql.postgresql.PostgreSQLParser.OpttablespaceownerContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opttablespaceowner().
    void
    exitOpttemp(sql.postgresql.PostgreSQLParser.OpttempContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opttemp().
    void
    exitOpttempTableName(sql.postgresql.PostgreSQLParser.OpttempTableNameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opttempTableName().
    void
    exitOpttypedtableelementlist(sql.postgresql.PostgreSQLParser.OpttypedtableelementlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.opttypedtableelementlist().
    void
    exitOptwith(sql.postgresql.PostgreSQLParser.OptwithContext ctx)
    Exit a parse tree produced by PostgreSQLParser.optwith().
    void
    exitOver_clause(sql.postgresql.PostgreSQLParser.Over_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.over_clause().
    void
    exitOverlay_list(sql.postgresql.PostgreSQLParser.Overlay_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.overlay_list().
    void
    exitOverride_kind(sql.postgresql.PostgreSQLParser.Override_kindContext ctx)
    Exit a parse tree produced by PostgreSQLParser.override_kind().
    void
    exitParam_name(sql.postgresql.PostgreSQLParser.Param_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.param_name().
    void
    exitPart_elem(sql.postgresql.PostgreSQLParser.Part_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.part_elem().
    void
    exitPart_params(sql.postgresql.PostgreSQLParser.Part_paramsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.part_params().
    void
    exitPartition_cmd(sql.postgresql.PostgreSQLParser.Partition_cmdContext ctx)
    Exit a parse tree produced by PostgreSQLParser.partition_cmd().
    void
    exitPartitionboundspec(sql.postgresql.PostgreSQLParser.PartitionboundspecContext ctx)
    Exit a parse tree produced by PostgreSQLParser.partitionboundspec().
    void
    exitPartitionspec(sql.postgresql.PostgreSQLParser.PartitionspecContext ctx)
    Exit a parse tree produced by PostgreSQLParser.partitionspec().
    void
    exitPl_block(sql.postgresql.PostgreSQLParser.Pl_blockContext ctx)
    Exit a parse tree produced by PostgreSQLParser.pl_block().
    void
    exitPl_function(sql.postgresql.PostgreSQLParser.Pl_functionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.pl_function().
    void
    exitPlsql_opt_transaction_chain(sql.postgresql.PostgreSQLParser.Plsql_opt_transaction_chainContext ctx)
    Exit a parse tree produced by PostgreSQLParser.plsql_opt_transaction_chain().
    void
    exitPlsql_unreserved_keyword(sql.postgresql.PostgreSQLParser.Plsql_unreserved_keywordContext ctx)
    Exit a parse tree produced by PostgreSQLParser.plsql_unreserved_keyword().
    void
    exitPlsqlconsolecommand(sql.postgresql.PostgreSQLParser.PlsqlconsolecommandContext ctx)
    Exit a parse tree produced by PostgreSQLParser.plsqlconsolecommand().
    void
    exitPlsqlidentifier(sql.postgresql.PostgreSQLParser.PlsqlidentifierContext ctx)
    Exit a parse tree produced by PostgreSQLParser.plsqlidentifier().
    void
    exitPlsqlroot(sql.postgresql.PostgreSQLParser.PlsqlrootContext ctx)
    Exit a parse tree produced by PostgreSQLParser.plsqlroot().
    void
    exitPlsqlvariablename(sql.postgresql.PostgreSQLParser.PlsqlvariablenameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.plsqlvariablename().
    void
    exitPosition_list(sql.postgresql.PostgreSQLParser.Position_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.position_list().
    void
    exitPrep_type_clause(sql.postgresql.PostgreSQLParser.Prep_type_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.prep_type_clause().
    void
    exitPreparablestmt(sql.postgresql.PostgreSQLParser.PreparablestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.preparablestmt().
    void
    exitPreparestmt(sql.postgresql.PostgreSQLParser.PreparestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.preparestmt().
    void
    exitPrivilege(sql.postgresql.PostgreSQLParser.PrivilegeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.privilege().
    void
    exitPrivilege_list(sql.postgresql.PostgreSQLParser.Privilege_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.privilege_list().
    void
    exitPrivilege_target(sql.postgresql.PostgreSQLParser.Privilege_targetContext ctx)
    Exit a parse tree produced by PostgreSQLParser.privilege_target().
    void
    exitPrivileges(sql.postgresql.PostgreSQLParser.PrivilegesContext ctx)
    Exit a parse tree produced by PostgreSQLParser.privileges().
    void
    exitProc_condition(sql.postgresql.PostgreSQLParser.Proc_conditionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.proc_condition().
    void
    exitProc_conditions(sql.postgresql.PostgreSQLParser.Proc_conditionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.proc_conditions().
    void
    exitProc_exception(sql.postgresql.PostgreSQLParser.Proc_exceptionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.proc_exception().
    void
    exitProc_exceptions(sql.postgresql.PostgreSQLParser.Proc_exceptionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.proc_exceptions().
    void
    exitProc_sect(sql.postgresql.PostgreSQLParser.Proc_sectContext ctx)
    Exit a parse tree produced by PostgreSQLParser.proc_sect().
    void
    exitProc_stmt(sql.postgresql.PostgreSQLParser.Proc_stmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.proc_stmt().
    void
    exitPublication_for_tables(sql.postgresql.PostgreSQLParser.Publication_for_tablesContext ctx)
    Exit a parse tree produced by PostgreSQLParser.publication_for_tables().
    void
    exitPublication_name_item(sql.postgresql.PostgreSQLParser.Publication_name_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.publication_name_item().
    void
    exitPublication_name_list(sql.postgresql.PostgreSQLParser.Publication_name_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.publication_name_list().
    void
    exitQual_all_op(sql.postgresql.PostgreSQLParser.Qual_all_opContext ctx)
    Exit a parse tree produced by PostgreSQLParser.qual_all_op().
    void
    exitQual_op(sql.postgresql.PostgreSQLParser.Qual_opContext ctx)
    Exit a parse tree produced by PostgreSQLParser.qual_op().
    void
    exitQualified_name(sql.postgresql.PostgreSQLParser.Qualified_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.qualified_name().
    void
    exitQualified_name_list(sql.postgresql.PostgreSQLParser.Qualified_name_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.qualified_name_list().
    void
    exitReassignownedstmt(sql.postgresql.PostgreSQLParser.ReassignownedstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reassignownedstmt().
    void
    exitRefreshmatviewstmt(sql.postgresql.PostgreSQLParser.RefreshmatviewstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.refreshmatviewstmt().
    void
    exitReindex_option_elem(sql.postgresql.PostgreSQLParser.Reindex_option_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reindex_option_elem().
    void
    exitReindex_option_list(sql.postgresql.PostgreSQLParser.Reindex_option_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reindex_option_list().
    void
    exitReindex_target_multitable(sql.postgresql.PostgreSQLParser.Reindex_target_multitableContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reindex_target_multitable().
    void
    exitReindex_target_type(sql.postgresql.PostgreSQLParser.Reindex_target_typeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reindex_target_type().
    void
    exitReindexstmt(sql.postgresql.PostgreSQLParser.ReindexstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reindexstmt().
    void
    exitRelation_expr(sql.postgresql.PostgreSQLParser.Relation_exprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.relation_expr().
    void
    exitRelation_expr_list(sql.postgresql.PostgreSQLParser.Relation_expr_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.relation_expr_list().
    void
    exitRelation_expr_opt_alias(sql.postgresql.PostgreSQLParser.Relation_expr_opt_aliasContext ctx)
    Exit a parse tree produced by PostgreSQLParser.relation_expr_opt_alias().
    void
    exitReloption_elem(sql.postgresql.PostgreSQLParser.Reloption_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reloption_elem().
    void
    exitReloption_list(sql.postgresql.PostgreSQLParser.Reloption_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reloption_list().
    void
    exitReloptions(sql.postgresql.PostgreSQLParser.ReloptionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reloptions().
    void
    exitRemoveaggrstmt(sql.postgresql.PostgreSQLParser.RemoveaggrstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.removeaggrstmt().
    void
    exitRemovefuncstmt(sql.postgresql.PostgreSQLParser.RemovefuncstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.removefuncstmt().
    void
    exitRemoveoperstmt(sql.postgresql.PostgreSQLParser.RemoveoperstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.removeoperstmt().
    void
    exitRenamestmt(sql.postgresql.PostgreSQLParser.RenamestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.renamestmt().
    void
    exitReplica_identity(sql.postgresql.PostgreSQLParser.Replica_identityContext ctx)
    Exit a parse tree produced by PostgreSQLParser.replica_identity().
    void
    exitReserved_keyword(sql.postgresql.PostgreSQLParser.Reserved_keywordContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reserved_keyword().
    void
    exitReset_rest(sql.postgresql.PostgreSQLParser.Reset_restContext ctx)
    Exit a parse tree produced by PostgreSQLParser.reset_rest().
    void
    exitReturning_clause(sql.postgresql.PostgreSQLParser.Returning_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.returning_clause().
    void
    exitRevokerolestmt(sql.postgresql.PostgreSQLParser.RevokerolestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.revokerolestmt().
    void
    exitRevokestmt(sql.postgresql.PostgreSQLParser.RevokestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.revokestmt().
    void
    exitRole_list(sql.postgresql.PostgreSQLParser.Role_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.role_list().
    void
    exitRoleid(sql.postgresql.PostgreSQLParser.RoleidContext ctx)
    Exit a parse tree produced by PostgreSQLParser.roleid().
    void
    exitRolespec(sql.postgresql.PostgreSQLParser.RolespecContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rolespec().
    void
    exitRollup_clause(sql.postgresql.PostgreSQLParser.Rollup_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rollup_clause().
    void
    exitRoot(sql.postgresql.PostgreSQLParser.RootContext ctx)
    Exit a parse tree produced by PostgreSQLParser.root().
    void
    exitRow(sql.postgresql.PostgreSQLParser.RowContext ctx)
    Exit a parse tree produced by PostgreSQLParser.row().
    void
    exitRow_or_rows(sql.postgresql.PostgreSQLParser.Row_or_rowsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.row_or_rows().
    void
    exitRow_security_cmd(sql.postgresql.PostgreSQLParser.Row_security_cmdContext ctx)
    Exit a parse tree produced by PostgreSQLParser.row_security_cmd().
    void
    exitRowsecuritydefaultforcmd(sql.postgresql.PostgreSQLParser.RowsecuritydefaultforcmdContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rowsecuritydefaultforcmd().
    void
    exitRowsecuritydefaultpermissive(sql.postgresql.PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rowsecuritydefaultpermissive().
    void
    exitRowsecuritydefaulttorole(sql.postgresql.PostgreSQLParser.RowsecuritydefaulttoroleContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rowsecuritydefaulttorole().
    void
    exitRowsecurityoptionalexpr(sql.postgresql.PostgreSQLParser.RowsecurityoptionalexprContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rowsecurityoptionalexpr().
    void
    exitRowsecurityoptionaltorole(sql.postgresql.PostgreSQLParser.RowsecurityoptionaltoroleContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rowsecurityoptionaltorole().
    void
    exitRowsecurityoptionalwithcheck(sql.postgresql.PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rowsecurityoptionalwithcheck().
    void
    exitRowsfrom_item(sql.postgresql.PostgreSQLParser.Rowsfrom_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rowsfrom_item().
    void
    exitRowsfrom_list(sql.postgresql.PostgreSQLParser.Rowsfrom_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rowsfrom_list().
    void
    exitRuleactionlist(sql.postgresql.PostgreSQLParser.RuleactionlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.ruleactionlist().
    void
    exitRuleactionmulti(sql.postgresql.PostgreSQLParser.RuleactionmultiContext ctx)
    Exit a parse tree produced by PostgreSQLParser.ruleactionmulti().
    void
    exitRuleactionstmt(sql.postgresql.PostgreSQLParser.RuleactionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.ruleactionstmt().
    void
    exitRuleactionstmtOrEmpty(sql.postgresql.PostgreSQLParser.RuleactionstmtOrEmptyContext ctx)
    Exit a parse tree produced by PostgreSQLParser.ruleactionstmtOrEmpty().
    void
    exitRulestmt(sql.postgresql.PostgreSQLParser.RulestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.rulestmt().
    void
    exitSchema_stmt(sql.postgresql.PostgreSQLParser.Schema_stmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.schema_stmt().
    void
    exitSconst(sql.postgresql.PostgreSQLParser.SconstContext ctx)
    Exit a parse tree produced by PostgreSQLParser.sconst().
    void
    exitSeclabelstmt(sql.postgresql.PostgreSQLParser.SeclabelstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.seclabelstmt().
    void
    exitSecurity_label(sql.postgresql.PostgreSQLParser.Security_labelContext ctx)
    Exit a parse tree produced by PostgreSQLParser.security_label().
    void
    exitSelect_clause(sql.postgresql.PostgreSQLParser.Select_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.select_clause().
    void
    exitSelect_fetch_first_value(sql.postgresql.PostgreSQLParser.Select_fetch_first_valueContext ctx)
    Exit a parse tree produced by PostgreSQLParser.select_fetch_first_value().
    void
    exitSelect_limit(sql.postgresql.PostgreSQLParser.Select_limitContext ctx)
    Exit a parse tree produced by PostgreSQLParser.select_limit().
    void
    exitSelect_limit_value(sql.postgresql.PostgreSQLParser.Select_limit_valueContext ctx)
    Exit a parse tree produced by PostgreSQLParser.select_limit_value().
    void
    exitSelect_no_parens(sql.postgresql.PostgreSQLParser.Select_no_parensContext ctx)
    Exit a parse tree produced by PostgreSQLParser.select_no_parens().
    void
    exitSelect_offset_value(sql.postgresql.PostgreSQLParser.Select_offset_valueContext ctx)
    Exit a parse tree produced by PostgreSQLParser.select_offset_value().
    void
    exitSelect_with_parens(sql.postgresql.PostgreSQLParser.Select_with_parensContext ctx)
    Exit a parse tree produced by PostgreSQLParser.select_with_parens().
    void
    exitSelectstmt(sql.postgresql.PostgreSQLParser.SelectstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.selectstmt().
    void
    exitSeqoptelem(sql.postgresql.PostgreSQLParser.SeqoptelemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.seqoptelem().
    void
    exitSeqoptlist(sql.postgresql.PostgreSQLParser.SeqoptlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.seqoptlist().
    void
    exitSet_clause(sql.postgresql.PostgreSQLParser.Set_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.set_clause().
    void
    exitSet_clause_list(sql.postgresql.PostgreSQLParser.Set_clause_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.set_clause_list().
    void
    exitSet_rest(sql.postgresql.PostgreSQLParser.Set_restContext ctx)
    Exit a parse tree produced by PostgreSQLParser.set_rest().
    void
    exitSet_rest_more(sql.postgresql.PostgreSQLParser.Set_rest_moreContext ctx)
    Exit a parse tree produced by PostgreSQLParser.set_rest_more().
    void
    exitSet_target(sql.postgresql.PostgreSQLParser.Set_targetContext ctx)
    Exit a parse tree produced by PostgreSQLParser.set_target().
    void
    exitSet_target_list(sql.postgresql.PostgreSQLParser.Set_target_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.set_target_list().
    void
    exitSetresetclause(sql.postgresql.PostgreSQLParser.SetresetclauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.setresetclause().
    void
    exitSharp(sql.postgresql.PostgreSQLParser.SharpContext ctx)
    Exit a parse tree produced by PostgreSQLParser.sharp().
    void
    exitSignediconst(sql.postgresql.PostgreSQLParser.SignediconstContext ctx)
    Exit a parse tree produced by PostgreSQLParser.signediconst().
    void
    exitSimple_select_intersect(sql.postgresql.PostgreSQLParser.Simple_select_intersectContext ctx)
    Exit a parse tree produced by PostgreSQLParser.simple_select_intersect().
    void
    exitSimple_select_pramary(sql.postgresql.PostgreSQLParser.Simple_select_pramaryContext ctx)
    Exit a parse tree produced by PostgreSQLParser.simple_select_pramary().
    void
    exitSimpletypename(sql.postgresql.PostgreSQLParser.SimpletypenameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.simpletypename().
    void
    exitSort_clause(sql.postgresql.PostgreSQLParser.Sort_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.sort_clause().
    void
    exitSortby(sql.postgresql.PostgreSQLParser.SortbyContext ctx)
    Exit a parse tree produced by PostgreSQLParser.sortby().
    void
    exitSortby_list(sql.postgresql.PostgreSQLParser.Sortby_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.sortby_list().
    void
    exitSql_expression(sql.postgresql.PostgreSQLParser.Sql_expressionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.sql_expression().
    void
    exitStmt(sql.postgresql.PostgreSQLParser.StmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt().
    void
    exitStmt_assert(sql.postgresql.PostgreSQLParser.Stmt_assertContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_assert().
    void
    exitStmt_assign(sql.postgresql.PostgreSQLParser.Stmt_assignContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_assign().
    void
    exitStmt_call(sql.postgresql.PostgreSQLParser.Stmt_callContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_call().
    void
    exitStmt_case(sql.postgresql.PostgreSQLParser.Stmt_caseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_case().
    void
    exitStmt_close(sql.postgresql.PostgreSQLParser.Stmt_closeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_close().
    void
    exitStmt_commit(sql.postgresql.PostgreSQLParser.Stmt_commitContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_commit().
    void
    exitStmt_dynexecute(sql.postgresql.PostgreSQLParser.Stmt_dynexecuteContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_dynexecute().
    void
    exitStmt_else(sql.postgresql.PostgreSQLParser.Stmt_elseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_else().
    void
    exitStmt_elsifs(sql.postgresql.PostgreSQLParser.Stmt_elsifsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_elsifs().
    void
    exitStmt_execsql(sql.postgresql.PostgreSQLParser.Stmt_execsqlContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_execsql().
    void
    exitStmt_exit(sql.postgresql.PostgreSQLParser.Stmt_exitContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_exit().
    void
    exitStmt_fetch(sql.postgresql.PostgreSQLParser.Stmt_fetchContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_fetch().
    void
    exitStmt_for(sql.postgresql.PostgreSQLParser.Stmt_forContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_for().
    void
    exitStmt_foreach_a(sql.postgresql.PostgreSQLParser.Stmt_foreach_aContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_foreach_a().
    void
    exitStmt_getdiag(sql.postgresql.PostgreSQLParser.Stmt_getdiagContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_getdiag().
    void
    exitStmt_if(sql.postgresql.PostgreSQLParser.Stmt_ifContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_if().
    void
    exitStmt_loop(sql.postgresql.PostgreSQLParser.Stmt_loopContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_loop().
    void
    exitStmt_move(sql.postgresql.PostgreSQLParser.Stmt_moveContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_move().
    void
    exitStmt_null(sql.postgresql.PostgreSQLParser.Stmt_nullContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_null().
    void
    exitStmt_open(sql.postgresql.PostgreSQLParser.Stmt_openContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_open().
    void
    exitStmt_perform(sql.postgresql.PostgreSQLParser.Stmt_performContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_perform().
    void
    exitStmt_raise(sql.postgresql.PostgreSQLParser.Stmt_raiseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_raise().
    void
    exitStmt_return(sql.postgresql.PostgreSQLParser.Stmt_returnContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_return().
    void
    exitStmt_rollback(sql.postgresql.PostgreSQLParser.Stmt_rollbackContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_rollback().
    void
    exitStmt_set(sql.postgresql.PostgreSQLParser.Stmt_setContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_set().
    void
    exitStmt_while(sql.postgresql.PostgreSQLParser.Stmt_whileContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmt_while().
    void
    exitStmtblock(sql.postgresql.PostgreSQLParser.StmtblockContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmtblock().
    void
    exitStmtmulti(sql.postgresql.PostgreSQLParser.StmtmultiContext ctx)
    Exit a parse tree produced by PostgreSQLParser.stmtmulti().
    void
    exitSub_type(sql.postgresql.PostgreSQLParser.Sub_typeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.sub_type().
    void
    exitSubquery_Op(sql.postgresql.PostgreSQLParser.Subquery_OpContext ctx)
    Exit a parse tree produced by PostgreSQLParser.subquery_Op().
    void
    exitSubstr_list(sql.postgresql.PostgreSQLParser.Substr_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.substr_list().
    void
    exitTable_access_method_clause(sql.postgresql.PostgreSQLParser.Table_access_method_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.table_access_method_clause().
    void
    exitTable_alias(sql.postgresql.PostgreSQLParser.Table_aliasContext ctx)
    Exit a parse tree produced by PostgreSQLParser.table_alias().
    void
    exitTable_alias_clause(sql.postgresql.PostgreSQLParser.Table_alias_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.table_alias_clause().
    void
    exitTable_func_column(sql.postgresql.PostgreSQLParser.Table_func_columnContext ctx)
    Exit a parse tree produced by PostgreSQLParser.table_func_column().
    void
    exitTable_func_column_list(sql.postgresql.PostgreSQLParser.Table_func_column_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.table_func_column_list().
    void
    exitTable_ref(sql.postgresql.PostgreSQLParser.Table_refContext ctx)
    Exit a parse tree produced by PostgreSQLParser.table_ref().
    void
    exitTableconstraint(sql.postgresql.PostgreSQLParser.TableconstraintContext ctx)
    Exit a parse tree produced by PostgreSQLParser.tableconstraint().
    void
    exitTableelement(sql.postgresql.PostgreSQLParser.TableelementContext ctx)
    Exit a parse tree produced by PostgreSQLParser.tableelement().
    void
    exitTableelementlist(sql.postgresql.PostgreSQLParser.TableelementlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.tableelementlist().
    void
    exitTablefuncelement(sql.postgresql.PostgreSQLParser.TablefuncelementContext ctx)
    Exit a parse tree produced by PostgreSQLParser.tablefuncelement().
    void
    exitTablefuncelementlist(sql.postgresql.PostgreSQLParser.TablefuncelementlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.tablefuncelementlist().
    void
    exitTablelikeclause(sql.postgresql.PostgreSQLParser.TablelikeclauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.tablelikeclause().
    void
    exitTablelikeoption(sql.postgresql.PostgreSQLParser.TablelikeoptionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.tablelikeoption().
    void
    exitTablelikeoptionlist(sql.postgresql.PostgreSQLParser.TablelikeoptionlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.tablelikeoptionlist().
    void
    exitTablesample_clause(sql.postgresql.PostgreSQLParser.Tablesample_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.tablesample_clause().
    void
    exitTarget_label(sql.postgresql.PostgreSQLParser.Target_labelContext ctx)
    Exit a parse tree produced by the target_label labeled alternative in PostgreSQLParser.target_el().
    void
    exitTarget_list(sql.postgresql.PostgreSQLParser.Target_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.target_list().
    void
    exitTarget_star(sql.postgresql.PostgreSQLParser.Target_starContext ctx)
    Exit a parse tree produced by the target_star labeled alternative in PostgreSQLParser.target_el().
    void
    exitTransaction_mode_item(sql.postgresql.PostgreSQLParser.Transaction_mode_itemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.transaction_mode_item().
    void
    exitTransaction_mode_list(sql.postgresql.PostgreSQLParser.Transaction_mode_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.transaction_mode_list().
    void
    exitTransaction_mode_list_or_empty(sql.postgresql.PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx)
    Exit a parse tree produced by PostgreSQLParser.transaction_mode_list_or_empty().
    void
    exitTransactionstmt(sql.postgresql.PostgreSQLParser.TransactionstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.transactionstmt().
    void
    exitTransform_element_list(sql.postgresql.PostgreSQLParser.Transform_element_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.transform_element_list().
    void
    exitTransform_type_list(sql.postgresql.PostgreSQLParser.Transform_type_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.transform_type_list().
    void
    exitTransitionoldornew(sql.postgresql.PostgreSQLParser.TransitionoldornewContext ctx)
    Exit a parse tree produced by PostgreSQLParser.transitionoldornew().
    void
    exitTransitionrelname(sql.postgresql.PostgreSQLParser.TransitionrelnameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.transitionrelname().
    void
    exitTransitionrowortable(sql.postgresql.PostgreSQLParser.TransitionrowortableContext ctx)
    Exit a parse tree produced by PostgreSQLParser.transitionrowortable().
    void
    exitTriggeractiontime(sql.postgresql.PostgreSQLParser.TriggeractiontimeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggeractiontime().
    void
    exitTriggerevents(sql.postgresql.PostgreSQLParser.TriggereventsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggerevents().
    void
    exitTriggerforopteach(sql.postgresql.PostgreSQLParser.TriggerforopteachContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggerforopteach().
    void
    exitTriggerforspec(sql.postgresql.PostgreSQLParser.TriggerforspecContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggerforspec().
    void
    exitTriggerfortype(sql.postgresql.PostgreSQLParser.TriggerfortypeContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggerfortype().
    void
    exitTriggerfuncarg(sql.postgresql.PostgreSQLParser.TriggerfuncargContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggerfuncarg().
    void
    exitTriggerfuncargs(sql.postgresql.PostgreSQLParser.TriggerfuncargsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggerfuncargs().
    void
    exitTriggeroneevent(sql.postgresql.PostgreSQLParser.TriggeroneeventContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggeroneevent().
    void
    exitTriggerreferencing(sql.postgresql.PostgreSQLParser.TriggerreferencingContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggerreferencing().
    void
    exitTriggertransition(sql.postgresql.PostgreSQLParser.TriggertransitionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggertransition().
    void
    exitTriggertransitions(sql.postgresql.PostgreSQLParser.TriggertransitionsContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggertransitions().
    void
    exitTriggerwhen(sql.postgresql.PostgreSQLParser.TriggerwhenContext ctx)
    Exit a parse tree produced by PostgreSQLParser.triggerwhen().
    void
    exitTrim_list(sql.postgresql.PostgreSQLParser.Trim_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.trim_list().
    void
    exitTruncatestmt(sql.postgresql.PostgreSQLParser.TruncatestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.truncatestmt().
    void
    exitType_func_name_keyword(sql.postgresql.PostgreSQLParser.Type_func_name_keywordContext ctx)
    Exit a parse tree produced by PostgreSQLParser.type_func_name_keyword().
    void
    exitType_function_name(sql.postgresql.PostgreSQLParser.Type_function_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.type_function_name().
    void
    exitType_list(sql.postgresql.PostgreSQLParser.Type_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.type_list().
    void
    exitType_name_list(sql.postgresql.PostgreSQLParser.Type_name_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.type_name_list().
    void
    exitTypedtableelement(sql.postgresql.PostgreSQLParser.TypedtableelementContext ctx)
    Exit a parse tree produced by PostgreSQLParser.typedtableelement().
    void
    exitTypedtableelementlist(sql.postgresql.PostgreSQLParser.TypedtableelementlistContext ctx)
    Exit a parse tree produced by PostgreSQLParser.typedtableelementlist().
    void
    exitTypename(sql.postgresql.PostgreSQLParser.TypenameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.typename().
    void
    exitUnicode_normal_form(sql.postgresql.PostgreSQLParser.Unicode_normal_formContext ctx)
    Exit a parse tree produced by PostgreSQLParser.unicode_normal_form().
    void
    exitUnlistenstmt(sql.postgresql.PostgreSQLParser.UnlistenstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.unlistenstmt().
    void
    exitUnreserved_keyword(sql.postgresql.PostgreSQLParser.Unreserved_keywordContext ctx)
    Exit a parse tree produced by PostgreSQLParser.unreserved_keyword().
    void
    exitUpdatestmt(sql.postgresql.PostgreSQLParser.UpdatestmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.updatestmt().
    void
    exitUsing_clause(sql.postgresql.PostgreSQLParser.Using_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.using_clause().
    void
    exitVac_analyze_option_arg(sql.postgresql.PostgreSQLParser.Vac_analyze_option_argContext ctx)
    Exit a parse tree produced by PostgreSQLParser.vac_analyze_option_arg().
    void
    exitVac_analyze_option_elem(sql.postgresql.PostgreSQLParser.Vac_analyze_option_elemContext ctx)
    Exit a parse tree produced by PostgreSQLParser.vac_analyze_option_elem().
    void
    exitVac_analyze_option_list(sql.postgresql.PostgreSQLParser.Vac_analyze_option_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.vac_analyze_option_list().
    void
    exitVac_analyze_option_name(sql.postgresql.PostgreSQLParser.Vac_analyze_option_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.vac_analyze_option_name().
    void
    exitVacuum_relation(sql.postgresql.PostgreSQLParser.Vacuum_relationContext ctx)
    Exit a parse tree produced by PostgreSQLParser.vacuum_relation().
    void
    exitVacuum_relation_list(sql.postgresql.PostgreSQLParser.Vacuum_relation_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.vacuum_relation_list().
    void
    exitVacuumstmt(sql.postgresql.PostgreSQLParser.VacuumstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.vacuumstmt().
    void
    exitValidator_clause(sql.postgresql.PostgreSQLParser.Validator_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.validator_clause().
    void
    exitValues_clause(sql.postgresql.PostgreSQLParser.Values_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.values_clause().
    void
    exitVar_list(sql.postgresql.PostgreSQLParser.Var_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.var_list().
    void
    exitVar_name(sql.postgresql.PostgreSQLParser.Var_nameContext ctx)
    Exit a parse tree produced by PostgreSQLParser.var_name().
    void
    exitVar_value(sql.postgresql.PostgreSQLParser.Var_valueContext ctx)
    Exit a parse tree produced by PostgreSQLParser.var_value().
    void
    exitVariableresetstmt(sql.postgresql.PostgreSQLParser.VariableresetstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.variableresetstmt().
    void
    exitVariablesetstmt(sql.postgresql.PostgreSQLParser.VariablesetstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.variablesetstmt().
    void
    exitVariableshowstmt(sql.postgresql.PostgreSQLParser.VariableshowstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.variableshowstmt().
    void
    exitViewstmt(sql.postgresql.PostgreSQLParser.ViewstmtContext ctx)
    Exit a parse tree produced by PostgreSQLParser.viewstmt().
    void
    exitWhen_clause(sql.postgresql.PostgreSQLParser.When_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.when_clause().
    void
    exitWhen_clause_list(sql.postgresql.PostgreSQLParser.When_clause_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.when_clause_list().
    void
    exitWhere_clause(sql.postgresql.PostgreSQLParser.Where_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.where_clause().
    void
    exitWhere_or_current_clause(sql.postgresql.PostgreSQLParser.Where_or_current_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.where_or_current_clause().
    void
    exitWindow_clause(sql.postgresql.PostgreSQLParser.Window_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.window_clause().
    void
    exitWindow_definition(sql.postgresql.PostgreSQLParser.Window_definitionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.window_definition().
    void
    exitWindow_definition_list(sql.postgresql.PostgreSQLParser.Window_definition_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.window_definition_list().
    void
    exitWindow_specification(sql.postgresql.PostgreSQLParser.Window_specificationContext ctx)
    Exit a parse tree produced by PostgreSQLParser.window_specification().
    void
    exitWith_clause(sql.postgresql.PostgreSQLParser.With_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.with_clause().
    void
    exitWithin_group_clause(sql.postgresql.PostgreSQLParser.Within_group_clauseContext ctx)
    Exit a parse tree produced by PostgreSQLParser.within_group_clause().
    void
    exitXconst(sql.postgresql.PostgreSQLParser.XconstContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xconst().
    void
    exitXml_attribute_el(sql.postgresql.PostgreSQLParser.Xml_attribute_elContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xml_attribute_el().
    void
    exitXml_attribute_list(sql.postgresql.PostgreSQLParser.Xml_attribute_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xml_attribute_list().
    void
    exitXml_attributes(sql.postgresql.PostgreSQLParser.Xml_attributesContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xml_attributes().
    void
    exitXml_namespace_el(sql.postgresql.PostgreSQLParser.Xml_namespace_elContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xml_namespace_el().
    void
    exitXml_namespace_list(sql.postgresql.PostgreSQLParser.Xml_namespace_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xml_namespace_list().
    void
    exitXml_passing_mech(sql.postgresql.PostgreSQLParser.Xml_passing_mechContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xml_passing_mech().
    void
    exitXml_root_version(sql.postgresql.PostgreSQLParser.Xml_root_versionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xml_root_version().
    void
    exitXml_whitespace_option(sql.postgresql.PostgreSQLParser.Xml_whitespace_optionContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xml_whitespace_option().
    void
    exitXmlexists_argument(sql.postgresql.PostgreSQLParser.Xmlexists_argumentContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xmlexists_argument().
    void
    exitXmltable(sql.postgresql.PostgreSQLParser.XmltableContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xmltable().
    void
    exitXmltable_column_el(sql.postgresql.PostgreSQLParser.Xmltable_column_elContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xmltable_column_el().
    void
    exitXmltable_column_list(sql.postgresql.PostgreSQLParser.Xmltable_column_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xmltable_column_list().
    void
    exitXmltable_column_option_el(sql.postgresql.PostgreSQLParser.Xmltable_column_option_elContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xmltable_column_option_el().
    void
    exitXmltable_column_option_list(sql.postgresql.PostgreSQLParser.Xmltable_column_option_listContext ctx)
    Exit a parse tree produced by PostgreSQLParser.xmltable_column_option_list().
    void
    exitZone_value(sql.postgresql.PostgreSQLParser.Zone_valueContext ctx)
    Exit a parse tree produced by PostgreSQLParser.zone_value().
    Global access point to get a instance of the context, ensuring that only one instance of the context exists.
    void
    visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
    void
    visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PostgreSQLParserListenerImpl

      public PostgreSQLParserListenerImpl()
  • Method Details

    • enterA_expr

      public void enterA_expr(sql.postgresql.PostgreSQLParser.A_exprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_add

      public void enterA_expr_add(sql.postgresql.PostgreSQLParser.A_expr_addContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_add().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_add in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_add in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_and

      public void enterA_expr_and(sql.postgresql.PostgreSQLParser.A_expr_andContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_and().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_and in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_and in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_at_time_zone

      public void enterA_expr_at_time_zone(sql.postgresql.PostgreSQLParser.A_expr_at_time_zoneContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_at_time_zone().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_at_time_zone in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_at_time_zone in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_between

      public void enterA_expr_between(sql.postgresql.PostgreSQLParser.A_expr_betweenContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_between().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_between in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_between in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_caret

      public void enterA_expr_caret(sql.postgresql.PostgreSQLParser.A_expr_caretContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_caret().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_caret in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_caret in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_collate

      public void enterA_expr_collate(sql.postgresql.PostgreSQLParser.A_expr_collateContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_collate().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_collate in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_collate in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_compare

      public void enterA_expr_compare(sql.postgresql.PostgreSQLParser.A_expr_compareContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_compare().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_compare in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_compare in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_in

      public void enterA_expr_in(sql.postgresql.PostgreSQLParser.A_expr_inContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_in().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_in in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_in in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_is_not

      public void enterA_expr_is_not(sql.postgresql.PostgreSQLParser.A_expr_is_notContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_is_not().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_is_not in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_is_not in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_isnull

      public void enterA_expr_isnull(sql.postgresql.PostgreSQLParser.A_expr_isnullContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_isnull().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_isnull in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_isnull in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_lessless

      public void enterA_expr_lessless(sql.postgresql.PostgreSQLParser.A_expr_lesslessContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_lessless().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_lessless in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_lessless in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_like

      public void enterA_expr_like(sql.postgresql.PostgreSQLParser.A_expr_likeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_like().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_like in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_like in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_mul

      public void enterA_expr_mul(sql.postgresql.PostgreSQLParser.A_expr_mulContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_mul().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_mul in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_mul in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_or

      public void enterA_expr_or(sql.postgresql.PostgreSQLParser.A_expr_orContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_or().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_or in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_or in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_qual

      public void enterA_expr_qual(sql.postgresql.PostgreSQLParser.A_expr_qualContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_qual().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_qual in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_qual in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_qual_op

      public void enterA_expr_qual_op(sql.postgresql.PostgreSQLParser.A_expr_qual_opContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_qual_op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_qual_op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_qual_op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_typecast

      public void enterA_expr_typecast(sql.postgresql.PostgreSQLParser.A_expr_typecastContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_typecast().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_typecast in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_typecast in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_unary_not

      public void enterA_expr_unary_not(sql.postgresql.PostgreSQLParser.A_expr_unary_notContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_unary_not().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_unary_not in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_unary_not in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_unary_qualop

      public void enterA_expr_unary_qualop(sql.postgresql.PostgreSQLParser.A_expr_unary_qualopContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_unary_qualop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_unary_qualop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_unary_qualop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterA_expr_unary_sign

      public void enterA_expr_unary_sign(sql.postgresql.PostgreSQLParser.A_expr_unary_signContext ctx)
      Enter a parse tree produced by PostgreSQLParser.a_expr_unary_sign().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterA_expr_unary_sign in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterA_expr_unary_sign in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAccess_method_clause

      public void enterAccess_method_clause(sql.postgresql.PostgreSQLParser.Access_method_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.access_method_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAccess_method_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAccess_method_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAdd_drop

      public void enterAdd_drop(sql.postgresql.PostgreSQLParser.Add_dropContext ctx)
      Enter a parse tree produced by PostgreSQLParser.add_drop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAdd_drop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAdd_drop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAexprconst

      public void enterAexprconst(sql.postgresql.PostgreSQLParser.AexprconstContext ctx)
      Enter a parse tree produced by PostgreSQLParser.aexprconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAexprconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAexprconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAggr_arg

      public void enterAggr_arg(sql.postgresql.PostgreSQLParser.Aggr_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.aggr_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAggr_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAggr_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAggr_args

      public void enterAggr_args(sql.postgresql.PostgreSQLParser.Aggr_argsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.aggr_args().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAggr_args in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAggr_args in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAggr_args_list

      public void enterAggr_args_list(sql.postgresql.PostgreSQLParser.Aggr_args_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.aggr_args_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAggr_args_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAggr_args_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAggregate_with_argtypes

      public void enterAggregate_with_argtypes(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypesContext ctx)
      Enter a parse tree produced by PostgreSQLParser.aggregate_with_argtypes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAggregate_with_argtypes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAggregate_with_argtypes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAggregate_with_argtypes_list

      public void enterAggregate_with_argtypes_list(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypes_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.aggregate_with_argtypes_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAggregate_with_argtypes_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAggregate_with_argtypes_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlias_clause

      public void enterAlias_clause(sql.postgresql.PostgreSQLParser.Alias_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alias_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlias_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlias_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAll_op

      public void enterAll_op(sql.postgresql.PostgreSQLParser.All_opContext ctx)
      Enter a parse tree produced by PostgreSQLParser.all_op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAll_op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAll_op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAll_or_distinct

      public void enterAll_or_distinct(sql.postgresql.PostgreSQLParser.All_or_distinctContext ctx)
      Enter a parse tree produced by PostgreSQLParser.all_or_distinct().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAll_or_distinct in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAll_or_distinct in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_column_default

      public void enterAlter_column_default(sql.postgresql.PostgreSQLParser.Alter_column_defaultContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_column_default().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_column_default in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_column_default in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_extension_opt_item

      public void enterAlter_extension_opt_item(sql.postgresql.PostgreSQLParser.Alter_extension_opt_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_extension_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_extension_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_extension_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_extension_opt_list

      public void enterAlter_extension_opt_list(sql.postgresql.PostgreSQLParser.Alter_extension_opt_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_extension_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_extension_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_extension_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_generic_option_elem

      public void enterAlter_generic_option_elem(sql.postgresql.PostgreSQLParser.Alter_generic_option_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_generic_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_generic_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_generic_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_generic_option_list

      public void enterAlter_generic_option_list(sql.postgresql.PostgreSQLParser.Alter_generic_option_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_generic_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_generic_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_generic_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_generic_options

      public void enterAlter_generic_options(sql.postgresql.PostgreSQLParser.Alter_generic_optionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_generic_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_generic_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_generic_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_identity_column_option

      public void enterAlter_identity_column_option(sql.postgresql.PostgreSQLParser.Alter_identity_column_optionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_identity_column_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_identity_column_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_identity_column_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_identity_column_option_list

      public void enterAlter_identity_column_option_list(sql.postgresql.PostgreSQLParser.Alter_identity_column_option_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_identity_column_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_identity_column_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_identity_column_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_table_cmd

      public void enterAlter_table_cmd(sql.postgresql.PostgreSQLParser.Alter_table_cmdContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_table_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_table_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_table_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_table_cmds

      public void enterAlter_table_cmds(sql.postgresql.PostgreSQLParser.Alter_table_cmdsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_table_cmds().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_table_cmds in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_table_cmds in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_type_cmd

      public void enterAlter_type_cmd(sql.postgresql.PostgreSQLParser.Alter_type_cmdContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_type_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_type_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_type_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_type_cmds

      public void enterAlter_type_cmds(sql.postgresql.PostgreSQLParser.Alter_type_cmdsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_type_cmds().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_type_cmds in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_type_cmds in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlter_using

      public void enterAlter_using(sql.postgresql.PostgreSQLParser.Alter_usingContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alter_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlter_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlter_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltercollationstmt

      public void enterAltercollationstmt(sql.postgresql.PostgreSQLParser.AltercollationstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altercollationstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltercollationstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltercollationstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltercompositetypestmt

      public void enterAltercompositetypestmt(sql.postgresql.PostgreSQLParser.AltercompositetypestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altercompositetypestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltercompositetypestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltercompositetypestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterdatabasesetstmt

      public void enterAlterdatabasesetstmt(sql.postgresql.PostgreSQLParser.AlterdatabasesetstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterdatabasesetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterdatabasesetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterdatabasesetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterdatabasestmt

      public void enterAlterdatabasestmt(sql.postgresql.PostgreSQLParser.AlterdatabasestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterdatabasestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterdatabasestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterdatabasestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterdefaultprivilegesstmt

      public void enterAlterdefaultprivilegesstmt(sql.postgresql.PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterdefaultprivilegesstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterdefaultprivilegesstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterdefaultprivilegesstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterdomainstmt

      public void enterAlterdomainstmt(sql.postgresql.PostgreSQLParser.AlterdomainstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterdomainstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterdomainstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterdomainstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterenumstmt

      public void enterAlterenumstmt(sql.postgresql.PostgreSQLParser.AlterenumstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterenumstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterenumstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterenumstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltereventtrigstmt

      public void enterAltereventtrigstmt(sql.postgresql.PostgreSQLParser.AltereventtrigstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altereventtrigstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltereventtrigstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltereventtrigstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterextensioncontentsstmt

      public void enterAlterextensioncontentsstmt(sql.postgresql.PostgreSQLParser.AlterextensioncontentsstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterextensioncontentsstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterextensioncontentsstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterextensioncontentsstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterextensionstmt

      public void enterAlterextensionstmt(sql.postgresql.PostgreSQLParser.AlterextensionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterextensionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterextensionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterextensionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterfdwstmt

      public void enterAlterfdwstmt(sql.postgresql.PostgreSQLParser.AlterfdwstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterfdwstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterfdwstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterfdwstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterforeignserverstmt

      public void enterAlterforeignserverstmt(sql.postgresql.PostgreSQLParser.AlterforeignserverstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterforeignserverstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterforeignserverstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterforeignserverstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterfunc_opt_list

      public void enterAlterfunc_opt_list(sql.postgresql.PostgreSQLParser.Alterfunc_opt_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterfunc_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterfunc_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterfunc_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterfunctionstmt

      public void enterAlterfunctionstmt(sql.postgresql.PostgreSQLParser.AlterfunctionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterfunctionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterfunctionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterfunctionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltergroupstmt

      public void enterAltergroupstmt(sql.postgresql.PostgreSQLParser.AltergroupstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altergroupstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltergroupstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltergroupstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterobjectdependsstmt

      public void enterAlterobjectdependsstmt(sql.postgresql.PostgreSQLParser.AlterobjectdependsstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterobjectdependsstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterobjectdependsstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterobjectdependsstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterobjectschemastmt

      public void enterAlterobjectschemastmt(sql.postgresql.PostgreSQLParser.AlterobjectschemastmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterobjectschemastmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterobjectschemastmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterobjectschemastmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlteroperatorstmt

      public void enterAlteroperatorstmt(sql.postgresql.PostgreSQLParser.AlteroperatorstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alteroperatorstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlteroperatorstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlteroperatorstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlteropfamilystmt

      public void enterAlteropfamilystmt(sql.postgresql.PostgreSQLParser.AlteropfamilystmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alteropfamilystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlteropfamilystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlteropfamilystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlteroptroleelem

      public void enterAlteroptroleelem(sql.postgresql.PostgreSQLParser.AlteroptroleelemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alteroptroleelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlteroptroleelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlteroptroleelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlteroptrolelist

      public void enterAlteroptrolelist(sql.postgresql.PostgreSQLParser.AlteroptrolelistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alteroptrolelist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlteroptrolelist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlteroptrolelist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterownerstmt

      public void enterAlterownerstmt(sql.postgresql.PostgreSQLParser.AlterownerstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterownerstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterownerstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterownerstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterpolicystmt

      public void enterAlterpolicystmt(sql.postgresql.PostgreSQLParser.AlterpolicystmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterpolicystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterpolicystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterpolicystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterpublicationstmt

      public void enterAlterpublicationstmt(sql.postgresql.PostgreSQLParser.AlterpublicationstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterpublicationstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterpublicationstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterpublicationstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterrolesetstmt

      public void enterAlterrolesetstmt(sql.postgresql.PostgreSQLParser.AlterrolesetstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterrolesetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterrolesetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterrolesetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterrolestmt

      public void enterAlterrolestmt(sql.postgresql.PostgreSQLParser.AlterrolestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterrolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterrolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterrolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterseqstmt

      public void enterAlterseqstmt(sql.postgresql.PostgreSQLParser.AlterseqstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterseqstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterseqstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterseqstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterstatsstmt

      public void enterAlterstatsstmt(sql.postgresql.PostgreSQLParser.AlterstatsstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterstatsstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterstatsstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterstatsstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltersubscriptionstmt

      public void enterAltersubscriptionstmt(sql.postgresql.PostgreSQLParser.AltersubscriptionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altersubscriptionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltersubscriptionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltersubscriptionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltersystemstmt

      public void enterAltersystemstmt(sql.postgresql.PostgreSQLParser.AltersystemstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altersystemstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltersystemstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltersystemstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltertablestmt

      public void enterAltertablestmt(sql.postgresql.PostgreSQLParser.AltertablestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altertablestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltertablestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltertablestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltertblspcstmt

      public void enterAltertblspcstmt(sql.postgresql.PostgreSQLParser.AltertblspcstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altertblspcstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltertblspcstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltertblspcstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltertsconfigurationstmt

      public void enterAltertsconfigurationstmt(sql.postgresql.PostgreSQLParser.AltertsconfigurationstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altertsconfigurationstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltertsconfigurationstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltertsconfigurationstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltertsdictionarystmt

      public void enterAltertsdictionarystmt(sql.postgresql.PostgreSQLParser.AltertsdictionarystmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altertsdictionarystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltertsdictionarystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltertsdictionarystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAltertypestmt

      public void enterAltertypestmt(sql.postgresql.PostgreSQLParser.AltertypestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.altertypestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAltertypestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAltertypestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAlterusermappingstmt

      public void enterAlterusermappingstmt(sql.postgresql.PostgreSQLParser.AlterusermappingstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.alterusermappingstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAlterusermappingstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAlterusermappingstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAm_type

      public void enterAm_type(sql.postgresql.PostgreSQLParser.Am_typeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.am_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAm_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAm_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAnalyze_keyword

      public void enterAnalyze_keyword(sql.postgresql.PostgreSQLParser.Analyze_keywordContext ctx)
      Enter a parse tree produced by PostgreSQLParser.analyze_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAnalyze_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAnalyze_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAnalyzestmt

      public void enterAnalyzestmt(sql.postgresql.PostgreSQLParser.AnalyzestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.analyzestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAnalyzestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAnalyzestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAny_identifier

      public void enterAny_identifier(sql.postgresql.PostgreSQLParser.Any_identifierContext ctx)
      Enter a parse tree produced by PostgreSQLParser.any_identifier().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAny_identifier in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAny_identifier in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAny_name

      public void enterAny_name(sql.postgresql.PostgreSQLParser.Any_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.any_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAny_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAny_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAny_name_list

      public void enterAny_name_list(sql.postgresql.PostgreSQLParser.Any_name_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.any_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAny_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAny_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAny_operator

      public void enterAny_operator(sql.postgresql.PostgreSQLParser.Any_operatorContext ctx)
      Enter a parse tree produced by PostgreSQLParser.any_operator().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAny_operator in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAny_operator in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAny_with

      public void enterAny_with(sql.postgresql.PostgreSQLParser.Any_withContext ctx)
      Enter a parse tree produced by PostgreSQLParser.any_with().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAny_with in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAny_with in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAnysconst

      public void enterAnysconst(sql.postgresql.PostgreSQLParser.AnysconstContext ctx)
      Enter a parse tree produced by PostgreSQLParser.anysconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAnysconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAnysconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterArg_class

      public void enterArg_class(sql.postgresql.PostgreSQLParser.Arg_classContext ctx)
      Enter a parse tree produced by PostgreSQLParser.arg_class().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterArg_class in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterArg_class in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterArray_expr

      public void enterArray_expr(sql.postgresql.PostgreSQLParser.Array_exprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.array_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterArray_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterArray_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterArray_expr_list

      public void enterArray_expr_list(sql.postgresql.PostgreSQLParser.Array_expr_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.array_expr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterArray_expr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterArray_expr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAssign_operator

      public void enterAssign_operator(sql.postgresql.PostgreSQLParser.Assign_operatorContext ctx)
      Enter a parse tree produced by PostgreSQLParser.assign_operator().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAssign_operator in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAssign_operator in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAssign_var

      public void enterAssign_var(sql.postgresql.PostgreSQLParser.Assign_varContext ctx)
      Enter a parse tree produced by PostgreSQLParser.assign_var().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAssign_var in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAssign_var in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAttr_name

      public void enterAttr_name(sql.postgresql.PostgreSQLParser.Attr_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.attr_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAttr_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAttr_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAttrs

      public void enterAttrs(sql.postgresql.PostgreSQLParser.AttrsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.attrs().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAttrs in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAttrs in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterAuth_ident

      public void enterAuth_ident(sql.postgresql.PostgreSQLParser.Auth_identContext ctx)
      Enter a parse tree produced by PostgreSQLParser.auth_ident().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterAuth_ident in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterAuth_ident in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterB_expr

      public void enterB_expr(sql.postgresql.PostgreSQLParser.B_exprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.b_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterB_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterB_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterBconst

      public void enterBconst(sql.postgresql.PostgreSQLParser.BconstContext ctx)
      Enter a parse tree produced by PostgreSQLParser.bconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterBconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterBconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterBit

      public void enterBit(sql.postgresql.PostgreSQLParser.BitContext ctx)
      Enter a parse tree produced by PostgreSQLParser.bit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterBit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterBit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterBitwithlength

      public void enterBitwithlength(sql.postgresql.PostgreSQLParser.BitwithlengthContext ctx)
      Enter a parse tree produced by PostgreSQLParser.bitwithlength().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterBitwithlength in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterBitwithlength in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterBitwithoutlength

      public void enterBitwithoutlength(sql.postgresql.PostgreSQLParser.BitwithoutlengthContext ctx)
      Enter a parse tree produced by PostgreSQLParser.bitwithoutlength().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterBitwithoutlength in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterBitwithoutlength in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterBuiltin_function_name

      public void enterBuiltin_function_name(sql.postgresql.PostgreSQLParser.Builtin_function_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.builtin_function_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterBuiltin_function_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterBuiltin_function_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterC_expr_case

      public void enterC_expr_case(sql.postgresql.PostgreSQLParser.C_expr_caseContext ctx)
      Enter a parse tree produced by the c_expr_case labeled alternative in PostgreSQLParser.c_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterC_expr_case in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterC_expr_case in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterC_expr_exists

      public void enterC_expr_exists(sql.postgresql.PostgreSQLParser.C_expr_existsContext ctx)
      Enter a parse tree produced by the c_expr_exists labeled alternative in PostgreSQLParser.c_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterC_expr_exists in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterC_expr_exists in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterC_expr_expr

      public void enterC_expr_expr(sql.postgresql.PostgreSQLParser.C_expr_exprContext ctx)
      Enter a parse tree produced by the c_expr_expr labeled alternative in PostgreSQLParser.c_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterC_expr_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterC_expr_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCallstmt

      public void enterCallstmt(sql.postgresql.PostgreSQLParser.CallstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.callstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCallstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCallstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCase_arg

      public void enterCase_arg(sql.postgresql.PostgreSQLParser.Case_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.case_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCase_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCase_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCase_default

      public void enterCase_default(sql.postgresql.PostgreSQLParser.Case_defaultContext ctx)
      Enter a parse tree produced by PostgreSQLParser.case_default().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCase_default in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCase_default in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCase_expr

      public void enterCase_expr(sql.postgresql.PostgreSQLParser.Case_exprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.case_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCase_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCase_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCase_when

      public void enterCase_when(sql.postgresql.PostgreSQLParser.Case_whenContext ctx)
      Enter a parse tree produced by PostgreSQLParser.case_when().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCase_when in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCase_when in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCase_when_list

      public void enterCase_when_list(sql.postgresql.PostgreSQLParser.Case_when_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.case_when_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCase_when_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCase_when_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCast_context

      public void enterCast_context(sql.postgresql.PostgreSQLParser.Cast_contextContext ctx)
      Enter a parse tree produced by PostgreSQLParser.cast_context().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCast_context in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCast_context in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCharacter

      public void enterCharacter(sql.postgresql.PostgreSQLParser.CharacterContext ctx)
      Enter a parse tree produced by PostgreSQLParser.character().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCharacter in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCharacter in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCharacter_c

      public void enterCharacter_c(sql.postgresql.PostgreSQLParser.Character_cContext ctx)
      Enter a parse tree produced by PostgreSQLParser.character_c().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCharacter_c in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCharacter_c in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCheckpointstmt

      public void enterCheckpointstmt(sql.postgresql.PostgreSQLParser.CheckpointstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.checkpointstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCheckpointstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCheckpointstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCloseportalstmt

      public void enterCloseportalstmt(sql.postgresql.PostgreSQLParser.CloseportalstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.closeportalstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCloseportalstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCloseportalstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCluster_index_specification

      public void enterCluster_index_specification(sql.postgresql.PostgreSQLParser.Cluster_index_specificationContext ctx)
      Enter a parse tree produced by PostgreSQLParser.cluster_index_specification().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCluster_index_specification in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCluster_index_specification in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterClusterstmt

      public void enterClusterstmt(sql.postgresql.PostgreSQLParser.ClusterstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.clusterstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterClusterstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterClusterstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCol_name_keyword

      public void enterCol_name_keyword(sql.postgresql.PostgreSQLParser.Col_name_keywordContext ctx)
      Enter a parse tree produced by PostgreSQLParser.col_name_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCol_name_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCol_name_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterColconstraint

      public void enterColconstraint(sql.postgresql.PostgreSQLParser.ColconstraintContext ctx)
      Enter a parse tree produced by PostgreSQLParser.colconstraint().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterColconstraint in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterColconstraint in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterColconstraintelem

      public void enterColconstraintelem(sql.postgresql.PostgreSQLParser.ColconstraintelemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.colconstraintelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterColconstraintelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterColconstraintelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterColid

      public void enterColid(sql.postgresql.PostgreSQLParser.ColidContext ctx)
      Enter a parse tree produced by PostgreSQLParser.colid().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterColid in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterColid in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCollabel

      public void enterCollabel(sql.postgresql.PostgreSQLParser.CollabelContext ctx)
      Enter a parse tree produced by PostgreSQLParser.collabel().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCollabel in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCollabel in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterColquallist

      public void enterColquallist(sql.postgresql.PostgreSQLParser.ColquallistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.colquallist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterColquallist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterColquallist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterColumnDef

      public void enterColumnDef(sql.postgresql.PostgreSQLParser.ColumnDefContext ctx)
      Enter a parse tree produced by PostgreSQLParser.columnDef().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterColumnDef in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterColumnDef in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterColumnElem

      public void enterColumnElem(sql.postgresql.PostgreSQLParser.ColumnElemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.columnElem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterColumnElem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterColumnElem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterColumnlist

      public void enterColumnlist(sql.postgresql.PostgreSQLParser.ColumnlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.columnlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterColumnlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterColumnlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterColumnOptions

      public void enterColumnOptions(sql.postgresql.PostgreSQLParser.ColumnOptionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.columnOptions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterColumnOptions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterColumnOptions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterColumnref

      public void enterColumnref(sql.postgresql.PostgreSQLParser.ColumnrefContext ctx)
      Enter a parse tree produced by PostgreSQLParser.columnref().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterColumnref in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterColumnref in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterComment_text

      public void enterComment_text(sql.postgresql.PostgreSQLParser.Comment_textContext ctx)
      Enter a parse tree produced by PostgreSQLParser.comment_text().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterComment_text in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterComment_text in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCommentstmt

      public void enterCommentstmt(sql.postgresql.PostgreSQLParser.CommentstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.commentstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCommentstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCommentstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCommon_func_opt_item

      public void enterCommon_func_opt_item(sql.postgresql.PostgreSQLParser.Common_func_opt_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.common_func_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCommon_func_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCommon_func_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCommon_table_expr

      public void enterCommon_table_expr(sql.postgresql.PostgreSQLParser.Common_table_exprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.common_table_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCommon_table_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCommon_table_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterComp_option

      public void enterComp_option(sql.postgresql.PostgreSQLParser.Comp_optionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.comp_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterComp_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterComp_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterComp_options

      public void enterComp_options(sql.postgresql.PostgreSQLParser.Comp_optionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.comp_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterComp_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterComp_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstbit

      public void enterConstbit(sql.postgresql.PostgreSQLParser.ConstbitContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constbit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstbit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstbit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstcharacter

      public void enterConstcharacter(sql.postgresql.PostgreSQLParser.ConstcharacterContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constcharacter().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstcharacter in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstcharacter in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstdatetime

      public void enterConstdatetime(sql.postgresql.PostgreSQLParser.ConstdatetimeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constdatetime().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstdatetime in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstdatetime in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstinterval

      public void enterConstinterval(sql.postgresql.PostgreSQLParser.ConstintervalContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constinterval().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstinterval in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstinterval in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstraintattr

      public void enterConstraintattr(sql.postgresql.PostgreSQLParser.ConstraintattrContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constraintattr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstraintattr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstraintattr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstraintattributeElem

      public void enterConstraintattributeElem(sql.postgresql.PostgreSQLParser.ConstraintattributeElemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constraintattributeElem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstraintattributeElem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstraintattributeElem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstraintattributespec

      public void enterConstraintattributespec(sql.postgresql.PostgreSQLParser.ConstraintattributespecContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constraintattributespec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstraintattributespec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstraintattributespec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstraintelem

      public void enterConstraintelem(sql.postgresql.PostgreSQLParser.ConstraintelemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constraintelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstraintelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstraintelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstraints_set_list

      public void enterConstraints_set_list(sql.postgresql.PostgreSQLParser.Constraints_set_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constraints_set_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstraints_set_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstraints_set_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstraints_set_mode

      public void enterConstraints_set_mode(sql.postgresql.PostgreSQLParser.Constraints_set_modeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constraints_set_mode().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstraints_set_mode in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstraints_set_mode in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConstraintssetstmt

      public void enterConstraintssetstmt(sql.postgresql.PostgreSQLParser.ConstraintssetstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.constraintssetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConstraintssetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConstraintssetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterConsttypename

      public void enterConsttypename(sql.postgresql.PostgreSQLParser.ConsttypenameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.consttypename().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterConsttypename in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterConsttypename in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_delimiter

      public void enterCopy_delimiter(sql.postgresql.PostgreSQLParser.Copy_delimiterContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_delimiter().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_delimiter in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_delimiter in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_file_name

      public void enterCopy_file_name(sql.postgresql.PostgreSQLParser.Copy_file_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_file_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_file_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_file_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_from

      public void enterCopy_from(sql.postgresql.PostgreSQLParser.Copy_fromContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_from().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_from in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_from in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_generic_opt_arg

      public void enterCopy_generic_opt_arg(sql.postgresql.PostgreSQLParser.Copy_generic_opt_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_generic_opt_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_generic_opt_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_generic_opt_arg_list

      public void enterCopy_generic_opt_arg_list(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_arg_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_generic_opt_arg_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_generic_opt_arg_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_generic_opt_arg_list_item

      public void enterCopy_generic_opt_arg_list_item(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_list_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_arg_list_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_generic_opt_arg_list_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_generic_opt_arg_list_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_generic_opt_elem

      public void enterCopy_generic_opt_elem(sql.postgresql.PostgreSQLParser.Copy_generic_opt_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_generic_opt_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_generic_opt_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_generic_opt_list

      public void enterCopy_generic_opt_list(sql.postgresql.PostgreSQLParser.Copy_generic_opt_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_generic_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_generic_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_generic_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_opt_item

      public void enterCopy_opt_item(sql.postgresql.PostgreSQLParser.Copy_opt_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_opt_list

      public void enterCopy_opt_list(sql.postgresql.PostgreSQLParser.Copy_opt_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopy_options

      public void enterCopy_options(sql.postgresql.PostgreSQLParser.Copy_optionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copy_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopy_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopy_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCopystmt

      public void enterCopystmt(sql.postgresql.PostgreSQLParser.CopystmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.copystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCopystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCopystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreate_as_target

      public void enterCreate_as_target(sql.postgresql.PostgreSQLParser.Create_as_targetContext ctx)
      Enter a parse tree produced by PostgreSQLParser.create_as_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreate_as_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreate_as_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreate_extension_opt_item

      public void enterCreate_extension_opt_item(sql.postgresql.PostgreSQLParser.Create_extension_opt_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.create_extension_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreate_extension_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreate_extension_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreate_extension_opt_list

      public void enterCreate_extension_opt_list(sql.postgresql.PostgreSQLParser.Create_extension_opt_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.create_extension_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreate_extension_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreate_extension_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreate_generic_options

      public void enterCreate_generic_options(sql.postgresql.PostgreSQLParser.Create_generic_optionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.create_generic_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreate_generic_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreate_generic_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreate_mv_target

      public void enterCreate_mv_target(sql.postgresql.PostgreSQLParser.Create_mv_targetContext ctx)
      Enter a parse tree produced by PostgreSQLParser.create_mv_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreate_mv_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreate_mv_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateamstmt

      public void enterCreateamstmt(sql.postgresql.PostgreSQLParser.CreateamstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createamstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateamstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateamstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateassertionstmt

      public void enterCreateassertionstmt(sql.postgresql.PostgreSQLParser.CreateassertionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createassertionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateassertionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateassertionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateasstmt

      public void enterCreateasstmt(sql.postgresql.PostgreSQLParser.CreateasstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createasstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateasstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateasstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatecaststmt

      public void enterCreatecaststmt(sql.postgresql.PostgreSQLParser.CreatecaststmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createcaststmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatecaststmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatecaststmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateconversionstmt

      public void enterCreateconversionstmt(sql.postgresql.PostgreSQLParser.CreateconversionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createconversionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateconversionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateconversionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatedb_opt_item

      public void enterCreatedb_opt_item(sql.postgresql.PostgreSQLParser.Createdb_opt_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createdb_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatedb_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatedb_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatedb_opt_items

      public void enterCreatedb_opt_items(sql.postgresql.PostgreSQLParser.Createdb_opt_itemsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createdb_opt_items().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatedb_opt_items in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatedb_opt_items in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatedb_opt_list

      public void enterCreatedb_opt_list(sql.postgresql.PostgreSQLParser.Createdb_opt_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createdb_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatedb_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatedb_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatedb_opt_name

      public void enterCreatedb_opt_name(sql.postgresql.PostgreSQLParser.Createdb_opt_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createdb_opt_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatedb_opt_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatedb_opt_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatedbstmt

      public void enterCreatedbstmt(sql.postgresql.PostgreSQLParser.CreatedbstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createdbstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatedbstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatedbstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatedomainstmt

      public void enterCreatedomainstmt(sql.postgresql.PostgreSQLParser.CreatedomainstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createdomainstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatedomainstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatedomainstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateeventtrigstmt

      public void enterCreateeventtrigstmt(sql.postgresql.PostgreSQLParser.CreateeventtrigstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createeventtrigstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateeventtrigstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateeventtrigstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateextensionstmt

      public void enterCreateextensionstmt(sql.postgresql.PostgreSQLParser.CreateextensionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createextensionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateextensionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateextensionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatefdwstmt

      public void enterCreatefdwstmt(sql.postgresql.PostgreSQLParser.CreatefdwstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createfdwstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatefdwstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatefdwstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateforeignserverstmt

      public void enterCreateforeignserverstmt(sql.postgresql.PostgreSQLParser.CreateforeignserverstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createforeignserverstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateforeignserverstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateforeignserverstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateforeigntablestmt

      public void enterCreateforeigntablestmt(sql.postgresql.PostgreSQLParser.CreateforeigntablestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createforeigntablestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateforeigntablestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateforeigntablestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatefunc_opt_item

      public void enterCreatefunc_opt_item(sql.postgresql.PostgreSQLParser.Createfunc_opt_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createfunc_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatefunc_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatefunc_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatefunc_opt_list

      public void enterCreatefunc_opt_list(sql.postgresql.PostgreSQLParser.Createfunc_opt_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createfunc_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatefunc_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatefunc_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatefunctionstmt

      public void enterCreatefunctionstmt(sql.postgresql.PostgreSQLParser.CreatefunctionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createfunctionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatefunctionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatefunctionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreategroupstmt

      public void enterCreategroupstmt(sql.postgresql.PostgreSQLParser.CreategroupstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.creategroupstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreategroupstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreategroupstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatematviewstmt

      public void enterCreatematviewstmt(sql.postgresql.PostgreSQLParser.CreatematviewstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.creatematviewstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatematviewstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatematviewstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateopclassstmt

      public void enterCreateopclassstmt(sql.postgresql.PostgreSQLParser.CreateopclassstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createopclassstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateopclassstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateopclassstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateopfamilystmt

      public void enterCreateopfamilystmt(sql.postgresql.PostgreSQLParser.CreateopfamilystmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createopfamilystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateopfamilystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateopfamilystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateoptroleelem

      public void enterCreateoptroleelem(sql.postgresql.PostgreSQLParser.CreateoptroleelemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createoptroleelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateoptroleelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateoptroleelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateplangstmt

      public void enterCreateplangstmt(sql.postgresql.PostgreSQLParser.CreateplangstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createplangstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateplangstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateplangstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatepolicystmt

      public void enterCreatepolicystmt(sql.postgresql.PostgreSQLParser.CreatepolicystmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createpolicystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatepolicystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatepolicystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatepublicationstmt

      public void enterCreatepublicationstmt(sql.postgresql.PostgreSQLParser.CreatepublicationstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createpublicationstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatepublicationstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatepublicationstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreaterolestmt

      public void enterCreaterolestmt(sql.postgresql.PostgreSQLParser.CreaterolestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createrolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreaterolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreaterolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateschemastmt

      public void enterCreateschemastmt(sql.postgresql.PostgreSQLParser.CreateschemastmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createschemastmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateschemastmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateschemastmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateseqstmt

      public void enterCreateseqstmt(sql.postgresql.PostgreSQLParser.CreateseqstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createseqstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateseqstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateseqstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatestatsstmt

      public void enterCreatestatsstmt(sql.postgresql.PostgreSQLParser.CreatestatsstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createstatsstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatestatsstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatestatsstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatestmt

      public void enterCreatestmt(sql.postgresql.PostgreSQLParser.CreatestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatesubscriptionstmt

      public void enterCreatesubscriptionstmt(sql.postgresql.PostgreSQLParser.CreatesubscriptionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createsubscriptionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatesubscriptionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatesubscriptionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatetablespacestmt

      public void enterCreatetablespacestmt(sql.postgresql.PostgreSQLParser.CreatetablespacestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createtablespacestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatetablespacestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatetablespacestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatetransformstmt

      public void enterCreatetransformstmt(sql.postgresql.PostgreSQLParser.CreatetransformstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createtransformstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatetransformstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatetransformstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreatetrigstmt

      public void enterCreatetrigstmt(sql.postgresql.PostgreSQLParser.CreatetrigstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createtrigstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreatetrigstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreatetrigstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateusermappingstmt

      public void enterCreateusermappingstmt(sql.postgresql.PostgreSQLParser.CreateusermappingstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createusermappingstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateusermappingstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateusermappingstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCreateuserstmt

      public void enterCreateuserstmt(sql.postgresql.PostgreSQLParser.CreateuserstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.createuserstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCreateuserstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCreateuserstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCte_list

      public void enterCte_list(sql.postgresql.PostgreSQLParser.Cte_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.cte_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCte_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCte_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCube_clause

      public void enterCube_clause(sql.postgresql.PostgreSQLParser.Cube_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.cube_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCube_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCube_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCursor_name

      public void enterCursor_name(sql.postgresql.PostgreSQLParser.Cursor_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.cursor_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCursor_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCursor_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCursor_options

      public void enterCursor_options(sql.postgresql.PostgreSQLParser.Cursor_optionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.cursor_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCursor_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCursor_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterCursor_variable

      public void enterCursor_variable(sql.postgresql.PostgreSQLParser.Cursor_variableContext ctx)
      Enter a parse tree produced by PostgreSQLParser.cursor_variable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterCursor_variable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterCursor_variable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDeallocatestmt

      public void enterDeallocatestmt(sql.postgresql.PostgreSQLParser.DeallocatestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.deallocatestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDeallocatestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDeallocatestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_aliasitem

      public void enterDecl_aliasitem(sql.postgresql.PostgreSQLParser.Decl_aliasitemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_aliasitem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_aliasitem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_aliasitem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_collate

      public void enterDecl_collate(sql.postgresql.PostgreSQLParser.Decl_collateContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_collate().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_collate in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_collate in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_const

      public void enterDecl_const(sql.postgresql.PostgreSQLParser.Decl_constContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_const().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_const in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_const in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_cursor_arg

      public void enterDecl_cursor_arg(sql.postgresql.PostgreSQLParser.Decl_cursor_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_cursor_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_cursor_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_cursor_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_cursor_arglist

      public void enterDecl_cursor_arglist(sql.postgresql.PostgreSQLParser.Decl_cursor_arglistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_cursor_arglist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_cursor_arglist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_cursor_arglist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_cursor_args

      public void enterDecl_cursor_args(sql.postgresql.PostgreSQLParser.Decl_cursor_argsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_cursor_args().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_cursor_args in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_cursor_args in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_cursor_query

      public void enterDecl_cursor_query(sql.postgresql.PostgreSQLParser.Decl_cursor_queryContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_cursor_query().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_cursor_query in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_cursor_query in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_datatype

      public void enterDecl_datatype(sql.postgresql.PostgreSQLParser.Decl_datatypeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_datatype().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_datatype in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_datatype in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_defkey

      public void enterDecl_defkey(sql.postgresql.PostgreSQLParser.Decl_defkeyContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_defkey().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_defkey in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_defkey in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_defval

      public void enterDecl_defval(sql.postgresql.PostgreSQLParser.Decl_defvalContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_defval().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_defval in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_defval in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_is_for

      public void enterDecl_is_for(sql.postgresql.PostgreSQLParser.Decl_is_forContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_is_for().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_is_for in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_is_for in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_notnull

      public void enterDecl_notnull(sql.postgresql.PostgreSQLParser.Decl_notnullContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_notnull().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_notnull in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_notnull in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_sect

      public void enterDecl_sect(sql.postgresql.PostgreSQLParser.Decl_sectContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_sect().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_sect in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_sect in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_start

      public void enterDecl_start(sql.postgresql.PostgreSQLParser.Decl_startContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_start().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_start in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_start in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_statement

      public void enterDecl_statement(sql.postgresql.PostgreSQLParser.Decl_statementContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_statement().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_statement in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_statement in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_stmt

      public void enterDecl_stmt(sql.postgresql.PostgreSQLParser.Decl_stmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_stmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_stmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_stmts

      public void enterDecl_stmts(sql.postgresql.PostgreSQLParser.Decl_stmtsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_stmts().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_stmts in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_stmts in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDecl_varname

      public void enterDecl_varname(sql.postgresql.PostgreSQLParser.Decl_varnameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.decl_varname().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDecl_varname in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDecl_varname in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDeclarecursorstmt

      public void enterDeclarecursorstmt(sql.postgresql.PostgreSQLParser.DeclarecursorstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.declarecursorstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDeclarecursorstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDeclarecursorstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDef_arg

      public void enterDef_arg(sql.postgresql.PostgreSQLParser.Def_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.def_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDef_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDef_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDef_elem

      public void enterDef_elem(sql.postgresql.PostgreSQLParser.Def_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.def_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDef_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDef_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDef_list

      public void enterDef_list(sql.postgresql.PostgreSQLParser.Def_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.def_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDef_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDef_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDefacl_privilege_target

      public void enterDefacl_privilege_target(sql.postgresql.PostgreSQLParser.Defacl_privilege_targetContext ctx)
      Enter a parse tree produced by PostgreSQLParser.defacl_privilege_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDefacl_privilege_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDefacl_privilege_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDefaclaction

      public void enterDefaclaction(sql.postgresql.PostgreSQLParser.DefaclactionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.defaclaction().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDefaclaction in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDefaclaction in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDefacloption

      public void enterDefacloption(sql.postgresql.PostgreSQLParser.DefacloptionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.defacloption().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDefacloption in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDefacloption in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDefacloptionlist

      public void enterDefacloptionlist(sql.postgresql.PostgreSQLParser.DefacloptionlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.defacloptionlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDefacloptionlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDefacloptionlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDefinestmt

      public void enterDefinestmt(sql.postgresql.PostgreSQLParser.DefinestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.definestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDefinestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDefinestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDefinition

      public void enterDefinition(sql.postgresql.PostgreSQLParser.DefinitionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.definition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDefinition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDefinition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDeletestmt

      public void enterDeletestmt(sql.postgresql.PostgreSQLParser.DeletestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.deletestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDeletestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDeletestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDiscardstmt

      public void enterDiscardstmt(sql.postgresql.PostgreSQLParser.DiscardstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.discardstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDiscardstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDiscardstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDistinct_clause

      public void enterDistinct_clause(sql.postgresql.PostgreSQLParser.Distinct_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.distinct_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDistinct_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDistinct_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDocument_or_content

      public void enterDocument_or_content(sql.postgresql.PostgreSQLParser.Document_or_contentContext ctx)
      Enter a parse tree produced by PostgreSQLParser.document_or_content().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDocument_or_content in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDocument_or_content in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDostmt

      public void enterDostmt(sql.postgresql.PostgreSQLParser.DostmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dostmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDostmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDostmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDostmt_opt_item

      public void enterDostmt_opt_item(sql.postgresql.PostgreSQLParser.Dostmt_opt_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dostmt_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDostmt_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDostmt_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDostmt_opt_list

      public void enterDostmt_opt_list(sql.postgresql.PostgreSQLParser.Dostmt_opt_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dostmt_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDostmt_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDostmt_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDrop_option

      public void enterDrop_option(sql.postgresql.PostgreSQLParser.Drop_optionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.drop_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDrop_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDrop_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDrop_option_list

      public void enterDrop_option_list(sql.postgresql.PostgreSQLParser.Drop_option_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.drop_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDrop_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDrop_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDrop_type_name

      public void enterDrop_type_name(sql.postgresql.PostgreSQLParser.Drop_type_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.drop_type_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDrop_type_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDrop_type_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDropcaststmt

      public void enterDropcaststmt(sql.postgresql.PostgreSQLParser.DropcaststmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dropcaststmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDropcaststmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDropcaststmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDropdbstmt

      public void enterDropdbstmt(sql.postgresql.PostgreSQLParser.DropdbstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dropdbstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDropdbstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDropdbstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDropopclassstmt

      public void enterDropopclassstmt(sql.postgresql.PostgreSQLParser.DropopclassstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dropopclassstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDropopclassstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDropopclassstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDropopfamilystmt

      public void enterDropopfamilystmt(sql.postgresql.PostgreSQLParser.DropopfamilystmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dropopfamilystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDropopfamilystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDropopfamilystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDropownedstmt

      public void enterDropownedstmt(sql.postgresql.PostgreSQLParser.DropownedstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dropownedstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDropownedstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDropownedstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDroprolestmt

      public void enterDroprolestmt(sql.postgresql.PostgreSQLParser.DroprolestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.droprolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDroprolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDroprolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDropstmt

      public void enterDropstmt(sql.postgresql.PostgreSQLParser.DropstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dropstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDropstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDropstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDropsubscriptionstmt

      public void enterDropsubscriptionstmt(sql.postgresql.PostgreSQLParser.DropsubscriptionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dropsubscriptionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDropsubscriptionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDropsubscriptionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDroptablespacestmt

      public void enterDroptablespacestmt(sql.postgresql.PostgreSQLParser.DroptablespacestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.droptablespacestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDroptablespacestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDroptablespacestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDroptransformstmt

      public void enterDroptransformstmt(sql.postgresql.PostgreSQLParser.DroptransformstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.droptransformstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDroptransformstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDroptransformstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterDropusermappingstmt

      public void enterDropusermappingstmt(sql.postgresql.PostgreSQLParser.DropusermappingstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.dropusermappingstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterDropusermappingstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterDropusermappingstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterEmpty_grouping_set

      public void enterEmpty_grouping_set(sql.postgresql.PostgreSQLParser.Empty_grouping_setContext ctx)
      Enter a parse tree produced by PostgreSQLParser.empty_grouping_set().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterEmpty_grouping_set in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterEmpty_grouping_set in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterEnable_trigger

      public void enterEnable_trigger(sql.postgresql.PostgreSQLParser.Enable_triggerContext ctx)
      Enter a parse tree produced by PostgreSQLParser.enable_trigger().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterEnable_trigger in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterEnable_trigger in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterEnum_val_list

      public void enterEnum_val_list(sql.postgresql.PostgreSQLParser.Enum_val_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.enum_val_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterEnum_val_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterEnum_val_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterEvent

      public void enterEvent(sql.postgresql.PostgreSQLParser.EventContext ctx)
      Enter a parse tree produced by PostgreSQLParser.event().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterEvent in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterEvent in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterEvent_trigger_value_list

      public void enterEvent_trigger_value_list(sql.postgresql.PostgreSQLParser.Event_trigger_value_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.event_trigger_value_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterEvent_trigger_value_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterEvent_trigger_value_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterEvent_trigger_when_item

      public void enterEvent_trigger_when_item(sql.postgresql.PostgreSQLParser.Event_trigger_when_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.event_trigger_when_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterEvent_trigger_when_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterEvent_trigger_when_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterEvent_trigger_when_list

      public void enterEvent_trigger_when_list(sql.postgresql.PostgreSQLParser.Event_trigger_when_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.event_trigger_when_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterEvent_trigger_when_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterEvent_trigger_when_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterEveryRule

      public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener
      Overrides:
      enterEveryRule in class sql.postgresql.PostgreSQLParserBaseListener
    • enterException_sect

      public void enterException_sect(sql.postgresql.PostgreSQLParser.Exception_sectContext ctx)
      Enter a parse tree produced by PostgreSQLParser.exception_sect().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterException_sect in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterException_sect in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExclusionconstraintelem

      public void enterExclusionconstraintelem(sql.postgresql.PostgreSQLParser.ExclusionconstraintelemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.exclusionconstraintelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExclusionconstraintelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExclusionconstraintelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExclusionconstraintlist

      public void enterExclusionconstraintlist(sql.postgresql.PostgreSQLParser.ExclusionconstraintlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.exclusionconstraintlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExclusionconstraintlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExclusionconstraintlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExclusionwhereclause

      public void enterExclusionwhereclause(sql.postgresql.PostgreSQLParser.ExclusionwhereclauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.exclusionwhereclause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExclusionwhereclause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExclusionwhereclause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExecute_param_clause

      public void enterExecute_param_clause(sql.postgresql.PostgreSQLParser.Execute_param_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.execute_param_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExecute_param_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExecute_param_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExecutestmt

      public void enterExecutestmt(sql.postgresql.PostgreSQLParser.ExecutestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.executestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExecutestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExecutestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExistingindex

      public void enterExistingindex(sql.postgresql.PostgreSQLParser.ExistingindexContext ctx)
      Enter a parse tree produced by PostgreSQLParser.existingindex().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExistingindex in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExistingindex in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExit_type

      public void enterExit_type(sql.postgresql.PostgreSQLParser.Exit_typeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.exit_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExit_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExit_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExplain_option_arg

      public void enterExplain_option_arg(sql.postgresql.PostgreSQLParser.Explain_option_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.explain_option_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExplain_option_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExplain_option_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExplain_option_elem

      public void enterExplain_option_elem(sql.postgresql.PostgreSQLParser.Explain_option_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.explain_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExplain_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExplain_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExplain_option_list

      public void enterExplain_option_list(sql.postgresql.PostgreSQLParser.Explain_option_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.explain_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExplain_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExplain_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExplain_option_name

      public void enterExplain_option_name(sql.postgresql.PostgreSQLParser.Explain_option_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.explain_option_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExplain_option_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExplain_option_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExplainablestmt

      public void enterExplainablestmt(sql.postgresql.PostgreSQLParser.ExplainablestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.explainablestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExplainablestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExplainablestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExplainstmt

      public void enterExplainstmt(sql.postgresql.PostgreSQLParser.ExplainstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.explainstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExplainstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExplainstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExplicit_row

      public void enterExplicit_row(sql.postgresql.PostgreSQLParser.Explicit_rowContext ctx)
      Enter a parse tree produced by PostgreSQLParser.explicit_row().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExplicit_row in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExplicit_row in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExpr_list

      public void enterExpr_list(sql.postgresql.PostgreSQLParser.Expr_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.expr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExpr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExpr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExpr_until_loop

      public void enterExpr_until_loop(sql.postgresql.PostgreSQLParser.Expr_until_loopContext ctx)
      Enter a parse tree produced by PostgreSQLParser.expr_until_loop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExpr_until_loop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExpr_until_loop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExpr_until_rightbracket

      public void enterExpr_until_rightbracket(sql.postgresql.PostgreSQLParser.Expr_until_rightbracketContext ctx)
      Enter a parse tree produced by PostgreSQLParser.expr_until_rightbracket().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExpr_until_rightbracket in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExpr_until_rightbracket in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExpr_until_semi

      public void enterExpr_until_semi(sql.postgresql.PostgreSQLParser.Expr_until_semiContext ctx)
      Enter a parse tree produced by PostgreSQLParser.expr_until_semi().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExpr_until_semi in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExpr_until_semi in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExpr_until_then

      public void enterExpr_until_then(sql.postgresql.PostgreSQLParser.Expr_until_thenContext ctx)
      Enter a parse tree produced by PostgreSQLParser.expr_until_then().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExpr_until_then in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExpr_until_then in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExtract_arg

      public void enterExtract_arg(sql.postgresql.PostgreSQLParser.Extract_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.extract_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExtract_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExtract_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterExtract_list

      public void enterExtract_list(sql.postgresql.PostgreSQLParser.Extract_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.extract_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterExtract_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterExtract_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFconst

      public void enterFconst(sql.postgresql.PostgreSQLParser.FconstContext ctx)
      Enter a parse tree produced by PostgreSQLParser.fconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFdw_option

      public void enterFdw_option(sql.postgresql.PostgreSQLParser.Fdw_optionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.fdw_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFdw_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFdw_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFdw_options

      public void enterFdw_options(sql.postgresql.PostgreSQLParser.Fdw_optionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.fdw_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFdw_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFdw_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFetch_args

      public void enterFetch_args(sql.postgresql.PostgreSQLParser.Fetch_argsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.fetch_args().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFetch_args in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFetch_args in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFetchstmt

      public void enterFetchstmt(sql.postgresql.PostgreSQLParser.FetchstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.fetchstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFetchstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFetchstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFile_name

      public void enterFile_name(sql.postgresql.PostgreSQLParser.File_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.file_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFile_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFile_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFilter_clause

      public void enterFilter_clause(sql.postgresql.PostgreSQLParser.Filter_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.filter_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFilter_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFilter_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFirst_or_next

      public void enterFirst_or_next(sql.postgresql.PostgreSQLParser.First_or_nextContext ctx)
      Enter a parse tree produced by PostgreSQLParser.first_or_next().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFirst_or_next in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFirst_or_next in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFor_control

      public void enterFor_control(sql.postgresql.PostgreSQLParser.For_controlContext ctx)
      Enter a parse tree produced by PostgreSQLParser.for_control().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFor_control in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFor_control in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFor_locking_clause

      public void enterFor_locking_clause(sql.postgresql.PostgreSQLParser.For_locking_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.for_locking_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFor_locking_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFor_locking_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFor_locking_item

      public void enterFor_locking_item(sql.postgresql.PostgreSQLParser.For_locking_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.for_locking_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFor_locking_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFor_locking_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFor_locking_items

      public void enterFor_locking_items(sql.postgresql.PostgreSQLParser.For_locking_itemsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.for_locking_items().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFor_locking_items in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFor_locking_items in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFor_locking_strength

      public void enterFor_locking_strength(sql.postgresql.PostgreSQLParser.For_locking_strengthContext ctx)
      Enter a parse tree produced by PostgreSQLParser.for_locking_strength().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFor_locking_strength in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFor_locking_strength in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFor_variable

      public void enterFor_variable(sql.postgresql.PostgreSQLParser.For_variableContext ctx)
      Enter a parse tree produced by PostgreSQLParser.for_variable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFor_variable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFor_variable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterForeach_slice

      public void enterForeach_slice(sql.postgresql.PostgreSQLParser.Foreach_sliceContext ctx)
      Enter a parse tree produced by PostgreSQLParser.foreach_slice().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterForeach_slice in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterForeach_slice in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterForeign_server_version

      public void enterForeign_server_version(sql.postgresql.PostgreSQLParser.Foreign_server_versionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.foreign_server_version().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterForeign_server_version in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterForeign_server_version in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFrame_bound

      public void enterFrame_bound(sql.postgresql.PostgreSQLParser.Frame_boundContext ctx)
      Enter a parse tree produced by PostgreSQLParser.frame_bound().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFrame_bound in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFrame_bound in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFrame_extent

      public void enterFrame_extent(sql.postgresql.PostgreSQLParser.Frame_extentContext ctx)
      Enter a parse tree produced by PostgreSQLParser.frame_extent().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFrame_extent in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFrame_extent in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFrom_clause

      public void enterFrom_clause(sql.postgresql.PostgreSQLParser.From_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.from_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFrom_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFrom_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFrom_in

      public void enterFrom_in(sql.postgresql.PostgreSQLParser.From_inContext ctx)
      Enter a parse tree produced by PostgreSQLParser.from_in().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFrom_in in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFrom_in in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFrom_list

      public void enterFrom_list(sql.postgresql.PostgreSQLParser.From_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.from_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFrom_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFrom_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_alias_clause

      public void enterFunc_alias_clause(sql.postgresql.PostgreSQLParser.Func_alias_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_alias_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_alias_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_alias_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_application

      public void enterFunc_application(sql.postgresql.PostgreSQLParser.Func_applicationContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_application().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_application in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_application in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_arg

      public void enterFunc_arg(sql.postgresql.PostgreSQLParser.Func_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_arg_expr

      public void enterFunc_arg_expr(sql.postgresql.PostgreSQLParser.Func_arg_exprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_arg_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_arg_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_arg_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_arg_list

      public void enterFunc_arg_list(sql.postgresql.PostgreSQLParser.Func_arg_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_arg_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_arg_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_arg_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_arg_with_default

      public void enterFunc_arg_with_default(sql.postgresql.PostgreSQLParser.Func_arg_with_defaultContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_arg_with_default().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_arg_with_default in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_arg_with_default in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_args

      public void enterFunc_args(sql.postgresql.PostgreSQLParser.Func_argsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_args().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_args in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_args in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_args_list

      public void enterFunc_args_list(sql.postgresql.PostgreSQLParser.Func_args_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_args_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_args_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_args_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_args_with_defaults

      public void enterFunc_args_with_defaults(sql.postgresql.PostgreSQLParser.Func_args_with_defaultsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_args_with_defaults().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_args_with_defaults in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_args_with_defaults in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_args_with_defaults_list

      public void enterFunc_args_with_defaults_list(sql.postgresql.PostgreSQLParser.Func_args_with_defaults_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_args_with_defaults_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_args_with_defaults_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_args_with_defaults_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_as

      public void enterFunc_as(sql.postgresql.PostgreSQLParser.Func_asContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_as().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_as in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_as in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_expr

      public void enterFunc_expr(sql.postgresql.PostgreSQLParser.Func_exprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_expr_common_subexpr

      public void enterFunc_expr_common_subexpr(sql.postgresql.PostgreSQLParser.Func_expr_common_subexprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_expr_common_subexpr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_expr_common_subexpr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_expr_common_subexpr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_expr_windowless

      public void enterFunc_expr_windowless(sql.postgresql.PostgreSQLParser.Func_expr_windowlessContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_expr_windowless().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_expr_windowless in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_expr_windowless in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_name

      public void enterFunc_name(sql.postgresql.PostgreSQLParser.Func_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_return

      public void enterFunc_return(sql.postgresql.PostgreSQLParser.Func_returnContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_return().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_return in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_return in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_table

      public void enterFunc_table(sql.postgresql.PostgreSQLParser.Func_tableContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_table().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_table in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_table in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunc_type

      public void enterFunc_type(sql.postgresql.PostgreSQLParser.Func_typeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.func_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunc_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunc_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunction_or_procedure

      public void enterFunction_or_procedure(sql.postgresql.PostgreSQLParser.Function_or_procedureContext ctx)
      Enter a parse tree produced by PostgreSQLParser.function_or_procedure().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunction_or_procedure in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunction_or_procedure in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunction_with_argtypes

      public void enterFunction_with_argtypes(sql.postgresql.PostgreSQLParser.Function_with_argtypesContext ctx)
      Enter a parse tree produced by PostgreSQLParser.function_with_argtypes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunction_with_argtypes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunction_with_argtypes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunction_with_argtypes_list

      public void enterFunction_with_argtypes_list(sql.postgresql.PostgreSQLParser.Function_with_argtypes_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.function_with_argtypes_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunction_with_argtypes_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunction_with_argtypes_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterFunctionsetresetclause

      public void enterFunctionsetresetclause(sql.postgresql.PostgreSQLParser.FunctionsetresetclauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.functionsetresetclause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterFunctionsetresetclause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterFunctionsetresetclause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGenerated_when

      public void enterGenerated_when(sql.postgresql.PostgreSQLParser.Generated_whenContext ctx)
      Enter a parse tree produced by PostgreSQLParser.generated_when().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGenerated_when in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGenerated_when in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGeneric_option_arg

      public void enterGeneric_option_arg(sql.postgresql.PostgreSQLParser.Generic_option_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.generic_option_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGeneric_option_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGeneric_option_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGeneric_option_elem

      public void enterGeneric_option_elem(sql.postgresql.PostgreSQLParser.Generic_option_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.generic_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGeneric_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGeneric_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGeneric_option_list

      public void enterGeneric_option_list(sql.postgresql.PostgreSQLParser.Generic_option_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.generic_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGeneric_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGeneric_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGeneric_option_name

      public void enterGeneric_option_name(sql.postgresql.PostgreSQLParser.Generic_option_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.generic_option_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGeneric_option_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGeneric_option_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGeneric_reset

      public void enterGeneric_reset(sql.postgresql.PostgreSQLParser.Generic_resetContext ctx)
      Enter a parse tree produced by PostgreSQLParser.generic_reset().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGeneric_reset in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGeneric_reset in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGeneric_set

      public void enterGeneric_set(sql.postgresql.PostgreSQLParser.Generic_setContext ctx)
      Enter a parse tree produced by PostgreSQLParser.generic_set().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGeneric_set in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGeneric_set in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGenerictype

      public void enterGenerictype(sql.postgresql.PostgreSQLParser.GenerictypeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.generictype().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGenerictype in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGenerictype in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGetdiag_area_opt

      public void enterGetdiag_area_opt(sql.postgresql.PostgreSQLParser.Getdiag_area_optContext ctx)
      Enter a parse tree produced by PostgreSQLParser.getdiag_area_opt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGetdiag_area_opt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGetdiag_area_opt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGetdiag_item

      public void enterGetdiag_item(sql.postgresql.PostgreSQLParser.Getdiag_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.getdiag_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGetdiag_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGetdiag_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGetdiag_list

      public void enterGetdiag_list(sql.postgresql.PostgreSQLParser.Getdiag_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.getdiag_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGetdiag_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGetdiag_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGetdiag_list_item

      public void enterGetdiag_list_item(sql.postgresql.PostgreSQLParser.Getdiag_list_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.getdiag_list_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGetdiag_list_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGetdiag_list_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGetdiag_target

      public void enterGetdiag_target(sql.postgresql.PostgreSQLParser.Getdiag_targetContext ctx)
      Enter a parse tree produced by PostgreSQLParser.getdiag_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGetdiag_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGetdiag_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGrantee

      public void enterGrantee(sql.postgresql.PostgreSQLParser.GranteeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.grantee().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGrantee in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGrantee in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGrantee_list

      public void enterGrantee_list(sql.postgresql.PostgreSQLParser.Grantee_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.grantee_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGrantee_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGrantee_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGrantrolestmt

      public void enterGrantrolestmt(sql.postgresql.PostgreSQLParser.GrantrolestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.grantrolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGrantrolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGrantrolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGrantstmt

      public void enterGrantstmt(sql.postgresql.PostgreSQLParser.GrantstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.grantstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGrantstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGrantstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGroup_by_item

      public void enterGroup_by_item(sql.postgresql.PostgreSQLParser.Group_by_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.group_by_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGroup_by_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGroup_by_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGroup_by_list

      public void enterGroup_by_list(sql.postgresql.PostgreSQLParser.Group_by_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.group_by_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGroup_by_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGroup_by_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGroup_clause

      public void enterGroup_clause(sql.postgresql.PostgreSQLParser.Group_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.group_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGroup_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGroup_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterGrouping_sets_clause

      public void enterGrouping_sets_clause(sql.postgresql.PostgreSQLParser.Grouping_sets_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.grouping_sets_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterGrouping_sets_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterGrouping_sets_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterHandler_name

      public void enterHandler_name(sql.postgresql.PostgreSQLParser.Handler_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.handler_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterHandler_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterHandler_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterHash_partbound

      public void enterHash_partbound(sql.postgresql.PostgreSQLParser.Hash_partboundContext ctx)
      Enter a parse tree produced by PostgreSQLParser.hash_partbound().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterHash_partbound in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterHash_partbound in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterHash_partbound_elem

      public void enterHash_partbound_elem(sql.postgresql.PostgreSQLParser.Hash_partbound_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.hash_partbound_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterHash_partbound_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterHash_partbound_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterHaving_clause

      public void enterHaving_clause(sql.postgresql.PostgreSQLParser.Having_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.having_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterHaving_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterHaving_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterI_or_f_const

      public void enterI_or_f_const(sql.postgresql.PostgreSQLParser.I_or_f_constContext ctx)
      Enter a parse tree produced by PostgreSQLParser.i_or_f_const().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterI_or_f_const in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterI_or_f_const in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIconst

      public void enterIconst(sql.postgresql.PostgreSQLParser.IconstContext ctx)
      Enter a parse tree produced by PostgreSQLParser.iconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIdentifier

      public void enterIdentifier(sql.postgresql.PostgreSQLParser.IdentifierContext ctx)
      Enter a parse tree produced by PostgreSQLParser.identifier().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIdentifier in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIdentifier in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterImplicit_row

      public void enterImplicit_row(sql.postgresql.PostgreSQLParser.Implicit_rowContext ctx)
      Enter a parse tree produced by PostgreSQLParser.implicit_row().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterImplicit_row in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterImplicit_row in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterImport_qualification

      public void enterImport_qualification(sql.postgresql.PostgreSQLParser.Import_qualificationContext ctx)
      Enter a parse tree produced by PostgreSQLParser.import_qualification().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterImport_qualification in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterImport_qualification in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterImport_qualification_type

      public void enterImport_qualification_type(sql.postgresql.PostgreSQLParser.Import_qualification_typeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.import_qualification_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterImport_qualification_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterImport_qualification_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterImportforeignschemastmt

      public void enterImportforeignschemastmt(sql.postgresql.PostgreSQLParser.ImportforeignschemastmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.importforeignschemastmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterImportforeignschemastmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterImportforeignschemastmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIn_expr_list

      public void enterIn_expr_list(sql.postgresql.PostgreSQLParser.In_expr_listContext ctx)
      Enter a parse tree produced by the in_expr_list labeled alternative in PostgreSQLParser.in_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIn_expr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIn_expr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIn_expr_select

      public void enterIn_expr_select(sql.postgresql.PostgreSQLParser.In_expr_selectContext ctx)
      Enter a parse tree produced by the in_expr_select labeled alternative in PostgreSQLParser.in_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIn_expr_select in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIn_expr_select in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIndex_elem

      public void enterIndex_elem(sql.postgresql.PostgreSQLParser.Index_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.index_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIndex_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIndex_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIndex_elem_options

      public void enterIndex_elem_options(sql.postgresql.PostgreSQLParser.Index_elem_optionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.index_elem_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIndex_elem_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIndex_elem_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIndex_including_params

      public void enterIndex_including_params(sql.postgresql.PostgreSQLParser.Index_including_paramsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.index_including_params().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIndex_including_params in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIndex_including_params in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIndex_params

      public void enterIndex_params(sql.postgresql.PostgreSQLParser.Index_paramsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.index_params().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIndex_params in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIndex_params in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIndex_partition_cmd

      public void enterIndex_partition_cmd(sql.postgresql.PostgreSQLParser.Index_partition_cmdContext ctx)
      Enter a parse tree produced by PostgreSQLParser.index_partition_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIndex_partition_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIndex_partition_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIndexstmt

      public void enterIndexstmt(sql.postgresql.PostgreSQLParser.IndexstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.indexstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIndexstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIndexstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIndirection

      public void enterIndirection(sql.postgresql.PostgreSQLParser.IndirectionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.indirection().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIndirection in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIndirection in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIndirection_el

      public void enterIndirection_el(sql.postgresql.PostgreSQLParser.Indirection_elContext ctx)
      Enter a parse tree produced by PostgreSQLParser.indirection_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIndirection_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIndirection_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterInsert_column_item

      public void enterInsert_column_item(sql.postgresql.PostgreSQLParser.Insert_column_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.insert_column_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterInsert_column_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterInsert_column_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterInsert_column_list

      public void enterInsert_column_list(sql.postgresql.PostgreSQLParser.Insert_column_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.insert_column_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterInsert_column_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterInsert_column_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterInsert_rest

      public void enterInsert_rest(sql.postgresql.PostgreSQLParser.Insert_restContext ctx)
      Enter a parse tree produced by PostgreSQLParser.insert_rest().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterInsert_rest in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterInsert_rest in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterInsert_target

      public void enterInsert_target(sql.postgresql.PostgreSQLParser.Insert_targetContext ctx)
      Enter a parse tree produced by PostgreSQLParser.insert_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterInsert_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterInsert_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterInsertstmt

      public void enterInsertstmt(sql.postgresql.PostgreSQLParser.InsertstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.insertstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterInsertstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterInsertstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterInterval_second

      public void enterInterval_second(sql.postgresql.PostgreSQLParser.Interval_secondContext ctx)
      Enter a parse tree produced by PostgreSQLParser.interval_second().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterInterval_second in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterInterval_second in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterInto_clause

      public void enterInto_clause(sql.postgresql.PostgreSQLParser.Into_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.into_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterInto_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterInto_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterInto_target

      public void enterInto_target(sql.postgresql.PostgreSQLParser.Into_targetContext ctx)
      Enter a parse tree produced by PostgreSQLParser.into_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterInto_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterInto_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterIso_level

      public void enterIso_level(sql.postgresql.PostgreSQLParser.Iso_levelContext ctx)
      Enter a parse tree produced by PostgreSQLParser.iso_level().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterIso_level in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterIso_level in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterJoin_qual

      public void enterJoin_qual(sql.postgresql.PostgreSQLParser.Join_qualContext ctx)
      Enter a parse tree produced by PostgreSQLParser.join_qual().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterJoin_qual in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterJoin_qual in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterJoin_type

      public void enterJoin_type(sql.postgresql.PostgreSQLParser.Join_typeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.join_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterJoin_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterJoin_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterKey_action

      public void enterKey_action(sql.postgresql.PostgreSQLParser.Key_actionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.key_action().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterKey_action in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterKey_action in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterKey_actions

      public void enterKey_actions(sql.postgresql.PostgreSQLParser.Key_actionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.key_actions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterKey_actions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterKey_actions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterKey_delete

      public void enterKey_delete(sql.postgresql.PostgreSQLParser.Key_deleteContext ctx)
      Enter a parse tree produced by PostgreSQLParser.key_delete().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterKey_delete in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterKey_delete in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterKey_match

      public void enterKey_match(sql.postgresql.PostgreSQLParser.Key_matchContext ctx)
      Enter a parse tree produced by PostgreSQLParser.key_match().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterKey_match in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterKey_match in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterKey_update

      public void enterKey_update(sql.postgresql.PostgreSQLParser.Key_updateContext ctx)
      Enter a parse tree produced by PostgreSQLParser.key_update().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterKey_update in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterKey_update in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterLabel_decl

      public void enterLabel_decl(sql.postgresql.PostgreSQLParser.Label_declContext ctx)
      Enter a parse tree produced by PostgreSQLParser.label_decl().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterLabel_decl in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterLabel_decl in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterLimit_clause

      public void enterLimit_clause(sql.postgresql.PostgreSQLParser.Limit_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.limit_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterLimit_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterLimit_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterListenstmt

      public void enterListenstmt(sql.postgresql.PostgreSQLParser.ListenstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.listenstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterListenstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterListenstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterLoadstmt

      public void enterLoadstmt(sql.postgresql.PostgreSQLParser.LoadstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.loadstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterLoadstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterLoadstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterLock_type

      public void enterLock_type(sql.postgresql.PostgreSQLParser.Lock_typeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.lock_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterLock_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterLock_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterLocked_rels_list

      public void enterLocked_rels_list(sql.postgresql.PostgreSQLParser.Locked_rels_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.locked_rels_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterLocked_rels_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterLocked_rels_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterLockstmt

      public void enterLockstmt(sql.postgresql.PostgreSQLParser.LockstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.lockstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterLockstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterLockstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterLoop_body

      public void enterLoop_body(sql.postgresql.PostgreSQLParser.Loop_bodyContext ctx)
      Enter a parse tree produced by PostgreSQLParser.loop_body().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterLoop_body in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterLoop_body in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterMake_execsql_stmt

      public void enterMake_execsql_stmt(sql.postgresql.PostgreSQLParser.Make_execsql_stmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.make_execsql_stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterMake_execsql_stmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterMake_execsql_stmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterMathop

      public void enterMathop(sql.postgresql.PostgreSQLParser.MathopContext ctx)
      Enter a parse tree produced by PostgreSQLParser.mathop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterMathop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterMathop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterMerge_delete_clause

      public void enterMerge_delete_clause(sql.postgresql.PostgreSQLParser.Merge_delete_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.merge_delete_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterMerge_delete_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterMerge_delete_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterMerge_insert_clause

      public void enterMerge_insert_clause(sql.postgresql.PostgreSQLParser.Merge_insert_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.merge_insert_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterMerge_insert_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterMerge_insert_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterMerge_update_clause

      public void enterMerge_update_clause(sql.postgresql.PostgreSQLParser.Merge_update_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.merge_update_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterMerge_update_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterMerge_update_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterMergestmt

      public void enterMergestmt(sql.postgresql.PostgreSQLParser.MergestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.mergestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterMergestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterMergestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterName

      public void enterName(sql.postgresql.PostgreSQLParser.NameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterName in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterName in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterName_list

      public void enterName_list(sql.postgresql.PostgreSQLParser.Name_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterName_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterName_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterNon_ansi_join

      public void enterNon_ansi_join(sql.postgresql.PostgreSQLParser.Non_ansi_joinContext ctx)
      Enter a parse tree produced by PostgreSQLParser.non_ansi_join().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterNon_ansi_join in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterNon_ansi_join in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterNonreservedword

      public void enterNonreservedword(sql.postgresql.PostgreSQLParser.NonreservedwordContext ctx)
      Enter a parse tree produced by PostgreSQLParser.nonreservedword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterNonreservedword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterNonreservedword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterNonreservedword_or_sconst

      public void enterNonreservedword_or_sconst(sql.postgresql.PostgreSQLParser.Nonreservedword_or_sconstContext ctx)
      Enter a parse tree produced by PostgreSQLParser.nonreservedword_or_sconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterNonreservedword_or_sconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterNonreservedword_or_sconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterNotify_payload

      public void enterNotify_payload(sql.postgresql.PostgreSQLParser.Notify_payloadContext ctx)
      Enter a parse tree produced by PostgreSQLParser.notify_payload().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterNotify_payload in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterNotify_payload in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterNotifystmt

      public void enterNotifystmt(sql.postgresql.PostgreSQLParser.NotifystmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.notifystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterNotifystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterNotifystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterNumeric

      public void enterNumeric(sql.postgresql.PostgreSQLParser.NumericContext ctx)
      Enter a parse tree produced by PostgreSQLParser.numeric().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterNumeric in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterNumeric in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterNumericonly

      public void enterNumericonly(sql.postgresql.PostgreSQLParser.NumericonlyContext ctx)
      Enter a parse tree produced by PostgreSQLParser.numericonly().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterNumericonly in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterNumericonly in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterNumericonly_list

      public void enterNumericonly_list(sql.postgresql.PostgreSQLParser.Numericonly_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.numericonly_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterNumericonly_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterNumericonly_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterObject_type_any_name

      public void enterObject_type_any_name(sql.postgresql.PostgreSQLParser.Object_type_any_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.object_type_any_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterObject_type_any_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterObject_type_any_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterObject_type_name

      public void enterObject_type_name(sql.postgresql.PostgreSQLParser.Object_type_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.object_type_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterObject_type_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterObject_type_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterObject_type_name_on_any_name

      public void enterObject_type_name_on_any_name(sql.postgresql.PostgreSQLParser.Object_type_name_on_any_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.object_type_name_on_any_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterObject_type_name_on_any_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterObject_type_name_on_any_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOffset_clause

      public void enterOffset_clause(sql.postgresql.PostgreSQLParser.Offset_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.offset_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOffset_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOffset_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOld_aggr_definition

      public void enterOld_aggr_definition(sql.postgresql.PostgreSQLParser.Old_aggr_definitionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.old_aggr_definition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOld_aggr_definition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOld_aggr_definition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOld_aggr_elem

      public void enterOld_aggr_elem(sql.postgresql.PostgreSQLParser.Old_aggr_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.old_aggr_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOld_aggr_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOld_aggr_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOld_aggr_list

      public void enterOld_aggr_list(sql.postgresql.PostgreSQLParser.Old_aggr_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.old_aggr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOld_aggr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOld_aggr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOncommitoption

      public void enterOncommitoption(sql.postgresql.PostgreSQLParser.OncommitoptionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.oncommitoption().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOncommitoption in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOncommitoption in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpclass_drop

      public void enterOpclass_drop(sql.postgresql.PostgreSQLParser.Opclass_dropContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opclass_drop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpclass_drop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpclass_drop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpclass_drop_list

      public void enterOpclass_drop_list(sql.postgresql.PostgreSQLParser.Opclass_drop_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opclass_drop_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpclass_drop_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpclass_drop_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpclass_item

      public void enterOpclass_item(sql.postgresql.PostgreSQLParser.Opclass_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opclass_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpclass_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpclass_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpclass_item_list

      public void enterOpclass_item_list(sql.postgresql.PostgreSQLParser.Opclass_item_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opclass_item_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpclass_item_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpclass_item_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpclass_purpose

      public void enterOpclass_purpose(sql.postgresql.PostgreSQLParser.Opclass_purposeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opclass_purpose().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpclass_purpose in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpclass_purpose in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOper_argtypes

      public void enterOper_argtypes(sql.postgresql.PostgreSQLParser.Oper_argtypesContext ctx)
      Enter a parse tree produced by PostgreSQLParser.oper_argtypes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOper_argtypes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOper_argtypes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOperator_def_arg

      public void enterOperator_def_arg(sql.postgresql.PostgreSQLParser.Operator_def_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.operator_def_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOperator_def_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOperator_def_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOperator_def_elem

      public void enterOperator_def_elem(sql.postgresql.PostgreSQLParser.Operator_def_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.operator_def_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOperator_def_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOperator_def_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOperator_def_list

      public void enterOperator_def_list(sql.postgresql.PostgreSQLParser.Operator_def_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.operator_def_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOperator_def_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOperator_def_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOperator_with_argtypes

      public void enterOperator_with_argtypes(sql.postgresql.PostgreSQLParser.Operator_with_argtypesContext ctx)
      Enter a parse tree produced by PostgreSQLParser.operator_with_argtypes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOperator_with_argtypes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOperator_with_argtypes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOperator_with_argtypes_list

      public void enterOperator_with_argtypes_list(sql.postgresql.PostgreSQLParser.Operator_with_argtypes_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.operator_with_argtypes_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOperator_with_argtypes_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOperator_with_argtypes_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_alias_clause

      public void enterOpt_alias_clause(sql.postgresql.PostgreSQLParser.Opt_alias_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_alias_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_alias_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_alias_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_all_clause

      public void enterOpt_all_clause(sql.postgresql.PostgreSQLParser.Opt_all_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_all_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_all_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_all_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_analyze

      public void enterOpt_analyze(sql.postgresql.PostgreSQLParser.Opt_analyzeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_analyze().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_analyze in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_analyze in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_array_bounds

      public void enterOpt_array_bounds(sql.postgresql.PostgreSQLParser.Opt_array_boundsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_array_bounds().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_array_bounds in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_array_bounds in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_as

      public void enterOpt_as(sql.postgresql.PostgreSQLParser.Opt_asContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_as().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_as in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_as in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_asc_desc

      public void enterOpt_asc_desc(sql.postgresql.PostgreSQLParser.Opt_asc_descContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_asc_desc().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_asc_desc in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_asc_desc in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_binary

      public void enterOpt_binary(sql.postgresql.PostgreSQLParser.Opt_binaryContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_binary().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_binary in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_binary in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_block_label

      public void enterOpt_block_label(sql.postgresql.PostgreSQLParser.Opt_block_labelContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_block_label().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_block_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_block_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_boolean_or_string

      public void enterOpt_boolean_or_string(sql.postgresql.PostgreSQLParser.Opt_boolean_or_stringContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_boolean_or_string().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_boolean_or_string in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_boolean_or_string in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_by

      public void enterOpt_by(sql.postgresql.PostgreSQLParser.Opt_byContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_by().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_by in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_by in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_by_expression

      public void enterOpt_by_expression(sql.postgresql.PostgreSQLParser.Opt_by_expressionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_by_expression().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_by_expression in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_by_expression in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_c_include

      public void enterOpt_c_include(sql.postgresql.PostgreSQLParser.Opt_c_includeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_c_include().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_c_include in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_c_include in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_case_else

      public void enterOpt_case_else(sql.postgresql.PostgreSQLParser.Opt_case_elseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_case_else().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_case_else in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_case_else in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_check_option

      public void enterOpt_check_option(sql.postgresql.PostgreSQLParser.Opt_check_optionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_check_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_check_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_check_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_class

      public void enterOpt_class(sql.postgresql.PostgreSQLParser.Opt_classContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_class().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_class in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_class in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_col_def_list

      public void enterOpt_col_def_list(sql.postgresql.PostgreSQLParser.Opt_col_def_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_col_def_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_col_def_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_col_def_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_collate

      public void enterOpt_collate(sql.postgresql.PostgreSQLParser.Opt_collateContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_collate().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_collate in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_collate in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_collate_clause

      public void enterOpt_collate_clause(sql.postgresql.PostgreSQLParser.Opt_collate_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_collate_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_collate_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_collate_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_column

      public void enterOpt_column(sql.postgresql.PostgreSQLParser.Opt_columnContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_column().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_column in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_column in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_column_list

      public void enterOpt_column_list(sql.postgresql.PostgreSQLParser.Opt_column_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_column_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_column_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_column_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_concurrently

      public void enterOpt_concurrently(sql.postgresql.PostgreSQLParser.Opt_concurrentlyContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_concurrently().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_concurrently in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_concurrently in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_conf_expr

      public void enterOpt_conf_expr(sql.postgresql.PostgreSQLParser.Opt_conf_exprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_conf_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_conf_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_conf_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_cursor_from

      public void enterOpt_cursor_from(sql.postgresql.PostgreSQLParser.Opt_cursor_fromContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_cursor_from().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_cursor_from in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_cursor_from in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_cursor_parameters

      public void enterOpt_cursor_parameters(sql.postgresql.PostgreSQLParser.Opt_cursor_parametersContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_cursor_parameters().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_cursor_parameters in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_cursor_parameters in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_default

      public void enterOpt_default(sql.postgresql.PostgreSQLParser.Opt_defaultContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_default().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_default in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_default in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_definition

      public void enterOpt_definition(sql.postgresql.PostgreSQLParser.Opt_definitionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_definition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_definition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_definition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_drop_behavior

      public void enterOpt_drop_behavior(sql.postgresql.PostgreSQLParser.Opt_drop_behaviorContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_drop_behavior().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_drop_behavior in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_drop_behavior in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_encoding

      public void enterOpt_encoding(sql.postgresql.PostgreSQLParser.Opt_encodingContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_encoding().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_encoding in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_encoding in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_enum_val_list

      public void enterOpt_enum_val_list(sql.postgresql.PostgreSQLParser.Opt_enum_val_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_enum_val_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_enum_val_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_enum_val_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_equal

      public void enterOpt_equal(sql.postgresql.PostgreSQLParser.Opt_equalContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_equal().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_equal in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_equal in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_escape

      public void enterOpt_escape(sql.postgresql.PostgreSQLParser.Opt_escapeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_escape().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_escape in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_escape in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_execute_into

      public void enterOpt_execute_into(sql.postgresql.PostgreSQLParser.Opt_execute_intoContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_execute_into().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_execute_into in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_execute_into in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_execute_using

      public void enterOpt_execute_using(sql.postgresql.PostgreSQLParser.Opt_execute_usingContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_execute_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_execute_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_execute_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_execute_using_list

      public void enterOpt_execute_using_list(sql.postgresql.PostgreSQLParser.Opt_execute_using_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_execute_using_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_execute_using_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_execute_using_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_existing_window_name

      public void enterOpt_existing_window_name(sql.postgresql.PostgreSQLParser.Opt_existing_window_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_existing_window_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_existing_window_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_existing_window_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_exitcond

      public void enterOpt_exitcond(sql.postgresql.PostgreSQLParser.Opt_exitcondContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_exitcond().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_exitcond in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_exitcond in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_expr_list

      public void enterOpt_expr_list(sql.postgresql.PostgreSQLParser.Opt_expr_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_expr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_expr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_expr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_expr_until_when

      public void enterOpt_expr_until_when(sql.postgresql.PostgreSQLParser.Opt_expr_until_whenContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_expr_until_when().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_expr_until_when in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_expr_until_when in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_fdw_options

      public void enterOpt_fdw_options(sql.postgresql.PostgreSQLParser.Opt_fdw_optionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_fdw_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_fdw_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_fdw_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_fetch_direction

      public void enterOpt_fetch_direction(sql.postgresql.PostgreSQLParser.Opt_fetch_directionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_fetch_direction().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_fetch_direction in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_fetch_direction in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_float

      public void enterOpt_float(sql.postgresql.PostgreSQLParser.Opt_floatContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_float().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_float in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_float in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_for_locking_clause

      public void enterOpt_for_locking_clause(sql.postgresql.PostgreSQLParser.Opt_for_locking_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_for_locking_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_for_locking_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_for_locking_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_for_using_expression

      public void enterOpt_for_using_expression(sql.postgresql.PostgreSQLParser.Opt_for_using_expressionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_for_using_expression().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_for_using_expression in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_for_using_expression in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_foreign_server_version

      public void enterOpt_foreign_server_version(sql.postgresql.PostgreSQLParser.Opt_foreign_server_versionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_foreign_server_version().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_foreign_server_version in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_foreign_server_version in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_frame_clause

      public void enterOpt_frame_clause(sql.postgresql.PostgreSQLParser.Opt_frame_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_frame_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_frame_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_frame_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_freeze

      public void enterOpt_freeze(sql.postgresql.PostgreSQLParser.Opt_freezeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_freeze().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_freeze in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_freeze in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_from_in

      public void enterOpt_from_in(sql.postgresql.PostgreSQLParser.Opt_from_inContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_from_in().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_from_in in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_from_in in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_full

      public void enterOpt_full(sql.postgresql.PostgreSQLParser.Opt_fullContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_full().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_full in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_full in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_grant_admin_option

      public void enterOpt_grant_admin_option(sql.postgresql.PostgreSQLParser.Opt_grant_admin_optionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_grant_admin_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_grant_admin_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_grant_admin_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_grant_grant_option

      public void enterOpt_grant_grant_option(sql.postgresql.PostgreSQLParser.Opt_grant_grant_optionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_grant_grant_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_grant_grant_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_grant_grant_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_granted_by

      public void enterOpt_granted_by(sql.postgresql.PostgreSQLParser.Opt_granted_byContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_granted_by().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_granted_by in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_granted_by in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_hold

      public void enterOpt_hold(sql.postgresql.PostgreSQLParser.Opt_holdContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_hold().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_hold in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_hold in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_if_exists

      public void enterOpt_if_exists(sql.postgresql.PostgreSQLParser.Opt_if_existsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_if_exists().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_if_exists in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_if_exists in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_if_not_exists

      public void enterOpt_if_not_exists(sql.postgresql.PostgreSQLParser.Opt_if_not_existsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_if_not_exists().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_if_not_exists in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_if_not_exists in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_in_database

      public void enterOpt_in_database(sql.postgresql.PostgreSQLParser.Opt_in_databaseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_in_database().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_in_database in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_in_database in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_include

      public void enterOpt_include(sql.postgresql.PostgreSQLParser.Opt_includeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_include().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_include in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_include in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_index_name

      public void enterOpt_index_name(sql.postgresql.PostgreSQLParser.Opt_index_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_index_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_index_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_index_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_indirection

      public void enterOpt_indirection(sql.postgresql.PostgreSQLParser.Opt_indirectionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_indirection().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_indirection in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_indirection in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_inline_handler

      public void enterOpt_inline_handler(sql.postgresql.PostgreSQLParser.Opt_inline_handlerContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_inline_handler().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_inline_handler in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_inline_handler in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_instead

      public void enterOpt_instead(sql.postgresql.PostgreSQLParser.Opt_insteadContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_instead().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_instead in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_instead in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_interval

      public void enterOpt_interval(sql.postgresql.PostgreSQLParser.Opt_intervalContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_interval().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_interval in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_interval in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_label

      public void enterOpt_label(sql.postgresql.PostgreSQLParser.Opt_labelContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_label().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_lock

      public void enterOpt_lock(sql.postgresql.PostgreSQLParser.Opt_lockContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_lock().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_lock in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_lock in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_loop_label

      public void enterOpt_loop_label(sql.postgresql.PostgreSQLParser.Opt_loop_labelContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_loop_label().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_loop_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_loop_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_materialized

      public void enterOpt_materialized(sql.postgresql.PostgreSQLParser.Opt_materializedContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_materialized().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_materialized in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_materialized in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_name_list

      public void enterOpt_name_list(sql.postgresql.PostgreSQLParser.Opt_name_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_no

      public void enterOpt_no(sql.postgresql.PostgreSQLParser.Opt_noContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_no().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_no in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_no in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_no_inherit

      public void enterOpt_no_inherit(sql.postgresql.PostgreSQLParser.Opt_no_inheritContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_no_inherit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_no_inherit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_no_inherit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_nowait

      public void enterOpt_nowait(sql.postgresql.PostgreSQLParser.Opt_nowaitContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_nowait().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_nowait in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_nowait in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_nowait_or_skip

      public void enterOpt_nowait_or_skip(sql.postgresql.PostgreSQLParser.Opt_nowait_or_skipContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_nowait_or_skip().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_nowait_or_skip in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_nowait_or_skip in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_nulls_order

      public void enterOpt_nulls_order(sql.postgresql.PostgreSQLParser.Opt_nulls_orderContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_nulls_order().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_nulls_order in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_nulls_order in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_on_conflict

      public void enterOpt_on_conflict(sql.postgresql.PostgreSQLParser.Opt_on_conflictContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_on_conflict().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_on_conflict in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_on_conflict in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_open_bound_list

      public void enterOpt_open_bound_list(sql.postgresql.PostgreSQLParser.Opt_open_bound_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_open_bound_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_open_bound_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_open_bound_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_open_bound_list_item

      public void enterOpt_open_bound_list_item(sql.postgresql.PostgreSQLParser.Opt_open_bound_list_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_open_bound_list_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_open_bound_list_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_open_bound_list_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_open_using

      public void enterOpt_open_using(sql.postgresql.PostgreSQLParser.Opt_open_usingContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_open_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_open_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_open_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_opfamily

      public void enterOpt_opfamily(sql.postgresql.PostgreSQLParser.Opt_opfamilyContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_opfamily().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_opfamily in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_opfamily in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_or_replace

      public void enterOpt_or_replace(sql.postgresql.PostgreSQLParser.Opt_or_replaceContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_or_replace().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_or_replace in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_or_replace in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_ordinality

      public void enterOpt_ordinality(sql.postgresql.PostgreSQLParser.Opt_ordinalityContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_ordinality().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_ordinality in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_ordinality in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_partition_clause

      public void enterOpt_partition_clause(sql.postgresql.PostgreSQLParser.Opt_partition_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_partition_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_partition_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_partition_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_procedural

      public void enterOpt_procedural(sql.postgresql.PostgreSQLParser.Opt_proceduralContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_procedural().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_procedural in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_procedural in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_program

      public void enterOpt_program(sql.postgresql.PostgreSQLParser.Opt_programContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_program().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_program in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_program in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_provider

      public void enterOpt_provider(sql.postgresql.PostgreSQLParser.Opt_providerContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_provider().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_provider in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_provider in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_publication_for_tables

      public void enterOpt_publication_for_tables(sql.postgresql.PostgreSQLParser.Opt_publication_for_tablesContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_publication_for_tables().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_publication_for_tables in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_publication_for_tables in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_raise_list

      public void enterOpt_raise_list(sql.postgresql.PostgreSQLParser.Opt_raise_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_raise_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_raise_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_raise_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_raise_using

      public void enterOpt_raise_using(sql.postgresql.PostgreSQLParser.Opt_raise_usingContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_raise_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_raise_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_raise_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_raise_using_elem

      public void enterOpt_raise_using_elem(sql.postgresql.PostgreSQLParser.Opt_raise_using_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_raise_using_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_raise_using_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_raise_using_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_raise_using_elem_list

      public void enterOpt_raise_using_elem_list(sql.postgresql.PostgreSQLParser.Opt_raise_using_elem_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_raise_using_elem_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_raise_using_elem_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_raise_using_elem_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_recheck

      public void enterOpt_recheck(sql.postgresql.PostgreSQLParser.Opt_recheckContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_recheck().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_recheck in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_recheck in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_reloptions

      public void enterOpt_reloptions(sql.postgresql.PostgreSQLParser.Opt_reloptionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_reloptions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_reloptions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_reloptions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_repeatable_clause

      public void enterOpt_repeatable_clause(sql.postgresql.PostgreSQLParser.Opt_repeatable_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_repeatable_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_repeatable_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_repeatable_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_restart_seqs

      public void enterOpt_restart_seqs(sql.postgresql.PostgreSQLParser.Opt_restart_seqsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_restart_seqs().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_restart_seqs in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_restart_seqs in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_restrict

      public void enterOpt_restrict(sql.postgresql.PostgreSQLParser.Opt_restrictContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_restrict().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_restrict in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_restrict in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_return_result

      public void enterOpt_return_result(sql.postgresql.PostgreSQLParser.Opt_return_resultContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_return_result().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_return_result in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_return_result in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_returning_clause_into

      public void enterOpt_returning_clause_into(sql.postgresql.PostgreSQLParser.Opt_returning_clause_intoContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_returning_clause_into().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_returning_clause_into in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_returning_clause_into in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_reverse

      public void enterOpt_reverse(sql.postgresql.PostgreSQLParser.Opt_reverseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_reverse().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_reverse in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_reverse in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_scroll_option

      public void enterOpt_scroll_option(sql.postgresql.PostgreSQLParser.Opt_scroll_optionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_scroll_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_scroll_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_scroll_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_scroll_option_no

      public void enterOpt_scroll_option_no(sql.postgresql.PostgreSQLParser.Opt_scroll_option_noContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_scroll_option_no().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_scroll_option_no in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_scroll_option_no in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_scrollable

      public void enterOpt_scrollable(sql.postgresql.PostgreSQLParser.Opt_scrollableContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_scrollable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_scrollable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_scrollable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_select_limit

      public void enterOpt_select_limit(sql.postgresql.PostgreSQLParser.Opt_select_limitContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_select_limit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_select_limit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_select_limit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_semi

      public void enterOpt_semi(sql.postgresql.PostgreSQLParser.Opt_semiContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_semi().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_semi in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_semi in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_set_data

      public void enterOpt_set_data(sql.postgresql.PostgreSQLParser.Opt_set_dataContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_set_data().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_set_data in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_set_data in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_slice_bound

      public void enterOpt_slice_bound(sql.postgresql.PostgreSQLParser.Opt_slice_boundContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_slice_bound().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_slice_bound in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_slice_bound in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_sort_clause

      public void enterOpt_sort_clause(sql.postgresql.PostgreSQLParser.Opt_sort_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_sort_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_sort_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_sort_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_stmt_assert_message

      public void enterOpt_stmt_assert_message(sql.postgresql.PostgreSQLParser.Opt_stmt_assert_messageContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_stmt_assert_message().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_stmt_assert_message in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_stmt_assert_message in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_stmt_raise_level

      public void enterOpt_stmt_raise_level(sql.postgresql.PostgreSQLParser.Opt_stmt_raise_levelContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_stmt_raise_level().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_stmt_raise_level in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_stmt_raise_level in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_strict

      public void enterOpt_strict(sql.postgresql.PostgreSQLParser.Opt_strictContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_strict().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_strict in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_strict in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_table

      public void enterOpt_table(sql.postgresql.PostgreSQLParser.Opt_tableContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_table().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_table in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_table in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_target_list

      public void enterOpt_target_list(sql.postgresql.PostgreSQLParser.Opt_target_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_target_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_target_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_target_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_timezone

      public void enterOpt_timezone(sql.postgresql.PostgreSQLParser.Opt_timezoneContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_timezone().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_timezone in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_timezone in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_transaction

      public void enterOpt_transaction(sql.postgresql.PostgreSQLParser.Opt_transactionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_transaction().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_transaction in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_transaction in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_transaction_chain

      public void enterOpt_transaction_chain(sql.postgresql.PostgreSQLParser.Opt_transaction_chainContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_transaction_chain().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_transaction_chain in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_transaction_chain in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_trusted

      public void enterOpt_trusted(sql.postgresql.PostgreSQLParser.Opt_trustedContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_trusted().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_trusted in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_trusted in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_type

      public void enterOpt_type(sql.postgresql.PostgreSQLParser.Opt_typeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_type_modifiers

      public void enterOpt_type_modifiers(sql.postgresql.PostgreSQLParser.Opt_type_modifiersContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_type_modifiers().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_type_modifiers in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_type_modifiers in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_uescape

      public void enterOpt_uescape(sql.postgresql.PostgreSQLParser.Opt_uescapeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_uescape().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_uescape in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_uescape in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_unique

      public void enterOpt_unique(sql.postgresql.PostgreSQLParser.Opt_uniqueContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_unique().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_unique in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_unique in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_using

      public void enterOpt_using(sql.postgresql.PostgreSQLParser.Opt_usingContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_vacuum_relation_list

      public void enterOpt_vacuum_relation_list(sql.postgresql.PostgreSQLParser.Opt_vacuum_relation_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_vacuum_relation_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_vacuum_relation_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_vacuum_relation_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_validator

      public void enterOpt_validator(sql.postgresql.PostgreSQLParser.Opt_validatorContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_validator().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_validator in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_validator in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_varying

      public void enterOpt_varying(sql.postgresql.PostgreSQLParser.Opt_varyingContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_varying().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_varying in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_varying in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_verbose

      public void enterOpt_verbose(sql.postgresql.PostgreSQLParser.Opt_verboseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_verbose().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_verbose in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_verbose in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_window_exclusion_clause

      public void enterOpt_window_exclusion_clause(sql.postgresql.PostgreSQLParser.Opt_window_exclusion_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_window_exclusion_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_window_exclusion_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_window_exclusion_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_with

      public void enterOpt_with(sql.postgresql.PostgreSQLParser.Opt_withContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_with().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_with in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_with in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_with_clause

      public void enterOpt_with_clause(sql.postgresql.PostgreSQLParser.Opt_with_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_with_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_with_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_with_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_with_data

      public void enterOpt_with_data(sql.postgresql.PostgreSQLParser.Opt_with_dataContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_with_data().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_with_data in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_with_data in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpt_xml_root_standalone

      public void enterOpt_xml_root_standalone(sql.postgresql.PostgreSQLParser.Opt_xml_root_standaloneContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opt_xml_root_standalone().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpt_xml_root_standalone in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpt_xml_root_standalone in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptconstablespace

      public void enterOptconstablespace(sql.postgresql.PostgreSQLParser.OptconstablespaceContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optconstablespace().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptconstablespace in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptconstablespace in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptconstrfromtable

      public void enterOptconstrfromtable(sql.postgresql.PostgreSQLParser.OptconstrfromtableContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optconstrfromtable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptconstrfromtable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptconstrfromtable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptinherit

      public void enterOptinherit(sql.postgresql.PostgreSQLParser.OptinheritContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optinherit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptinherit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptinherit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOption_value

      public void enterOption_value(sql.postgresql.PostgreSQLParser.Option_valueContext ctx)
      Enter a parse tree produced by PostgreSQLParser.option_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOption_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOption_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptnolog

      public void enterOptnolog(sql.postgresql.PostgreSQLParser.OptnologContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optnolog().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptnolog in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptnolog in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptparenthesizedseqoptlist

      public void enterOptparenthesizedseqoptlist(sql.postgresql.PostgreSQLParser.OptparenthesizedseqoptlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optparenthesizedseqoptlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptparenthesizedseqoptlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptparenthesizedseqoptlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptpartitionspec

      public void enterOptpartitionspec(sql.postgresql.PostgreSQLParser.OptpartitionspecContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optpartitionspec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptpartitionspec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptpartitionspec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptrolelist

      public void enterOptrolelist(sql.postgresql.PostgreSQLParser.OptrolelistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optrolelist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptrolelist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptrolelist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptschemaeltlist

      public void enterOptschemaeltlist(sql.postgresql.PostgreSQLParser.OptschemaeltlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optschemaeltlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptschemaeltlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptschemaeltlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptschemaname

      public void enterOptschemaname(sql.postgresql.PostgreSQLParser.OptschemanameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optschemaname().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptschemaname in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptschemaname in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptseqoptlist

      public void enterOptseqoptlist(sql.postgresql.PostgreSQLParser.OptseqoptlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optseqoptlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptseqoptlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptseqoptlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpttableelementlist

      public void enterOpttableelementlist(sql.postgresql.PostgreSQLParser.OpttableelementlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opttableelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpttableelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpttableelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpttablefuncelementlist

      public void enterOpttablefuncelementlist(sql.postgresql.PostgreSQLParser.OpttablefuncelementlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opttablefuncelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpttablefuncelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpttablefuncelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpttablespace

      public void enterOpttablespace(sql.postgresql.PostgreSQLParser.OpttablespaceContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opttablespace().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpttablespace in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpttablespace in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpttablespaceowner

      public void enterOpttablespaceowner(sql.postgresql.PostgreSQLParser.OpttablespaceownerContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opttablespaceowner().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpttablespaceowner in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpttablespaceowner in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpttemp

      public void enterOpttemp(sql.postgresql.PostgreSQLParser.OpttempContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opttemp().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpttemp in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpttemp in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpttempTableName

      public void enterOpttempTableName(sql.postgresql.PostgreSQLParser.OpttempTableNameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opttempTableName().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpttempTableName in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpttempTableName in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOpttypedtableelementlist

      public void enterOpttypedtableelementlist(sql.postgresql.PostgreSQLParser.OpttypedtableelementlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.opttypedtableelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOpttypedtableelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOpttypedtableelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOptwith

      public void enterOptwith(sql.postgresql.PostgreSQLParser.OptwithContext ctx)
      Enter a parse tree produced by PostgreSQLParser.optwith().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOptwith in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOptwith in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOver_clause

      public void enterOver_clause(sql.postgresql.PostgreSQLParser.Over_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.over_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOver_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOver_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOverlay_list

      public void enterOverlay_list(sql.postgresql.PostgreSQLParser.Overlay_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.overlay_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOverlay_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOverlay_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterOverride_kind

      public void enterOverride_kind(sql.postgresql.PostgreSQLParser.Override_kindContext ctx)
      Enter a parse tree produced by PostgreSQLParser.override_kind().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterOverride_kind in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterOverride_kind in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterParam_name

      public void enterParam_name(sql.postgresql.PostgreSQLParser.Param_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.param_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterParam_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterParam_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPart_elem

      public void enterPart_elem(sql.postgresql.PostgreSQLParser.Part_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.part_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPart_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPart_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPart_params

      public void enterPart_params(sql.postgresql.PostgreSQLParser.Part_paramsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.part_params().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPart_params in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPart_params in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPartition_cmd

      public void enterPartition_cmd(sql.postgresql.PostgreSQLParser.Partition_cmdContext ctx)
      Enter a parse tree produced by PostgreSQLParser.partition_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPartition_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPartition_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPartitionboundspec

      public void enterPartitionboundspec(sql.postgresql.PostgreSQLParser.PartitionboundspecContext ctx)
      Enter a parse tree produced by PostgreSQLParser.partitionboundspec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPartitionboundspec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPartitionboundspec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPartitionspec

      public void enterPartitionspec(sql.postgresql.PostgreSQLParser.PartitionspecContext ctx)
      Enter a parse tree produced by PostgreSQLParser.partitionspec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPartitionspec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPartitionspec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPl_block

      public void enterPl_block(sql.postgresql.PostgreSQLParser.Pl_blockContext ctx)
      Enter a parse tree produced by PostgreSQLParser.pl_block().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPl_block in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPl_block in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPl_function

      public void enterPl_function(sql.postgresql.PostgreSQLParser.Pl_functionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.pl_function().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPl_function in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPl_function in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPlsql_opt_transaction_chain

      public void enterPlsql_opt_transaction_chain(sql.postgresql.PostgreSQLParser.Plsql_opt_transaction_chainContext ctx)
      Enter a parse tree produced by PostgreSQLParser.plsql_opt_transaction_chain().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPlsql_opt_transaction_chain in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPlsql_opt_transaction_chain in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPlsql_unreserved_keyword

      public void enterPlsql_unreserved_keyword(sql.postgresql.PostgreSQLParser.Plsql_unreserved_keywordContext ctx)
      Enter a parse tree produced by PostgreSQLParser.plsql_unreserved_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPlsql_unreserved_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPlsql_unreserved_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPlsqlconsolecommand

      public void enterPlsqlconsolecommand(sql.postgresql.PostgreSQLParser.PlsqlconsolecommandContext ctx)
      Enter a parse tree produced by PostgreSQLParser.plsqlconsolecommand().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPlsqlconsolecommand in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPlsqlconsolecommand in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPlsqlidentifier

      public void enterPlsqlidentifier(sql.postgresql.PostgreSQLParser.PlsqlidentifierContext ctx)
      Enter a parse tree produced by PostgreSQLParser.plsqlidentifier().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPlsqlidentifier in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPlsqlidentifier in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPlsqlroot

      public void enterPlsqlroot(sql.postgresql.PostgreSQLParser.PlsqlrootContext ctx)
      Enter a parse tree produced by PostgreSQLParser.plsqlroot().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPlsqlroot in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPlsqlroot in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPlsqlvariablename

      public void enterPlsqlvariablename(sql.postgresql.PostgreSQLParser.PlsqlvariablenameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.plsqlvariablename().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPlsqlvariablename in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPlsqlvariablename in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPosition_list

      public void enterPosition_list(sql.postgresql.PostgreSQLParser.Position_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.position_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPosition_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPosition_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPrep_type_clause

      public void enterPrep_type_clause(sql.postgresql.PostgreSQLParser.Prep_type_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.prep_type_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPrep_type_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPrep_type_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPreparablestmt

      public void enterPreparablestmt(sql.postgresql.PostgreSQLParser.PreparablestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.preparablestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPreparablestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPreparablestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPreparestmt

      public void enterPreparestmt(sql.postgresql.PostgreSQLParser.PreparestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.preparestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPreparestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPreparestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPrivilege

      public void enterPrivilege(sql.postgresql.PostgreSQLParser.PrivilegeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.privilege().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPrivilege in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPrivilege in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPrivilege_list

      public void enterPrivilege_list(sql.postgresql.PostgreSQLParser.Privilege_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.privilege_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPrivilege_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPrivilege_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPrivilege_target

      public void enterPrivilege_target(sql.postgresql.PostgreSQLParser.Privilege_targetContext ctx)
      Enter a parse tree produced by PostgreSQLParser.privilege_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPrivilege_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPrivilege_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPrivileges

      public void enterPrivileges(sql.postgresql.PostgreSQLParser.PrivilegesContext ctx)
      Enter a parse tree produced by PostgreSQLParser.privileges().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPrivileges in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPrivileges in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterProc_condition

      public void enterProc_condition(sql.postgresql.PostgreSQLParser.Proc_conditionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.proc_condition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterProc_condition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterProc_condition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterProc_conditions

      public void enterProc_conditions(sql.postgresql.PostgreSQLParser.Proc_conditionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.proc_conditions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterProc_conditions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterProc_conditions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterProc_exception

      public void enterProc_exception(sql.postgresql.PostgreSQLParser.Proc_exceptionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.proc_exception().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterProc_exception in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterProc_exception in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterProc_exceptions

      public void enterProc_exceptions(sql.postgresql.PostgreSQLParser.Proc_exceptionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.proc_exceptions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterProc_exceptions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterProc_exceptions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterProc_sect

      public void enterProc_sect(sql.postgresql.PostgreSQLParser.Proc_sectContext ctx)
      Enter a parse tree produced by PostgreSQLParser.proc_sect().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterProc_sect in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterProc_sect in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterProc_stmt

      public void enterProc_stmt(sql.postgresql.PostgreSQLParser.Proc_stmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.proc_stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterProc_stmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterProc_stmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPublication_for_tables

      public void enterPublication_for_tables(sql.postgresql.PostgreSQLParser.Publication_for_tablesContext ctx)
      Enter a parse tree produced by PostgreSQLParser.publication_for_tables().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPublication_for_tables in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPublication_for_tables in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPublication_name_item

      public void enterPublication_name_item(sql.postgresql.PostgreSQLParser.Publication_name_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.publication_name_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPublication_name_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPublication_name_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterPublication_name_list

      public void enterPublication_name_list(sql.postgresql.PostgreSQLParser.Publication_name_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.publication_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterPublication_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterPublication_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterQual_all_op

      public void enterQual_all_op(sql.postgresql.PostgreSQLParser.Qual_all_opContext ctx)
      Enter a parse tree produced by PostgreSQLParser.qual_all_op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterQual_all_op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterQual_all_op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterQual_op

      public void enterQual_op(sql.postgresql.PostgreSQLParser.Qual_opContext ctx)
      Enter a parse tree produced by PostgreSQLParser.qual_op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterQual_op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterQual_op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterQualified_name

      public void enterQualified_name(sql.postgresql.PostgreSQLParser.Qualified_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.qualified_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterQualified_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterQualified_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterQualified_name_list

      public void enterQualified_name_list(sql.postgresql.PostgreSQLParser.Qualified_name_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.qualified_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterQualified_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterQualified_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReassignownedstmt

      public void enterReassignownedstmt(sql.postgresql.PostgreSQLParser.ReassignownedstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reassignownedstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReassignownedstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReassignownedstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRefreshmatviewstmt

      public void enterRefreshmatviewstmt(sql.postgresql.PostgreSQLParser.RefreshmatviewstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.refreshmatviewstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRefreshmatviewstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRefreshmatviewstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReindex_option_elem

      public void enterReindex_option_elem(sql.postgresql.PostgreSQLParser.Reindex_option_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reindex_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReindex_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReindex_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReindex_option_list

      public void enterReindex_option_list(sql.postgresql.PostgreSQLParser.Reindex_option_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reindex_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReindex_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReindex_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReindex_target_multitable

      public void enterReindex_target_multitable(sql.postgresql.PostgreSQLParser.Reindex_target_multitableContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reindex_target_multitable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReindex_target_multitable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReindex_target_multitable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReindex_target_type

      public void enterReindex_target_type(sql.postgresql.PostgreSQLParser.Reindex_target_typeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reindex_target_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReindex_target_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReindex_target_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReindexstmt

      public void enterReindexstmt(sql.postgresql.PostgreSQLParser.ReindexstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reindexstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReindexstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReindexstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRelation_expr

      public void enterRelation_expr(sql.postgresql.PostgreSQLParser.Relation_exprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.relation_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRelation_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRelation_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRelation_expr_list

      public void enterRelation_expr_list(sql.postgresql.PostgreSQLParser.Relation_expr_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.relation_expr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRelation_expr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRelation_expr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRelation_expr_opt_alias

      public void enterRelation_expr_opt_alias(sql.postgresql.PostgreSQLParser.Relation_expr_opt_aliasContext ctx)
      Enter a parse tree produced by PostgreSQLParser.relation_expr_opt_alias().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRelation_expr_opt_alias in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRelation_expr_opt_alias in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReloption_elem

      public void enterReloption_elem(sql.postgresql.PostgreSQLParser.Reloption_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reloption_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReloption_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReloption_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReloption_list

      public void enterReloption_list(sql.postgresql.PostgreSQLParser.Reloption_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reloption_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReloption_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReloption_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReloptions

      public void enterReloptions(sql.postgresql.PostgreSQLParser.ReloptionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reloptions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReloptions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReloptions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRemoveaggrstmt

      public void enterRemoveaggrstmt(sql.postgresql.PostgreSQLParser.RemoveaggrstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.removeaggrstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRemoveaggrstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRemoveaggrstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRemovefuncstmt

      public void enterRemovefuncstmt(sql.postgresql.PostgreSQLParser.RemovefuncstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.removefuncstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRemovefuncstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRemovefuncstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRemoveoperstmt

      public void enterRemoveoperstmt(sql.postgresql.PostgreSQLParser.RemoveoperstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.removeoperstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRemoveoperstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRemoveoperstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRenamestmt

      public void enterRenamestmt(sql.postgresql.PostgreSQLParser.RenamestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.renamestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRenamestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRenamestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReplica_identity

      public void enterReplica_identity(sql.postgresql.PostgreSQLParser.Replica_identityContext ctx)
      Enter a parse tree produced by PostgreSQLParser.replica_identity().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReplica_identity in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReplica_identity in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReserved_keyword

      public void enterReserved_keyword(sql.postgresql.PostgreSQLParser.Reserved_keywordContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reserved_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReserved_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReserved_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReset_rest

      public void enterReset_rest(sql.postgresql.PostgreSQLParser.Reset_restContext ctx)
      Enter a parse tree produced by PostgreSQLParser.reset_rest().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReset_rest in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReset_rest in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterReturning_clause

      public void enterReturning_clause(sql.postgresql.PostgreSQLParser.Returning_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.returning_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterReturning_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterReturning_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRevokerolestmt

      public void enterRevokerolestmt(sql.postgresql.PostgreSQLParser.RevokerolestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.revokerolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRevokerolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRevokerolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRevokestmt

      public void enterRevokestmt(sql.postgresql.PostgreSQLParser.RevokestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.revokestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRevokestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRevokestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRole_list

      public void enterRole_list(sql.postgresql.PostgreSQLParser.Role_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.role_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRole_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRole_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRoleid

      public void enterRoleid(sql.postgresql.PostgreSQLParser.RoleidContext ctx)
      Enter a parse tree produced by PostgreSQLParser.roleid().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRoleid in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRoleid in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRolespec

      public void enterRolespec(sql.postgresql.PostgreSQLParser.RolespecContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rolespec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRolespec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRolespec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRollup_clause

      public void enterRollup_clause(sql.postgresql.PostgreSQLParser.Rollup_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rollup_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRollup_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRollup_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRoot

      public void enterRoot(sql.postgresql.PostgreSQLParser.RootContext ctx)
      Enter a parse tree produced by PostgreSQLParser.root().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRoot in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRoot in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRow

      public void enterRow(sql.postgresql.PostgreSQLParser.RowContext ctx)
      Enter a parse tree produced by PostgreSQLParser.row().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRow in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRow in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRow_or_rows

      public void enterRow_or_rows(sql.postgresql.PostgreSQLParser.Row_or_rowsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.row_or_rows().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRow_or_rows in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRow_or_rows in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRow_security_cmd

      public void enterRow_security_cmd(sql.postgresql.PostgreSQLParser.Row_security_cmdContext ctx)
      Enter a parse tree produced by PostgreSQLParser.row_security_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRow_security_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRow_security_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRowsecuritydefaultforcmd

      public void enterRowsecuritydefaultforcmd(sql.postgresql.PostgreSQLParser.RowsecuritydefaultforcmdContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rowsecuritydefaultforcmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRowsecuritydefaultforcmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRowsecuritydefaultforcmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRowsecuritydefaultpermissive

      public void enterRowsecuritydefaultpermissive(sql.postgresql.PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rowsecuritydefaultpermissive().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRowsecuritydefaultpermissive in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRowsecuritydefaultpermissive in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRowsecuritydefaulttorole

      public void enterRowsecuritydefaulttorole(sql.postgresql.PostgreSQLParser.RowsecuritydefaulttoroleContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rowsecuritydefaulttorole().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRowsecuritydefaulttorole in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRowsecuritydefaulttorole in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRowsecurityoptionalexpr

      public void enterRowsecurityoptionalexpr(sql.postgresql.PostgreSQLParser.RowsecurityoptionalexprContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rowsecurityoptionalexpr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRowsecurityoptionalexpr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRowsecurityoptionalexpr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRowsecurityoptionaltorole

      public void enterRowsecurityoptionaltorole(sql.postgresql.PostgreSQLParser.RowsecurityoptionaltoroleContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rowsecurityoptionaltorole().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRowsecurityoptionaltorole in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRowsecurityoptionaltorole in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRowsecurityoptionalwithcheck

      public void enterRowsecurityoptionalwithcheck(sql.postgresql.PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rowsecurityoptionalwithcheck().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRowsecurityoptionalwithcheck in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRowsecurityoptionalwithcheck in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRowsfrom_item

      public void enterRowsfrom_item(sql.postgresql.PostgreSQLParser.Rowsfrom_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rowsfrom_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRowsfrom_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRowsfrom_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRowsfrom_list

      public void enterRowsfrom_list(sql.postgresql.PostgreSQLParser.Rowsfrom_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rowsfrom_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRowsfrom_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRowsfrom_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRuleactionlist

      public void enterRuleactionlist(sql.postgresql.PostgreSQLParser.RuleactionlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.ruleactionlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRuleactionlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRuleactionlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRuleactionmulti

      public void enterRuleactionmulti(sql.postgresql.PostgreSQLParser.RuleactionmultiContext ctx)
      Enter a parse tree produced by PostgreSQLParser.ruleactionmulti().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRuleactionmulti in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRuleactionmulti in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRuleactionstmt

      public void enterRuleactionstmt(sql.postgresql.PostgreSQLParser.RuleactionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.ruleactionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRuleactionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRuleactionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRuleactionstmtOrEmpty

      public void enterRuleactionstmtOrEmpty(sql.postgresql.PostgreSQLParser.RuleactionstmtOrEmptyContext ctx)
      Enter a parse tree produced by PostgreSQLParser.ruleactionstmtOrEmpty().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRuleactionstmtOrEmpty in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRuleactionstmtOrEmpty in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterRulestmt

      public void enterRulestmt(sql.postgresql.PostgreSQLParser.RulestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.rulestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterRulestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterRulestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSchema_stmt

      public void enterSchema_stmt(sql.postgresql.PostgreSQLParser.Schema_stmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.schema_stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSchema_stmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSchema_stmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSconst

      public void enterSconst(sql.postgresql.PostgreSQLParser.SconstContext ctx)
      Enter a parse tree produced by PostgreSQLParser.sconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSeclabelstmt

      public void enterSeclabelstmt(sql.postgresql.PostgreSQLParser.SeclabelstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.seclabelstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSeclabelstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSeclabelstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSecurity_label

      public void enterSecurity_label(sql.postgresql.PostgreSQLParser.Security_labelContext ctx)
      Enter a parse tree produced by PostgreSQLParser.security_label().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSecurity_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSecurity_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSelect_clause

      public void enterSelect_clause(sql.postgresql.PostgreSQLParser.Select_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.select_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSelect_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSelect_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSelect_fetch_first_value

      public void enterSelect_fetch_first_value(sql.postgresql.PostgreSQLParser.Select_fetch_first_valueContext ctx)
      Enter a parse tree produced by PostgreSQLParser.select_fetch_first_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSelect_fetch_first_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSelect_fetch_first_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSelect_limit

      public void enterSelect_limit(sql.postgresql.PostgreSQLParser.Select_limitContext ctx)
      Enter a parse tree produced by PostgreSQLParser.select_limit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSelect_limit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSelect_limit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSelect_limit_value

      public void enterSelect_limit_value(sql.postgresql.PostgreSQLParser.Select_limit_valueContext ctx)
      Enter a parse tree produced by PostgreSQLParser.select_limit_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSelect_limit_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSelect_limit_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSelect_no_parens

      public void enterSelect_no_parens(sql.postgresql.PostgreSQLParser.Select_no_parensContext ctx)
      Enter a parse tree produced by PostgreSQLParser.select_no_parens().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSelect_no_parens in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSelect_no_parens in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSelect_offset_value

      public void enterSelect_offset_value(sql.postgresql.PostgreSQLParser.Select_offset_valueContext ctx)
      Enter a parse tree produced by PostgreSQLParser.select_offset_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSelect_offset_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSelect_offset_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSelect_with_parens

      public void enterSelect_with_parens(sql.postgresql.PostgreSQLParser.Select_with_parensContext ctx)
      Enter a parse tree produced by PostgreSQLParser.select_with_parens().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSelect_with_parens in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSelect_with_parens in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSelectstmt

      public void enterSelectstmt(sql.postgresql.PostgreSQLParser.SelectstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.selectstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSelectstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSelectstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSeqoptelem

      public void enterSeqoptelem(sql.postgresql.PostgreSQLParser.SeqoptelemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.seqoptelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSeqoptelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSeqoptelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSeqoptlist

      public void enterSeqoptlist(sql.postgresql.PostgreSQLParser.SeqoptlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.seqoptlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSeqoptlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSeqoptlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSet_clause

      public void enterSet_clause(sql.postgresql.PostgreSQLParser.Set_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.set_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSet_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSet_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSet_clause_list

      public void enterSet_clause_list(sql.postgresql.PostgreSQLParser.Set_clause_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.set_clause_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSet_clause_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSet_clause_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSet_rest

      public void enterSet_rest(sql.postgresql.PostgreSQLParser.Set_restContext ctx)
      Enter a parse tree produced by PostgreSQLParser.set_rest().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSet_rest in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSet_rest in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSet_rest_more

      public void enterSet_rest_more(sql.postgresql.PostgreSQLParser.Set_rest_moreContext ctx)
      Enter a parse tree produced by PostgreSQLParser.set_rest_more().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSet_rest_more in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSet_rest_more in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSet_target

      public void enterSet_target(sql.postgresql.PostgreSQLParser.Set_targetContext ctx)
      Enter a parse tree produced by PostgreSQLParser.set_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSet_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSet_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSet_target_list

      public void enterSet_target_list(sql.postgresql.PostgreSQLParser.Set_target_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.set_target_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSet_target_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSet_target_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSetresetclause

      public void enterSetresetclause(sql.postgresql.PostgreSQLParser.SetresetclauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.setresetclause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSetresetclause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSetresetclause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSharp

      public void enterSharp(sql.postgresql.PostgreSQLParser.SharpContext ctx)
      Enter a parse tree produced by PostgreSQLParser.sharp().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSharp in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSharp in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSignediconst

      public void enterSignediconst(sql.postgresql.PostgreSQLParser.SignediconstContext ctx)
      Enter a parse tree produced by PostgreSQLParser.signediconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSignediconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSignediconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSimple_select_intersect

      public void enterSimple_select_intersect(sql.postgresql.PostgreSQLParser.Simple_select_intersectContext ctx)
      Enter a parse tree produced by PostgreSQLParser.simple_select_intersect().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSimple_select_intersect in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSimple_select_intersect in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSimple_select_pramary

      public void enterSimple_select_pramary(sql.postgresql.PostgreSQLParser.Simple_select_pramaryContext ctx)
      Enter a parse tree produced by PostgreSQLParser.simple_select_pramary().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSimple_select_pramary in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSimple_select_pramary in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSimpletypename

      public void enterSimpletypename(sql.postgresql.PostgreSQLParser.SimpletypenameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.simpletypename().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSimpletypename in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSimpletypename in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSort_clause

      public void enterSort_clause(sql.postgresql.PostgreSQLParser.Sort_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.sort_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSort_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSort_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSortby

      public void enterSortby(sql.postgresql.PostgreSQLParser.SortbyContext ctx)
      Enter a parse tree produced by PostgreSQLParser.sortby().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSortby in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSortby in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSortby_list

      public void enterSortby_list(sql.postgresql.PostgreSQLParser.Sortby_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.sortby_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSortby_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSortby_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSql_expression

      public void enterSql_expression(sql.postgresql.PostgreSQLParser.Sql_expressionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.sql_expression().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSql_expression in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSql_expression in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt

      public void enterStmt(sql.postgresql.PostgreSQLParser.StmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_assert

      public void enterStmt_assert(sql.postgresql.PostgreSQLParser.Stmt_assertContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_assert().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_assert in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_assert in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_assign

      public void enterStmt_assign(sql.postgresql.PostgreSQLParser.Stmt_assignContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_assign().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_assign in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_assign in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_call

      public void enterStmt_call(sql.postgresql.PostgreSQLParser.Stmt_callContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_call().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_call in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_call in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_case

      public void enterStmt_case(sql.postgresql.PostgreSQLParser.Stmt_caseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_case().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_case in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_case in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_close

      public void enterStmt_close(sql.postgresql.PostgreSQLParser.Stmt_closeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_close().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_close in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_close in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_commit

      public void enterStmt_commit(sql.postgresql.PostgreSQLParser.Stmt_commitContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_commit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_commit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_commit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_dynexecute

      public void enterStmt_dynexecute(sql.postgresql.PostgreSQLParser.Stmt_dynexecuteContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_dynexecute().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_dynexecute in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_dynexecute in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_else

      public void enterStmt_else(sql.postgresql.PostgreSQLParser.Stmt_elseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_else().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_else in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_else in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_elsifs

      public void enterStmt_elsifs(sql.postgresql.PostgreSQLParser.Stmt_elsifsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_elsifs().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_elsifs in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_elsifs in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_execsql

      public void enterStmt_execsql(sql.postgresql.PostgreSQLParser.Stmt_execsqlContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_execsql().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_execsql in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_execsql in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_exit

      public void enterStmt_exit(sql.postgresql.PostgreSQLParser.Stmt_exitContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_exit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_exit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_exit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_fetch

      public void enterStmt_fetch(sql.postgresql.PostgreSQLParser.Stmt_fetchContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_fetch().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_fetch in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_fetch in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_for

      public void enterStmt_for(sql.postgresql.PostgreSQLParser.Stmt_forContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_for().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_for in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_for in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_foreach_a

      public void enterStmt_foreach_a(sql.postgresql.PostgreSQLParser.Stmt_foreach_aContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_foreach_a().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_foreach_a in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_foreach_a in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_getdiag

      public void enterStmt_getdiag(sql.postgresql.PostgreSQLParser.Stmt_getdiagContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_getdiag().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_getdiag in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_getdiag in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_if

      public void enterStmt_if(sql.postgresql.PostgreSQLParser.Stmt_ifContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_if().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_if in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_if in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_loop

      public void enterStmt_loop(sql.postgresql.PostgreSQLParser.Stmt_loopContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_loop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_loop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_loop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_move

      public void enterStmt_move(sql.postgresql.PostgreSQLParser.Stmt_moveContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_move().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_move in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_move in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_null

      public void enterStmt_null(sql.postgresql.PostgreSQLParser.Stmt_nullContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_null().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_null in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_null in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_open

      public void enterStmt_open(sql.postgresql.PostgreSQLParser.Stmt_openContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_open().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_open in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_open in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_perform

      public void enterStmt_perform(sql.postgresql.PostgreSQLParser.Stmt_performContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_perform().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_perform in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_perform in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_raise

      public void enterStmt_raise(sql.postgresql.PostgreSQLParser.Stmt_raiseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_raise().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_raise in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_raise in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_return

      public void enterStmt_return(sql.postgresql.PostgreSQLParser.Stmt_returnContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_return().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_return in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_return in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_rollback

      public void enterStmt_rollback(sql.postgresql.PostgreSQLParser.Stmt_rollbackContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_rollback().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_rollback in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_rollback in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_set

      public void enterStmt_set(sql.postgresql.PostgreSQLParser.Stmt_setContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_set().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_set in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_set in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmt_while

      public void enterStmt_while(sql.postgresql.PostgreSQLParser.Stmt_whileContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmt_while().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmt_while in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmt_while in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmtblock

      public void enterStmtblock(sql.postgresql.PostgreSQLParser.StmtblockContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmtblock().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmtblock in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmtblock in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterStmtmulti

      public void enterStmtmulti(sql.postgresql.PostgreSQLParser.StmtmultiContext ctx)
      Enter a parse tree produced by PostgreSQLParser.stmtmulti().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterStmtmulti in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterStmtmulti in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSub_type

      public void enterSub_type(sql.postgresql.PostgreSQLParser.Sub_typeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.sub_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSub_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSub_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSubquery_Op

      public void enterSubquery_Op(sql.postgresql.PostgreSQLParser.Subquery_OpContext ctx)
      Enter a parse tree produced by PostgreSQLParser.subquery_Op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSubquery_Op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSubquery_Op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterSubstr_list

      public void enterSubstr_list(sql.postgresql.PostgreSQLParser.Substr_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.substr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterSubstr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterSubstr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTable_access_method_clause

      public void enterTable_access_method_clause(sql.postgresql.PostgreSQLParser.Table_access_method_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.table_access_method_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTable_access_method_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTable_access_method_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTable_alias

      public void enterTable_alias(sql.postgresql.PostgreSQLParser.Table_aliasContext ctx)
      Enter a parse tree produced by PostgreSQLParser.table_alias().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTable_alias in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTable_alias in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTable_alias_clause

      public void enterTable_alias_clause(sql.postgresql.PostgreSQLParser.Table_alias_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.table_alias_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTable_alias_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTable_alias_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTable_func_column

      public void enterTable_func_column(sql.postgresql.PostgreSQLParser.Table_func_columnContext ctx)
      Enter a parse tree produced by PostgreSQLParser.table_func_column().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTable_func_column in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTable_func_column in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTable_func_column_list

      public void enterTable_func_column_list(sql.postgresql.PostgreSQLParser.Table_func_column_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.table_func_column_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTable_func_column_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTable_func_column_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTable_ref

      public void enterTable_ref(sql.postgresql.PostgreSQLParser.Table_refContext ctx)
      Enter a parse tree produced by PostgreSQLParser.table_ref().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTable_ref in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTable_ref in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTableconstraint

      public void enterTableconstraint(sql.postgresql.PostgreSQLParser.TableconstraintContext ctx)
      Enter a parse tree produced by PostgreSQLParser.tableconstraint().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTableconstraint in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTableconstraint in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTableelement

      public void enterTableelement(sql.postgresql.PostgreSQLParser.TableelementContext ctx)
      Enter a parse tree produced by PostgreSQLParser.tableelement().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTableelement in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTableelement in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTableelementlist

      public void enterTableelementlist(sql.postgresql.PostgreSQLParser.TableelementlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.tableelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTableelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTableelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTablefuncelement

      public void enterTablefuncelement(sql.postgresql.PostgreSQLParser.TablefuncelementContext ctx)
      Enter a parse tree produced by PostgreSQLParser.tablefuncelement().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTablefuncelement in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTablefuncelement in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTablefuncelementlist

      public void enterTablefuncelementlist(sql.postgresql.PostgreSQLParser.TablefuncelementlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.tablefuncelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTablefuncelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTablefuncelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTablelikeclause

      public void enterTablelikeclause(sql.postgresql.PostgreSQLParser.TablelikeclauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.tablelikeclause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTablelikeclause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTablelikeclause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTablelikeoption

      public void enterTablelikeoption(sql.postgresql.PostgreSQLParser.TablelikeoptionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.tablelikeoption().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTablelikeoption in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTablelikeoption in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTablelikeoptionlist

      public void enterTablelikeoptionlist(sql.postgresql.PostgreSQLParser.TablelikeoptionlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.tablelikeoptionlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTablelikeoptionlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTablelikeoptionlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTablesample_clause

      public void enterTablesample_clause(sql.postgresql.PostgreSQLParser.Tablesample_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.tablesample_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTablesample_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTablesample_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTarget_label

      public void enterTarget_label(sql.postgresql.PostgreSQLParser.Target_labelContext ctx)
      Enter a parse tree produced by the target_label labeled alternative in PostgreSQLParser.target_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTarget_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTarget_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTarget_list

      public void enterTarget_list(sql.postgresql.PostgreSQLParser.Target_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.target_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTarget_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTarget_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTarget_star

      public void enterTarget_star(sql.postgresql.PostgreSQLParser.Target_starContext ctx)
      Enter a parse tree produced by the target_star labeled alternative in PostgreSQLParser.target_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTarget_star in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTarget_star in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTransaction_mode_item

      public void enterTransaction_mode_item(sql.postgresql.PostgreSQLParser.Transaction_mode_itemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.transaction_mode_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTransaction_mode_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTransaction_mode_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTransaction_mode_list

      public void enterTransaction_mode_list(sql.postgresql.PostgreSQLParser.Transaction_mode_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.transaction_mode_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTransaction_mode_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTransaction_mode_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTransaction_mode_list_or_empty

      public void enterTransaction_mode_list_or_empty(sql.postgresql.PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx)
      Enter a parse tree produced by PostgreSQLParser.transaction_mode_list_or_empty().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTransaction_mode_list_or_empty in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTransaction_mode_list_or_empty in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTransactionstmt

      public void enterTransactionstmt(sql.postgresql.PostgreSQLParser.TransactionstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.transactionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTransactionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTransactionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTransform_element_list

      public void enterTransform_element_list(sql.postgresql.PostgreSQLParser.Transform_element_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.transform_element_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTransform_element_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTransform_element_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTransform_type_list

      public void enterTransform_type_list(sql.postgresql.PostgreSQLParser.Transform_type_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.transform_type_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTransform_type_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTransform_type_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTransitionoldornew

      public void enterTransitionoldornew(sql.postgresql.PostgreSQLParser.TransitionoldornewContext ctx)
      Enter a parse tree produced by PostgreSQLParser.transitionoldornew().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTransitionoldornew in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTransitionoldornew in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTransitionrelname

      public void enterTransitionrelname(sql.postgresql.PostgreSQLParser.TransitionrelnameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.transitionrelname().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTransitionrelname in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTransitionrelname in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTransitionrowortable

      public void enterTransitionrowortable(sql.postgresql.PostgreSQLParser.TransitionrowortableContext ctx)
      Enter a parse tree produced by PostgreSQLParser.transitionrowortable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTransitionrowortable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTransitionrowortable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggeractiontime

      public void enterTriggeractiontime(sql.postgresql.PostgreSQLParser.TriggeractiontimeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggeractiontime().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggeractiontime in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggeractiontime in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggerevents

      public void enterTriggerevents(sql.postgresql.PostgreSQLParser.TriggereventsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggerevents().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggerevents in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggerevents in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggerforopteach

      public void enterTriggerforopteach(sql.postgresql.PostgreSQLParser.TriggerforopteachContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggerforopteach().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggerforopteach in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggerforopteach in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggerforspec

      public void enterTriggerforspec(sql.postgresql.PostgreSQLParser.TriggerforspecContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggerforspec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggerforspec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggerforspec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggerfortype

      public void enterTriggerfortype(sql.postgresql.PostgreSQLParser.TriggerfortypeContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggerfortype().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggerfortype in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggerfortype in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggerfuncarg

      public void enterTriggerfuncarg(sql.postgresql.PostgreSQLParser.TriggerfuncargContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggerfuncarg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggerfuncarg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggerfuncarg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggerfuncargs

      public void enterTriggerfuncargs(sql.postgresql.PostgreSQLParser.TriggerfuncargsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggerfuncargs().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggerfuncargs in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggerfuncargs in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggeroneevent

      public void enterTriggeroneevent(sql.postgresql.PostgreSQLParser.TriggeroneeventContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggeroneevent().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggeroneevent in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggeroneevent in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggerreferencing

      public void enterTriggerreferencing(sql.postgresql.PostgreSQLParser.TriggerreferencingContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggerreferencing().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggerreferencing in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggerreferencing in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggertransition

      public void enterTriggertransition(sql.postgresql.PostgreSQLParser.TriggertransitionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggertransition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggertransition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggertransition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggertransitions

      public void enterTriggertransitions(sql.postgresql.PostgreSQLParser.TriggertransitionsContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggertransitions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggertransitions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggertransitions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTriggerwhen

      public void enterTriggerwhen(sql.postgresql.PostgreSQLParser.TriggerwhenContext ctx)
      Enter a parse tree produced by PostgreSQLParser.triggerwhen().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTriggerwhen in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTriggerwhen in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTrim_list

      public void enterTrim_list(sql.postgresql.PostgreSQLParser.Trim_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.trim_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTrim_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTrim_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTruncatestmt

      public void enterTruncatestmt(sql.postgresql.PostgreSQLParser.TruncatestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.truncatestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTruncatestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTruncatestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterType_func_name_keyword

      public void enterType_func_name_keyword(sql.postgresql.PostgreSQLParser.Type_func_name_keywordContext ctx)
      Enter a parse tree produced by PostgreSQLParser.type_func_name_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterType_func_name_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterType_func_name_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterType_function_name

      public void enterType_function_name(sql.postgresql.PostgreSQLParser.Type_function_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.type_function_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterType_function_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterType_function_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterType_list

      public void enterType_list(sql.postgresql.PostgreSQLParser.Type_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.type_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterType_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterType_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterType_name_list

      public void enterType_name_list(sql.postgresql.PostgreSQLParser.Type_name_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.type_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterType_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterType_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTypedtableelement

      public void enterTypedtableelement(sql.postgresql.PostgreSQLParser.TypedtableelementContext ctx)
      Enter a parse tree produced by PostgreSQLParser.typedtableelement().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTypedtableelement in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTypedtableelement in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTypedtableelementlist

      public void enterTypedtableelementlist(sql.postgresql.PostgreSQLParser.TypedtableelementlistContext ctx)
      Enter a parse tree produced by PostgreSQLParser.typedtableelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTypedtableelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTypedtableelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterTypename

      public void enterTypename(sql.postgresql.PostgreSQLParser.TypenameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.typename().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterTypename in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterTypename in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterUnicode_normal_form

      public void enterUnicode_normal_form(sql.postgresql.PostgreSQLParser.Unicode_normal_formContext ctx)
      Enter a parse tree produced by PostgreSQLParser.unicode_normal_form().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterUnicode_normal_form in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterUnicode_normal_form in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterUnlistenstmt

      public void enterUnlistenstmt(sql.postgresql.PostgreSQLParser.UnlistenstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.unlistenstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterUnlistenstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterUnlistenstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterUnreserved_keyword

      public void enterUnreserved_keyword(sql.postgresql.PostgreSQLParser.Unreserved_keywordContext ctx)
      Enter a parse tree produced by PostgreSQLParser.unreserved_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterUnreserved_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterUnreserved_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterUpdatestmt

      public void enterUpdatestmt(sql.postgresql.PostgreSQLParser.UpdatestmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.updatestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterUpdatestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterUpdatestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterUsing_clause

      public void enterUsing_clause(sql.postgresql.PostgreSQLParser.Using_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.using_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterUsing_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterUsing_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVac_analyze_option_arg

      public void enterVac_analyze_option_arg(sql.postgresql.PostgreSQLParser.Vac_analyze_option_argContext ctx)
      Enter a parse tree produced by PostgreSQLParser.vac_analyze_option_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVac_analyze_option_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVac_analyze_option_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVac_analyze_option_elem

      public void enterVac_analyze_option_elem(sql.postgresql.PostgreSQLParser.Vac_analyze_option_elemContext ctx)
      Enter a parse tree produced by PostgreSQLParser.vac_analyze_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVac_analyze_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVac_analyze_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVac_analyze_option_list

      public void enterVac_analyze_option_list(sql.postgresql.PostgreSQLParser.Vac_analyze_option_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.vac_analyze_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVac_analyze_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVac_analyze_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVac_analyze_option_name

      public void enterVac_analyze_option_name(sql.postgresql.PostgreSQLParser.Vac_analyze_option_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.vac_analyze_option_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVac_analyze_option_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVac_analyze_option_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVacuum_relation

      public void enterVacuum_relation(sql.postgresql.PostgreSQLParser.Vacuum_relationContext ctx)
      Enter a parse tree produced by PostgreSQLParser.vacuum_relation().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVacuum_relation in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVacuum_relation in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVacuum_relation_list

      public void enterVacuum_relation_list(sql.postgresql.PostgreSQLParser.Vacuum_relation_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.vacuum_relation_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVacuum_relation_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVacuum_relation_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVacuumstmt

      public void enterVacuumstmt(sql.postgresql.PostgreSQLParser.VacuumstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.vacuumstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVacuumstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVacuumstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterValidator_clause

      public void enterValidator_clause(sql.postgresql.PostgreSQLParser.Validator_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.validator_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterValidator_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterValidator_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterValues_clause

      public void enterValues_clause(sql.postgresql.PostgreSQLParser.Values_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.values_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterValues_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterValues_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVar_list

      public void enterVar_list(sql.postgresql.PostgreSQLParser.Var_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.var_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVar_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVar_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVar_name

      public void enterVar_name(sql.postgresql.PostgreSQLParser.Var_nameContext ctx)
      Enter a parse tree produced by PostgreSQLParser.var_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVar_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVar_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVar_value

      public void enterVar_value(sql.postgresql.PostgreSQLParser.Var_valueContext ctx)
      Enter a parse tree produced by PostgreSQLParser.var_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVar_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVar_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVariableresetstmt

      public void enterVariableresetstmt(sql.postgresql.PostgreSQLParser.VariableresetstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.variableresetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVariableresetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVariableresetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVariablesetstmt

      public void enterVariablesetstmt(sql.postgresql.PostgreSQLParser.VariablesetstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.variablesetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVariablesetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVariablesetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterVariableshowstmt

      public void enterVariableshowstmt(sql.postgresql.PostgreSQLParser.VariableshowstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.variableshowstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterVariableshowstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterVariableshowstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterViewstmt

      public void enterViewstmt(sql.postgresql.PostgreSQLParser.ViewstmtContext ctx)
      Enter a parse tree produced by PostgreSQLParser.viewstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterViewstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterViewstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWhen_clause

      public void enterWhen_clause(sql.postgresql.PostgreSQLParser.When_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.when_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWhen_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWhen_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWhen_clause_list

      public void enterWhen_clause_list(sql.postgresql.PostgreSQLParser.When_clause_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.when_clause_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWhen_clause_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWhen_clause_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWhere_clause

      public void enterWhere_clause(sql.postgresql.PostgreSQLParser.Where_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.where_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWhere_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWhere_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWhere_or_current_clause

      public void enterWhere_or_current_clause(sql.postgresql.PostgreSQLParser.Where_or_current_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.where_or_current_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWhere_or_current_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWhere_or_current_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWindow_clause

      public void enterWindow_clause(sql.postgresql.PostgreSQLParser.Window_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.window_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWindow_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWindow_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWindow_definition

      public void enterWindow_definition(sql.postgresql.PostgreSQLParser.Window_definitionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.window_definition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWindow_definition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWindow_definition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWindow_definition_list

      public void enterWindow_definition_list(sql.postgresql.PostgreSQLParser.Window_definition_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.window_definition_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWindow_definition_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWindow_definition_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWindow_specification

      public void enterWindow_specification(sql.postgresql.PostgreSQLParser.Window_specificationContext ctx)
      Enter a parse tree produced by PostgreSQLParser.window_specification().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWindow_specification in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWindow_specification in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWith_clause

      public void enterWith_clause(sql.postgresql.PostgreSQLParser.With_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.with_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWith_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWith_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterWithin_group_clause

      public void enterWithin_group_clause(sql.postgresql.PostgreSQLParser.Within_group_clauseContext ctx)
      Enter a parse tree produced by PostgreSQLParser.within_group_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterWithin_group_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterWithin_group_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXconst

      public void enterXconst(sql.postgresql.PostgreSQLParser.XconstContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXml_attribute_el

      public void enterXml_attribute_el(sql.postgresql.PostgreSQLParser.Xml_attribute_elContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xml_attribute_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXml_attribute_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXml_attribute_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXml_attribute_list

      public void enterXml_attribute_list(sql.postgresql.PostgreSQLParser.Xml_attribute_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xml_attribute_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXml_attribute_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXml_attribute_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXml_attributes

      public void enterXml_attributes(sql.postgresql.PostgreSQLParser.Xml_attributesContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xml_attributes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXml_attributes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXml_attributes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXml_namespace_el

      public void enterXml_namespace_el(sql.postgresql.PostgreSQLParser.Xml_namespace_elContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xml_namespace_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXml_namespace_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXml_namespace_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXml_namespace_list

      public void enterXml_namespace_list(sql.postgresql.PostgreSQLParser.Xml_namespace_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xml_namespace_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXml_namespace_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXml_namespace_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXml_passing_mech

      public void enterXml_passing_mech(sql.postgresql.PostgreSQLParser.Xml_passing_mechContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xml_passing_mech().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXml_passing_mech in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXml_passing_mech in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXml_root_version

      public void enterXml_root_version(sql.postgresql.PostgreSQLParser.Xml_root_versionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xml_root_version().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXml_root_version in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXml_root_version in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXml_whitespace_option

      public void enterXml_whitespace_option(sql.postgresql.PostgreSQLParser.Xml_whitespace_optionContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xml_whitespace_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXml_whitespace_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXml_whitespace_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXmlexists_argument

      public void enterXmlexists_argument(sql.postgresql.PostgreSQLParser.Xmlexists_argumentContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xmlexists_argument().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXmlexists_argument in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXmlexists_argument in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXmltable

      public void enterXmltable(sql.postgresql.PostgreSQLParser.XmltableContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xmltable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXmltable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXmltable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXmltable_column_el

      public void enterXmltable_column_el(sql.postgresql.PostgreSQLParser.Xmltable_column_elContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xmltable_column_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXmltable_column_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXmltable_column_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXmltable_column_list

      public void enterXmltable_column_list(sql.postgresql.PostgreSQLParser.Xmltable_column_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xmltable_column_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXmltable_column_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXmltable_column_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXmltable_column_option_el

      public void enterXmltable_column_option_el(sql.postgresql.PostgreSQLParser.Xmltable_column_option_elContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xmltable_column_option_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXmltable_column_option_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXmltable_column_option_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterXmltable_column_option_list

      public void enterXmltable_column_option_list(sql.postgresql.PostgreSQLParser.Xmltable_column_option_listContext ctx)
      Enter a parse tree produced by PostgreSQLParser.xmltable_column_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterXmltable_column_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterXmltable_column_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • enterZone_value

      public void enterZone_value(sql.postgresql.PostgreSQLParser.Zone_valueContext ctx)
      Enter a parse tree produced by PostgreSQLParser.zone_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      enterZone_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      enterZone_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr

      public void exitA_expr(sql.postgresql.PostgreSQLParser.A_exprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_add

      public void exitA_expr_add(sql.postgresql.PostgreSQLParser.A_expr_addContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_add().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_add in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_add in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_and

      public void exitA_expr_and(sql.postgresql.PostgreSQLParser.A_expr_andContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_and().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_and in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_and in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_at_time_zone

      public void exitA_expr_at_time_zone(sql.postgresql.PostgreSQLParser.A_expr_at_time_zoneContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_at_time_zone().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_at_time_zone in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_at_time_zone in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_between

      public void exitA_expr_between(sql.postgresql.PostgreSQLParser.A_expr_betweenContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_between().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_between in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_between in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_caret

      public void exitA_expr_caret(sql.postgresql.PostgreSQLParser.A_expr_caretContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_caret().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_caret in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_caret in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_collate

      public void exitA_expr_collate(sql.postgresql.PostgreSQLParser.A_expr_collateContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_collate().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_collate in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_collate in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_compare

      public void exitA_expr_compare(sql.postgresql.PostgreSQLParser.A_expr_compareContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_compare().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_compare in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_compare in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_in

      public void exitA_expr_in(sql.postgresql.PostgreSQLParser.A_expr_inContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_in().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_in in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_in in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_is_not

      public void exitA_expr_is_not(sql.postgresql.PostgreSQLParser.A_expr_is_notContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_is_not().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_is_not in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_is_not in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_isnull

      public void exitA_expr_isnull(sql.postgresql.PostgreSQLParser.A_expr_isnullContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_isnull().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_isnull in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_isnull in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_lessless

      public void exitA_expr_lessless(sql.postgresql.PostgreSQLParser.A_expr_lesslessContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_lessless().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_lessless in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_lessless in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_like

      public void exitA_expr_like(sql.postgresql.PostgreSQLParser.A_expr_likeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_like().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_like in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_like in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_mul

      public void exitA_expr_mul(sql.postgresql.PostgreSQLParser.A_expr_mulContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_mul().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_mul in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_mul in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_or

      public void exitA_expr_or(sql.postgresql.PostgreSQLParser.A_expr_orContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_or().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_or in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_or in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_qual

      public void exitA_expr_qual(sql.postgresql.PostgreSQLParser.A_expr_qualContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_qual().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_qual in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_qual in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_qual_op

      public void exitA_expr_qual_op(sql.postgresql.PostgreSQLParser.A_expr_qual_opContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_qual_op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_qual_op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_qual_op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_typecast

      public void exitA_expr_typecast(sql.postgresql.PostgreSQLParser.A_expr_typecastContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_typecast().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_typecast in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_typecast in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_unary_not

      public void exitA_expr_unary_not(sql.postgresql.PostgreSQLParser.A_expr_unary_notContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_unary_not().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_unary_not in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_unary_not in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_unary_qualop

      public void exitA_expr_unary_qualop(sql.postgresql.PostgreSQLParser.A_expr_unary_qualopContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_unary_qualop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_unary_qualop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_unary_qualop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitA_expr_unary_sign

      public void exitA_expr_unary_sign(sql.postgresql.PostgreSQLParser.A_expr_unary_signContext ctx)
      Exit a parse tree produced by PostgreSQLParser.a_expr_unary_sign().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitA_expr_unary_sign in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitA_expr_unary_sign in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAccess_method_clause

      public void exitAccess_method_clause(sql.postgresql.PostgreSQLParser.Access_method_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.access_method_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAccess_method_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAccess_method_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAdd_drop

      public void exitAdd_drop(sql.postgresql.PostgreSQLParser.Add_dropContext ctx)
      Exit a parse tree produced by PostgreSQLParser.add_drop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAdd_drop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAdd_drop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAexprconst

      public void exitAexprconst(sql.postgresql.PostgreSQLParser.AexprconstContext ctx)
      Exit a parse tree produced by PostgreSQLParser.aexprconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAexprconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAexprconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAggr_arg

      public void exitAggr_arg(sql.postgresql.PostgreSQLParser.Aggr_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.aggr_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAggr_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAggr_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAggr_args

      public void exitAggr_args(sql.postgresql.PostgreSQLParser.Aggr_argsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.aggr_args().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAggr_args in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAggr_args in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAggr_args_list

      public void exitAggr_args_list(sql.postgresql.PostgreSQLParser.Aggr_args_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.aggr_args_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAggr_args_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAggr_args_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAggregate_with_argtypes

      public void exitAggregate_with_argtypes(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypesContext ctx)
      Exit a parse tree produced by PostgreSQLParser.aggregate_with_argtypes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAggregate_with_argtypes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAggregate_with_argtypes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAggregate_with_argtypes_list

      public void exitAggregate_with_argtypes_list(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypes_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.aggregate_with_argtypes_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAggregate_with_argtypes_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAggregate_with_argtypes_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlias_clause

      public void exitAlias_clause(sql.postgresql.PostgreSQLParser.Alias_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alias_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlias_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlias_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAll_op

      public void exitAll_op(sql.postgresql.PostgreSQLParser.All_opContext ctx)
      Exit a parse tree produced by PostgreSQLParser.all_op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAll_op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAll_op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAll_or_distinct

      public void exitAll_or_distinct(sql.postgresql.PostgreSQLParser.All_or_distinctContext ctx)
      Exit a parse tree produced by PostgreSQLParser.all_or_distinct().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAll_or_distinct in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAll_or_distinct in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_column_default

      public void exitAlter_column_default(sql.postgresql.PostgreSQLParser.Alter_column_defaultContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_column_default().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_column_default in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_column_default in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_extension_opt_item

      public void exitAlter_extension_opt_item(sql.postgresql.PostgreSQLParser.Alter_extension_opt_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_extension_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_extension_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_extension_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_extension_opt_list

      public void exitAlter_extension_opt_list(sql.postgresql.PostgreSQLParser.Alter_extension_opt_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_extension_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_extension_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_extension_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_generic_option_elem

      public void exitAlter_generic_option_elem(sql.postgresql.PostgreSQLParser.Alter_generic_option_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_generic_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_generic_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_generic_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_generic_option_list

      public void exitAlter_generic_option_list(sql.postgresql.PostgreSQLParser.Alter_generic_option_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_generic_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_generic_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_generic_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_generic_options

      public void exitAlter_generic_options(sql.postgresql.PostgreSQLParser.Alter_generic_optionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_generic_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_generic_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_generic_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_identity_column_option

      public void exitAlter_identity_column_option(sql.postgresql.PostgreSQLParser.Alter_identity_column_optionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_identity_column_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_identity_column_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_identity_column_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_identity_column_option_list

      public void exitAlter_identity_column_option_list(sql.postgresql.PostgreSQLParser.Alter_identity_column_option_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_identity_column_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_identity_column_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_identity_column_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_table_cmd

      public void exitAlter_table_cmd(sql.postgresql.PostgreSQLParser.Alter_table_cmdContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_table_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_table_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_table_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_table_cmds

      public void exitAlter_table_cmds(sql.postgresql.PostgreSQLParser.Alter_table_cmdsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_table_cmds().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_table_cmds in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_table_cmds in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_type_cmd

      public void exitAlter_type_cmd(sql.postgresql.PostgreSQLParser.Alter_type_cmdContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_type_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_type_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_type_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_type_cmds

      public void exitAlter_type_cmds(sql.postgresql.PostgreSQLParser.Alter_type_cmdsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_type_cmds().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_type_cmds in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_type_cmds in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlter_using

      public void exitAlter_using(sql.postgresql.PostgreSQLParser.Alter_usingContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alter_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlter_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlter_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltercollationstmt

      public void exitAltercollationstmt(sql.postgresql.PostgreSQLParser.AltercollationstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altercollationstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltercollationstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltercollationstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltercompositetypestmt

      public void exitAltercompositetypestmt(sql.postgresql.PostgreSQLParser.AltercompositetypestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altercompositetypestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltercompositetypestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltercompositetypestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterdatabasesetstmt

      public void exitAlterdatabasesetstmt(sql.postgresql.PostgreSQLParser.AlterdatabasesetstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterdatabasesetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterdatabasesetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterdatabasesetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterdatabasestmt

      public void exitAlterdatabasestmt(sql.postgresql.PostgreSQLParser.AlterdatabasestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterdatabasestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterdatabasestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterdatabasestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterdefaultprivilegesstmt

      public void exitAlterdefaultprivilegesstmt(sql.postgresql.PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterdefaultprivilegesstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterdefaultprivilegesstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterdefaultprivilegesstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterdomainstmt

      public void exitAlterdomainstmt(sql.postgresql.PostgreSQLParser.AlterdomainstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterdomainstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterdomainstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterdomainstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterenumstmt

      public void exitAlterenumstmt(sql.postgresql.PostgreSQLParser.AlterenumstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterenumstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterenumstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterenumstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltereventtrigstmt

      public void exitAltereventtrigstmt(sql.postgresql.PostgreSQLParser.AltereventtrigstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altereventtrigstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltereventtrigstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltereventtrigstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterextensioncontentsstmt

      public void exitAlterextensioncontentsstmt(sql.postgresql.PostgreSQLParser.AlterextensioncontentsstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterextensioncontentsstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterextensioncontentsstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterextensioncontentsstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterextensionstmt

      public void exitAlterextensionstmt(sql.postgresql.PostgreSQLParser.AlterextensionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterextensionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterextensionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterextensionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterfdwstmt

      public void exitAlterfdwstmt(sql.postgresql.PostgreSQLParser.AlterfdwstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterfdwstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterfdwstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterfdwstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterforeignserverstmt

      public void exitAlterforeignserverstmt(sql.postgresql.PostgreSQLParser.AlterforeignserverstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterforeignserverstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterforeignserverstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterforeignserverstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterfunc_opt_list

      public void exitAlterfunc_opt_list(sql.postgresql.PostgreSQLParser.Alterfunc_opt_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterfunc_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterfunc_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterfunc_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterfunctionstmt

      public void exitAlterfunctionstmt(sql.postgresql.PostgreSQLParser.AlterfunctionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterfunctionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterfunctionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterfunctionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltergroupstmt

      public void exitAltergroupstmt(sql.postgresql.PostgreSQLParser.AltergroupstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altergroupstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltergroupstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltergroupstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterobjectdependsstmt

      public void exitAlterobjectdependsstmt(sql.postgresql.PostgreSQLParser.AlterobjectdependsstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterobjectdependsstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterobjectdependsstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterobjectdependsstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterobjectschemastmt

      public void exitAlterobjectschemastmt(sql.postgresql.PostgreSQLParser.AlterobjectschemastmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterobjectschemastmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterobjectschemastmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterobjectschemastmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlteroperatorstmt

      public void exitAlteroperatorstmt(sql.postgresql.PostgreSQLParser.AlteroperatorstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alteroperatorstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlteroperatorstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlteroperatorstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlteropfamilystmt

      public void exitAlteropfamilystmt(sql.postgresql.PostgreSQLParser.AlteropfamilystmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alteropfamilystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlteropfamilystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlteropfamilystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlteroptroleelem

      public void exitAlteroptroleelem(sql.postgresql.PostgreSQLParser.AlteroptroleelemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alteroptroleelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlteroptroleelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlteroptroleelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlteroptrolelist

      public void exitAlteroptrolelist(sql.postgresql.PostgreSQLParser.AlteroptrolelistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alteroptrolelist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlteroptrolelist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlteroptrolelist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterownerstmt

      public void exitAlterownerstmt(sql.postgresql.PostgreSQLParser.AlterownerstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterownerstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterownerstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterownerstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterpolicystmt

      public void exitAlterpolicystmt(sql.postgresql.PostgreSQLParser.AlterpolicystmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterpolicystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterpolicystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterpolicystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterpublicationstmt

      public void exitAlterpublicationstmt(sql.postgresql.PostgreSQLParser.AlterpublicationstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterpublicationstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterpublicationstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterpublicationstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterrolesetstmt

      public void exitAlterrolesetstmt(sql.postgresql.PostgreSQLParser.AlterrolesetstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterrolesetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterrolesetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterrolesetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterrolestmt

      public void exitAlterrolestmt(sql.postgresql.PostgreSQLParser.AlterrolestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterrolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterrolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterrolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterseqstmt

      public void exitAlterseqstmt(sql.postgresql.PostgreSQLParser.AlterseqstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterseqstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterseqstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterseqstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterstatsstmt

      public void exitAlterstatsstmt(sql.postgresql.PostgreSQLParser.AlterstatsstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterstatsstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterstatsstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterstatsstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltersubscriptionstmt

      public void exitAltersubscriptionstmt(sql.postgresql.PostgreSQLParser.AltersubscriptionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altersubscriptionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltersubscriptionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltersubscriptionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltersystemstmt

      public void exitAltersystemstmt(sql.postgresql.PostgreSQLParser.AltersystemstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altersystemstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltersystemstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltersystemstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltertablestmt

      public void exitAltertablestmt(sql.postgresql.PostgreSQLParser.AltertablestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altertablestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltertablestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltertablestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltertblspcstmt

      public void exitAltertblspcstmt(sql.postgresql.PostgreSQLParser.AltertblspcstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altertblspcstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltertblspcstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltertblspcstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltertsconfigurationstmt

      public void exitAltertsconfigurationstmt(sql.postgresql.PostgreSQLParser.AltertsconfigurationstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altertsconfigurationstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltertsconfigurationstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltertsconfigurationstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltertsdictionarystmt

      public void exitAltertsdictionarystmt(sql.postgresql.PostgreSQLParser.AltertsdictionarystmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altertsdictionarystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltertsdictionarystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltertsdictionarystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAltertypestmt

      public void exitAltertypestmt(sql.postgresql.PostgreSQLParser.AltertypestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.altertypestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAltertypestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAltertypestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAlterusermappingstmt

      public void exitAlterusermappingstmt(sql.postgresql.PostgreSQLParser.AlterusermappingstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.alterusermappingstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAlterusermappingstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAlterusermappingstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAm_type

      public void exitAm_type(sql.postgresql.PostgreSQLParser.Am_typeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.am_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAm_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAm_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAnalyze_keyword

      public void exitAnalyze_keyword(sql.postgresql.PostgreSQLParser.Analyze_keywordContext ctx)
      Exit a parse tree produced by PostgreSQLParser.analyze_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAnalyze_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAnalyze_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAnalyzestmt

      public void exitAnalyzestmt(sql.postgresql.PostgreSQLParser.AnalyzestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.analyzestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAnalyzestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAnalyzestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAny_identifier

      public void exitAny_identifier(sql.postgresql.PostgreSQLParser.Any_identifierContext ctx)
      Exit a parse tree produced by PostgreSQLParser.any_identifier().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAny_identifier in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAny_identifier in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAny_name

      public void exitAny_name(sql.postgresql.PostgreSQLParser.Any_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.any_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAny_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAny_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAny_name_list

      public void exitAny_name_list(sql.postgresql.PostgreSQLParser.Any_name_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.any_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAny_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAny_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAny_operator

      public void exitAny_operator(sql.postgresql.PostgreSQLParser.Any_operatorContext ctx)
      Exit a parse tree produced by PostgreSQLParser.any_operator().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAny_operator in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAny_operator in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAny_with

      public void exitAny_with(sql.postgresql.PostgreSQLParser.Any_withContext ctx)
      Exit a parse tree produced by PostgreSQLParser.any_with().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAny_with in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAny_with in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAnysconst

      public void exitAnysconst(sql.postgresql.PostgreSQLParser.AnysconstContext ctx)
      Exit a parse tree produced by PostgreSQLParser.anysconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAnysconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAnysconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitArg_class

      public void exitArg_class(sql.postgresql.PostgreSQLParser.Arg_classContext ctx)
      Exit a parse tree produced by PostgreSQLParser.arg_class().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitArg_class in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitArg_class in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitArray_expr

      public void exitArray_expr(sql.postgresql.PostgreSQLParser.Array_exprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.array_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitArray_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitArray_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitArray_expr_list

      public void exitArray_expr_list(sql.postgresql.PostgreSQLParser.Array_expr_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.array_expr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitArray_expr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitArray_expr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAssign_operator

      public void exitAssign_operator(sql.postgresql.PostgreSQLParser.Assign_operatorContext ctx)
      Exit a parse tree produced by PostgreSQLParser.assign_operator().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAssign_operator in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAssign_operator in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAssign_var

      public void exitAssign_var(sql.postgresql.PostgreSQLParser.Assign_varContext ctx)
      Exit a parse tree produced by PostgreSQLParser.assign_var().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAssign_var in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAssign_var in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAttr_name

      public void exitAttr_name(sql.postgresql.PostgreSQLParser.Attr_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.attr_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAttr_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAttr_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAttrs

      public void exitAttrs(sql.postgresql.PostgreSQLParser.AttrsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.attrs().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAttrs in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAttrs in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitAuth_ident

      public void exitAuth_ident(sql.postgresql.PostgreSQLParser.Auth_identContext ctx)
      Exit a parse tree produced by PostgreSQLParser.auth_ident().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitAuth_ident in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitAuth_ident in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitB_expr

      public void exitB_expr(sql.postgresql.PostgreSQLParser.B_exprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.b_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitB_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitB_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitBconst

      public void exitBconst(sql.postgresql.PostgreSQLParser.BconstContext ctx)
      Exit a parse tree produced by PostgreSQLParser.bconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitBconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitBconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitBit

      public void exitBit(sql.postgresql.PostgreSQLParser.BitContext ctx)
      Exit a parse tree produced by PostgreSQLParser.bit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitBit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitBit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitBitwithlength

      public void exitBitwithlength(sql.postgresql.PostgreSQLParser.BitwithlengthContext ctx)
      Exit a parse tree produced by PostgreSQLParser.bitwithlength().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitBitwithlength in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitBitwithlength in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitBitwithoutlength

      public void exitBitwithoutlength(sql.postgresql.PostgreSQLParser.BitwithoutlengthContext ctx)
      Exit a parse tree produced by PostgreSQLParser.bitwithoutlength().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitBitwithoutlength in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitBitwithoutlength in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitBuiltin_function_name

      public void exitBuiltin_function_name(sql.postgresql.PostgreSQLParser.Builtin_function_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.builtin_function_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitBuiltin_function_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitBuiltin_function_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitC_expr_case

      public void exitC_expr_case(sql.postgresql.PostgreSQLParser.C_expr_caseContext ctx)
      Exit a parse tree produced by the c_expr_case labeled alternative in PostgreSQLParser.c_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitC_expr_case in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitC_expr_case in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitC_expr_exists

      public void exitC_expr_exists(sql.postgresql.PostgreSQLParser.C_expr_existsContext ctx)
      Exit a parse tree produced by the c_expr_exists labeled alternative in PostgreSQLParser.c_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitC_expr_exists in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitC_expr_exists in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitC_expr_expr

      public void exitC_expr_expr(sql.postgresql.PostgreSQLParser.C_expr_exprContext ctx)
      Exit a parse tree produced by the c_expr_expr labeled alternative in PostgreSQLParser.c_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitC_expr_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitC_expr_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCallstmt

      public void exitCallstmt(sql.postgresql.PostgreSQLParser.CallstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.callstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCallstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCallstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCase_arg

      public void exitCase_arg(sql.postgresql.PostgreSQLParser.Case_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.case_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCase_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCase_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCase_default

      public void exitCase_default(sql.postgresql.PostgreSQLParser.Case_defaultContext ctx)
      Exit a parse tree produced by PostgreSQLParser.case_default().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCase_default in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCase_default in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCase_expr

      public void exitCase_expr(sql.postgresql.PostgreSQLParser.Case_exprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.case_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCase_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCase_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCase_when

      public void exitCase_when(sql.postgresql.PostgreSQLParser.Case_whenContext ctx)
      Exit a parse tree produced by PostgreSQLParser.case_when().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCase_when in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCase_when in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCase_when_list

      public void exitCase_when_list(sql.postgresql.PostgreSQLParser.Case_when_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.case_when_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCase_when_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCase_when_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCast_context

      public void exitCast_context(sql.postgresql.PostgreSQLParser.Cast_contextContext ctx)
      Exit a parse tree produced by PostgreSQLParser.cast_context().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCast_context in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCast_context in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCharacter

      public void exitCharacter(sql.postgresql.PostgreSQLParser.CharacterContext ctx)
      Exit a parse tree produced by PostgreSQLParser.character().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCharacter in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCharacter in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCharacter_c

      public void exitCharacter_c(sql.postgresql.PostgreSQLParser.Character_cContext ctx)
      Exit a parse tree produced by PostgreSQLParser.character_c().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCharacter_c in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCharacter_c in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCheckpointstmt

      public void exitCheckpointstmt(sql.postgresql.PostgreSQLParser.CheckpointstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.checkpointstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCheckpointstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCheckpointstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCloseportalstmt

      public void exitCloseportalstmt(sql.postgresql.PostgreSQLParser.CloseportalstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.closeportalstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCloseportalstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCloseportalstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCluster_index_specification

      public void exitCluster_index_specification(sql.postgresql.PostgreSQLParser.Cluster_index_specificationContext ctx)
      Exit a parse tree produced by PostgreSQLParser.cluster_index_specification().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCluster_index_specification in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCluster_index_specification in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitClusterstmt

      public void exitClusterstmt(sql.postgresql.PostgreSQLParser.ClusterstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.clusterstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitClusterstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitClusterstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCol_name_keyword

      public void exitCol_name_keyword(sql.postgresql.PostgreSQLParser.Col_name_keywordContext ctx)
      Exit a parse tree produced by PostgreSQLParser.col_name_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCol_name_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCol_name_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitColconstraint

      public void exitColconstraint(sql.postgresql.PostgreSQLParser.ColconstraintContext ctx)
      Exit a parse tree produced by PostgreSQLParser.colconstraint().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitColconstraint in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitColconstraint in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitColconstraintelem

      public void exitColconstraintelem(sql.postgresql.PostgreSQLParser.ColconstraintelemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.colconstraintelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitColconstraintelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitColconstraintelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitColid

      public void exitColid(sql.postgresql.PostgreSQLParser.ColidContext ctx)
      Exit a parse tree produced by PostgreSQLParser.colid().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitColid in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitColid in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCollabel

      public void exitCollabel(sql.postgresql.PostgreSQLParser.CollabelContext ctx)
      Exit a parse tree produced by PostgreSQLParser.collabel().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCollabel in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCollabel in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitColquallist

      public void exitColquallist(sql.postgresql.PostgreSQLParser.ColquallistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.colquallist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitColquallist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitColquallist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitColumnDef

      public void exitColumnDef(sql.postgresql.PostgreSQLParser.ColumnDefContext ctx)
      Exit a parse tree produced by PostgreSQLParser.columnDef().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitColumnDef in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitColumnDef in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitColumnElem

      public void exitColumnElem(sql.postgresql.PostgreSQLParser.ColumnElemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.columnElem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitColumnElem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitColumnElem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitColumnlist

      public void exitColumnlist(sql.postgresql.PostgreSQLParser.ColumnlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.columnlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitColumnlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitColumnlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitColumnOptions

      public void exitColumnOptions(sql.postgresql.PostgreSQLParser.ColumnOptionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.columnOptions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitColumnOptions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitColumnOptions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitColumnref

      public void exitColumnref(sql.postgresql.PostgreSQLParser.ColumnrefContext ctx)
      Exit a parse tree produced by PostgreSQLParser.columnref().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitColumnref in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitColumnref in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitComment_text

      public void exitComment_text(sql.postgresql.PostgreSQLParser.Comment_textContext ctx)
      Exit a parse tree produced by PostgreSQLParser.comment_text().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitComment_text in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitComment_text in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCommentstmt

      public void exitCommentstmt(sql.postgresql.PostgreSQLParser.CommentstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.commentstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCommentstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCommentstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCommon_func_opt_item

      public void exitCommon_func_opt_item(sql.postgresql.PostgreSQLParser.Common_func_opt_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.common_func_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCommon_func_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCommon_func_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCommon_table_expr

      public void exitCommon_table_expr(sql.postgresql.PostgreSQLParser.Common_table_exprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.common_table_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCommon_table_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCommon_table_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitComp_option

      public void exitComp_option(sql.postgresql.PostgreSQLParser.Comp_optionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.comp_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitComp_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitComp_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitComp_options

      public void exitComp_options(sql.postgresql.PostgreSQLParser.Comp_optionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.comp_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitComp_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitComp_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstbit

      public void exitConstbit(sql.postgresql.PostgreSQLParser.ConstbitContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constbit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstbit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstbit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstcharacter

      public void exitConstcharacter(sql.postgresql.PostgreSQLParser.ConstcharacterContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constcharacter().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstcharacter in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstcharacter in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstdatetime

      public void exitConstdatetime(sql.postgresql.PostgreSQLParser.ConstdatetimeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constdatetime().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstdatetime in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstdatetime in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstinterval

      public void exitConstinterval(sql.postgresql.PostgreSQLParser.ConstintervalContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constinterval().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstinterval in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstinterval in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstraintattr

      public void exitConstraintattr(sql.postgresql.PostgreSQLParser.ConstraintattrContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constraintattr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstraintattr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstraintattr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstraintattributeElem

      public void exitConstraintattributeElem(sql.postgresql.PostgreSQLParser.ConstraintattributeElemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constraintattributeElem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstraintattributeElem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstraintattributeElem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstraintattributespec

      public void exitConstraintattributespec(sql.postgresql.PostgreSQLParser.ConstraintattributespecContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constraintattributespec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstraintattributespec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstraintattributespec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstraintelem

      public void exitConstraintelem(sql.postgresql.PostgreSQLParser.ConstraintelemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constraintelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstraintelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstraintelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstraints_set_list

      public void exitConstraints_set_list(sql.postgresql.PostgreSQLParser.Constraints_set_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constraints_set_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstraints_set_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstraints_set_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstraints_set_mode

      public void exitConstraints_set_mode(sql.postgresql.PostgreSQLParser.Constraints_set_modeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constraints_set_mode().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstraints_set_mode in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstraints_set_mode in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConstraintssetstmt

      public void exitConstraintssetstmt(sql.postgresql.PostgreSQLParser.ConstraintssetstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.constraintssetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConstraintssetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConstraintssetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitConsttypename

      public void exitConsttypename(sql.postgresql.PostgreSQLParser.ConsttypenameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.consttypename().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitConsttypename in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitConsttypename in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_delimiter

      public void exitCopy_delimiter(sql.postgresql.PostgreSQLParser.Copy_delimiterContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_delimiter().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_delimiter in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_delimiter in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_file_name

      public void exitCopy_file_name(sql.postgresql.PostgreSQLParser.Copy_file_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_file_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_file_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_file_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_from

      public void exitCopy_from(sql.postgresql.PostgreSQLParser.Copy_fromContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_from().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_from in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_from in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_generic_opt_arg

      public void exitCopy_generic_opt_arg(sql.postgresql.PostgreSQLParser.Copy_generic_opt_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_generic_opt_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_generic_opt_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_generic_opt_arg_list

      public void exitCopy_generic_opt_arg_list(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_arg_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_generic_opt_arg_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_generic_opt_arg_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_generic_opt_arg_list_item

      public void exitCopy_generic_opt_arg_list_item(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_list_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_arg_list_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_generic_opt_arg_list_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_generic_opt_arg_list_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_generic_opt_elem

      public void exitCopy_generic_opt_elem(sql.postgresql.PostgreSQLParser.Copy_generic_opt_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_generic_opt_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_generic_opt_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_generic_opt_list

      public void exitCopy_generic_opt_list(sql.postgresql.PostgreSQLParser.Copy_generic_opt_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_generic_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_generic_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_generic_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_opt_item

      public void exitCopy_opt_item(sql.postgresql.PostgreSQLParser.Copy_opt_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_opt_list

      public void exitCopy_opt_list(sql.postgresql.PostgreSQLParser.Copy_opt_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopy_options

      public void exitCopy_options(sql.postgresql.PostgreSQLParser.Copy_optionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copy_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopy_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopy_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCopystmt

      public void exitCopystmt(sql.postgresql.PostgreSQLParser.CopystmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.copystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCopystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCopystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreate_as_target

      public void exitCreate_as_target(sql.postgresql.PostgreSQLParser.Create_as_targetContext ctx)
      Exit a parse tree produced by PostgreSQLParser.create_as_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreate_as_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreate_as_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreate_extension_opt_item

      public void exitCreate_extension_opt_item(sql.postgresql.PostgreSQLParser.Create_extension_opt_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.create_extension_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreate_extension_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreate_extension_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreate_extension_opt_list

      public void exitCreate_extension_opt_list(sql.postgresql.PostgreSQLParser.Create_extension_opt_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.create_extension_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreate_extension_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreate_extension_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreate_generic_options

      public void exitCreate_generic_options(sql.postgresql.PostgreSQLParser.Create_generic_optionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.create_generic_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreate_generic_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreate_generic_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreate_mv_target

      public void exitCreate_mv_target(sql.postgresql.PostgreSQLParser.Create_mv_targetContext ctx)
      Exit a parse tree produced by PostgreSQLParser.create_mv_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreate_mv_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreate_mv_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateamstmt

      public void exitCreateamstmt(sql.postgresql.PostgreSQLParser.CreateamstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createamstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateamstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateamstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateassertionstmt

      public void exitCreateassertionstmt(sql.postgresql.PostgreSQLParser.CreateassertionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createassertionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateassertionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateassertionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateasstmt

      public void exitCreateasstmt(sql.postgresql.PostgreSQLParser.CreateasstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createasstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateasstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateasstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatecaststmt

      public void exitCreatecaststmt(sql.postgresql.PostgreSQLParser.CreatecaststmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createcaststmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatecaststmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatecaststmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateconversionstmt

      public void exitCreateconversionstmt(sql.postgresql.PostgreSQLParser.CreateconversionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createconversionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateconversionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateconversionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatedb_opt_item

      public void exitCreatedb_opt_item(sql.postgresql.PostgreSQLParser.Createdb_opt_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createdb_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatedb_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatedb_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatedb_opt_items

      public void exitCreatedb_opt_items(sql.postgresql.PostgreSQLParser.Createdb_opt_itemsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createdb_opt_items().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatedb_opt_items in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatedb_opt_items in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatedb_opt_list

      public void exitCreatedb_opt_list(sql.postgresql.PostgreSQLParser.Createdb_opt_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createdb_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatedb_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatedb_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatedb_opt_name

      public void exitCreatedb_opt_name(sql.postgresql.PostgreSQLParser.Createdb_opt_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createdb_opt_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatedb_opt_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatedb_opt_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatedbstmt

      public void exitCreatedbstmt(sql.postgresql.PostgreSQLParser.CreatedbstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createdbstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatedbstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatedbstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatedomainstmt

      public void exitCreatedomainstmt(sql.postgresql.PostgreSQLParser.CreatedomainstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createdomainstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatedomainstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatedomainstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateeventtrigstmt

      public void exitCreateeventtrigstmt(sql.postgresql.PostgreSQLParser.CreateeventtrigstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createeventtrigstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateeventtrigstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateeventtrigstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateextensionstmt

      public void exitCreateextensionstmt(sql.postgresql.PostgreSQLParser.CreateextensionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createextensionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateextensionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateextensionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatefdwstmt

      public void exitCreatefdwstmt(sql.postgresql.PostgreSQLParser.CreatefdwstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createfdwstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatefdwstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatefdwstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateforeignserverstmt

      public void exitCreateforeignserverstmt(sql.postgresql.PostgreSQLParser.CreateforeignserverstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createforeignserverstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateforeignserverstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateforeignserverstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateforeigntablestmt

      public void exitCreateforeigntablestmt(sql.postgresql.PostgreSQLParser.CreateforeigntablestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createforeigntablestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateforeigntablestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateforeigntablestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatefunc_opt_item

      public void exitCreatefunc_opt_item(sql.postgresql.PostgreSQLParser.Createfunc_opt_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createfunc_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatefunc_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatefunc_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatefunc_opt_list

      public void exitCreatefunc_opt_list(sql.postgresql.PostgreSQLParser.Createfunc_opt_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createfunc_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatefunc_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatefunc_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatefunctionstmt

      public void exitCreatefunctionstmt(sql.postgresql.PostgreSQLParser.CreatefunctionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createfunctionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatefunctionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatefunctionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreategroupstmt

      public void exitCreategroupstmt(sql.postgresql.PostgreSQLParser.CreategroupstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.creategroupstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreategroupstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreategroupstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatematviewstmt

      public void exitCreatematviewstmt(sql.postgresql.PostgreSQLParser.CreatematviewstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.creatematviewstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatematviewstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatematviewstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateopclassstmt

      public void exitCreateopclassstmt(sql.postgresql.PostgreSQLParser.CreateopclassstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createopclassstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateopclassstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateopclassstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateopfamilystmt

      public void exitCreateopfamilystmt(sql.postgresql.PostgreSQLParser.CreateopfamilystmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createopfamilystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateopfamilystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateopfamilystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateoptroleelem

      public void exitCreateoptroleelem(sql.postgresql.PostgreSQLParser.CreateoptroleelemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createoptroleelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateoptroleelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateoptroleelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateplangstmt

      public void exitCreateplangstmt(sql.postgresql.PostgreSQLParser.CreateplangstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createplangstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateplangstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateplangstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatepolicystmt

      public void exitCreatepolicystmt(sql.postgresql.PostgreSQLParser.CreatepolicystmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createpolicystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatepolicystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatepolicystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatepublicationstmt

      public void exitCreatepublicationstmt(sql.postgresql.PostgreSQLParser.CreatepublicationstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createpublicationstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatepublicationstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatepublicationstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreaterolestmt

      public void exitCreaterolestmt(sql.postgresql.PostgreSQLParser.CreaterolestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createrolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreaterolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreaterolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateschemastmt

      public void exitCreateschemastmt(sql.postgresql.PostgreSQLParser.CreateschemastmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createschemastmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateschemastmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateschemastmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateseqstmt

      public void exitCreateseqstmt(sql.postgresql.PostgreSQLParser.CreateseqstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createseqstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateseqstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateseqstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatestatsstmt

      public void exitCreatestatsstmt(sql.postgresql.PostgreSQLParser.CreatestatsstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createstatsstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatestatsstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatestatsstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatestmt

      public void exitCreatestmt(sql.postgresql.PostgreSQLParser.CreatestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatesubscriptionstmt

      public void exitCreatesubscriptionstmt(sql.postgresql.PostgreSQLParser.CreatesubscriptionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createsubscriptionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatesubscriptionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatesubscriptionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatetablespacestmt

      public void exitCreatetablespacestmt(sql.postgresql.PostgreSQLParser.CreatetablespacestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createtablespacestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatetablespacestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatetablespacestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatetransformstmt

      public void exitCreatetransformstmt(sql.postgresql.PostgreSQLParser.CreatetransformstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createtransformstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatetransformstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatetransformstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreatetrigstmt

      public void exitCreatetrigstmt(sql.postgresql.PostgreSQLParser.CreatetrigstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createtrigstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreatetrigstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreatetrigstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateusermappingstmt

      public void exitCreateusermappingstmt(sql.postgresql.PostgreSQLParser.CreateusermappingstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createusermappingstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateusermappingstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateusermappingstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCreateuserstmt

      public void exitCreateuserstmt(sql.postgresql.PostgreSQLParser.CreateuserstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.createuserstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCreateuserstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCreateuserstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCte_list

      public void exitCte_list(sql.postgresql.PostgreSQLParser.Cte_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.cte_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCte_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCte_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCube_clause

      public void exitCube_clause(sql.postgresql.PostgreSQLParser.Cube_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.cube_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCube_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCube_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCursor_name

      public void exitCursor_name(sql.postgresql.PostgreSQLParser.Cursor_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.cursor_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCursor_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCursor_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCursor_options

      public void exitCursor_options(sql.postgresql.PostgreSQLParser.Cursor_optionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.cursor_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCursor_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCursor_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitCursor_variable

      public void exitCursor_variable(sql.postgresql.PostgreSQLParser.Cursor_variableContext ctx)
      Exit a parse tree produced by PostgreSQLParser.cursor_variable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitCursor_variable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitCursor_variable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDeallocatestmt

      public void exitDeallocatestmt(sql.postgresql.PostgreSQLParser.DeallocatestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.deallocatestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDeallocatestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDeallocatestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_aliasitem

      public void exitDecl_aliasitem(sql.postgresql.PostgreSQLParser.Decl_aliasitemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_aliasitem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_aliasitem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_aliasitem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_collate

      public void exitDecl_collate(sql.postgresql.PostgreSQLParser.Decl_collateContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_collate().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_collate in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_collate in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_const

      public void exitDecl_const(sql.postgresql.PostgreSQLParser.Decl_constContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_const().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_const in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_const in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_cursor_arg

      public void exitDecl_cursor_arg(sql.postgresql.PostgreSQLParser.Decl_cursor_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_cursor_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_cursor_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_cursor_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_cursor_arglist

      public void exitDecl_cursor_arglist(sql.postgresql.PostgreSQLParser.Decl_cursor_arglistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_cursor_arglist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_cursor_arglist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_cursor_arglist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_cursor_args

      public void exitDecl_cursor_args(sql.postgresql.PostgreSQLParser.Decl_cursor_argsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_cursor_args().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_cursor_args in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_cursor_args in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_cursor_query

      public void exitDecl_cursor_query(sql.postgresql.PostgreSQLParser.Decl_cursor_queryContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_cursor_query().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_cursor_query in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_cursor_query in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_datatype

      public void exitDecl_datatype(sql.postgresql.PostgreSQLParser.Decl_datatypeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_datatype().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_datatype in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_datatype in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_defkey

      public void exitDecl_defkey(sql.postgresql.PostgreSQLParser.Decl_defkeyContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_defkey().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_defkey in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_defkey in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_defval

      public void exitDecl_defval(sql.postgresql.PostgreSQLParser.Decl_defvalContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_defval().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_defval in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_defval in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_is_for

      public void exitDecl_is_for(sql.postgresql.PostgreSQLParser.Decl_is_forContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_is_for().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_is_for in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_is_for in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_notnull

      public void exitDecl_notnull(sql.postgresql.PostgreSQLParser.Decl_notnullContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_notnull().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_notnull in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_notnull in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_sect

      public void exitDecl_sect(sql.postgresql.PostgreSQLParser.Decl_sectContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_sect().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_sect in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_sect in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_start

      public void exitDecl_start(sql.postgresql.PostgreSQLParser.Decl_startContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_start().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_start in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_start in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_statement

      public void exitDecl_statement(sql.postgresql.PostgreSQLParser.Decl_statementContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_statement().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_statement in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_statement in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_stmt

      public void exitDecl_stmt(sql.postgresql.PostgreSQLParser.Decl_stmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_stmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_stmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_stmts

      public void exitDecl_stmts(sql.postgresql.PostgreSQLParser.Decl_stmtsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_stmts().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_stmts in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_stmts in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDecl_varname

      public void exitDecl_varname(sql.postgresql.PostgreSQLParser.Decl_varnameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.decl_varname().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDecl_varname in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDecl_varname in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDeclarecursorstmt

      public void exitDeclarecursorstmt(sql.postgresql.PostgreSQLParser.DeclarecursorstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.declarecursorstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDeclarecursorstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDeclarecursorstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDef_arg

      public void exitDef_arg(sql.postgresql.PostgreSQLParser.Def_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.def_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDef_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDef_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDef_elem

      public void exitDef_elem(sql.postgresql.PostgreSQLParser.Def_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.def_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDef_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDef_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDef_list

      public void exitDef_list(sql.postgresql.PostgreSQLParser.Def_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.def_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDef_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDef_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDefacl_privilege_target

      public void exitDefacl_privilege_target(sql.postgresql.PostgreSQLParser.Defacl_privilege_targetContext ctx)
      Exit a parse tree produced by PostgreSQLParser.defacl_privilege_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDefacl_privilege_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDefacl_privilege_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDefaclaction

      public void exitDefaclaction(sql.postgresql.PostgreSQLParser.DefaclactionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.defaclaction().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDefaclaction in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDefaclaction in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDefacloption

      public void exitDefacloption(sql.postgresql.PostgreSQLParser.DefacloptionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.defacloption().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDefacloption in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDefacloption in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDefacloptionlist

      public void exitDefacloptionlist(sql.postgresql.PostgreSQLParser.DefacloptionlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.defacloptionlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDefacloptionlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDefacloptionlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDefinestmt

      public void exitDefinestmt(sql.postgresql.PostgreSQLParser.DefinestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.definestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDefinestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDefinestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDefinition

      public void exitDefinition(sql.postgresql.PostgreSQLParser.DefinitionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.definition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDefinition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDefinition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDeletestmt

      public void exitDeletestmt(sql.postgresql.PostgreSQLParser.DeletestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.deletestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDeletestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDeletestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDiscardstmt

      public void exitDiscardstmt(sql.postgresql.PostgreSQLParser.DiscardstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.discardstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDiscardstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDiscardstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDistinct_clause

      public void exitDistinct_clause(sql.postgresql.PostgreSQLParser.Distinct_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.distinct_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDistinct_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDistinct_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDocument_or_content

      public void exitDocument_or_content(sql.postgresql.PostgreSQLParser.Document_or_contentContext ctx)
      Exit a parse tree produced by PostgreSQLParser.document_or_content().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDocument_or_content in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDocument_or_content in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDostmt

      public void exitDostmt(sql.postgresql.PostgreSQLParser.DostmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dostmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDostmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDostmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDostmt_opt_item

      public void exitDostmt_opt_item(sql.postgresql.PostgreSQLParser.Dostmt_opt_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dostmt_opt_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDostmt_opt_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDostmt_opt_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDostmt_opt_list

      public void exitDostmt_opt_list(sql.postgresql.PostgreSQLParser.Dostmt_opt_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dostmt_opt_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDostmt_opt_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDostmt_opt_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDrop_option

      public void exitDrop_option(sql.postgresql.PostgreSQLParser.Drop_optionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.drop_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDrop_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDrop_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDrop_option_list

      public void exitDrop_option_list(sql.postgresql.PostgreSQLParser.Drop_option_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.drop_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDrop_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDrop_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDrop_type_name

      public void exitDrop_type_name(sql.postgresql.PostgreSQLParser.Drop_type_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.drop_type_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDrop_type_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDrop_type_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDropcaststmt

      public void exitDropcaststmt(sql.postgresql.PostgreSQLParser.DropcaststmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dropcaststmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDropcaststmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDropcaststmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDropdbstmt

      public void exitDropdbstmt(sql.postgresql.PostgreSQLParser.DropdbstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dropdbstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDropdbstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDropdbstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDropopclassstmt

      public void exitDropopclassstmt(sql.postgresql.PostgreSQLParser.DropopclassstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dropopclassstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDropopclassstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDropopclassstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDropopfamilystmt

      public void exitDropopfamilystmt(sql.postgresql.PostgreSQLParser.DropopfamilystmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dropopfamilystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDropopfamilystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDropopfamilystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDropownedstmt

      public void exitDropownedstmt(sql.postgresql.PostgreSQLParser.DropownedstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dropownedstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDropownedstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDropownedstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDroprolestmt

      public void exitDroprolestmt(sql.postgresql.PostgreSQLParser.DroprolestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.droprolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDroprolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDroprolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDropstmt

      public void exitDropstmt(sql.postgresql.PostgreSQLParser.DropstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dropstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDropstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDropstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDropsubscriptionstmt

      public void exitDropsubscriptionstmt(sql.postgresql.PostgreSQLParser.DropsubscriptionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dropsubscriptionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDropsubscriptionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDropsubscriptionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDroptablespacestmt

      public void exitDroptablespacestmt(sql.postgresql.PostgreSQLParser.DroptablespacestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.droptablespacestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDroptablespacestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDroptablespacestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDroptransformstmt

      public void exitDroptransformstmt(sql.postgresql.PostgreSQLParser.DroptransformstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.droptransformstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDroptransformstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDroptransformstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitDropusermappingstmt

      public void exitDropusermappingstmt(sql.postgresql.PostgreSQLParser.DropusermappingstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.dropusermappingstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitDropusermappingstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitDropusermappingstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitEmpty_grouping_set

      public void exitEmpty_grouping_set(sql.postgresql.PostgreSQLParser.Empty_grouping_setContext ctx)
      Exit a parse tree produced by PostgreSQLParser.empty_grouping_set().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitEmpty_grouping_set in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitEmpty_grouping_set in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitEnable_trigger

      public void exitEnable_trigger(sql.postgresql.PostgreSQLParser.Enable_triggerContext ctx)
      Exit a parse tree produced by PostgreSQLParser.enable_trigger().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitEnable_trigger in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitEnable_trigger in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitEnum_val_list

      public void exitEnum_val_list(sql.postgresql.PostgreSQLParser.Enum_val_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.enum_val_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitEnum_val_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitEnum_val_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitEvent

      public void exitEvent(sql.postgresql.PostgreSQLParser.EventContext ctx)
      Exit a parse tree produced by PostgreSQLParser.event().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitEvent in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitEvent in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitEvent_trigger_value_list

      public void exitEvent_trigger_value_list(sql.postgresql.PostgreSQLParser.Event_trigger_value_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.event_trigger_value_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitEvent_trigger_value_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitEvent_trigger_value_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitEvent_trigger_when_item

      public void exitEvent_trigger_when_item(sql.postgresql.PostgreSQLParser.Event_trigger_when_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.event_trigger_when_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitEvent_trigger_when_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitEvent_trigger_when_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitEvent_trigger_when_list

      public void exitEvent_trigger_when_list(sql.postgresql.PostgreSQLParser.Event_trigger_when_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.event_trigger_when_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitEvent_trigger_when_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitEvent_trigger_when_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitEveryRule

      public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitEveryRule in interface org.antlr.v4.runtime.tree.ParseTreeListener
      Overrides:
      exitEveryRule in class sql.postgresql.PostgreSQLParserBaseListener
    • exitException_sect

      public void exitException_sect(sql.postgresql.PostgreSQLParser.Exception_sectContext ctx)
      Exit a parse tree produced by PostgreSQLParser.exception_sect().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitException_sect in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitException_sect in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExclusionconstraintelem

      public void exitExclusionconstraintelem(sql.postgresql.PostgreSQLParser.ExclusionconstraintelemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.exclusionconstraintelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExclusionconstraintelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExclusionconstraintelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExclusionconstraintlist

      public void exitExclusionconstraintlist(sql.postgresql.PostgreSQLParser.ExclusionconstraintlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.exclusionconstraintlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExclusionconstraintlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExclusionconstraintlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExclusionwhereclause

      public void exitExclusionwhereclause(sql.postgresql.PostgreSQLParser.ExclusionwhereclauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.exclusionwhereclause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExclusionwhereclause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExclusionwhereclause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExecute_param_clause

      public void exitExecute_param_clause(sql.postgresql.PostgreSQLParser.Execute_param_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.execute_param_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExecute_param_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExecute_param_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExecutestmt

      public void exitExecutestmt(sql.postgresql.PostgreSQLParser.ExecutestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.executestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExecutestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExecutestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExistingindex

      public void exitExistingindex(sql.postgresql.PostgreSQLParser.ExistingindexContext ctx)
      Exit a parse tree produced by PostgreSQLParser.existingindex().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExistingindex in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExistingindex in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExit_type

      public void exitExit_type(sql.postgresql.PostgreSQLParser.Exit_typeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.exit_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExit_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExit_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExplain_option_arg

      public void exitExplain_option_arg(sql.postgresql.PostgreSQLParser.Explain_option_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.explain_option_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExplain_option_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExplain_option_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExplain_option_elem

      public void exitExplain_option_elem(sql.postgresql.PostgreSQLParser.Explain_option_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.explain_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExplain_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExplain_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExplain_option_list

      public void exitExplain_option_list(sql.postgresql.PostgreSQLParser.Explain_option_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.explain_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExplain_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExplain_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExplain_option_name

      public void exitExplain_option_name(sql.postgresql.PostgreSQLParser.Explain_option_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.explain_option_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExplain_option_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExplain_option_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExplainablestmt

      public void exitExplainablestmt(sql.postgresql.PostgreSQLParser.ExplainablestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.explainablestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExplainablestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExplainablestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExplainstmt

      public void exitExplainstmt(sql.postgresql.PostgreSQLParser.ExplainstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.explainstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExplainstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExplainstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExplicit_row

      public void exitExplicit_row(sql.postgresql.PostgreSQLParser.Explicit_rowContext ctx)
      Exit a parse tree produced by PostgreSQLParser.explicit_row().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExplicit_row in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExplicit_row in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExpr_list

      public void exitExpr_list(sql.postgresql.PostgreSQLParser.Expr_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.expr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExpr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExpr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExpr_until_loop

      public void exitExpr_until_loop(sql.postgresql.PostgreSQLParser.Expr_until_loopContext ctx)
      Exit a parse tree produced by PostgreSQLParser.expr_until_loop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExpr_until_loop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExpr_until_loop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExpr_until_rightbracket

      public void exitExpr_until_rightbracket(sql.postgresql.PostgreSQLParser.Expr_until_rightbracketContext ctx)
      Exit a parse tree produced by PostgreSQLParser.expr_until_rightbracket().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExpr_until_rightbracket in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExpr_until_rightbracket in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExpr_until_semi

      public void exitExpr_until_semi(sql.postgresql.PostgreSQLParser.Expr_until_semiContext ctx)
      Exit a parse tree produced by PostgreSQLParser.expr_until_semi().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExpr_until_semi in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExpr_until_semi in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExpr_until_then

      public void exitExpr_until_then(sql.postgresql.PostgreSQLParser.Expr_until_thenContext ctx)
      Exit a parse tree produced by PostgreSQLParser.expr_until_then().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExpr_until_then in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExpr_until_then in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExtract_arg

      public void exitExtract_arg(sql.postgresql.PostgreSQLParser.Extract_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.extract_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExtract_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExtract_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitExtract_list

      public void exitExtract_list(sql.postgresql.PostgreSQLParser.Extract_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.extract_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitExtract_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitExtract_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFconst

      public void exitFconst(sql.postgresql.PostgreSQLParser.FconstContext ctx)
      Exit a parse tree produced by PostgreSQLParser.fconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFdw_option

      public void exitFdw_option(sql.postgresql.PostgreSQLParser.Fdw_optionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.fdw_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFdw_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFdw_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFdw_options

      public void exitFdw_options(sql.postgresql.PostgreSQLParser.Fdw_optionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.fdw_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFdw_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFdw_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFetch_args

      public void exitFetch_args(sql.postgresql.PostgreSQLParser.Fetch_argsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.fetch_args().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFetch_args in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFetch_args in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFetchstmt

      public void exitFetchstmt(sql.postgresql.PostgreSQLParser.FetchstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.fetchstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFetchstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFetchstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFile_name

      public void exitFile_name(sql.postgresql.PostgreSQLParser.File_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.file_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFile_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFile_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFilter_clause

      public void exitFilter_clause(sql.postgresql.PostgreSQLParser.Filter_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.filter_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFilter_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFilter_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFirst_or_next

      public void exitFirst_or_next(sql.postgresql.PostgreSQLParser.First_or_nextContext ctx)
      Exit a parse tree produced by PostgreSQLParser.first_or_next().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFirst_or_next in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFirst_or_next in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFor_control

      public void exitFor_control(sql.postgresql.PostgreSQLParser.For_controlContext ctx)
      Exit a parse tree produced by PostgreSQLParser.for_control().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFor_control in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFor_control in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFor_locking_clause

      public void exitFor_locking_clause(sql.postgresql.PostgreSQLParser.For_locking_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.for_locking_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFor_locking_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFor_locking_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFor_locking_item

      public void exitFor_locking_item(sql.postgresql.PostgreSQLParser.For_locking_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.for_locking_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFor_locking_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFor_locking_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFor_locking_items

      public void exitFor_locking_items(sql.postgresql.PostgreSQLParser.For_locking_itemsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.for_locking_items().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFor_locking_items in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFor_locking_items in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFor_locking_strength

      public void exitFor_locking_strength(sql.postgresql.PostgreSQLParser.For_locking_strengthContext ctx)
      Exit a parse tree produced by PostgreSQLParser.for_locking_strength().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFor_locking_strength in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFor_locking_strength in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFor_variable

      public void exitFor_variable(sql.postgresql.PostgreSQLParser.For_variableContext ctx)
      Exit a parse tree produced by PostgreSQLParser.for_variable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFor_variable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFor_variable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitForeach_slice

      public void exitForeach_slice(sql.postgresql.PostgreSQLParser.Foreach_sliceContext ctx)
      Exit a parse tree produced by PostgreSQLParser.foreach_slice().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitForeach_slice in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitForeach_slice in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitForeign_server_version

      public void exitForeign_server_version(sql.postgresql.PostgreSQLParser.Foreign_server_versionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.foreign_server_version().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitForeign_server_version in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitForeign_server_version in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFrame_bound

      public void exitFrame_bound(sql.postgresql.PostgreSQLParser.Frame_boundContext ctx)
      Exit a parse tree produced by PostgreSQLParser.frame_bound().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFrame_bound in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFrame_bound in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFrame_extent

      public void exitFrame_extent(sql.postgresql.PostgreSQLParser.Frame_extentContext ctx)
      Exit a parse tree produced by PostgreSQLParser.frame_extent().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFrame_extent in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFrame_extent in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFrom_clause

      public void exitFrom_clause(sql.postgresql.PostgreSQLParser.From_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.from_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFrom_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFrom_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFrom_in

      public void exitFrom_in(sql.postgresql.PostgreSQLParser.From_inContext ctx)
      Exit a parse tree produced by PostgreSQLParser.from_in().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFrom_in in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFrom_in in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFrom_list

      public void exitFrom_list(sql.postgresql.PostgreSQLParser.From_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.from_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFrom_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFrom_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_alias_clause

      public void exitFunc_alias_clause(sql.postgresql.PostgreSQLParser.Func_alias_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_alias_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_alias_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_alias_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_application

      public void exitFunc_application(sql.postgresql.PostgreSQLParser.Func_applicationContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_application().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_application in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_application in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_arg

      public void exitFunc_arg(sql.postgresql.PostgreSQLParser.Func_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_arg_expr

      public void exitFunc_arg_expr(sql.postgresql.PostgreSQLParser.Func_arg_exprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_arg_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_arg_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_arg_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_arg_list

      public void exitFunc_arg_list(sql.postgresql.PostgreSQLParser.Func_arg_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_arg_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_arg_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_arg_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_arg_with_default

      public void exitFunc_arg_with_default(sql.postgresql.PostgreSQLParser.Func_arg_with_defaultContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_arg_with_default().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_arg_with_default in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_arg_with_default in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_args

      public void exitFunc_args(sql.postgresql.PostgreSQLParser.Func_argsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_args().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_args in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_args in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_args_list

      public void exitFunc_args_list(sql.postgresql.PostgreSQLParser.Func_args_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_args_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_args_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_args_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_args_with_defaults

      public void exitFunc_args_with_defaults(sql.postgresql.PostgreSQLParser.Func_args_with_defaultsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_args_with_defaults().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_args_with_defaults in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_args_with_defaults in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_args_with_defaults_list

      public void exitFunc_args_with_defaults_list(sql.postgresql.PostgreSQLParser.Func_args_with_defaults_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_args_with_defaults_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_args_with_defaults_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_args_with_defaults_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_as

      public void exitFunc_as(sql.postgresql.PostgreSQLParser.Func_asContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_as().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_as in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_as in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_expr

      public void exitFunc_expr(sql.postgresql.PostgreSQLParser.Func_exprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_expr_common_subexpr

      public void exitFunc_expr_common_subexpr(sql.postgresql.PostgreSQLParser.Func_expr_common_subexprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_expr_common_subexpr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_expr_common_subexpr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_expr_common_subexpr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_expr_windowless

      public void exitFunc_expr_windowless(sql.postgresql.PostgreSQLParser.Func_expr_windowlessContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_expr_windowless().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_expr_windowless in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_expr_windowless in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_name

      public void exitFunc_name(sql.postgresql.PostgreSQLParser.Func_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_return

      public void exitFunc_return(sql.postgresql.PostgreSQLParser.Func_returnContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_return().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_return in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_return in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_table

      public void exitFunc_table(sql.postgresql.PostgreSQLParser.Func_tableContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_table().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_table in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_table in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunc_type

      public void exitFunc_type(sql.postgresql.PostgreSQLParser.Func_typeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.func_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunc_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunc_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunction_or_procedure

      public void exitFunction_or_procedure(sql.postgresql.PostgreSQLParser.Function_or_procedureContext ctx)
      Exit a parse tree produced by PostgreSQLParser.function_or_procedure().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunction_or_procedure in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunction_or_procedure in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunction_with_argtypes

      public void exitFunction_with_argtypes(sql.postgresql.PostgreSQLParser.Function_with_argtypesContext ctx)
      Exit a parse tree produced by PostgreSQLParser.function_with_argtypes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunction_with_argtypes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunction_with_argtypes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunction_with_argtypes_list

      public void exitFunction_with_argtypes_list(sql.postgresql.PostgreSQLParser.Function_with_argtypes_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.function_with_argtypes_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunction_with_argtypes_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunction_with_argtypes_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitFunctionsetresetclause

      public void exitFunctionsetresetclause(sql.postgresql.PostgreSQLParser.FunctionsetresetclauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.functionsetresetclause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitFunctionsetresetclause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitFunctionsetresetclause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGenerated_when

      public void exitGenerated_when(sql.postgresql.PostgreSQLParser.Generated_whenContext ctx)
      Exit a parse tree produced by PostgreSQLParser.generated_when().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGenerated_when in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGenerated_when in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGeneric_option_arg

      public void exitGeneric_option_arg(sql.postgresql.PostgreSQLParser.Generic_option_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.generic_option_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGeneric_option_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGeneric_option_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGeneric_option_elem

      public void exitGeneric_option_elem(sql.postgresql.PostgreSQLParser.Generic_option_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.generic_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGeneric_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGeneric_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGeneric_option_list

      public void exitGeneric_option_list(sql.postgresql.PostgreSQLParser.Generic_option_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.generic_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGeneric_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGeneric_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGeneric_option_name

      public void exitGeneric_option_name(sql.postgresql.PostgreSQLParser.Generic_option_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.generic_option_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGeneric_option_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGeneric_option_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGeneric_reset

      public void exitGeneric_reset(sql.postgresql.PostgreSQLParser.Generic_resetContext ctx)
      Exit a parse tree produced by PostgreSQLParser.generic_reset().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGeneric_reset in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGeneric_reset in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGeneric_set

      public void exitGeneric_set(sql.postgresql.PostgreSQLParser.Generic_setContext ctx)
      Exit a parse tree produced by PostgreSQLParser.generic_set().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGeneric_set in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGeneric_set in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGenerictype

      public void exitGenerictype(sql.postgresql.PostgreSQLParser.GenerictypeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.generictype().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGenerictype in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGenerictype in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGetdiag_area_opt

      public void exitGetdiag_area_opt(sql.postgresql.PostgreSQLParser.Getdiag_area_optContext ctx)
      Exit a parse tree produced by PostgreSQLParser.getdiag_area_opt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGetdiag_area_opt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGetdiag_area_opt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGetdiag_item

      public void exitGetdiag_item(sql.postgresql.PostgreSQLParser.Getdiag_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.getdiag_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGetdiag_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGetdiag_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGetdiag_list

      public void exitGetdiag_list(sql.postgresql.PostgreSQLParser.Getdiag_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.getdiag_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGetdiag_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGetdiag_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGetdiag_list_item

      public void exitGetdiag_list_item(sql.postgresql.PostgreSQLParser.Getdiag_list_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.getdiag_list_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGetdiag_list_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGetdiag_list_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGetdiag_target

      public void exitGetdiag_target(sql.postgresql.PostgreSQLParser.Getdiag_targetContext ctx)
      Exit a parse tree produced by PostgreSQLParser.getdiag_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGetdiag_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGetdiag_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGrantee

      public void exitGrantee(sql.postgresql.PostgreSQLParser.GranteeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.grantee().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGrantee in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGrantee in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGrantee_list

      public void exitGrantee_list(sql.postgresql.PostgreSQLParser.Grantee_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.grantee_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGrantee_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGrantee_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGrantrolestmt

      public void exitGrantrolestmt(sql.postgresql.PostgreSQLParser.GrantrolestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.grantrolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGrantrolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGrantrolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGrantstmt

      public void exitGrantstmt(sql.postgresql.PostgreSQLParser.GrantstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.grantstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGrantstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGrantstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGroup_by_item

      public void exitGroup_by_item(sql.postgresql.PostgreSQLParser.Group_by_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.group_by_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGroup_by_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGroup_by_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGroup_by_list

      public void exitGroup_by_list(sql.postgresql.PostgreSQLParser.Group_by_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.group_by_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGroup_by_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGroup_by_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGroup_clause

      public void exitGroup_clause(sql.postgresql.PostgreSQLParser.Group_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.group_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGroup_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGroup_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitGrouping_sets_clause

      public void exitGrouping_sets_clause(sql.postgresql.PostgreSQLParser.Grouping_sets_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.grouping_sets_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitGrouping_sets_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitGrouping_sets_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitHandler_name

      public void exitHandler_name(sql.postgresql.PostgreSQLParser.Handler_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.handler_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitHandler_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitHandler_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitHash_partbound

      public void exitHash_partbound(sql.postgresql.PostgreSQLParser.Hash_partboundContext ctx)
      Exit a parse tree produced by PostgreSQLParser.hash_partbound().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitHash_partbound in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitHash_partbound in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitHash_partbound_elem

      public void exitHash_partbound_elem(sql.postgresql.PostgreSQLParser.Hash_partbound_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.hash_partbound_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitHash_partbound_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitHash_partbound_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitHaving_clause

      public void exitHaving_clause(sql.postgresql.PostgreSQLParser.Having_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.having_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitHaving_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitHaving_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitI_or_f_const

      public void exitI_or_f_const(sql.postgresql.PostgreSQLParser.I_or_f_constContext ctx)
      Exit a parse tree produced by PostgreSQLParser.i_or_f_const().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitI_or_f_const in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitI_or_f_const in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIconst

      public void exitIconst(sql.postgresql.PostgreSQLParser.IconstContext ctx)
      Exit a parse tree produced by PostgreSQLParser.iconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIdentifier

      public void exitIdentifier(sql.postgresql.PostgreSQLParser.IdentifierContext ctx)
      Exit a parse tree produced by PostgreSQLParser.identifier().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIdentifier in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIdentifier in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitImplicit_row

      public void exitImplicit_row(sql.postgresql.PostgreSQLParser.Implicit_rowContext ctx)
      Exit a parse tree produced by PostgreSQLParser.implicit_row().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitImplicit_row in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitImplicit_row in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitImport_qualification

      public void exitImport_qualification(sql.postgresql.PostgreSQLParser.Import_qualificationContext ctx)
      Exit a parse tree produced by PostgreSQLParser.import_qualification().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitImport_qualification in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitImport_qualification in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitImport_qualification_type

      public void exitImport_qualification_type(sql.postgresql.PostgreSQLParser.Import_qualification_typeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.import_qualification_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitImport_qualification_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitImport_qualification_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitImportforeignschemastmt

      public void exitImportforeignschemastmt(sql.postgresql.PostgreSQLParser.ImportforeignschemastmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.importforeignschemastmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitImportforeignschemastmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitImportforeignschemastmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIn_expr_list

      public void exitIn_expr_list(sql.postgresql.PostgreSQLParser.In_expr_listContext ctx)
      Exit a parse tree produced by the in_expr_list labeled alternative in PostgreSQLParser.in_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIn_expr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIn_expr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIn_expr_select

      public void exitIn_expr_select(sql.postgresql.PostgreSQLParser.In_expr_selectContext ctx)
      Exit a parse tree produced by the in_expr_select labeled alternative in PostgreSQLParser.in_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIn_expr_select in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIn_expr_select in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIndex_elem

      public void exitIndex_elem(sql.postgresql.PostgreSQLParser.Index_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.index_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIndex_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIndex_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIndex_elem_options

      public void exitIndex_elem_options(sql.postgresql.PostgreSQLParser.Index_elem_optionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.index_elem_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIndex_elem_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIndex_elem_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIndex_including_params

      public void exitIndex_including_params(sql.postgresql.PostgreSQLParser.Index_including_paramsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.index_including_params().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIndex_including_params in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIndex_including_params in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIndex_params

      public void exitIndex_params(sql.postgresql.PostgreSQLParser.Index_paramsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.index_params().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIndex_params in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIndex_params in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIndex_partition_cmd

      public void exitIndex_partition_cmd(sql.postgresql.PostgreSQLParser.Index_partition_cmdContext ctx)
      Exit a parse tree produced by PostgreSQLParser.index_partition_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIndex_partition_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIndex_partition_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIndexstmt

      public void exitIndexstmt(sql.postgresql.PostgreSQLParser.IndexstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.indexstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIndexstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIndexstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIndirection

      public void exitIndirection(sql.postgresql.PostgreSQLParser.IndirectionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.indirection().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIndirection in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIndirection in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIndirection_el

      public void exitIndirection_el(sql.postgresql.PostgreSQLParser.Indirection_elContext ctx)
      Exit a parse tree produced by PostgreSQLParser.indirection_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIndirection_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIndirection_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitInsert_column_item

      public void exitInsert_column_item(sql.postgresql.PostgreSQLParser.Insert_column_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.insert_column_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitInsert_column_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitInsert_column_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitInsert_column_list

      public void exitInsert_column_list(sql.postgresql.PostgreSQLParser.Insert_column_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.insert_column_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitInsert_column_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitInsert_column_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitInsert_rest

      public void exitInsert_rest(sql.postgresql.PostgreSQLParser.Insert_restContext ctx)
      Exit a parse tree produced by PostgreSQLParser.insert_rest().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitInsert_rest in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitInsert_rest in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitInsert_target

      public void exitInsert_target(sql.postgresql.PostgreSQLParser.Insert_targetContext ctx)
      Exit a parse tree produced by PostgreSQLParser.insert_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitInsert_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitInsert_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitInsertstmt

      public void exitInsertstmt(sql.postgresql.PostgreSQLParser.InsertstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.insertstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitInsertstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitInsertstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitInterval_second

      public void exitInterval_second(sql.postgresql.PostgreSQLParser.Interval_secondContext ctx)
      Exit a parse tree produced by PostgreSQLParser.interval_second().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitInterval_second in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitInterval_second in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitInto_clause

      public void exitInto_clause(sql.postgresql.PostgreSQLParser.Into_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.into_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitInto_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitInto_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitInto_target

      public void exitInto_target(sql.postgresql.PostgreSQLParser.Into_targetContext ctx)
      Exit a parse tree produced by PostgreSQLParser.into_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitInto_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitInto_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitIso_level

      public void exitIso_level(sql.postgresql.PostgreSQLParser.Iso_levelContext ctx)
      Exit a parse tree produced by PostgreSQLParser.iso_level().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitIso_level in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitIso_level in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitJoin_qual

      public void exitJoin_qual(sql.postgresql.PostgreSQLParser.Join_qualContext ctx)
      Exit a parse tree produced by PostgreSQLParser.join_qual().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitJoin_qual in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitJoin_qual in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitJoin_type

      public void exitJoin_type(sql.postgresql.PostgreSQLParser.Join_typeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.join_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitJoin_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitJoin_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitKey_action

      public void exitKey_action(sql.postgresql.PostgreSQLParser.Key_actionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.key_action().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitKey_action in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitKey_action in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitKey_actions

      public void exitKey_actions(sql.postgresql.PostgreSQLParser.Key_actionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.key_actions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitKey_actions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitKey_actions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitKey_delete

      public void exitKey_delete(sql.postgresql.PostgreSQLParser.Key_deleteContext ctx)
      Exit a parse tree produced by PostgreSQLParser.key_delete().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitKey_delete in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitKey_delete in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitKey_match

      public void exitKey_match(sql.postgresql.PostgreSQLParser.Key_matchContext ctx)
      Exit a parse tree produced by PostgreSQLParser.key_match().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitKey_match in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitKey_match in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitKey_update

      public void exitKey_update(sql.postgresql.PostgreSQLParser.Key_updateContext ctx)
      Exit a parse tree produced by PostgreSQLParser.key_update().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitKey_update in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitKey_update in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitLabel_decl

      public void exitLabel_decl(sql.postgresql.PostgreSQLParser.Label_declContext ctx)
      Exit a parse tree produced by PostgreSQLParser.label_decl().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitLabel_decl in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitLabel_decl in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitLimit_clause

      public void exitLimit_clause(sql.postgresql.PostgreSQLParser.Limit_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.limit_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitLimit_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitLimit_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitListenstmt

      public void exitListenstmt(sql.postgresql.PostgreSQLParser.ListenstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.listenstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitListenstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitListenstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitLoadstmt

      public void exitLoadstmt(sql.postgresql.PostgreSQLParser.LoadstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.loadstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitLoadstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitLoadstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitLock_type

      public void exitLock_type(sql.postgresql.PostgreSQLParser.Lock_typeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.lock_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitLock_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitLock_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitLocked_rels_list

      public void exitLocked_rels_list(sql.postgresql.PostgreSQLParser.Locked_rels_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.locked_rels_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitLocked_rels_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitLocked_rels_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitLockstmt

      public void exitLockstmt(sql.postgresql.PostgreSQLParser.LockstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.lockstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitLockstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitLockstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitLoop_body

      public void exitLoop_body(sql.postgresql.PostgreSQLParser.Loop_bodyContext ctx)
      Exit a parse tree produced by PostgreSQLParser.loop_body().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitLoop_body in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitLoop_body in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitMake_execsql_stmt

      public void exitMake_execsql_stmt(sql.postgresql.PostgreSQLParser.Make_execsql_stmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.make_execsql_stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitMake_execsql_stmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitMake_execsql_stmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitMathop

      public void exitMathop(sql.postgresql.PostgreSQLParser.MathopContext ctx)
      Exit a parse tree produced by PostgreSQLParser.mathop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitMathop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitMathop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitMerge_delete_clause

      public void exitMerge_delete_clause(sql.postgresql.PostgreSQLParser.Merge_delete_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.merge_delete_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitMerge_delete_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitMerge_delete_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitMerge_insert_clause

      public void exitMerge_insert_clause(sql.postgresql.PostgreSQLParser.Merge_insert_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.merge_insert_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitMerge_insert_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitMerge_insert_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitMerge_update_clause

      public void exitMerge_update_clause(sql.postgresql.PostgreSQLParser.Merge_update_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.merge_update_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitMerge_update_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitMerge_update_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitMergestmt

      public void exitMergestmt(sql.postgresql.PostgreSQLParser.MergestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.mergestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitMergestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitMergestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitName

      public void exitName(sql.postgresql.PostgreSQLParser.NameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitName in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitName in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitName_list

      public void exitName_list(sql.postgresql.PostgreSQLParser.Name_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitName_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitName_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitNon_ansi_join

      public void exitNon_ansi_join(sql.postgresql.PostgreSQLParser.Non_ansi_joinContext ctx)
      Exit a parse tree produced by PostgreSQLParser.non_ansi_join().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitNon_ansi_join in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitNon_ansi_join in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitNonreservedword

      public void exitNonreservedword(sql.postgresql.PostgreSQLParser.NonreservedwordContext ctx)
      Exit a parse tree produced by PostgreSQLParser.nonreservedword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitNonreservedword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitNonreservedword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitNonreservedword_or_sconst

      public void exitNonreservedword_or_sconst(sql.postgresql.PostgreSQLParser.Nonreservedword_or_sconstContext ctx)
      Exit a parse tree produced by PostgreSQLParser.nonreservedword_or_sconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitNonreservedword_or_sconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitNonreservedword_or_sconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitNotify_payload

      public void exitNotify_payload(sql.postgresql.PostgreSQLParser.Notify_payloadContext ctx)
      Exit a parse tree produced by PostgreSQLParser.notify_payload().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitNotify_payload in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitNotify_payload in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitNotifystmt

      public void exitNotifystmt(sql.postgresql.PostgreSQLParser.NotifystmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.notifystmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitNotifystmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitNotifystmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitNumeric

      public void exitNumeric(sql.postgresql.PostgreSQLParser.NumericContext ctx)
      Exit a parse tree produced by PostgreSQLParser.numeric().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitNumeric in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitNumeric in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitNumericonly

      public void exitNumericonly(sql.postgresql.PostgreSQLParser.NumericonlyContext ctx)
      Exit a parse tree produced by PostgreSQLParser.numericonly().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitNumericonly in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitNumericonly in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitNumericonly_list

      public void exitNumericonly_list(sql.postgresql.PostgreSQLParser.Numericonly_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.numericonly_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitNumericonly_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitNumericonly_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitObject_type_any_name

      public void exitObject_type_any_name(sql.postgresql.PostgreSQLParser.Object_type_any_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.object_type_any_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitObject_type_any_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitObject_type_any_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitObject_type_name

      public void exitObject_type_name(sql.postgresql.PostgreSQLParser.Object_type_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.object_type_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitObject_type_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitObject_type_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitObject_type_name_on_any_name

      public void exitObject_type_name_on_any_name(sql.postgresql.PostgreSQLParser.Object_type_name_on_any_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.object_type_name_on_any_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitObject_type_name_on_any_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitObject_type_name_on_any_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOffset_clause

      public void exitOffset_clause(sql.postgresql.PostgreSQLParser.Offset_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.offset_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOffset_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOffset_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOld_aggr_definition

      public void exitOld_aggr_definition(sql.postgresql.PostgreSQLParser.Old_aggr_definitionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.old_aggr_definition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOld_aggr_definition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOld_aggr_definition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOld_aggr_elem

      public void exitOld_aggr_elem(sql.postgresql.PostgreSQLParser.Old_aggr_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.old_aggr_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOld_aggr_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOld_aggr_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOld_aggr_list

      public void exitOld_aggr_list(sql.postgresql.PostgreSQLParser.Old_aggr_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.old_aggr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOld_aggr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOld_aggr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOncommitoption

      public void exitOncommitoption(sql.postgresql.PostgreSQLParser.OncommitoptionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.oncommitoption().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOncommitoption in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOncommitoption in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpclass_drop

      public void exitOpclass_drop(sql.postgresql.PostgreSQLParser.Opclass_dropContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opclass_drop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpclass_drop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpclass_drop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpclass_drop_list

      public void exitOpclass_drop_list(sql.postgresql.PostgreSQLParser.Opclass_drop_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opclass_drop_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpclass_drop_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpclass_drop_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpclass_item

      public void exitOpclass_item(sql.postgresql.PostgreSQLParser.Opclass_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opclass_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpclass_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpclass_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpclass_item_list

      public void exitOpclass_item_list(sql.postgresql.PostgreSQLParser.Opclass_item_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opclass_item_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpclass_item_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpclass_item_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpclass_purpose

      public void exitOpclass_purpose(sql.postgresql.PostgreSQLParser.Opclass_purposeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opclass_purpose().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpclass_purpose in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpclass_purpose in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOper_argtypes

      public void exitOper_argtypes(sql.postgresql.PostgreSQLParser.Oper_argtypesContext ctx)
      Exit a parse tree produced by PostgreSQLParser.oper_argtypes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOper_argtypes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOper_argtypes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOperator_def_arg

      public void exitOperator_def_arg(sql.postgresql.PostgreSQLParser.Operator_def_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.operator_def_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOperator_def_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOperator_def_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOperator_def_elem

      public void exitOperator_def_elem(sql.postgresql.PostgreSQLParser.Operator_def_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.operator_def_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOperator_def_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOperator_def_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOperator_def_list

      public void exitOperator_def_list(sql.postgresql.PostgreSQLParser.Operator_def_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.operator_def_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOperator_def_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOperator_def_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOperator_with_argtypes

      public void exitOperator_with_argtypes(sql.postgresql.PostgreSQLParser.Operator_with_argtypesContext ctx)
      Exit a parse tree produced by PostgreSQLParser.operator_with_argtypes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOperator_with_argtypes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOperator_with_argtypes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOperator_with_argtypes_list

      public void exitOperator_with_argtypes_list(sql.postgresql.PostgreSQLParser.Operator_with_argtypes_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.operator_with_argtypes_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOperator_with_argtypes_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOperator_with_argtypes_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_alias_clause

      public void exitOpt_alias_clause(sql.postgresql.PostgreSQLParser.Opt_alias_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_alias_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_alias_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_alias_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_all_clause

      public void exitOpt_all_clause(sql.postgresql.PostgreSQLParser.Opt_all_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_all_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_all_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_all_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_analyze

      public void exitOpt_analyze(sql.postgresql.PostgreSQLParser.Opt_analyzeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_analyze().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_analyze in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_analyze in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_array_bounds

      public void exitOpt_array_bounds(sql.postgresql.PostgreSQLParser.Opt_array_boundsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_array_bounds().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_array_bounds in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_array_bounds in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_as

      public void exitOpt_as(sql.postgresql.PostgreSQLParser.Opt_asContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_as().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_as in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_as in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_asc_desc

      public void exitOpt_asc_desc(sql.postgresql.PostgreSQLParser.Opt_asc_descContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_asc_desc().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_asc_desc in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_asc_desc in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_binary

      public void exitOpt_binary(sql.postgresql.PostgreSQLParser.Opt_binaryContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_binary().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_binary in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_binary in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_block_label

      public void exitOpt_block_label(sql.postgresql.PostgreSQLParser.Opt_block_labelContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_block_label().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_block_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_block_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_boolean_or_string

      public void exitOpt_boolean_or_string(sql.postgresql.PostgreSQLParser.Opt_boolean_or_stringContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_boolean_or_string().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_boolean_or_string in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_boolean_or_string in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_by

      public void exitOpt_by(sql.postgresql.PostgreSQLParser.Opt_byContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_by().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_by in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_by in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_by_expression

      public void exitOpt_by_expression(sql.postgresql.PostgreSQLParser.Opt_by_expressionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_by_expression().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_by_expression in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_by_expression in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_c_include

      public void exitOpt_c_include(sql.postgresql.PostgreSQLParser.Opt_c_includeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_c_include().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_c_include in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_c_include in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_case_else

      public void exitOpt_case_else(sql.postgresql.PostgreSQLParser.Opt_case_elseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_case_else().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_case_else in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_case_else in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_check_option

      public void exitOpt_check_option(sql.postgresql.PostgreSQLParser.Opt_check_optionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_check_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_check_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_check_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_class

      public void exitOpt_class(sql.postgresql.PostgreSQLParser.Opt_classContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_class().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_class in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_class in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_col_def_list

      public void exitOpt_col_def_list(sql.postgresql.PostgreSQLParser.Opt_col_def_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_col_def_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_col_def_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_col_def_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_collate

      public void exitOpt_collate(sql.postgresql.PostgreSQLParser.Opt_collateContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_collate().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_collate in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_collate in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_collate_clause

      public void exitOpt_collate_clause(sql.postgresql.PostgreSQLParser.Opt_collate_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_collate_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_collate_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_collate_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_column

      public void exitOpt_column(sql.postgresql.PostgreSQLParser.Opt_columnContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_column().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_column in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_column in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_column_list

      public void exitOpt_column_list(sql.postgresql.PostgreSQLParser.Opt_column_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_column_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_column_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_column_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_concurrently

      public void exitOpt_concurrently(sql.postgresql.PostgreSQLParser.Opt_concurrentlyContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_concurrently().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_concurrently in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_concurrently in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_conf_expr

      public void exitOpt_conf_expr(sql.postgresql.PostgreSQLParser.Opt_conf_exprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_conf_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_conf_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_conf_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_cursor_from

      public void exitOpt_cursor_from(sql.postgresql.PostgreSQLParser.Opt_cursor_fromContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_cursor_from().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_cursor_from in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_cursor_from in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_cursor_parameters

      public void exitOpt_cursor_parameters(sql.postgresql.PostgreSQLParser.Opt_cursor_parametersContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_cursor_parameters().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_cursor_parameters in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_cursor_parameters in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_default

      public void exitOpt_default(sql.postgresql.PostgreSQLParser.Opt_defaultContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_default().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_default in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_default in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_definition

      public void exitOpt_definition(sql.postgresql.PostgreSQLParser.Opt_definitionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_definition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_definition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_definition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_drop_behavior

      public void exitOpt_drop_behavior(sql.postgresql.PostgreSQLParser.Opt_drop_behaviorContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_drop_behavior().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_drop_behavior in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_drop_behavior in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_encoding

      public void exitOpt_encoding(sql.postgresql.PostgreSQLParser.Opt_encodingContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_encoding().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_encoding in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_encoding in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_enum_val_list

      public void exitOpt_enum_val_list(sql.postgresql.PostgreSQLParser.Opt_enum_val_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_enum_val_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_enum_val_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_enum_val_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_equal

      public void exitOpt_equal(sql.postgresql.PostgreSQLParser.Opt_equalContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_equal().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_equal in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_equal in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_escape

      public void exitOpt_escape(sql.postgresql.PostgreSQLParser.Opt_escapeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_escape().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_escape in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_escape in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_execute_into

      public void exitOpt_execute_into(sql.postgresql.PostgreSQLParser.Opt_execute_intoContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_execute_into().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_execute_into in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_execute_into in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_execute_using

      public void exitOpt_execute_using(sql.postgresql.PostgreSQLParser.Opt_execute_usingContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_execute_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_execute_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_execute_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_execute_using_list

      public void exitOpt_execute_using_list(sql.postgresql.PostgreSQLParser.Opt_execute_using_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_execute_using_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_execute_using_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_execute_using_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_existing_window_name

      public void exitOpt_existing_window_name(sql.postgresql.PostgreSQLParser.Opt_existing_window_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_existing_window_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_existing_window_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_existing_window_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_exitcond

      public void exitOpt_exitcond(sql.postgresql.PostgreSQLParser.Opt_exitcondContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_exitcond().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_exitcond in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_exitcond in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_expr_list

      public void exitOpt_expr_list(sql.postgresql.PostgreSQLParser.Opt_expr_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_expr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_expr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_expr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_expr_until_when

      public void exitOpt_expr_until_when(sql.postgresql.PostgreSQLParser.Opt_expr_until_whenContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_expr_until_when().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_expr_until_when in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_expr_until_when in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_fdw_options

      public void exitOpt_fdw_options(sql.postgresql.PostgreSQLParser.Opt_fdw_optionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_fdw_options().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_fdw_options in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_fdw_options in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_fetch_direction

      public void exitOpt_fetch_direction(sql.postgresql.PostgreSQLParser.Opt_fetch_directionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_fetch_direction().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_fetch_direction in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_fetch_direction in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_float

      public void exitOpt_float(sql.postgresql.PostgreSQLParser.Opt_floatContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_float().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_float in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_float in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_for_locking_clause

      public void exitOpt_for_locking_clause(sql.postgresql.PostgreSQLParser.Opt_for_locking_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_for_locking_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_for_locking_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_for_locking_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_for_using_expression

      public void exitOpt_for_using_expression(sql.postgresql.PostgreSQLParser.Opt_for_using_expressionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_for_using_expression().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_for_using_expression in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_for_using_expression in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_foreign_server_version

      public void exitOpt_foreign_server_version(sql.postgresql.PostgreSQLParser.Opt_foreign_server_versionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_foreign_server_version().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_foreign_server_version in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_foreign_server_version in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_frame_clause

      public void exitOpt_frame_clause(sql.postgresql.PostgreSQLParser.Opt_frame_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_frame_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_frame_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_frame_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_freeze

      public void exitOpt_freeze(sql.postgresql.PostgreSQLParser.Opt_freezeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_freeze().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_freeze in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_freeze in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_from_in

      public void exitOpt_from_in(sql.postgresql.PostgreSQLParser.Opt_from_inContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_from_in().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_from_in in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_from_in in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_full

      public void exitOpt_full(sql.postgresql.PostgreSQLParser.Opt_fullContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_full().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_full in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_full in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_grant_admin_option

      public void exitOpt_grant_admin_option(sql.postgresql.PostgreSQLParser.Opt_grant_admin_optionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_grant_admin_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_grant_admin_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_grant_admin_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_grant_grant_option

      public void exitOpt_grant_grant_option(sql.postgresql.PostgreSQLParser.Opt_grant_grant_optionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_grant_grant_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_grant_grant_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_grant_grant_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_granted_by

      public void exitOpt_granted_by(sql.postgresql.PostgreSQLParser.Opt_granted_byContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_granted_by().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_granted_by in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_granted_by in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_hold

      public void exitOpt_hold(sql.postgresql.PostgreSQLParser.Opt_holdContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_hold().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_hold in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_hold in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_if_exists

      public void exitOpt_if_exists(sql.postgresql.PostgreSQLParser.Opt_if_existsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_if_exists().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_if_exists in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_if_exists in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_if_not_exists

      public void exitOpt_if_not_exists(sql.postgresql.PostgreSQLParser.Opt_if_not_existsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_if_not_exists().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_if_not_exists in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_if_not_exists in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_in_database

      public void exitOpt_in_database(sql.postgresql.PostgreSQLParser.Opt_in_databaseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_in_database().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_in_database in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_in_database in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_include

      public void exitOpt_include(sql.postgresql.PostgreSQLParser.Opt_includeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_include().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_include in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_include in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_index_name

      public void exitOpt_index_name(sql.postgresql.PostgreSQLParser.Opt_index_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_index_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_index_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_index_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_indirection

      public void exitOpt_indirection(sql.postgresql.PostgreSQLParser.Opt_indirectionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_indirection().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_indirection in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_indirection in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_inline_handler

      public void exitOpt_inline_handler(sql.postgresql.PostgreSQLParser.Opt_inline_handlerContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_inline_handler().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_inline_handler in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_inline_handler in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_instead

      public void exitOpt_instead(sql.postgresql.PostgreSQLParser.Opt_insteadContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_instead().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_instead in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_instead in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_interval

      public void exitOpt_interval(sql.postgresql.PostgreSQLParser.Opt_intervalContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_interval().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_interval in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_interval in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_label

      public void exitOpt_label(sql.postgresql.PostgreSQLParser.Opt_labelContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_label().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_lock

      public void exitOpt_lock(sql.postgresql.PostgreSQLParser.Opt_lockContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_lock().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_lock in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_lock in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_loop_label

      public void exitOpt_loop_label(sql.postgresql.PostgreSQLParser.Opt_loop_labelContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_loop_label().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_loop_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_loop_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_materialized

      public void exitOpt_materialized(sql.postgresql.PostgreSQLParser.Opt_materializedContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_materialized().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_materialized in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_materialized in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_name_list

      public void exitOpt_name_list(sql.postgresql.PostgreSQLParser.Opt_name_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_no

      public void exitOpt_no(sql.postgresql.PostgreSQLParser.Opt_noContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_no().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_no in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_no in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_no_inherit

      public void exitOpt_no_inherit(sql.postgresql.PostgreSQLParser.Opt_no_inheritContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_no_inherit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_no_inherit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_no_inherit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_nowait

      public void exitOpt_nowait(sql.postgresql.PostgreSQLParser.Opt_nowaitContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_nowait().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_nowait in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_nowait in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_nowait_or_skip

      public void exitOpt_nowait_or_skip(sql.postgresql.PostgreSQLParser.Opt_nowait_or_skipContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_nowait_or_skip().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_nowait_or_skip in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_nowait_or_skip in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_nulls_order

      public void exitOpt_nulls_order(sql.postgresql.PostgreSQLParser.Opt_nulls_orderContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_nulls_order().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_nulls_order in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_nulls_order in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_on_conflict

      public void exitOpt_on_conflict(sql.postgresql.PostgreSQLParser.Opt_on_conflictContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_on_conflict().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_on_conflict in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_on_conflict in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_open_bound_list

      public void exitOpt_open_bound_list(sql.postgresql.PostgreSQLParser.Opt_open_bound_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_open_bound_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_open_bound_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_open_bound_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_open_bound_list_item

      public void exitOpt_open_bound_list_item(sql.postgresql.PostgreSQLParser.Opt_open_bound_list_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_open_bound_list_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_open_bound_list_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_open_bound_list_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_open_using

      public void exitOpt_open_using(sql.postgresql.PostgreSQLParser.Opt_open_usingContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_open_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_open_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_open_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_opfamily

      public void exitOpt_opfamily(sql.postgresql.PostgreSQLParser.Opt_opfamilyContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_opfamily().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_opfamily in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_opfamily in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_or_replace

      public void exitOpt_or_replace(sql.postgresql.PostgreSQLParser.Opt_or_replaceContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_or_replace().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_or_replace in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_or_replace in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_ordinality

      public void exitOpt_ordinality(sql.postgresql.PostgreSQLParser.Opt_ordinalityContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_ordinality().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_ordinality in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_ordinality in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_partition_clause

      public void exitOpt_partition_clause(sql.postgresql.PostgreSQLParser.Opt_partition_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_partition_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_partition_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_partition_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_procedural

      public void exitOpt_procedural(sql.postgresql.PostgreSQLParser.Opt_proceduralContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_procedural().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_procedural in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_procedural in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_program

      public void exitOpt_program(sql.postgresql.PostgreSQLParser.Opt_programContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_program().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_program in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_program in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_provider

      public void exitOpt_provider(sql.postgresql.PostgreSQLParser.Opt_providerContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_provider().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_provider in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_provider in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_publication_for_tables

      public void exitOpt_publication_for_tables(sql.postgresql.PostgreSQLParser.Opt_publication_for_tablesContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_publication_for_tables().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_publication_for_tables in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_publication_for_tables in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_raise_list

      public void exitOpt_raise_list(sql.postgresql.PostgreSQLParser.Opt_raise_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_raise_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_raise_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_raise_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_raise_using

      public void exitOpt_raise_using(sql.postgresql.PostgreSQLParser.Opt_raise_usingContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_raise_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_raise_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_raise_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_raise_using_elem

      public void exitOpt_raise_using_elem(sql.postgresql.PostgreSQLParser.Opt_raise_using_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_raise_using_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_raise_using_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_raise_using_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_raise_using_elem_list

      public void exitOpt_raise_using_elem_list(sql.postgresql.PostgreSQLParser.Opt_raise_using_elem_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_raise_using_elem_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_raise_using_elem_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_raise_using_elem_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_recheck

      public void exitOpt_recheck(sql.postgresql.PostgreSQLParser.Opt_recheckContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_recheck().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_recheck in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_recheck in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_reloptions

      public void exitOpt_reloptions(sql.postgresql.PostgreSQLParser.Opt_reloptionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_reloptions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_reloptions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_reloptions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_repeatable_clause

      public void exitOpt_repeatable_clause(sql.postgresql.PostgreSQLParser.Opt_repeatable_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_repeatable_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_repeatable_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_repeatable_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_restart_seqs

      public void exitOpt_restart_seqs(sql.postgresql.PostgreSQLParser.Opt_restart_seqsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_restart_seqs().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_restart_seqs in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_restart_seqs in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_restrict

      public void exitOpt_restrict(sql.postgresql.PostgreSQLParser.Opt_restrictContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_restrict().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_restrict in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_restrict in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_return_result

      public void exitOpt_return_result(sql.postgresql.PostgreSQLParser.Opt_return_resultContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_return_result().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_return_result in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_return_result in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_returning_clause_into

      public void exitOpt_returning_clause_into(sql.postgresql.PostgreSQLParser.Opt_returning_clause_intoContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_returning_clause_into().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_returning_clause_into in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_returning_clause_into in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_reverse

      public void exitOpt_reverse(sql.postgresql.PostgreSQLParser.Opt_reverseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_reverse().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_reverse in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_reverse in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_scroll_option

      public void exitOpt_scroll_option(sql.postgresql.PostgreSQLParser.Opt_scroll_optionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_scroll_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_scroll_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_scroll_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_scroll_option_no

      public void exitOpt_scroll_option_no(sql.postgresql.PostgreSQLParser.Opt_scroll_option_noContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_scroll_option_no().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_scroll_option_no in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_scroll_option_no in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_scrollable

      public void exitOpt_scrollable(sql.postgresql.PostgreSQLParser.Opt_scrollableContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_scrollable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_scrollable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_scrollable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_select_limit

      public void exitOpt_select_limit(sql.postgresql.PostgreSQLParser.Opt_select_limitContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_select_limit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_select_limit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_select_limit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_semi

      public void exitOpt_semi(sql.postgresql.PostgreSQLParser.Opt_semiContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_semi().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_semi in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_semi in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_set_data

      public void exitOpt_set_data(sql.postgresql.PostgreSQLParser.Opt_set_dataContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_set_data().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_set_data in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_set_data in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_slice_bound

      public void exitOpt_slice_bound(sql.postgresql.PostgreSQLParser.Opt_slice_boundContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_slice_bound().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_slice_bound in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_slice_bound in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_sort_clause

      public void exitOpt_sort_clause(sql.postgresql.PostgreSQLParser.Opt_sort_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_sort_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_sort_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_sort_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_stmt_assert_message

      public void exitOpt_stmt_assert_message(sql.postgresql.PostgreSQLParser.Opt_stmt_assert_messageContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_stmt_assert_message().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_stmt_assert_message in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_stmt_assert_message in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_stmt_raise_level

      public void exitOpt_stmt_raise_level(sql.postgresql.PostgreSQLParser.Opt_stmt_raise_levelContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_stmt_raise_level().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_stmt_raise_level in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_stmt_raise_level in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_strict

      public void exitOpt_strict(sql.postgresql.PostgreSQLParser.Opt_strictContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_strict().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_strict in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_strict in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_table

      public void exitOpt_table(sql.postgresql.PostgreSQLParser.Opt_tableContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_table().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_table in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_table in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_target_list

      public void exitOpt_target_list(sql.postgresql.PostgreSQLParser.Opt_target_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_target_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_target_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_target_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_timezone

      public void exitOpt_timezone(sql.postgresql.PostgreSQLParser.Opt_timezoneContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_timezone().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_timezone in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_timezone in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_transaction

      public void exitOpt_transaction(sql.postgresql.PostgreSQLParser.Opt_transactionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_transaction().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_transaction in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_transaction in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_transaction_chain

      public void exitOpt_transaction_chain(sql.postgresql.PostgreSQLParser.Opt_transaction_chainContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_transaction_chain().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_transaction_chain in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_transaction_chain in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_trusted

      public void exitOpt_trusted(sql.postgresql.PostgreSQLParser.Opt_trustedContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_trusted().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_trusted in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_trusted in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_type

      public void exitOpt_type(sql.postgresql.PostgreSQLParser.Opt_typeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_type_modifiers

      public void exitOpt_type_modifiers(sql.postgresql.PostgreSQLParser.Opt_type_modifiersContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_type_modifiers().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_type_modifiers in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_type_modifiers in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_uescape

      public void exitOpt_uescape(sql.postgresql.PostgreSQLParser.Opt_uescapeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_uescape().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_uescape in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_uescape in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_unique

      public void exitOpt_unique(sql.postgresql.PostgreSQLParser.Opt_uniqueContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_unique().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_unique in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_unique in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_using

      public void exitOpt_using(sql.postgresql.PostgreSQLParser.Opt_usingContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_using().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_using in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_using in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_vacuum_relation_list

      public void exitOpt_vacuum_relation_list(sql.postgresql.PostgreSQLParser.Opt_vacuum_relation_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_vacuum_relation_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_vacuum_relation_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_vacuum_relation_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_validator

      public void exitOpt_validator(sql.postgresql.PostgreSQLParser.Opt_validatorContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_validator().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_validator in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_validator in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_varying

      public void exitOpt_varying(sql.postgresql.PostgreSQLParser.Opt_varyingContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_varying().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_varying in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_varying in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_verbose

      public void exitOpt_verbose(sql.postgresql.PostgreSQLParser.Opt_verboseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_verbose().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_verbose in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_verbose in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_window_exclusion_clause

      public void exitOpt_window_exclusion_clause(sql.postgresql.PostgreSQLParser.Opt_window_exclusion_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_window_exclusion_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_window_exclusion_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_window_exclusion_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_with

      public void exitOpt_with(sql.postgresql.PostgreSQLParser.Opt_withContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_with().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_with in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_with in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_with_clause

      public void exitOpt_with_clause(sql.postgresql.PostgreSQLParser.Opt_with_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_with_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_with_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_with_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_with_data

      public void exitOpt_with_data(sql.postgresql.PostgreSQLParser.Opt_with_dataContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_with_data().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_with_data in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_with_data in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpt_xml_root_standalone

      public void exitOpt_xml_root_standalone(sql.postgresql.PostgreSQLParser.Opt_xml_root_standaloneContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opt_xml_root_standalone().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpt_xml_root_standalone in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpt_xml_root_standalone in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptconstablespace

      public void exitOptconstablespace(sql.postgresql.PostgreSQLParser.OptconstablespaceContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optconstablespace().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptconstablespace in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptconstablespace in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptconstrfromtable

      public void exitOptconstrfromtable(sql.postgresql.PostgreSQLParser.OptconstrfromtableContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optconstrfromtable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptconstrfromtable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptconstrfromtable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptinherit

      public void exitOptinherit(sql.postgresql.PostgreSQLParser.OptinheritContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optinherit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptinherit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptinherit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOption_value

      public void exitOption_value(sql.postgresql.PostgreSQLParser.Option_valueContext ctx)
      Exit a parse tree produced by PostgreSQLParser.option_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOption_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOption_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptnolog

      public void exitOptnolog(sql.postgresql.PostgreSQLParser.OptnologContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optnolog().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptnolog in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptnolog in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptparenthesizedseqoptlist

      public void exitOptparenthesizedseqoptlist(sql.postgresql.PostgreSQLParser.OptparenthesizedseqoptlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optparenthesizedseqoptlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptparenthesizedseqoptlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptparenthesizedseqoptlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptpartitionspec

      public void exitOptpartitionspec(sql.postgresql.PostgreSQLParser.OptpartitionspecContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optpartitionspec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptpartitionspec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptpartitionspec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptrolelist

      public void exitOptrolelist(sql.postgresql.PostgreSQLParser.OptrolelistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optrolelist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptrolelist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptrolelist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptschemaeltlist

      public void exitOptschemaeltlist(sql.postgresql.PostgreSQLParser.OptschemaeltlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optschemaeltlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptschemaeltlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptschemaeltlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptschemaname

      public void exitOptschemaname(sql.postgresql.PostgreSQLParser.OptschemanameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optschemaname().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptschemaname in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptschemaname in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptseqoptlist

      public void exitOptseqoptlist(sql.postgresql.PostgreSQLParser.OptseqoptlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optseqoptlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptseqoptlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptseqoptlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpttableelementlist

      public void exitOpttableelementlist(sql.postgresql.PostgreSQLParser.OpttableelementlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opttableelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpttableelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpttableelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpttablefuncelementlist

      public void exitOpttablefuncelementlist(sql.postgresql.PostgreSQLParser.OpttablefuncelementlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opttablefuncelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpttablefuncelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpttablefuncelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpttablespace

      public void exitOpttablespace(sql.postgresql.PostgreSQLParser.OpttablespaceContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opttablespace().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpttablespace in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpttablespace in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpttablespaceowner

      public void exitOpttablespaceowner(sql.postgresql.PostgreSQLParser.OpttablespaceownerContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opttablespaceowner().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpttablespaceowner in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpttablespaceowner in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpttemp

      public void exitOpttemp(sql.postgresql.PostgreSQLParser.OpttempContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opttemp().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpttemp in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpttemp in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpttempTableName

      public void exitOpttempTableName(sql.postgresql.PostgreSQLParser.OpttempTableNameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opttempTableName().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpttempTableName in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpttempTableName in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOpttypedtableelementlist

      public void exitOpttypedtableelementlist(sql.postgresql.PostgreSQLParser.OpttypedtableelementlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.opttypedtableelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOpttypedtableelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOpttypedtableelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOptwith

      public void exitOptwith(sql.postgresql.PostgreSQLParser.OptwithContext ctx)
      Exit a parse tree produced by PostgreSQLParser.optwith().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOptwith in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOptwith in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOver_clause

      public void exitOver_clause(sql.postgresql.PostgreSQLParser.Over_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.over_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOver_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOver_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOverlay_list

      public void exitOverlay_list(sql.postgresql.PostgreSQLParser.Overlay_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.overlay_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOverlay_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOverlay_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitOverride_kind

      public void exitOverride_kind(sql.postgresql.PostgreSQLParser.Override_kindContext ctx)
      Exit a parse tree produced by PostgreSQLParser.override_kind().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitOverride_kind in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitOverride_kind in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitParam_name

      public void exitParam_name(sql.postgresql.PostgreSQLParser.Param_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.param_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitParam_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitParam_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPart_elem

      public void exitPart_elem(sql.postgresql.PostgreSQLParser.Part_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.part_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPart_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPart_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPart_params

      public void exitPart_params(sql.postgresql.PostgreSQLParser.Part_paramsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.part_params().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPart_params in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPart_params in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPartition_cmd

      public void exitPartition_cmd(sql.postgresql.PostgreSQLParser.Partition_cmdContext ctx)
      Exit a parse tree produced by PostgreSQLParser.partition_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPartition_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPartition_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPartitionboundspec

      public void exitPartitionboundspec(sql.postgresql.PostgreSQLParser.PartitionboundspecContext ctx)
      Exit a parse tree produced by PostgreSQLParser.partitionboundspec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPartitionboundspec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPartitionboundspec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPartitionspec

      public void exitPartitionspec(sql.postgresql.PostgreSQLParser.PartitionspecContext ctx)
      Exit a parse tree produced by PostgreSQLParser.partitionspec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPartitionspec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPartitionspec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPl_block

      public void exitPl_block(sql.postgresql.PostgreSQLParser.Pl_blockContext ctx)
      Exit a parse tree produced by PostgreSQLParser.pl_block().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPl_block in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPl_block in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPl_function

      public void exitPl_function(sql.postgresql.PostgreSQLParser.Pl_functionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.pl_function().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPl_function in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPl_function in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPlsql_opt_transaction_chain

      public void exitPlsql_opt_transaction_chain(sql.postgresql.PostgreSQLParser.Plsql_opt_transaction_chainContext ctx)
      Exit a parse tree produced by PostgreSQLParser.plsql_opt_transaction_chain().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPlsql_opt_transaction_chain in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPlsql_opt_transaction_chain in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPlsql_unreserved_keyword

      public void exitPlsql_unreserved_keyword(sql.postgresql.PostgreSQLParser.Plsql_unreserved_keywordContext ctx)
      Exit a parse tree produced by PostgreSQLParser.plsql_unreserved_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPlsql_unreserved_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPlsql_unreserved_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPlsqlconsolecommand

      public void exitPlsqlconsolecommand(sql.postgresql.PostgreSQLParser.PlsqlconsolecommandContext ctx)
      Exit a parse tree produced by PostgreSQLParser.plsqlconsolecommand().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPlsqlconsolecommand in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPlsqlconsolecommand in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPlsqlidentifier

      public void exitPlsqlidentifier(sql.postgresql.PostgreSQLParser.PlsqlidentifierContext ctx)
      Exit a parse tree produced by PostgreSQLParser.plsqlidentifier().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPlsqlidentifier in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPlsqlidentifier in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPlsqlroot

      public void exitPlsqlroot(sql.postgresql.PostgreSQLParser.PlsqlrootContext ctx)
      Exit a parse tree produced by PostgreSQLParser.plsqlroot().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPlsqlroot in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPlsqlroot in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPlsqlvariablename

      public void exitPlsqlvariablename(sql.postgresql.PostgreSQLParser.PlsqlvariablenameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.plsqlvariablename().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPlsqlvariablename in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPlsqlvariablename in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPosition_list

      public void exitPosition_list(sql.postgresql.PostgreSQLParser.Position_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.position_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPosition_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPosition_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPrep_type_clause

      public void exitPrep_type_clause(sql.postgresql.PostgreSQLParser.Prep_type_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.prep_type_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPrep_type_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPrep_type_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPreparablestmt

      public void exitPreparablestmt(sql.postgresql.PostgreSQLParser.PreparablestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.preparablestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPreparablestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPreparablestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPreparestmt

      public void exitPreparestmt(sql.postgresql.PostgreSQLParser.PreparestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.preparestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPreparestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPreparestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPrivilege

      public void exitPrivilege(sql.postgresql.PostgreSQLParser.PrivilegeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.privilege().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPrivilege in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPrivilege in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPrivilege_list

      public void exitPrivilege_list(sql.postgresql.PostgreSQLParser.Privilege_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.privilege_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPrivilege_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPrivilege_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPrivilege_target

      public void exitPrivilege_target(sql.postgresql.PostgreSQLParser.Privilege_targetContext ctx)
      Exit a parse tree produced by PostgreSQLParser.privilege_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPrivilege_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPrivilege_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPrivileges

      public void exitPrivileges(sql.postgresql.PostgreSQLParser.PrivilegesContext ctx)
      Exit a parse tree produced by PostgreSQLParser.privileges().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPrivileges in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPrivileges in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitProc_condition

      public void exitProc_condition(sql.postgresql.PostgreSQLParser.Proc_conditionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.proc_condition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitProc_condition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitProc_condition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitProc_conditions

      public void exitProc_conditions(sql.postgresql.PostgreSQLParser.Proc_conditionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.proc_conditions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitProc_conditions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitProc_conditions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitProc_exception

      public void exitProc_exception(sql.postgresql.PostgreSQLParser.Proc_exceptionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.proc_exception().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitProc_exception in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitProc_exception in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitProc_exceptions

      public void exitProc_exceptions(sql.postgresql.PostgreSQLParser.Proc_exceptionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.proc_exceptions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitProc_exceptions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitProc_exceptions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitProc_sect

      public void exitProc_sect(sql.postgresql.PostgreSQLParser.Proc_sectContext ctx)
      Exit a parse tree produced by PostgreSQLParser.proc_sect().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitProc_sect in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitProc_sect in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitProc_stmt

      public void exitProc_stmt(sql.postgresql.PostgreSQLParser.Proc_stmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.proc_stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitProc_stmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitProc_stmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPublication_for_tables

      public void exitPublication_for_tables(sql.postgresql.PostgreSQLParser.Publication_for_tablesContext ctx)
      Exit a parse tree produced by PostgreSQLParser.publication_for_tables().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPublication_for_tables in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPublication_for_tables in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPublication_name_item

      public void exitPublication_name_item(sql.postgresql.PostgreSQLParser.Publication_name_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.publication_name_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPublication_name_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPublication_name_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitPublication_name_list

      public void exitPublication_name_list(sql.postgresql.PostgreSQLParser.Publication_name_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.publication_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitPublication_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitPublication_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitQual_all_op

      public void exitQual_all_op(sql.postgresql.PostgreSQLParser.Qual_all_opContext ctx)
      Exit a parse tree produced by PostgreSQLParser.qual_all_op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitQual_all_op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitQual_all_op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitQual_op

      public void exitQual_op(sql.postgresql.PostgreSQLParser.Qual_opContext ctx)
      Exit a parse tree produced by PostgreSQLParser.qual_op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitQual_op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitQual_op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitQualified_name

      public void exitQualified_name(sql.postgresql.PostgreSQLParser.Qualified_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.qualified_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitQualified_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitQualified_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitQualified_name_list

      public void exitQualified_name_list(sql.postgresql.PostgreSQLParser.Qualified_name_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.qualified_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitQualified_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitQualified_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReassignownedstmt

      public void exitReassignownedstmt(sql.postgresql.PostgreSQLParser.ReassignownedstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reassignownedstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReassignownedstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReassignownedstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRefreshmatviewstmt

      public void exitRefreshmatviewstmt(sql.postgresql.PostgreSQLParser.RefreshmatviewstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.refreshmatviewstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRefreshmatviewstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRefreshmatviewstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReindex_option_elem

      public void exitReindex_option_elem(sql.postgresql.PostgreSQLParser.Reindex_option_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reindex_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReindex_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReindex_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReindex_option_list

      public void exitReindex_option_list(sql.postgresql.PostgreSQLParser.Reindex_option_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reindex_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReindex_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReindex_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReindex_target_multitable

      public void exitReindex_target_multitable(sql.postgresql.PostgreSQLParser.Reindex_target_multitableContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reindex_target_multitable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReindex_target_multitable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReindex_target_multitable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReindex_target_type

      public void exitReindex_target_type(sql.postgresql.PostgreSQLParser.Reindex_target_typeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reindex_target_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReindex_target_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReindex_target_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReindexstmt

      public void exitReindexstmt(sql.postgresql.PostgreSQLParser.ReindexstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reindexstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReindexstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReindexstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRelation_expr

      public void exitRelation_expr(sql.postgresql.PostgreSQLParser.Relation_exprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.relation_expr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRelation_expr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRelation_expr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRelation_expr_list

      public void exitRelation_expr_list(sql.postgresql.PostgreSQLParser.Relation_expr_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.relation_expr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRelation_expr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRelation_expr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRelation_expr_opt_alias

      public void exitRelation_expr_opt_alias(sql.postgresql.PostgreSQLParser.Relation_expr_opt_aliasContext ctx)
      Exit a parse tree produced by PostgreSQLParser.relation_expr_opt_alias().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRelation_expr_opt_alias in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRelation_expr_opt_alias in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReloption_elem

      public void exitReloption_elem(sql.postgresql.PostgreSQLParser.Reloption_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reloption_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReloption_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReloption_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReloption_list

      public void exitReloption_list(sql.postgresql.PostgreSQLParser.Reloption_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reloption_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReloption_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReloption_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReloptions

      public void exitReloptions(sql.postgresql.PostgreSQLParser.ReloptionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reloptions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReloptions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReloptions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRemoveaggrstmt

      public void exitRemoveaggrstmt(sql.postgresql.PostgreSQLParser.RemoveaggrstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.removeaggrstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRemoveaggrstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRemoveaggrstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRemovefuncstmt

      public void exitRemovefuncstmt(sql.postgresql.PostgreSQLParser.RemovefuncstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.removefuncstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRemovefuncstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRemovefuncstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRemoveoperstmt

      public void exitRemoveoperstmt(sql.postgresql.PostgreSQLParser.RemoveoperstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.removeoperstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRemoveoperstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRemoveoperstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRenamestmt

      public void exitRenamestmt(sql.postgresql.PostgreSQLParser.RenamestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.renamestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRenamestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRenamestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReplica_identity

      public void exitReplica_identity(sql.postgresql.PostgreSQLParser.Replica_identityContext ctx)
      Exit a parse tree produced by PostgreSQLParser.replica_identity().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReplica_identity in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReplica_identity in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReserved_keyword

      public void exitReserved_keyword(sql.postgresql.PostgreSQLParser.Reserved_keywordContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reserved_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReserved_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReserved_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReset_rest

      public void exitReset_rest(sql.postgresql.PostgreSQLParser.Reset_restContext ctx)
      Exit a parse tree produced by PostgreSQLParser.reset_rest().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReset_rest in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReset_rest in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitReturning_clause

      public void exitReturning_clause(sql.postgresql.PostgreSQLParser.Returning_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.returning_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitReturning_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitReturning_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRevokerolestmt

      public void exitRevokerolestmt(sql.postgresql.PostgreSQLParser.RevokerolestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.revokerolestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRevokerolestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRevokerolestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRevokestmt

      public void exitRevokestmt(sql.postgresql.PostgreSQLParser.RevokestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.revokestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRevokestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRevokestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRole_list

      public void exitRole_list(sql.postgresql.PostgreSQLParser.Role_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.role_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRole_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRole_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRoleid

      public void exitRoleid(sql.postgresql.PostgreSQLParser.RoleidContext ctx)
      Exit a parse tree produced by PostgreSQLParser.roleid().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRoleid in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRoleid in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRolespec

      public void exitRolespec(sql.postgresql.PostgreSQLParser.RolespecContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rolespec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRolespec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRolespec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRollup_clause

      public void exitRollup_clause(sql.postgresql.PostgreSQLParser.Rollup_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rollup_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRollup_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRollup_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRoot

      public void exitRoot(sql.postgresql.PostgreSQLParser.RootContext ctx)
      Exit a parse tree produced by PostgreSQLParser.root().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRoot in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRoot in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRow

      public void exitRow(sql.postgresql.PostgreSQLParser.RowContext ctx)
      Exit a parse tree produced by PostgreSQLParser.row().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRow in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRow in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRow_or_rows

      public void exitRow_or_rows(sql.postgresql.PostgreSQLParser.Row_or_rowsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.row_or_rows().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRow_or_rows in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRow_or_rows in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRow_security_cmd

      public void exitRow_security_cmd(sql.postgresql.PostgreSQLParser.Row_security_cmdContext ctx)
      Exit a parse tree produced by PostgreSQLParser.row_security_cmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRow_security_cmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRow_security_cmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRowsecuritydefaultforcmd

      public void exitRowsecuritydefaultforcmd(sql.postgresql.PostgreSQLParser.RowsecuritydefaultforcmdContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rowsecuritydefaultforcmd().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRowsecuritydefaultforcmd in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRowsecuritydefaultforcmd in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRowsecuritydefaultpermissive

      public void exitRowsecuritydefaultpermissive(sql.postgresql.PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rowsecuritydefaultpermissive().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRowsecuritydefaultpermissive in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRowsecuritydefaultpermissive in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRowsecuritydefaulttorole

      public void exitRowsecuritydefaulttorole(sql.postgresql.PostgreSQLParser.RowsecuritydefaulttoroleContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rowsecuritydefaulttorole().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRowsecuritydefaulttorole in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRowsecuritydefaulttorole in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRowsecurityoptionalexpr

      public void exitRowsecurityoptionalexpr(sql.postgresql.PostgreSQLParser.RowsecurityoptionalexprContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rowsecurityoptionalexpr().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRowsecurityoptionalexpr in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRowsecurityoptionalexpr in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRowsecurityoptionaltorole

      public void exitRowsecurityoptionaltorole(sql.postgresql.PostgreSQLParser.RowsecurityoptionaltoroleContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rowsecurityoptionaltorole().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRowsecurityoptionaltorole in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRowsecurityoptionaltorole in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRowsecurityoptionalwithcheck

      public void exitRowsecurityoptionalwithcheck(sql.postgresql.PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rowsecurityoptionalwithcheck().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRowsecurityoptionalwithcheck in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRowsecurityoptionalwithcheck in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRowsfrom_item

      public void exitRowsfrom_item(sql.postgresql.PostgreSQLParser.Rowsfrom_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rowsfrom_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRowsfrom_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRowsfrom_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRowsfrom_list

      public void exitRowsfrom_list(sql.postgresql.PostgreSQLParser.Rowsfrom_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rowsfrom_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRowsfrom_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRowsfrom_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRuleactionlist

      public void exitRuleactionlist(sql.postgresql.PostgreSQLParser.RuleactionlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.ruleactionlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRuleactionlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRuleactionlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRuleactionmulti

      public void exitRuleactionmulti(sql.postgresql.PostgreSQLParser.RuleactionmultiContext ctx)
      Exit a parse tree produced by PostgreSQLParser.ruleactionmulti().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRuleactionmulti in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRuleactionmulti in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRuleactionstmt

      public void exitRuleactionstmt(sql.postgresql.PostgreSQLParser.RuleactionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.ruleactionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRuleactionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRuleactionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRuleactionstmtOrEmpty

      public void exitRuleactionstmtOrEmpty(sql.postgresql.PostgreSQLParser.RuleactionstmtOrEmptyContext ctx)
      Exit a parse tree produced by PostgreSQLParser.ruleactionstmtOrEmpty().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRuleactionstmtOrEmpty in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRuleactionstmtOrEmpty in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitRulestmt

      public void exitRulestmt(sql.postgresql.PostgreSQLParser.RulestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.rulestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitRulestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitRulestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSchema_stmt

      public void exitSchema_stmt(sql.postgresql.PostgreSQLParser.Schema_stmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.schema_stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSchema_stmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSchema_stmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSconst

      public void exitSconst(sql.postgresql.PostgreSQLParser.SconstContext ctx)
      Exit a parse tree produced by PostgreSQLParser.sconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSeclabelstmt

      public void exitSeclabelstmt(sql.postgresql.PostgreSQLParser.SeclabelstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.seclabelstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSeclabelstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSeclabelstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSecurity_label

      public void exitSecurity_label(sql.postgresql.PostgreSQLParser.Security_labelContext ctx)
      Exit a parse tree produced by PostgreSQLParser.security_label().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSecurity_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSecurity_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSelect_clause

      public void exitSelect_clause(sql.postgresql.PostgreSQLParser.Select_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.select_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSelect_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSelect_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSelect_fetch_first_value

      public void exitSelect_fetch_first_value(sql.postgresql.PostgreSQLParser.Select_fetch_first_valueContext ctx)
      Exit a parse tree produced by PostgreSQLParser.select_fetch_first_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSelect_fetch_first_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSelect_fetch_first_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSelect_limit

      public void exitSelect_limit(sql.postgresql.PostgreSQLParser.Select_limitContext ctx)
      Exit a parse tree produced by PostgreSQLParser.select_limit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSelect_limit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSelect_limit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSelect_limit_value

      public void exitSelect_limit_value(sql.postgresql.PostgreSQLParser.Select_limit_valueContext ctx)
      Exit a parse tree produced by PostgreSQLParser.select_limit_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSelect_limit_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSelect_limit_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSelect_no_parens

      public void exitSelect_no_parens(sql.postgresql.PostgreSQLParser.Select_no_parensContext ctx)
      Exit a parse tree produced by PostgreSQLParser.select_no_parens().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSelect_no_parens in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSelect_no_parens in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSelect_offset_value

      public void exitSelect_offset_value(sql.postgresql.PostgreSQLParser.Select_offset_valueContext ctx)
      Exit a parse tree produced by PostgreSQLParser.select_offset_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSelect_offset_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSelect_offset_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSelect_with_parens

      public void exitSelect_with_parens(sql.postgresql.PostgreSQLParser.Select_with_parensContext ctx)
      Exit a parse tree produced by PostgreSQLParser.select_with_parens().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSelect_with_parens in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSelect_with_parens in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSelectstmt

      public void exitSelectstmt(sql.postgresql.PostgreSQLParser.SelectstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.selectstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSelectstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSelectstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSeqoptelem

      public void exitSeqoptelem(sql.postgresql.PostgreSQLParser.SeqoptelemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.seqoptelem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSeqoptelem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSeqoptelem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSeqoptlist

      public void exitSeqoptlist(sql.postgresql.PostgreSQLParser.SeqoptlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.seqoptlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSeqoptlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSeqoptlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSet_clause

      public void exitSet_clause(sql.postgresql.PostgreSQLParser.Set_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.set_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSet_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSet_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSet_clause_list

      public void exitSet_clause_list(sql.postgresql.PostgreSQLParser.Set_clause_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.set_clause_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSet_clause_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSet_clause_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSet_rest

      public void exitSet_rest(sql.postgresql.PostgreSQLParser.Set_restContext ctx)
      Exit a parse tree produced by PostgreSQLParser.set_rest().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSet_rest in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSet_rest in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSet_rest_more

      public void exitSet_rest_more(sql.postgresql.PostgreSQLParser.Set_rest_moreContext ctx)
      Exit a parse tree produced by PostgreSQLParser.set_rest_more().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSet_rest_more in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSet_rest_more in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSet_target

      public void exitSet_target(sql.postgresql.PostgreSQLParser.Set_targetContext ctx)
      Exit a parse tree produced by PostgreSQLParser.set_target().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSet_target in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSet_target in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSet_target_list

      public void exitSet_target_list(sql.postgresql.PostgreSQLParser.Set_target_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.set_target_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSet_target_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSet_target_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSetresetclause

      public void exitSetresetclause(sql.postgresql.PostgreSQLParser.SetresetclauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.setresetclause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSetresetclause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSetresetclause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSharp

      public void exitSharp(sql.postgresql.PostgreSQLParser.SharpContext ctx)
      Exit a parse tree produced by PostgreSQLParser.sharp().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSharp in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSharp in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSignediconst

      public void exitSignediconst(sql.postgresql.PostgreSQLParser.SignediconstContext ctx)
      Exit a parse tree produced by PostgreSQLParser.signediconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSignediconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSignediconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSimple_select_intersect

      public void exitSimple_select_intersect(sql.postgresql.PostgreSQLParser.Simple_select_intersectContext ctx)
      Exit a parse tree produced by PostgreSQLParser.simple_select_intersect().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSimple_select_intersect in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSimple_select_intersect in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSimple_select_pramary

      public void exitSimple_select_pramary(sql.postgresql.PostgreSQLParser.Simple_select_pramaryContext ctx)
      Exit a parse tree produced by PostgreSQLParser.simple_select_pramary().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSimple_select_pramary in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSimple_select_pramary in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSimpletypename

      public void exitSimpletypename(sql.postgresql.PostgreSQLParser.SimpletypenameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.simpletypename().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSimpletypename in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSimpletypename in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSort_clause

      public void exitSort_clause(sql.postgresql.PostgreSQLParser.Sort_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.sort_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSort_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSort_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSortby

      public void exitSortby(sql.postgresql.PostgreSQLParser.SortbyContext ctx)
      Exit a parse tree produced by PostgreSQLParser.sortby().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSortby in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSortby in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSortby_list

      public void exitSortby_list(sql.postgresql.PostgreSQLParser.Sortby_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.sortby_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSortby_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSortby_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSql_expression

      public void exitSql_expression(sql.postgresql.PostgreSQLParser.Sql_expressionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.sql_expression().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSql_expression in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSql_expression in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt

      public void exitStmt(sql.postgresql.PostgreSQLParser.StmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_assert

      public void exitStmt_assert(sql.postgresql.PostgreSQLParser.Stmt_assertContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_assert().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_assert in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_assert in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_assign

      public void exitStmt_assign(sql.postgresql.PostgreSQLParser.Stmt_assignContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_assign().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_assign in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_assign in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_call

      public void exitStmt_call(sql.postgresql.PostgreSQLParser.Stmt_callContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_call().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_call in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_call in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_case

      public void exitStmt_case(sql.postgresql.PostgreSQLParser.Stmt_caseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_case().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_case in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_case in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_close

      public void exitStmt_close(sql.postgresql.PostgreSQLParser.Stmt_closeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_close().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_close in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_close in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_commit

      public void exitStmt_commit(sql.postgresql.PostgreSQLParser.Stmt_commitContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_commit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_commit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_commit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_dynexecute

      public void exitStmt_dynexecute(sql.postgresql.PostgreSQLParser.Stmt_dynexecuteContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_dynexecute().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_dynexecute in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_dynexecute in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_else

      public void exitStmt_else(sql.postgresql.PostgreSQLParser.Stmt_elseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_else().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_else in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_else in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_elsifs

      public void exitStmt_elsifs(sql.postgresql.PostgreSQLParser.Stmt_elsifsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_elsifs().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_elsifs in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_elsifs in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_execsql

      public void exitStmt_execsql(sql.postgresql.PostgreSQLParser.Stmt_execsqlContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_execsql().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_execsql in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_execsql in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_exit

      public void exitStmt_exit(sql.postgresql.PostgreSQLParser.Stmt_exitContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_exit().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_exit in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_exit in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_fetch

      public void exitStmt_fetch(sql.postgresql.PostgreSQLParser.Stmt_fetchContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_fetch().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_fetch in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_fetch in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_for

      public void exitStmt_for(sql.postgresql.PostgreSQLParser.Stmt_forContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_for().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_for in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_for in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_foreach_a

      public void exitStmt_foreach_a(sql.postgresql.PostgreSQLParser.Stmt_foreach_aContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_foreach_a().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_foreach_a in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_foreach_a in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_getdiag

      public void exitStmt_getdiag(sql.postgresql.PostgreSQLParser.Stmt_getdiagContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_getdiag().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_getdiag in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_getdiag in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_if

      public void exitStmt_if(sql.postgresql.PostgreSQLParser.Stmt_ifContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_if().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_if in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_if in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_loop

      public void exitStmt_loop(sql.postgresql.PostgreSQLParser.Stmt_loopContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_loop().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_loop in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_loop in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_move

      public void exitStmt_move(sql.postgresql.PostgreSQLParser.Stmt_moveContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_move().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_move in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_move in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_null

      public void exitStmt_null(sql.postgresql.PostgreSQLParser.Stmt_nullContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_null().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_null in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_null in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_open

      public void exitStmt_open(sql.postgresql.PostgreSQLParser.Stmt_openContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_open().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_open in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_open in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_perform

      public void exitStmt_perform(sql.postgresql.PostgreSQLParser.Stmt_performContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_perform().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_perform in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_perform in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_raise

      public void exitStmt_raise(sql.postgresql.PostgreSQLParser.Stmt_raiseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_raise().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_raise in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_raise in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_return

      public void exitStmt_return(sql.postgresql.PostgreSQLParser.Stmt_returnContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_return().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_return in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_return in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_rollback

      public void exitStmt_rollback(sql.postgresql.PostgreSQLParser.Stmt_rollbackContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_rollback().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_rollback in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_rollback in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_set

      public void exitStmt_set(sql.postgresql.PostgreSQLParser.Stmt_setContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_set().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_set in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_set in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmt_while

      public void exitStmt_while(sql.postgresql.PostgreSQLParser.Stmt_whileContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmt_while().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmt_while in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmt_while in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmtblock

      public void exitStmtblock(sql.postgresql.PostgreSQLParser.StmtblockContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmtblock().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmtblock in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmtblock in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitStmtmulti

      public void exitStmtmulti(sql.postgresql.PostgreSQLParser.StmtmultiContext ctx)
      Exit a parse tree produced by PostgreSQLParser.stmtmulti().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitStmtmulti in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitStmtmulti in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSub_type

      public void exitSub_type(sql.postgresql.PostgreSQLParser.Sub_typeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.sub_type().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSub_type in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSub_type in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSubquery_Op

      public void exitSubquery_Op(sql.postgresql.PostgreSQLParser.Subquery_OpContext ctx)
      Exit a parse tree produced by PostgreSQLParser.subquery_Op().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSubquery_Op in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSubquery_Op in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitSubstr_list

      public void exitSubstr_list(sql.postgresql.PostgreSQLParser.Substr_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.substr_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitSubstr_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitSubstr_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTable_access_method_clause

      public void exitTable_access_method_clause(sql.postgresql.PostgreSQLParser.Table_access_method_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.table_access_method_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTable_access_method_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTable_access_method_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTable_alias

      public void exitTable_alias(sql.postgresql.PostgreSQLParser.Table_aliasContext ctx)
      Exit a parse tree produced by PostgreSQLParser.table_alias().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTable_alias in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTable_alias in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTable_alias_clause

      public void exitTable_alias_clause(sql.postgresql.PostgreSQLParser.Table_alias_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.table_alias_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTable_alias_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTable_alias_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTable_func_column

      public void exitTable_func_column(sql.postgresql.PostgreSQLParser.Table_func_columnContext ctx)
      Exit a parse tree produced by PostgreSQLParser.table_func_column().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTable_func_column in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTable_func_column in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTable_func_column_list

      public void exitTable_func_column_list(sql.postgresql.PostgreSQLParser.Table_func_column_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.table_func_column_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTable_func_column_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTable_func_column_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTable_ref

      public void exitTable_ref(sql.postgresql.PostgreSQLParser.Table_refContext ctx)
      Exit a parse tree produced by PostgreSQLParser.table_ref().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTable_ref in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTable_ref in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTableconstraint

      public void exitTableconstraint(sql.postgresql.PostgreSQLParser.TableconstraintContext ctx)
      Exit a parse tree produced by PostgreSQLParser.tableconstraint().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTableconstraint in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTableconstraint in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTableelement

      public void exitTableelement(sql.postgresql.PostgreSQLParser.TableelementContext ctx)
      Exit a parse tree produced by PostgreSQLParser.tableelement().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTableelement in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTableelement in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTableelementlist

      public void exitTableelementlist(sql.postgresql.PostgreSQLParser.TableelementlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.tableelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTableelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTableelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTablefuncelement

      public void exitTablefuncelement(sql.postgresql.PostgreSQLParser.TablefuncelementContext ctx)
      Exit a parse tree produced by PostgreSQLParser.tablefuncelement().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTablefuncelement in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTablefuncelement in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTablefuncelementlist

      public void exitTablefuncelementlist(sql.postgresql.PostgreSQLParser.TablefuncelementlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.tablefuncelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTablefuncelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTablefuncelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTablelikeclause

      public void exitTablelikeclause(sql.postgresql.PostgreSQLParser.TablelikeclauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.tablelikeclause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTablelikeclause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTablelikeclause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTablelikeoption

      public void exitTablelikeoption(sql.postgresql.PostgreSQLParser.TablelikeoptionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.tablelikeoption().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTablelikeoption in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTablelikeoption in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTablelikeoptionlist

      public void exitTablelikeoptionlist(sql.postgresql.PostgreSQLParser.TablelikeoptionlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.tablelikeoptionlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTablelikeoptionlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTablelikeoptionlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTablesample_clause

      public void exitTablesample_clause(sql.postgresql.PostgreSQLParser.Tablesample_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.tablesample_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTablesample_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTablesample_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTarget_label

      public void exitTarget_label(sql.postgresql.PostgreSQLParser.Target_labelContext ctx)
      Exit a parse tree produced by the target_label labeled alternative in PostgreSQLParser.target_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTarget_label in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTarget_label in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTarget_list

      public void exitTarget_list(sql.postgresql.PostgreSQLParser.Target_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.target_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTarget_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTarget_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTarget_star

      public void exitTarget_star(sql.postgresql.PostgreSQLParser.Target_starContext ctx)
      Exit a parse tree produced by the target_star labeled alternative in PostgreSQLParser.target_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTarget_star in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTarget_star in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTransaction_mode_item

      public void exitTransaction_mode_item(sql.postgresql.PostgreSQLParser.Transaction_mode_itemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.transaction_mode_item().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTransaction_mode_item in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTransaction_mode_item in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTransaction_mode_list

      public void exitTransaction_mode_list(sql.postgresql.PostgreSQLParser.Transaction_mode_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.transaction_mode_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTransaction_mode_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTransaction_mode_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTransaction_mode_list_or_empty

      public void exitTransaction_mode_list_or_empty(sql.postgresql.PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx)
      Exit a parse tree produced by PostgreSQLParser.transaction_mode_list_or_empty().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTransaction_mode_list_or_empty in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTransaction_mode_list_or_empty in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTransactionstmt

      public void exitTransactionstmt(sql.postgresql.PostgreSQLParser.TransactionstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.transactionstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTransactionstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTransactionstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTransform_element_list

      public void exitTransform_element_list(sql.postgresql.PostgreSQLParser.Transform_element_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.transform_element_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTransform_element_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTransform_element_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTransform_type_list

      public void exitTransform_type_list(sql.postgresql.PostgreSQLParser.Transform_type_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.transform_type_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTransform_type_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTransform_type_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTransitionoldornew

      public void exitTransitionoldornew(sql.postgresql.PostgreSQLParser.TransitionoldornewContext ctx)
      Exit a parse tree produced by PostgreSQLParser.transitionoldornew().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTransitionoldornew in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTransitionoldornew in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTransitionrelname

      public void exitTransitionrelname(sql.postgresql.PostgreSQLParser.TransitionrelnameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.transitionrelname().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTransitionrelname in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTransitionrelname in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTransitionrowortable

      public void exitTransitionrowortable(sql.postgresql.PostgreSQLParser.TransitionrowortableContext ctx)
      Exit a parse tree produced by PostgreSQLParser.transitionrowortable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTransitionrowortable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTransitionrowortable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggeractiontime

      public void exitTriggeractiontime(sql.postgresql.PostgreSQLParser.TriggeractiontimeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggeractiontime().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggeractiontime in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggeractiontime in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggerevents

      public void exitTriggerevents(sql.postgresql.PostgreSQLParser.TriggereventsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggerevents().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggerevents in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggerevents in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggerforopteach

      public void exitTriggerforopteach(sql.postgresql.PostgreSQLParser.TriggerforopteachContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggerforopteach().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggerforopteach in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggerforopteach in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggerforspec

      public void exitTriggerforspec(sql.postgresql.PostgreSQLParser.TriggerforspecContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggerforspec().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggerforspec in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggerforspec in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggerfortype

      public void exitTriggerfortype(sql.postgresql.PostgreSQLParser.TriggerfortypeContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggerfortype().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggerfortype in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggerfortype in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggerfuncarg

      public void exitTriggerfuncarg(sql.postgresql.PostgreSQLParser.TriggerfuncargContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggerfuncarg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggerfuncarg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggerfuncarg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggerfuncargs

      public void exitTriggerfuncargs(sql.postgresql.PostgreSQLParser.TriggerfuncargsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggerfuncargs().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggerfuncargs in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggerfuncargs in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggeroneevent

      public void exitTriggeroneevent(sql.postgresql.PostgreSQLParser.TriggeroneeventContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggeroneevent().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggeroneevent in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggeroneevent in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggerreferencing

      public void exitTriggerreferencing(sql.postgresql.PostgreSQLParser.TriggerreferencingContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggerreferencing().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggerreferencing in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggerreferencing in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggertransition

      public void exitTriggertransition(sql.postgresql.PostgreSQLParser.TriggertransitionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggertransition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggertransition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggertransition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggertransitions

      public void exitTriggertransitions(sql.postgresql.PostgreSQLParser.TriggertransitionsContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggertransitions().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggertransitions in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggertransitions in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTriggerwhen

      public void exitTriggerwhen(sql.postgresql.PostgreSQLParser.TriggerwhenContext ctx)
      Exit a parse tree produced by PostgreSQLParser.triggerwhen().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTriggerwhen in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTriggerwhen in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTrim_list

      public void exitTrim_list(sql.postgresql.PostgreSQLParser.Trim_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.trim_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTrim_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTrim_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTruncatestmt

      public void exitTruncatestmt(sql.postgresql.PostgreSQLParser.TruncatestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.truncatestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTruncatestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTruncatestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitType_func_name_keyword

      public void exitType_func_name_keyword(sql.postgresql.PostgreSQLParser.Type_func_name_keywordContext ctx)
      Exit a parse tree produced by PostgreSQLParser.type_func_name_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitType_func_name_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitType_func_name_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitType_function_name

      public void exitType_function_name(sql.postgresql.PostgreSQLParser.Type_function_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.type_function_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitType_function_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitType_function_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitType_list

      public void exitType_list(sql.postgresql.PostgreSQLParser.Type_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.type_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitType_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitType_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitType_name_list

      public void exitType_name_list(sql.postgresql.PostgreSQLParser.Type_name_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.type_name_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitType_name_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitType_name_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTypedtableelement

      public void exitTypedtableelement(sql.postgresql.PostgreSQLParser.TypedtableelementContext ctx)
      Exit a parse tree produced by PostgreSQLParser.typedtableelement().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTypedtableelement in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTypedtableelement in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTypedtableelementlist

      public void exitTypedtableelementlist(sql.postgresql.PostgreSQLParser.TypedtableelementlistContext ctx)
      Exit a parse tree produced by PostgreSQLParser.typedtableelementlist().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTypedtableelementlist in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTypedtableelementlist in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitTypename

      public void exitTypename(sql.postgresql.PostgreSQLParser.TypenameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.typename().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitTypename in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitTypename in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitUnicode_normal_form

      public void exitUnicode_normal_form(sql.postgresql.PostgreSQLParser.Unicode_normal_formContext ctx)
      Exit a parse tree produced by PostgreSQLParser.unicode_normal_form().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitUnicode_normal_form in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitUnicode_normal_form in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitUnlistenstmt

      public void exitUnlistenstmt(sql.postgresql.PostgreSQLParser.UnlistenstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.unlistenstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitUnlistenstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitUnlistenstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitUnreserved_keyword

      public void exitUnreserved_keyword(sql.postgresql.PostgreSQLParser.Unreserved_keywordContext ctx)
      Exit a parse tree produced by PostgreSQLParser.unreserved_keyword().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitUnreserved_keyword in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitUnreserved_keyword in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitUpdatestmt

      public void exitUpdatestmt(sql.postgresql.PostgreSQLParser.UpdatestmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.updatestmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitUpdatestmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitUpdatestmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitUsing_clause

      public void exitUsing_clause(sql.postgresql.PostgreSQLParser.Using_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.using_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitUsing_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitUsing_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVac_analyze_option_arg

      public void exitVac_analyze_option_arg(sql.postgresql.PostgreSQLParser.Vac_analyze_option_argContext ctx)
      Exit a parse tree produced by PostgreSQLParser.vac_analyze_option_arg().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVac_analyze_option_arg in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVac_analyze_option_arg in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVac_analyze_option_elem

      public void exitVac_analyze_option_elem(sql.postgresql.PostgreSQLParser.Vac_analyze_option_elemContext ctx)
      Exit a parse tree produced by PostgreSQLParser.vac_analyze_option_elem().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVac_analyze_option_elem in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVac_analyze_option_elem in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVac_analyze_option_list

      public void exitVac_analyze_option_list(sql.postgresql.PostgreSQLParser.Vac_analyze_option_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.vac_analyze_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVac_analyze_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVac_analyze_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVac_analyze_option_name

      public void exitVac_analyze_option_name(sql.postgresql.PostgreSQLParser.Vac_analyze_option_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.vac_analyze_option_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVac_analyze_option_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVac_analyze_option_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVacuum_relation

      public void exitVacuum_relation(sql.postgresql.PostgreSQLParser.Vacuum_relationContext ctx)
      Exit a parse tree produced by PostgreSQLParser.vacuum_relation().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVacuum_relation in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVacuum_relation in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVacuum_relation_list

      public void exitVacuum_relation_list(sql.postgresql.PostgreSQLParser.Vacuum_relation_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.vacuum_relation_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVacuum_relation_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVacuum_relation_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVacuumstmt

      public void exitVacuumstmt(sql.postgresql.PostgreSQLParser.VacuumstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.vacuumstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVacuumstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVacuumstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitValidator_clause

      public void exitValidator_clause(sql.postgresql.PostgreSQLParser.Validator_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.validator_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitValidator_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitValidator_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitValues_clause

      public void exitValues_clause(sql.postgresql.PostgreSQLParser.Values_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.values_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitValues_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitValues_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVar_list

      public void exitVar_list(sql.postgresql.PostgreSQLParser.Var_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.var_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVar_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVar_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVar_name

      public void exitVar_name(sql.postgresql.PostgreSQLParser.Var_nameContext ctx)
      Exit a parse tree produced by PostgreSQLParser.var_name().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVar_name in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVar_name in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVar_value

      public void exitVar_value(sql.postgresql.PostgreSQLParser.Var_valueContext ctx)
      Exit a parse tree produced by PostgreSQLParser.var_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVar_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVar_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVariableresetstmt

      public void exitVariableresetstmt(sql.postgresql.PostgreSQLParser.VariableresetstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.variableresetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVariableresetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVariableresetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVariablesetstmt

      public void exitVariablesetstmt(sql.postgresql.PostgreSQLParser.VariablesetstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.variablesetstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVariablesetstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVariablesetstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitVariableshowstmt

      public void exitVariableshowstmt(sql.postgresql.PostgreSQLParser.VariableshowstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.variableshowstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitVariableshowstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitVariableshowstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitViewstmt

      public void exitViewstmt(sql.postgresql.PostgreSQLParser.ViewstmtContext ctx)
      Exit a parse tree produced by PostgreSQLParser.viewstmt().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitViewstmt in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitViewstmt in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWhen_clause

      public void exitWhen_clause(sql.postgresql.PostgreSQLParser.When_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.when_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWhen_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWhen_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWhen_clause_list

      public void exitWhen_clause_list(sql.postgresql.PostgreSQLParser.When_clause_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.when_clause_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWhen_clause_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWhen_clause_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWhere_clause

      public void exitWhere_clause(sql.postgresql.PostgreSQLParser.Where_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.where_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWhere_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWhere_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWhere_or_current_clause

      public void exitWhere_or_current_clause(sql.postgresql.PostgreSQLParser.Where_or_current_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.where_or_current_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWhere_or_current_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWhere_or_current_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWindow_clause

      public void exitWindow_clause(sql.postgresql.PostgreSQLParser.Window_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.window_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWindow_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWindow_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWindow_definition

      public void exitWindow_definition(sql.postgresql.PostgreSQLParser.Window_definitionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.window_definition().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWindow_definition in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWindow_definition in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWindow_definition_list

      public void exitWindow_definition_list(sql.postgresql.PostgreSQLParser.Window_definition_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.window_definition_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWindow_definition_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWindow_definition_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWindow_specification

      public void exitWindow_specification(sql.postgresql.PostgreSQLParser.Window_specificationContext ctx)
      Exit a parse tree produced by PostgreSQLParser.window_specification().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWindow_specification in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWindow_specification in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWith_clause

      public void exitWith_clause(sql.postgresql.PostgreSQLParser.With_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.with_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWith_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWith_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitWithin_group_clause

      public void exitWithin_group_clause(sql.postgresql.PostgreSQLParser.Within_group_clauseContext ctx)
      Exit a parse tree produced by PostgreSQLParser.within_group_clause().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitWithin_group_clause in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitWithin_group_clause in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXconst

      public void exitXconst(sql.postgresql.PostgreSQLParser.XconstContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xconst().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXconst in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXconst in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXml_attribute_el

      public void exitXml_attribute_el(sql.postgresql.PostgreSQLParser.Xml_attribute_elContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xml_attribute_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXml_attribute_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXml_attribute_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXml_attribute_list

      public void exitXml_attribute_list(sql.postgresql.PostgreSQLParser.Xml_attribute_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xml_attribute_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXml_attribute_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXml_attribute_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXml_attributes

      public void exitXml_attributes(sql.postgresql.PostgreSQLParser.Xml_attributesContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xml_attributes().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXml_attributes in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXml_attributes in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXml_namespace_el

      public void exitXml_namespace_el(sql.postgresql.PostgreSQLParser.Xml_namespace_elContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xml_namespace_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXml_namespace_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXml_namespace_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXml_namespace_list

      public void exitXml_namespace_list(sql.postgresql.PostgreSQLParser.Xml_namespace_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xml_namespace_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXml_namespace_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXml_namespace_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXml_passing_mech

      public void exitXml_passing_mech(sql.postgresql.PostgreSQLParser.Xml_passing_mechContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xml_passing_mech().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXml_passing_mech in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXml_passing_mech in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXml_root_version

      public void exitXml_root_version(sql.postgresql.PostgreSQLParser.Xml_root_versionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xml_root_version().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXml_root_version in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXml_root_version in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXml_whitespace_option

      public void exitXml_whitespace_option(sql.postgresql.PostgreSQLParser.Xml_whitespace_optionContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xml_whitespace_option().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXml_whitespace_option in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXml_whitespace_option in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXmlexists_argument

      public void exitXmlexists_argument(sql.postgresql.PostgreSQLParser.Xmlexists_argumentContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xmlexists_argument().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXmlexists_argument in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXmlexists_argument in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXmltable

      public void exitXmltable(sql.postgresql.PostgreSQLParser.XmltableContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xmltable().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXmltable in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXmltable in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXmltable_column_el

      public void exitXmltable_column_el(sql.postgresql.PostgreSQLParser.Xmltable_column_elContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xmltable_column_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXmltable_column_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXmltable_column_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXmltable_column_list

      public void exitXmltable_column_list(sql.postgresql.PostgreSQLParser.Xmltable_column_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xmltable_column_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXmltable_column_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXmltable_column_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXmltable_column_option_el

      public void exitXmltable_column_option_el(sql.postgresql.PostgreSQLParser.Xmltable_column_option_elContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xmltable_column_option_el().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXmltable_column_option_el in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXmltable_column_option_el in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitXmltable_column_option_list

      public void exitXmltable_column_option_list(sql.postgresql.PostgreSQLParser.Xmltable_column_option_listContext ctx)
      Exit a parse tree produced by PostgreSQLParser.xmltable_column_option_list().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitXmltable_column_option_list in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitXmltable_column_option_list in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • exitZone_value

      public void exitZone_value(sql.postgresql.PostgreSQLParser.Zone_valueContext ctx)
      Exit a parse tree produced by PostgreSQLParser.zone_value().

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      exitZone_value in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      exitZone_value in class sql.postgresql.PostgreSQLParserBaseListener
      Parameters:
      ctx - the parse tree
    • getRootContext

      public SqlRootContext getRootContext()
      Global access point to get a instance of the context, ensuring that only one instance of the context exists.
      Specified by:
      getRootContext in interface sql.postgresql.PostgreSQLParserListener
      Overrides:
      getRootContext in class sql.postgresql.PostgreSQLParserBaseListener
      Returns:
      a instance of the context.
    • visitErrorNode

      public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      visitErrorNode in interface org.antlr.v4.runtime.tree.ParseTreeListener
      Overrides:
      visitErrorNode in class sql.postgresql.PostgreSQLParserBaseListener
    • visitTerminal

      public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)

      The default implementation does nothing.

      The default implementation does nothing.

      Specified by:
      visitTerminal in interface org.antlr.v4.runtime.tree.ParseTreeListener
      Overrides:
      visitTerminal in class sql.postgresql.PostgreSQLParserBaseListener