Class PostgreSQLParserListenerImpl
- All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeListener
,sql.postgresql.PostgreSQLParserListener
PostgreSQLParserListener
, which can be
extended to create a listener which only needs to handle a subset of the available methods.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
enterA_expr
(sql.postgresql.PostgreSQLParser.A_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr()
.void
enterA_expr_add
(sql.postgresql.PostgreSQLParser.A_expr_addContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_add()
.void
enterA_expr_and
(sql.postgresql.PostgreSQLParser.A_expr_andContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_and()
.void
enterA_expr_at_time_zone
(sql.postgresql.PostgreSQLParser.A_expr_at_time_zoneContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_at_time_zone()
.void
enterA_expr_between
(sql.postgresql.PostgreSQLParser.A_expr_betweenContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_between()
.void
enterA_expr_caret
(sql.postgresql.PostgreSQLParser.A_expr_caretContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_caret()
.void
enterA_expr_collate
(sql.postgresql.PostgreSQLParser.A_expr_collateContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_collate()
.void
enterA_expr_compare
(sql.postgresql.PostgreSQLParser.A_expr_compareContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_compare()
.void
enterA_expr_in
(sql.postgresql.PostgreSQLParser.A_expr_inContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_in()
.void
enterA_expr_is_not
(sql.postgresql.PostgreSQLParser.A_expr_is_notContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_is_not()
.void
enterA_expr_isnull
(sql.postgresql.PostgreSQLParser.A_expr_isnullContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_isnull()
.void
enterA_expr_lessless
(sql.postgresql.PostgreSQLParser.A_expr_lesslessContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_lessless()
.void
enterA_expr_like
(sql.postgresql.PostgreSQLParser.A_expr_likeContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_like()
.void
enterA_expr_mul
(sql.postgresql.PostgreSQLParser.A_expr_mulContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_mul()
.void
enterA_expr_or
(sql.postgresql.PostgreSQLParser.A_expr_orContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_or()
.void
enterA_expr_qual
(sql.postgresql.PostgreSQLParser.A_expr_qualContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_qual()
.void
enterA_expr_qual_op
(sql.postgresql.PostgreSQLParser.A_expr_qual_opContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_qual_op()
.void
enterA_expr_typecast
(sql.postgresql.PostgreSQLParser.A_expr_typecastContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_typecast()
.void
enterA_expr_unary_not
(sql.postgresql.PostgreSQLParser.A_expr_unary_notContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_unary_not()
.void
enterA_expr_unary_qualop
(sql.postgresql.PostgreSQLParser.A_expr_unary_qualopContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_unary_qualop()
.void
enterA_expr_unary_sign
(sql.postgresql.PostgreSQLParser.A_expr_unary_signContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr_unary_sign()
.void
enterAccess_method_clause
(sql.postgresql.PostgreSQLParser.Access_method_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.access_method_clause()
.void
enterAdd_drop
(sql.postgresql.PostgreSQLParser.Add_dropContext ctx) Enter a parse tree produced byPostgreSQLParser.add_drop()
.void
enterAexprconst
(sql.postgresql.PostgreSQLParser.AexprconstContext ctx) Enter a parse tree produced byPostgreSQLParser.aexprconst()
.void
enterAggr_arg
(sql.postgresql.PostgreSQLParser.Aggr_argContext ctx) Enter a parse tree produced byPostgreSQLParser.aggr_arg()
.void
enterAggr_args
(sql.postgresql.PostgreSQLParser.Aggr_argsContext ctx) Enter a parse tree produced byPostgreSQLParser.aggr_args()
.void
enterAggr_args_list
(sql.postgresql.PostgreSQLParser.Aggr_args_listContext ctx) Enter a parse tree produced byPostgreSQLParser.aggr_args_list()
.void
enterAggregate_with_argtypes
(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypesContext ctx) Enter a parse tree produced byPostgreSQLParser.aggregate_with_argtypes()
.void
enterAggregate_with_argtypes_list
(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypes_listContext ctx) Enter a parse tree produced byPostgreSQLParser.aggregate_with_argtypes_list()
.void
enterAlias_clause
(sql.postgresql.PostgreSQLParser.Alias_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.alias_clause()
.void
enterAll_op
(sql.postgresql.PostgreSQLParser.All_opContext ctx) Enter a parse tree produced byPostgreSQLParser.all_op()
.void
enterAll_or_distinct
(sql.postgresql.PostgreSQLParser.All_or_distinctContext ctx) Enter a parse tree produced byPostgreSQLParser.all_or_distinct()
.void
enterAlter_column_default
(sql.postgresql.PostgreSQLParser.Alter_column_defaultContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_column_default()
.void
enterAlter_extension_opt_item
(sql.postgresql.PostgreSQLParser.Alter_extension_opt_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_extension_opt_item()
.void
enterAlter_extension_opt_list
(sql.postgresql.PostgreSQLParser.Alter_extension_opt_listContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_extension_opt_list()
.void
enterAlter_generic_option_elem
(sql.postgresql.PostgreSQLParser.Alter_generic_option_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_generic_option_elem()
.void
enterAlter_generic_option_list
(sql.postgresql.PostgreSQLParser.Alter_generic_option_listContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_generic_option_list()
.void
enterAlter_generic_options
(sql.postgresql.PostgreSQLParser.Alter_generic_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_generic_options()
.void
enterAlter_identity_column_option
(sql.postgresql.PostgreSQLParser.Alter_identity_column_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_identity_column_option()
.void
enterAlter_identity_column_option_list
(sql.postgresql.PostgreSQLParser.Alter_identity_column_option_listContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_identity_column_option_list()
.void
enterAlter_table_cmd
(sql.postgresql.PostgreSQLParser.Alter_table_cmdContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_table_cmd()
.void
enterAlter_table_cmds
(sql.postgresql.PostgreSQLParser.Alter_table_cmdsContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_table_cmds()
.void
enterAlter_type_cmd
(sql.postgresql.PostgreSQLParser.Alter_type_cmdContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_type_cmd()
.void
enterAlter_type_cmds
(sql.postgresql.PostgreSQLParser.Alter_type_cmdsContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_type_cmds()
.void
enterAlter_using
(sql.postgresql.PostgreSQLParser.Alter_usingContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_using()
.void
enterAltercollationstmt
(sql.postgresql.PostgreSQLParser.AltercollationstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altercollationstmt()
.void
enterAltercompositetypestmt
(sql.postgresql.PostgreSQLParser.AltercompositetypestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altercompositetypestmt()
.void
enterAlterdatabasesetstmt
(sql.postgresql.PostgreSQLParser.AlterdatabasesetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterdatabasesetstmt()
.void
enterAlterdatabasestmt
(sql.postgresql.PostgreSQLParser.AlterdatabasestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterdatabasestmt()
.void
enterAlterdefaultprivilegesstmt
(sql.postgresql.PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterdefaultprivilegesstmt()
.void
enterAlterdomainstmt
(sql.postgresql.PostgreSQLParser.AlterdomainstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterdomainstmt()
.void
enterAlterenumstmt
(sql.postgresql.PostgreSQLParser.AlterenumstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterenumstmt()
.void
enterAltereventtrigstmt
(sql.postgresql.PostgreSQLParser.AltereventtrigstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altereventtrigstmt()
.void
enterAlterextensioncontentsstmt
(sql.postgresql.PostgreSQLParser.AlterextensioncontentsstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterextensioncontentsstmt()
.void
enterAlterextensionstmt
(sql.postgresql.PostgreSQLParser.AlterextensionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterextensionstmt()
.void
enterAlterfdwstmt
(sql.postgresql.PostgreSQLParser.AlterfdwstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterfdwstmt()
.void
enterAlterforeignserverstmt
(sql.postgresql.PostgreSQLParser.AlterforeignserverstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterforeignserverstmt()
.void
enterAlterfunc_opt_list
(sql.postgresql.PostgreSQLParser.Alterfunc_opt_listContext ctx) Enter a parse tree produced byPostgreSQLParser.alterfunc_opt_list()
.void
enterAlterfunctionstmt
(sql.postgresql.PostgreSQLParser.AlterfunctionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterfunctionstmt()
.void
enterAltergroupstmt
(sql.postgresql.PostgreSQLParser.AltergroupstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altergroupstmt()
.void
enterAlterobjectdependsstmt
(sql.postgresql.PostgreSQLParser.AlterobjectdependsstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterobjectdependsstmt()
.void
enterAlterobjectschemastmt
(sql.postgresql.PostgreSQLParser.AlterobjectschemastmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterobjectschemastmt()
.void
enterAlteroperatorstmt
(sql.postgresql.PostgreSQLParser.AlteroperatorstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alteroperatorstmt()
.void
enterAlteropfamilystmt
(sql.postgresql.PostgreSQLParser.AlteropfamilystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alteropfamilystmt()
.void
enterAlteroptroleelem
(sql.postgresql.PostgreSQLParser.AlteroptroleelemContext ctx) Enter a parse tree produced byPostgreSQLParser.alteroptroleelem()
.void
enterAlteroptrolelist
(sql.postgresql.PostgreSQLParser.AlteroptrolelistContext ctx) Enter a parse tree produced byPostgreSQLParser.alteroptrolelist()
.void
enterAlterownerstmt
(sql.postgresql.PostgreSQLParser.AlterownerstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterownerstmt()
.void
enterAlterpolicystmt
(sql.postgresql.PostgreSQLParser.AlterpolicystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterpolicystmt()
.void
enterAlterpublicationstmt
(sql.postgresql.PostgreSQLParser.AlterpublicationstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterpublicationstmt()
.void
enterAlterrolesetstmt
(sql.postgresql.PostgreSQLParser.AlterrolesetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterrolesetstmt()
.void
enterAlterrolestmt
(sql.postgresql.PostgreSQLParser.AlterrolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterrolestmt()
.void
enterAlterseqstmt
(sql.postgresql.PostgreSQLParser.AlterseqstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterseqstmt()
.void
enterAlterstatsstmt
(sql.postgresql.PostgreSQLParser.AlterstatsstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterstatsstmt()
.void
enterAltersubscriptionstmt
(sql.postgresql.PostgreSQLParser.AltersubscriptionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altersubscriptionstmt()
.void
enterAltersystemstmt
(sql.postgresql.PostgreSQLParser.AltersystemstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altersystemstmt()
.void
enterAltertablestmt
(sql.postgresql.PostgreSQLParser.AltertablestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertablestmt()
.void
enterAltertblspcstmt
(sql.postgresql.PostgreSQLParser.AltertblspcstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertblspcstmt()
.void
enterAltertsconfigurationstmt
(sql.postgresql.PostgreSQLParser.AltertsconfigurationstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertsconfigurationstmt()
.void
enterAltertsdictionarystmt
(sql.postgresql.PostgreSQLParser.AltertsdictionarystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertsdictionarystmt()
.void
enterAltertypestmt
(sql.postgresql.PostgreSQLParser.AltertypestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertypestmt()
.void
enterAlterusermappingstmt
(sql.postgresql.PostgreSQLParser.AlterusermappingstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterusermappingstmt()
.void
enterAm_type
(sql.postgresql.PostgreSQLParser.Am_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.am_type()
.void
enterAnalyze_keyword
(sql.postgresql.PostgreSQLParser.Analyze_keywordContext ctx) Enter a parse tree produced byPostgreSQLParser.analyze_keyword()
.void
enterAnalyzestmt
(sql.postgresql.PostgreSQLParser.AnalyzestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.analyzestmt()
.void
enterAny_identifier
(sql.postgresql.PostgreSQLParser.Any_identifierContext ctx) Enter a parse tree produced byPostgreSQLParser.any_identifier()
.void
enterAny_name
(sql.postgresql.PostgreSQLParser.Any_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.any_name()
.void
enterAny_name_list
(sql.postgresql.PostgreSQLParser.Any_name_listContext ctx) Enter a parse tree produced byPostgreSQLParser.any_name_list()
.void
enterAny_operator
(sql.postgresql.PostgreSQLParser.Any_operatorContext ctx) Enter a parse tree produced byPostgreSQLParser.any_operator()
.void
enterAny_with
(sql.postgresql.PostgreSQLParser.Any_withContext ctx) Enter a parse tree produced byPostgreSQLParser.any_with()
.void
enterAnysconst
(sql.postgresql.PostgreSQLParser.AnysconstContext ctx) Enter a parse tree produced byPostgreSQLParser.anysconst()
.void
enterArg_class
(sql.postgresql.PostgreSQLParser.Arg_classContext ctx) Enter a parse tree produced byPostgreSQLParser.arg_class()
.void
enterArray_expr
(sql.postgresql.PostgreSQLParser.Array_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.array_expr()
.void
enterArray_expr_list
(sql.postgresql.PostgreSQLParser.Array_expr_listContext ctx) Enter a parse tree produced byPostgreSQLParser.array_expr_list()
.void
enterAssign_operator
(sql.postgresql.PostgreSQLParser.Assign_operatorContext ctx) Enter a parse tree produced byPostgreSQLParser.assign_operator()
.void
enterAssign_var
(sql.postgresql.PostgreSQLParser.Assign_varContext ctx) Enter a parse tree produced byPostgreSQLParser.assign_var()
.void
enterAttr_name
(sql.postgresql.PostgreSQLParser.Attr_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.attr_name()
.void
enterAttrs
(sql.postgresql.PostgreSQLParser.AttrsContext ctx) Enter a parse tree produced byPostgreSQLParser.attrs()
.void
enterAuth_ident
(sql.postgresql.PostgreSQLParser.Auth_identContext ctx) Enter a parse tree produced byPostgreSQLParser.auth_ident()
.void
enterB_expr
(sql.postgresql.PostgreSQLParser.B_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.b_expr()
.void
enterBconst
(sql.postgresql.PostgreSQLParser.BconstContext ctx) Enter a parse tree produced byPostgreSQLParser.bconst()
.void
enterBit
(sql.postgresql.PostgreSQLParser.BitContext ctx) Enter a parse tree produced byPostgreSQLParser.bit()
.void
enterBitwithlength
(sql.postgresql.PostgreSQLParser.BitwithlengthContext ctx) Enter a parse tree produced byPostgreSQLParser.bitwithlength()
.void
enterBitwithoutlength
(sql.postgresql.PostgreSQLParser.BitwithoutlengthContext ctx) Enter a parse tree produced byPostgreSQLParser.bitwithoutlength()
.void
enterBuiltin_function_name
(sql.postgresql.PostgreSQLParser.Builtin_function_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.builtin_function_name()
.void
enterC_expr_case
(sql.postgresql.PostgreSQLParser.C_expr_caseContext ctx) Enter a parse tree produced by thec_expr_case
labeled alternative inPostgreSQLParser.c_expr()
.void
enterC_expr_exists
(sql.postgresql.PostgreSQLParser.C_expr_existsContext ctx) Enter a parse tree produced by thec_expr_exists
labeled alternative inPostgreSQLParser.c_expr()
.void
enterC_expr_expr
(sql.postgresql.PostgreSQLParser.C_expr_exprContext ctx) Enter a parse tree produced by thec_expr_expr
labeled alternative inPostgreSQLParser.c_expr()
.void
enterCallstmt
(sql.postgresql.PostgreSQLParser.CallstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.callstmt()
.void
enterCase_arg
(sql.postgresql.PostgreSQLParser.Case_argContext ctx) Enter a parse tree produced byPostgreSQLParser.case_arg()
.void
enterCase_default
(sql.postgresql.PostgreSQLParser.Case_defaultContext ctx) Enter a parse tree produced byPostgreSQLParser.case_default()
.void
enterCase_expr
(sql.postgresql.PostgreSQLParser.Case_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.case_expr()
.void
enterCase_when
(sql.postgresql.PostgreSQLParser.Case_whenContext ctx) Enter a parse tree produced byPostgreSQLParser.case_when()
.void
enterCase_when_list
(sql.postgresql.PostgreSQLParser.Case_when_listContext ctx) Enter a parse tree produced byPostgreSQLParser.case_when_list()
.void
enterCast_context
(sql.postgresql.PostgreSQLParser.Cast_contextContext ctx) Enter a parse tree produced byPostgreSQLParser.cast_context()
.void
enterCharacter
(sql.postgresql.PostgreSQLParser.CharacterContext ctx) Enter a parse tree produced byPostgreSQLParser.character()
.void
enterCharacter_c
(sql.postgresql.PostgreSQLParser.Character_cContext ctx) Enter a parse tree produced byPostgreSQLParser.character_c()
.void
enterCheckpointstmt
(sql.postgresql.PostgreSQLParser.CheckpointstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.checkpointstmt()
.void
enterCloseportalstmt
(sql.postgresql.PostgreSQLParser.CloseportalstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.closeportalstmt()
.void
enterCluster_index_specification
(sql.postgresql.PostgreSQLParser.Cluster_index_specificationContext ctx) Enter a parse tree produced byPostgreSQLParser.cluster_index_specification()
.void
enterClusterstmt
(sql.postgresql.PostgreSQLParser.ClusterstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.clusterstmt()
.void
enterCol_name_keyword
(sql.postgresql.PostgreSQLParser.Col_name_keywordContext ctx) Enter a parse tree produced byPostgreSQLParser.col_name_keyword()
.void
enterColconstraint
(sql.postgresql.PostgreSQLParser.ColconstraintContext ctx) Enter a parse tree produced byPostgreSQLParser.colconstraint()
.void
enterColconstraintelem
(sql.postgresql.PostgreSQLParser.ColconstraintelemContext ctx) Enter a parse tree produced byPostgreSQLParser.colconstraintelem()
.void
enterColid
(sql.postgresql.PostgreSQLParser.ColidContext ctx) Enter a parse tree produced byPostgreSQLParser.colid()
.void
enterCollabel
(sql.postgresql.PostgreSQLParser.CollabelContext ctx) Enter a parse tree produced byPostgreSQLParser.collabel()
.void
enterColquallist
(sql.postgresql.PostgreSQLParser.ColquallistContext ctx) Enter a parse tree produced byPostgreSQLParser.colquallist()
.void
enterColumnDef
(sql.postgresql.PostgreSQLParser.ColumnDefContext ctx) Enter a parse tree produced byPostgreSQLParser.columnDef()
.void
enterColumnElem
(sql.postgresql.PostgreSQLParser.ColumnElemContext ctx) Enter a parse tree produced byPostgreSQLParser.columnElem()
.void
enterColumnlist
(sql.postgresql.PostgreSQLParser.ColumnlistContext ctx) Enter a parse tree produced byPostgreSQLParser.columnlist()
.void
enterColumnOptions
(sql.postgresql.PostgreSQLParser.ColumnOptionsContext ctx) Enter a parse tree produced byPostgreSQLParser.columnOptions()
.void
enterColumnref
(sql.postgresql.PostgreSQLParser.ColumnrefContext ctx) Enter a parse tree produced byPostgreSQLParser.columnref()
.void
enterComment_text
(sql.postgresql.PostgreSQLParser.Comment_textContext ctx) Enter a parse tree produced byPostgreSQLParser.comment_text()
.void
enterCommentstmt
(sql.postgresql.PostgreSQLParser.CommentstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.commentstmt()
.void
enterCommon_func_opt_item
(sql.postgresql.PostgreSQLParser.Common_func_opt_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.common_func_opt_item()
.void
enterCommon_table_expr
(sql.postgresql.PostgreSQLParser.Common_table_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.common_table_expr()
.void
enterComp_option
(sql.postgresql.PostgreSQLParser.Comp_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.comp_option()
.void
enterComp_options
(sql.postgresql.PostgreSQLParser.Comp_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.comp_options()
.void
enterConstbit
(sql.postgresql.PostgreSQLParser.ConstbitContext ctx) Enter a parse tree produced byPostgreSQLParser.constbit()
.void
enterConstcharacter
(sql.postgresql.PostgreSQLParser.ConstcharacterContext ctx) Enter a parse tree produced byPostgreSQLParser.constcharacter()
.void
enterConstdatetime
(sql.postgresql.PostgreSQLParser.ConstdatetimeContext ctx) Enter a parse tree produced byPostgreSQLParser.constdatetime()
.void
enterConstinterval
(sql.postgresql.PostgreSQLParser.ConstintervalContext ctx) Enter a parse tree produced byPostgreSQLParser.constinterval()
.void
enterConstraintattr
(sql.postgresql.PostgreSQLParser.ConstraintattrContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintattr()
.void
enterConstraintattributeElem
(sql.postgresql.PostgreSQLParser.ConstraintattributeElemContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintattributeElem()
.void
enterConstraintattributespec
(sql.postgresql.PostgreSQLParser.ConstraintattributespecContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintattributespec()
.void
enterConstraintelem
(sql.postgresql.PostgreSQLParser.ConstraintelemContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintelem()
.void
enterConstraints_set_list
(sql.postgresql.PostgreSQLParser.Constraints_set_listContext ctx) Enter a parse tree produced byPostgreSQLParser.constraints_set_list()
.void
enterConstraints_set_mode
(sql.postgresql.PostgreSQLParser.Constraints_set_modeContext ctx) Enter a parse tree produced byPostgreSQLParser.constraints_set_mode()
.void
enterConstraintssetstmt
(sql.postgresql.PostgreSQLParser.ConstraintssetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintssetstmt()
.void
enterConsttypename
(sql.postgresql.PostgreSQLParser.ConsttypenameContext ctx) Enter a parse tree produced byPostgreSQLParser.consttypename()
.void
enterCopy_delimiter
(sql.postgresql.PostgreSQLParser.Copy_delimiterContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_delimiter()
.void
enterCopy_file_name
(sql.postgresql.PostgreSQLParser.Copy_file_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_file_name()
.void
enterCopy_from
(sql.postgresql.PostgreSQLParser.Copy_fromContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_from()
.void
enterCopy_generic_opt_arg
(sql.postgresql.PostgreSQLParser.Copy_generic_opt_argContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_generic_opt_arg()
.void
enterCopy_generic_opt_arg_list
(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_listContext ctx) Enter a parse tree produced byPostgreSQLParser.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 byPostgreSQLParser.copy_generic_opt_arg_list_item()
.void
enterCopy_generic_opt_elem
(sql.postgresql.PostgreSQLParser.Copy_generic_opt_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_generic_opt_elem()
.void
enterCopy_generic_opt_list
(sql.postgresql.PostgreSQLParser.Copy_generic_opt_listContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_generic_opt_list()
.void
enterCopy_opt_item
(sql.postgresql.PostgreSQLParser.Copy_opt_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_opt_item()
.void
enterCopy_opt_list
(sql.postgresql.PostgreSQLParser.Copy_opt_listContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_opt_list()
.void
enterCopy_options
(sql.postgresql.PostgreSQLParser.Copy_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_options()
.void
enterCopystmt
(sql.postgresql.PostgreSQLParser.CopystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.copystmt()
.void
enterCreate_as_target
(sql.postgresql.PostgreSQLParser.Create_as_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.create_as_target()
.void
enterCreate_extension_opt_item
(sql.postgresql.PostgreSQLParser.Create_extension_opt_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.create_extension_opt_item()
.void
enterCreate_extension_opt_list
(sql.postgresql.PostgreSQLParser.Create_extension_opt_listContext ctx) Enter a parse tree produced byPostgreSQLParser.create_extension_opt_list()
.void
enterCreate_generic_options
(sql.postgresql.PostgreSQLParser.Create_generic_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.create_generic_options()
.void
enterCreate_mv_target
(sql.postgresql.PostgreSQLParser.Create_mv_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.create_mv_target()
.void
enterCreateamstmt
(sql.postgresql.PostgreSQLParser.CreateamstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createamstmt()
.void
enterCreateassertionstmt
(sql.postgresql.PostgreSQLParser.CreateassertionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createassertionstmt()
.void
enterCreateasstmt
(sql.postgresql.PostgreSQLParser.CreateasstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createasstmt()
.void
enterCreatecaststmt
(sql.postgresql.PostgreSQLParser.CreatecaststmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createcaststmt()
.void
enterCreateconversionstmt
(sql.postgresql.PostgreSQLParser.CreateconversionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createconversionstmt()
.void
enterCreatedb_opt_item
(sql.postgresql.PostgreSQLParser.Createdb_opt_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.createdb_opt_item()
.void
enterCreatedb_opt_items
(sql.postgresql.PostgreSQLParser.Createdb_opt_itemsContext ctx) Enter a parse tree produced byPostgreSQLParser.createdb_opt_items()
.void
enterCreatedb_opt_list
(sql.postgresql.PostgreSQLParser.Createdb_opt_listContext ctx) Enter a parse tree produced byPostgreSQLParser.createdb_opt_list()
.void
enterCreatedb_opt_name
(sql.postgresql.PostgreSQLParser.Createdb_opt_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.createdb_opt_name()
.void
enterCreatedbstmt
(sql.postgresql.PostgreSQLParser.CreatedbstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createdbstmt()
.void
enterCreatedomainstmt
(sql.postgresql.PostgreSQLParser.CreatedomainstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createdomainstmt()
.void
enterCreateeventtrigstmt
(sql.postgresql.PostgreSQLParser.CreateeventtrigstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createeventtrigstmt()
.void
enterCreateextensionstmt
(sql.postgresql.PostgreSQLParser.CreateextensionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createextensionstmt()
.void
enterCreatefdwstmt
(sql.postgresql.PostgreSQLParser.CreatefdwstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createfdwstmt()
.void
enterCreateforeignserverstmt
(sql.postgresql.PostgreSQLParser.CreateforeignserverstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createforeignserverstmt()
.void
enterCreateforeigntablestmt
(sql.postgresql.PostgreSQLParser.CreateforeigntablestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createforeigntablestmt()
.void
enterCreatefunc_opt_item
(sql.postgresql.PostgreSQLParser.Createfunc_opt_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.createfunc_opt_item()
.void
enterCreatefunc_opt_list
(sql.postgresql.PostgreSQLParser.Createfunc_opt_listContext ctx) Enter a parse tree produced byPostgreSQLParser.createfunc_opt_list()
.void
enterCreatefunctionstmt
(sql.postgresql.PostgreSQLParser.CreatefunctionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createfunctionstmt()
.void
enterCreategroupstmt
(sql.postgresql.PostgreSQLParser.CreategroupstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.creategroupstmt()
.void
enterCreatematviewstmt
(sql.postgresql.PostgreSQLParser.CreatematviewstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.creatematviewstmt()
.void
enterCreateopclassstmt
(sql.postgresql.PostgreSQLParser.CreateopclassstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createopclassstmt()
.void
enterCreateopfamilystmt
(sql.postgresql.PostgreSQLParser.CreateopfamilystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createopfamilystmt()
.void
enterCreateoptroleelem
(sql.postgresql.PostgreSQLParser.CreateoptroleelemContext ctx) Enter a parse tree produced byPostgreSQLParser.createoptroleelem()
.void
enterCreateplangstmt
(sql.postgresql.PostgreSQLParser.CreateplangstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createplangstmt()
.void
enterCreatepolicystmt
(sql.postgresql.PostgreSQLParser.CreatepolicystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createpolicystmt()
.void
enterCreatepublicationstmt
(sql.postgresql.PostgreSQLParser.CreatepublicationstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createpublicationstmt()
.void
enterCreaterolestmt
(sql.postgresql.PostgreSQLParser.CreaterolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createrolestmt()
.void
enterCreateschemastmt
(sql.postgresql.PostgreSQLParser.CreateschemastmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createschemastmt()
.void
enterCreateseqstmt
(sql.postgresql.PostgreSQLParser.CreateseqstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createseqstmt()
.void
enterCreatestatsstmt
(sql.postgresql.PostgreSQLParser.CreatestatsstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createstatsstmt()
.void
enterCreatestmt
(sql.postgresql.PostgreSQLParser.CreatestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createstmt()
.void
enterCreatesubscriptionstmt
(sql.postgresql.PostgreSQLParser.CreatesubscriptionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createsubscriptionstmt()
.void
enterCreatetablespacestmt
(sql.postgresql.PostgreSQLParser.CreatetablespacestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createtablespacestmt()
.void
enterCreatetransformstmt
(sql.postgresql.PostgreSQLParser.CreatetransformstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createtransformstmt()
.void
enterCreatetrigstmt
(sql.postgresql.PostgreSQLParser.CreatetrigstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createtrigstmt()
.void
enterCreateusermappingstmt
(sql.postgresql.PostgreSQLParser.CreateusermappingstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createusermappingstmt()
.void
enterCreateuserstmt
(sql.postgresql.PostgreSQLParser.CreateuserstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createuserstmt()
.void
enterCte_list
(sql.postgresql.PostgreSQLParser.Cte_listContext ctx) Enter a parse tree produced byPostgreSQLParser.cte_list()
.void
enterCube_clause
(sql.postgresql.PostgreSQLParser.Cube_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.cube_clause()
.void
enterCursor_name
(sql.postgresql.PostgreSQLParser.Cursor_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.cursor_name()
.void
enterCursor_options
(sql.postgresql.PostgreSQLParser.Cursor_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.cursor_options()
.void
enterCursor_variable
(sql.postgresql.PostgreSQLParser.Cursor_variableContext ctx) Enter a parse tree produced byPostgreSQLParser.cursor_variable()
.void
enterDeallocatestmt
(sql.postgresql.PostgreSQLParser.DeallocatestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.deallocatestmt()
.void
enterDecl_aliasitem
(sql.postgresql.PostgreSQLParser.Decl_aliasitemContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_aliasitem()
.void
enterDecl_collate
(sql.postgresql.PostgreSQLParser.Decl_collateContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_collate()
.void
enterDecl_const
(sql.postgresql.PostgreSQLParser.Decl_constContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_const()
.void
enterDecl_cursor_arg
(sql.postgresql.PostgreSQLParser.Decl_cursor_argContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_cursor_arg()
.void
enterDecl_cursor_arglist
(sql.postgresql.PostgreSQLParser.Decl_cursor_arglistContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_cursor_arglist()
.void
enterDecl_cursor_args
(sql.postgresql.PostgreSQLParser.Decl_cursor_argsContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_cursor_args()
.void
enterDecl_cursor_query
(sql.postgresql.PostgreSQLParser.Decl_cursor_queryContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_cursor_query()
.void
enterDecl_datatype
(sql.postgresql.PostgreSQLParser.Decl_datatypeContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_datatype()
.void
enterDecl_defkey
(sql.postgresql.PostgreSQLParser.Decl_defkeyContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_defkey()
.void
enterDecl_defval
(sql.postgresql.PostgreSQLParser.Decl_defvalContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_defval()
.void
enterDecl_is_for
(sql.postgresql.PostgreSQLParser.Decl_is_forContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_is_for()
.void
enterDecl_notnull
(sql.postgresql.PostgreSQLParser.Decl_notnullContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_notnull()
.void
enterDecl_sect
(sql.postgresql.PostgreSQLParser.Decl_sectContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_sect()
.void
enterDecl_start
(sql.postgresql.PostgreSQLParser.Decl_startContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_start()
.void
enterDecl_statement
(sql.postgresql.PostgreSQLParser.Decl_statementContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_statement()
.void
enterDecl_stmt
(sql.postgresql.PostgreSQLParser.Decl_stmtContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_stmt()
.void
enterDecl_stmts
(sql.postgresql.PostgreSQLParser.Decl_stmtsContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_stmts()
.void
enterDecl_varname
(sql.postgresql.PostgreSQLParser.Decl_varnameContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_varname()
.void
enterDeclarecursorstmt
(sql.postgresql.PostgreSQLParser.DeclarecursorstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.declarecursorstmt()
.void
enterDef_arg
(sql.postgresql.PostgreSQLParser.Def_argContext ctx) Enter a parse tree produced byPostgreSQLParser.def_arg()
.void
enterDef_elem
(sql.postgresql.PostgreSQLParser.Def_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.def_elem()
.void
enterDef_list
(sql.postgresql.PostgreSQLParser.Def_listContext ctx) Enter a parse tree produced byPostgreSQLParser.def_list()
.void
enterDefacl_privilege_target
(sql.postgresql.PostgreSQLParser.Defacl_privilege_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.defacl_privilege_target()
.void
enterDefaclaction
(sql.postgresql.PostgreSQLParser.DefaclactionContext ctx) Enter a parse tree produced byPostgreSQLParser.defaclaction()
.void
enterDefacloption
(sql.postgresql.PostgreSQLParser.DefacloptionContext ctx) Enter a parse tree produced byPostgreSQLParser.defacloption()
.void
enterDefacloptionlist
(sql.postgresql.PostgreSQLParser.DefacloptionlistContext ctx) Enter a parse tree produced byPostgreSQLParser.defacloptionlist()
.void
enterDefinestmt
(sql.postgresql.PostgreSQLParser.DefinestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.definestmt()
.void
enterDefinition
(sql.postgresql.PostgreSQLParser.DefinitionContext ctx) Enter a parse tree produced byPostgreSQLParser.definition()
.void
enterDeletestmt
(sql.postgresql.PostgreSQLParser.DeletestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.deletestmt()
.void
enterDiscardstmt
(sql.postgresql.PostgreSQLParser.DiscardstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.discardstmt()
.void
enterDistinct_clause
(sql.postgresql.PostgreSQLParser.Distinct_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.distinct_clause()
.void
enterDocument_or_content
(sql.postgresql.PostgreSQLParser.Document_or_contentContext ctx) Enter a parse tree produced byPostgreSQLParser.document_or_content()
.void
enterDostmt
(sql.postgresql.PostgreSQLParser.DostmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dostmt()
.void
enterDostmt_opt_item
(sql.postgresql.PostgreSQLParser.Dostmt_opt_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.dostmt_opt_item()
.void
enterDostmt_opt_list
(sql.postgresql.PostgreSQLParser.Dostmt_opt_listContext ctx) Enter a parse tree produced byPostgreSQLParser.dostmt_opt_list()
.void
enterDrop_option
(sql.postgresql.PostgreSQLParser.Drop_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.drop_option()
.void
enterDrop_option_list
(sql.postgresql.PostgreSQLParser.Drop_option_listContext ctx) Enter a parse tree produced byPostgreSQLParser.drop_option_list()
.void
enterDrop_type_name
(sql.postgresql.PostgreSQLParser.Drop_type_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.drop_type_name()
.void
enterDropcaststmt
(sql.postgresql.PostgreSQLParser.DropcaststmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropcaststmt()
.void
enterDropdbstmt
(sql.postgresql.PostgreSQLParser.DropdbstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropdbstmt()
.void
enterDropopclassstmt
(sql.postgresql.PostgreSQLParser.DropopclassstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropopclassstmt()
.void
enterDropopfamilystmt
(sql.postgresql.PostgreSQLParser.DropopfamilystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropopfamilystmt()
.void
enterDropownedstmt
(sql.postgresql.PostgreSQLParser.DropownedstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropownedstmt()
.void
enterDroprolestmt
(sql.postgresql.PostgreSQLParser.DroprolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.droprolestmt()
.void
enterDropstmt
(sql.postgresql.PostgreSQLParser.DropstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropstmt()
.void
enterDropsubscriptionstmt
(sql.postgresql.PostgreSQLParser.DropsubscriptionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropsubscriptionstmt()
.void
enterDroptablespacestmt
(sql.postgresql.PostgreSQLParser.DroptablespacestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.droptablespacestmt()
.void
enterDroptransformstmt
(sql.postgresql.PostgreSQLParser.DroptransformstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.droptransformstmt()
.void
enterDropusermappingstmt
(sql.postgresql.PostgreSQLParser.DropusermappingstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropusermappingstmt()
.void
enterEmpty_grouping_set
(sql.postgresql.PostgreSQLParser.Empty_grouping_setContext ctx) Enter a parse tree produced byPostgreSQLParser.empty_grouping_set()
.void
enterEnable_trigger
(sql.postgresql.PostgreSQLParser.Enable_triggerContext ctx) Enter a parse tree produced byPostgreSQLParser.enable_trigger()
.void
enterEnum_val_list
(sql.postgresql.PostgreSQLParser.Enum_val_listContext ctx) Enter a parse tree produced byPostgreSQLParser.enum_val_list()
.void
enterEvent
(sql.postgresql.PostgreSQLParser.EventContext ctx) Enter a parse tree produced byPostgreSQLParser.event()
.void
enterEvent_trigger_value_list
(sql.postgresql.PostgreSQLParser.Event_trigger_value_listContext ctx) Enter a parse tree produced byPostgreSQLParser.event_trigger_value_list()
.void
enterEvent_trigger_when_item
(sql.postgresql.PostgreSQLParser.Event_trigger_when_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.event_trigger_when_item()
.void
enterEvent_trigger_when_list
(sql.postgresql.PostgreSQLParser.Event_trigger_when_listContext ctx) Enter a parse tree produced byPostgreSQLParser.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 byPostgreSQLParser.exception_sect()
.void
enterExclusionconstraintelem
(sql.postgresql.PostgreSQLParser.ExclusionconstraintelemContext ctx) Enter a parse tree produced byPostgreSQLParser.exclusionconstraintelem()
.void
enterExclusionconstraintlist
(sql.postgresql.PostgreSQLParser.ExclusionconstraintlistContext ctx) Enter a parse tree produced byPostgreSQLParser.exclusionconstraintlist()
.void
enterExclusionwhereclause
(sql.postgresql.PostgreSQLParser.ExclusionwhereclauseContext ctx) Enter a parse tree produced byPostgreSQLParser.exclusionwhereclause()
.void
enterExecute_param_clause
(sql.postgresql.PostgreSQLParser.Execute_param_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.execute_param_clause()
.void
enterExecutestmt
(sql.postgresql.PostgreSQLParser.ExecutestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.executestmt()
.void
enterExistingindex
(sql.postgresql.PostgreSQLParser.ExistingindexContext ctx) Enter a parse tree produced byPostgreSQLParser.existingindex()
.void
enterExit_type
(sql.postgresql.PostgreSQLParser.Exit_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.exit_type()
.void
enterExplain_option_arg
(sql.postgresql.PostgreSQLParser.Explain_option_argContext ctx) Enter a parse tree produced byPostgreSQLParser.explain_option_arg()
.void
enterExplain_option_elem
(sql.postgresql.PostgreSQLParser.Explain_option_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.explain_option_elem()
.void
enterExplain_option_list
(sql.postgresql.PostgreSQLParser.Explain_option_listContext ctx) Enter a parse tree produced byPostgreSQLParser.explain_option_list()
.void
enterExplain_option_name
(sql.postgresql.PostgreSQLParser.Explain_option_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.explain_option_name()
.void
enterExplainablestmt
(sql.postgresql.PostgreSQLParser.ExplainablestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.explainablestmt()
.void
enterExplainstmt
(sql.postgresql.PostgreSQLParser.ExplainstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.explainstmt()
.void
enterExplicit_row
(sql.postgresql.PostgreSQLParser.Explicit_rowContext ctx) Enter a parse tree produced byPostgreSQLParser.explicit_row()
.void
enterExpr_list
(sql.postgresql.PostgreSQLParser.Expr_listContext ctx) Enter a parse tree produced byPostgreSQLParser.expr_list()
.void
enterExpr_until_loop
(sql.postgresql.PostgreSQLParser.Expr_until_loopContext ctx) Enter a parse tree produced byPostgreSQLParser.expr_until_loop()
.void
enterExpr_until_rightbracket
(sql.postgresql.PostgreSQLParser.Expr_until_rightbracketContext ctx) Enter a parse tree produced byPostgreSQLParser.expr_until_rightbracket()
.void
enterExpr_until_semi
(sql.postgresql.PostgreSQLParser.Expr_until_semiContext ctx) Enter a parse tree produced byPostgreSQLParser.expr_until_semi()
.void
enterExpr_until_then
(sql.postgresql.PostgreSQLParser.Expr_until_thenContext ctx) Enter a parse tree produced byPostgreSQLParser.expr_until_then()
.void
enterExtract_arg
(sql.postgresql.PostgreSQLParser.Extract_argContext ctx) Enter a parse tree produced byPostgreSQLParser.extract_arg()
.void
enterExtract_list
(sql.postgresql.PostgreSQLParser.Extract_listContext ctx) Enter a parse tree produced byPostgreSQLParser.extract_list()
.void
enterFconst
(sql.postgresql.PostgreSQLParser.FconstContext ctx) Enter a parse tree produced byPostgreSQLParser.fconst()
.void
enterFdw_option
(sql.postgresql.PostgreSQLParser.Fdw_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.fdw_option()
.void
enterFdw_options
(sql.postgresql.PostgreSQLParser.Fdw_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.fdw_options()
.void
enterFetch_args
(sql.postgresql.PostgreSQLParser.Fetch_argsContext ctx) Enter a parse tree produced byPostgreSQLParser.fetch_args()
.void
enterFetchstmt
(sql.postgresql.PostgreSQLParser.FetchstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.fetchstmt()
.void
enterFile_name
(sql.postgresql.PostgreSQLParser.File_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.file_name()
.void
enterFilter_clause
(sql.postgresql.PostgreSQLParser.Filter_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.filter_clause()
.void
enterFirst_or_next
(sql.postgresql.PostgreSQLParser.First_or_nextContext ctx) Enter a parse tree produced byPostgreSQLParser.first_or_next()
.void
enterFor_control
(sql.postgresql.PostgreSQLParser.For_controlContext ctx) Enter a parse tree produced byPostgreSQLParser.for_control()
.void
enterFor_locking_clause
(sql.postgresql.PostgreSQLParser.For_locking_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.for_locking_clause()
.void
enterFor_locking_item
(sql.postgresql.PostgreSQLParser.For_locking_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.for_locking_item()
.void
enterFor_locking_items
(sql.postgresql.PostgreSQLParser.For_locking_itemsContext ctx) Enter a parse tree produced byPostgreSQLParser.for_locking_items()
.void
enterFor_locking_strength
(sql.postgresql.PostgreSQLParser.For_locking_strengthContext ctx) Enter a parse tree produced byPostgreSQLParser.for_locking_strength()
.void
enterFor_variable
(sql.postgresql.PostgreSQLParser.For_variableContext ctx) Enter a parse tree produced byPostgreSQLParser.for_variable()
.void
enterForeach_slice
(sql.postgresql.PostgreSQLParser.Foreach_sliceContext ctx) Enter a parse tree produced byPostgreSQLParser.foreach_slice()
.void
enterForeign_server_version
(sql.postgresql.PostgreSQLParser.Foreign_server_versionContext ctx) Enter a parse tree produced byPostgreSQLParser.foreign_server_version()
.void
enterFrame_bound
(sql.postgresql.PostgreSQLParser.Frame_boundContext ctx) Enter a parse tree produced byPostgreSQLParser.frame_bound()
.void
enterFrame_extent
(sql.postgresql.PostgreSQLParser.Frame_extentContext ctx) Enter a parse tree produced byPostgreSQLParser.frame_extent()
.void
enterFrom_clause
(sql.postgresql.PostgreSQLParser.From_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.from_clause()
.void
enterFrom_in
(sql.postgresql.PostgreSQLParser.From_inContext ctx) Enter a parse tree produced byPostgreSQLParser.from_in()
.void
enterFrom_list
(sql.postgresql.PostgreSQLParser.From_listContext ctx) Enter a parse tree produced byPostgreSQLParser.from_list()
.void
enterFunc_alias_clause
(sql.postgresql.PostgreSQLParser.Func_alias_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.func_alias_clause()
.void
enterFunc_application
(sql.postgresql.PostgreSQLParser.Func_applicationContext ctx) Enter a parse tree produced byPostgreSQLParser.func_application()
.void
enterFunc_arg
(sql.postgresql.PostgreSQLParser.Func_argContext ctx) Enter a parse tree produced byPostgreSQLParser.func_arg()
.void
enterFunc_arg_expr
(sql.postgresql.PostgreSQLParser.Func_arg_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.func_arg_expr()
.void
enterFunc_arg_list
(sql.postgresql.PostgreSQLParser.Func_arg_listContext ctx) Enter a parse tree produced byPostgreSQLParser.func_arg_list()
.void
enterFunc_arg_with_default
(sql.postgresql.PostgreSQLParser.Func_arg_with_defaultContext ctx) Enter a parse tree produced byPostgreSQLParser.func_arg_with_default()
.void
enterFunc_args
(sql.postgresql.PostgreSQLParser.Func_argsContext ctx) Enter a parse tree produced byPostgreSQLParser.func_args()
.void
enterFunc_args_list
(sql.postgresql.PostgreSQLParser.Func_args_listContext ctx) Enter a parse tree produced byPostgreSQLParser.func_args_list()
.void
enterFunc_args_with_defaults
(sql.postgresql.PostgreSQLParser.Func_args_with_defaultsContext ctx) Enter a parse tree produced byPostgreSQLParser.func_args_with_defaults()
.void
enterFunc_args_with_defaults_list
(sql.postgresql.PostgreSQLParser.Func_args_with_defaults_listContext ctx) Enter a parse tree produced byPostgreSQLParser.func_args_with_defaults_list()
.void
enterFunc_as
(sql.postgresql.PostgreSQLParser.Func_asContext ctx) Enter a parse tree produced byPostgreSQLParser.func_as()
.void
enterFunc_expr
(sql.postgresql.PostgreSQLParser.Func_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.func_expr()
.void
enterFunc_expr_common_subexpr
(sql.postgresql.PostgreSQLParser.Func_expr_common_subexprContext ctx) Enter a parse tree produced byPostgreSQLParser.func_expr_common_subexpr()
.void
enterFunc_expr_windowless
(sql.postgresql.PostgreSQLParser.Func_expr_windowlessContext ctx) Enter a parse tree produced byPostgreSQLParser.func_expr_windowless()
.void
enterFunc_name
(sql.postgresql.PostgreSQLParser.Func_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.func_name()
.void
enterFunc_return
(sql.postgresql.PostgreSQLParser.Func_returnContext ctx) Enter a parse tree produced byPostgreSQLParser.func_return()
.void
enterFunc_table
(sql.postgresql.PostgreSQLParser.Func_tableContext ctx) Enter a parse tree produced byPostgreSQLParser.func_table()
.void
enterFunc_type
(sql.postgresql.PostgreSQLParser.Func_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.func_type()
.void
enterFunction_or_procedure
(sql.postgresql.PostgreSQLParser.Function_or_procedureContext ctx) Enter a parse tree produced byPostgreSQLParser.function_or_procedure()
.void
enterFunction_with_argtypes
(sql.postgresql.PostgreSQLParser.Function_with_argtypesContext ctx) Enter a parse tree produced byPostgreSQLParser.function_with_argtypes()
.void
enterFunction_with_argtypes_list
(sql.postgresql.PostgreSQLParser.Function_with_argtypes_listContext ctx) Enter a parse tree produced byPostgreSQLParser.function_with_argtypes_list()
.void
enterFunctionsetresetclause
(sql.postgresql.PostgreSQLParser.FunctionsetresetclauseContext ctx) Enter a parse tree produced byPostgreSQLParser.functionsetresetclause()
.void
enterGenerated_when
(sql.postgresql.PostgreSQLParser.Generated_whenContext ctx) Enter a parse tree produced byPostgreSQLParser.generated_when()
.void
enterGeneric_option_arg
(sql.postgresql.PostgreSQLParser.Generic_option_argContext ctx) Enter a parse tree produced byPostgreSQLParser.generic_option_arg()
.void
enterGeneric_option_elem
(sql.postgresql.PostgreSQLParser.Generic_option_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.generic_option_elem()
.void
enterGeneric_option_list
(sql.postgresql.PostgreSQLParser.Generic_option_listContext ctx) Enter a parse tree produced byPostgreSQLParser.generic_option_list()
.void
enterGeneric_option_name
(sql.postgresql.PostgreSQLParser.Generic_option_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.generic_option_name()
.void
enterGeneric_reset
(sql.postgresql.PostgreSQLParser.Generic_resetContext ctx) Enter a parse tree produced byPostgreSQLParser.generic_reset()
.void
enterGeneric_set
(sql.postgresql.PostgreSQLParser.Generic_setContext ctx) Enter a parse tree produced byPostgreSQLParser.generic_set()
.void
enterGenerictype
(sql.postgresql.PostgreSQLParser.GenerictypeContext ctx) Enter a parse tree produced byPostgreSQLParser.generictype()
.void
enterGetdiag_area_opt
(sql.postgresql.PostgreSQLParser.Getdiag_area_optContext ctx) Enter a parse tree produced byPostgreSQLParser.getdiag_area_opt()
.void
enterGetdiag_item
(sql.postgresql.PostgreSQLParser.Getdiag_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.getdiag_item()
.void
enterGetdiag_list
(sql.postgresql.PostgreSQLParser.Getdiag_listContext ctx) Enter a parse tree produced byPostgreSQLParser.getdiag_list()
.void
enterGetdiag_list_item
(sql.postgresql.PostgreSQLParser.Getdiag_list_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.getdiag_list_item()
.void
enterGetdiag_target
(sql.postgresql.PostgreSQLParser.Getdiag_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.getdiag_target()
.void
enterGrantee
(sql.postgresql.PostgreSQLParser.GranteeContext ctx) Enter a parse tree produced byPostgreSQLParser.grantee()
.void
enterGrantee_list
(sql.postgresql.PostgreSQLParser.Grantee_listContext ctx) Enter a parse tree produced byPostgreSQLParser.grantee_list()
.void
enterGrantrolestmt
(sql.postgresql.PostgreSQLParser.GrantrolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.grantrolestmt()
.void
enterGrantstmt
(sql.postgresql.PostgreSQLParser.GrantstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.grantstmt()
.void
enterGroup_by_item
(sql.postgresql.PostgreSQLParser.Group_by_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.group_by_item()
.void
enterGroup_by_list
(sql.postgresql.PostgreSQLParser.Group_by_listContext ctx) Enter a parse tree produced byPostgreSQLParser.group_by_list()
.void
enterGroup_clause
(sql.postgresql.PostgreSQLParser.Group_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.group_clause()
.void
enterGrouping_sets_clause
(sql.postgresql.PostgreSQLParser.Grouping_sets_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.grouping_sets_clause()
.void
enterHandler_name
(sql.postgresql.PostgreSQLParser.Handler_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.handler_name()
.void
enterHash_partbound
(sql.postgresql.PostgreSQLParser.Hash_partboundContext ctx) Enter a parse tree produced byPostgreSQLParser.hash_partbound()
.void
enterHash_partbound_elem
(sql.postgresql.PostgreSQLParser.Hash_partbound_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.hash_partbound_elem()
.void
enterHaving_clause
(sql.postgresql.PostgreSQLParser.Having_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.having_clause()
.void
enterI_or_f_const
(sql.postgresql.PostgreSQLParser.I_or_f_constContext ctx) Enter a parse tree produced byPostgreSQLParser.i_or_f_const()
.void
enterIconst
(sql.postgresql.PostgreSQLParser.IconstContext ctx) Enter a parse tree produced byPostgreSQLParser.iconst()
.void
enterIdentifier
(sql.postgresql.PostgreSQLParser.IdentifierContext ctx) Enter a parse tree produced byPostgreSQLParser.identifier()
.void
enterImplicit_row
(sql.postgresql.PostgreSQLParser.Implicit_rowContext ctx) Enter a parse tree produced byPostgreSQLParser.implicit_row()
.void
enterImport_qualification
(sql.postgresql.PostgreSQLParser.Import_qualificationContext ctx) Enter a parse tree produced byPostgreSQLParser.import_qualification()
.void
enterImport_qualification_type
(sql.postgresql.PostgreSQLParser.Import_qualification_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.import_qualification_type()
.void
enterImportforeignschemastmt
(sql.postgresql.PostgreSQLParser.ImportforeignschemastmtContext ctx) Enter a parse tree produced byPostgreSQLParser.importforeignschemastmt()
.void
enterIn_expr_list
(sql.postgresql.PostgreSQLParser.In_expr_listContext ctx) Enter a parse tree produced by thein_expr_list
labeled alternative inPostgreSQLParser.in_expr()
.void
enterIn_expr_select
(sql.postgresql.PostgreSQLParser.In_expr_selectContext ctx) Enter a parse tree produced by thein_expr_select
labeled alternative inPostgreSQLParser.in_expr()
.void
enterIndex_elem
(sql.postgresql.PostgreSQLParser.Index_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.index_elem()
.void
enterIndex_elem_options
(sql.postgresql.PostgreSQLParser.Index_elem_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.index_elem_options()
.void
enterIndex_including_params
(sql.postgresql.PostgreSQLParser.Index_including_paramsContext ctx) Enter a parse tree produced byPostgreSQLParser.index_including_params()
.void
enterIndex_params
(sql.postgresql.PostgreSQLParser.Index_paramsContext ctx) Enter a parse tree produced byPostgreSQLParser.index_params()
.void
enterIndex_partition_cmd
(sql.postgresql.PostgreSQLParser.Index_partition_cmdContext ctx) Enter a parse tree produced byPostgreSQLParser.index_partition_cmd()
.void
enterIndexstmt
(sql.postgresql.PostgreSQLParser.IndexstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.indexstmt()
.void
enterIndirection
(sql.postgresql.PostgreSQLParser.IndirectionContext ctx) Enter a parse tree produced byPostgreSQLParser.indirection()
.void
enterIndirection_el
(sql.postgresql.PostgreSQLParser.Indirection_elContext ctx) Enter a parse tree produced byPostgreSQLParser.indirection_el()
.void
enterInsert_column_item
(sql.postgresql.PostgreSQLParser.Insert_column_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.insert_column_item()
.void
enterInsert_column_list
(sql.postgresql.PostgreSQLParser.Insert_column_listContext ctx) Enter a parse tree produced byPostgreSQLParser.insert_column_list()
.void
enterInsert_rest
(sql.postgresql.PostgreSQLParser.Insert_restContext ctx) Enter a parse tree produced byPostgreSQLParser.insert_rest()
.void
enterInsert_target
(sql.postgresql.PostgreSQLParser.Insert_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.insert_target()
.void
enterInsertstmt
(sql.postgresql.PostgreSQLParser.InsertstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.insertstmt()
.void
enterInterval_second
(sql.postgresql.PostgreSQLParser.Interval_secondContext ctx) Enter a parse tree produced byPostgreSQLParser.interval_second()
.void
enterInto_clause
(sql.postgresql.PostgreSQLParser.Into_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.into_clause()
.void
enterInto_target
(sql.postgresql.PostgreSQLParser.Into_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.into_target()
.void
enterIso_level
(sql.postgresql.PostgreSQLParser.Iso_levelContext ctx) Enter a parse tree produced byPostgreSQLParser.iso_level()
.void
enterJoin_qual
(sql.postgresql.PostgreSQLParser.Join_qualContext ctx) Enter a parse tree produced byPostgreSQLParser.join_qual()
.void
enterJoin_type
(sql.postgresql.PostgreSQLParser.Join_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.join_type()
.void
enterKey_action
(sql.postgresql.PostgreSQLParser.Key_actionContext ctx) Enter a parse tree produced byPostgreSQLParser.key_action()
.void
enterKey_actions
(sql.postgresql.PostgreSQLParser.Key_actionsContext ctx) Enter a parse tree produced byPostgreSQLParser.key_actions()
.void
enterKey_delete
(sql.postgresql.PostgreSQLParser.Key_deleteContext ctx) Enter a parse tree produced byPostgreSQLParser.key_delete()
.void
enterKey_match
(sql.postgresql.PostgreSQLParser.Key_matchContext ctx) Enter a parse tree produced byPostgreSQLParser.key_match()
.void
enterKey_update
(sql.postgresql.PostgreSQLParser.Key_updateContext ctx) Enter a parse tree produced byPostgreSQLParser.key_update()
.void
enterLabel_decl
(sql.postgresql.PostgreSQLParser.Label_declContext ctx) Enter a parse tree produced byPostgreSQLParser.label_decl()
.void
enterLimit_clause
(sql.postgresql.PostgreSQLParser.Limit_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.limit_clause()
.void
enterListenstmt
(sql.postgresql.PostgreSQLParser.ListenstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.listenstmt()
.void
enterLoadstmt
(sql.postgresql.PostgreSQLParser.LoadstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.loadstmt()
.void
enterLock_type
(sql.postgresql.PostgreSQLParser.Lock_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.lock_type()
.void
enterLocked_rels_list
(sql.postgresql.PostgreSQLParser.Locked_rels_listContext ctx) Enter a parse tree produced byPostgreSQLParser.locked_rels_list()
.void
enterLockstmt
(sql.postgresql.PostgreSQLParser.LockstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.lockstmt()
.void
enterLoop_body
(sql.postgresql.PostgreSQLParser.Loop_bodyContext ctx) Enter a parse tree produced byPostgreSQLParser.loop_body()
.void
enterMake_execsql_stmt
(sql.postgresql.PostgreSQLParser.Make_execsql_stmtContext ctx) Enter a parse tree produced byPostgreSQLParser.make_execsql_stmt()
.void
enterMathop
(sql.postgresql.PostgreSQLParser.MathopContext ctx) Enter a parse tree produced byPostgreSQLParser.mathop()
.void
enterMerge_delete_clause
(sql.postgresql.PostgreSQLParser.Merge_delete_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.merge_delete_clause()
.void
enterMerge_insert_clause
(sql.postgresql.PostgreSQLParser.Merge_insert_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.merge_insert_clause()
.void
enterMerge_update_clause
(sql.postgresql.PostgreSQLParser.Merge_update_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.merge_update_clause()
.void
enterMergestmt
(sql.postgresql.PostgreSQLParser.MergestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.mergestmt()
.void
enterName
(sql.postgresql.PostgreSQLParser.NameContext ctx) Enter a parse tree produced byPostgreSQLParser.name()
.void
enterName_list
(sql.postgresql.PostgreSQLParser.Name_listContext ctx) Enter a parse tree produced byPostgreSQLParser.name_list()
.void
enterNon_ansi_join
(sql.postgresql.PostgreSQLParser.Non_ansi_joinContext ctx) Enter a parse tree produced byPostgreSQLParser.non_ansi_join()
.void
enterNonreservedword
(sql.postgresql.PostgreSQLParser.NonreservedwordContext ctx) Enter a parse tree produced byPostgreSQLParser.nonreservedword()
.void
enterNonreservedword_or_sconst
(sql.postgresql.PostgreSQLParser.Nonreservedword_or_sconstContext ctx) Enter a parse tree produced byPostgreSQLParser.nonreservedword_or_sconst()
.void
enterNotify_payload
(sql.postgresql.PostgreSQLParser.Notify_payloadContext ctx) Enter a parse tree produced byPostgreSQLParser.notify_payload()
.void
enterNotifystmt
(sql.postgresql.PostgreSQLParser.NotifystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.notifystmt()
.void
enterNumeric
(sql.postgresql.PostgreSQLParser.NumericContext ctx) Enter a parse tree produced byPostgreSQLParser.numeric()
.void
enterNumericonly
(sql.postgresql.PostgreSQLParser.NumericonlyContext ctx) Enter a parse tree produced byPostgreSQLParser.numericonly()
.void
enterNumericonly_list
(sql.postgresql.PostgreSQLParser.Numericonly_listContext ctx) Enter a parse tree produced byPostgreSQLParser.numericonly_list()
.void
enterObject_type_any_name
(sql.postgresql.PostgreSQLParser.Object_type_any_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.object_type_any_name()
.void
enterObject_type_name
(sql.postgresql.PostgreSQLParser.Object_type_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.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 byPostgreSQLParser.object_type_name_on_any_name()
.void
enterOffset_clause
(sql.postgresql.PostgreSQLParser.Offset_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.offset_clause()
.void
enterOld_aggr_definition
(sql.postgresql.PostgreSQLParser.Old_aggr_definitionContext ctx) Enter a parse tree produced byPostgreSQLParser.old_aggr_definition()
.void
enterOld_aggr_elem
(sql.postgresql.PostgreSQLParser.Old_aggr_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.old_aggr_elem()
.void
enterOld_aggr_list
(sql.postgresql.PostgreSQLParser.Old_aggr_listContext ctx) Enter a parse tree produced byPostgreSQLParser.old_aggr_list()
.void
enterOncommitoption
(sql.postgresql.PostgreSQLParser.OncommitoptionContext ctx) Enter a parse tree produced byPostgreSQLParser.oncommitoption()
.void
enterOpclass_drop
(sql.postgresql.PostgreSQLParser.Opclass_dropContext ctx) Enter a parse tree produced byPostgreSQLParser.opclass_drop()
.void
enterOpclass_drop_list
(sql.postgresql.PostgreSQLParser.Opclass_drop_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opclass_drop_list()
.void
enterOpclass_item
(sql.postgresql.PostgreSQLParser.Opclass_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.opclass_item()
.void
enterOpclass_item_list
(sql.postgresql.PostgreSQLParser.Opclass_item_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opclass_item_list()
.void
enterOpclass_purpose
(sql.postgresql.PostgreSQLParser.Opclass_purposeContext ctx) Enter a parse tree produced byPostgreSQLParser.opclass_purpose()
.void
enterOper_argtypes
(sql.postgresql.PostgreSQLParser.Oper_argtypesContext ctx) Enter a parse tree produced byPostgreSQLParser.oper_argtypes()
.void
enterOperator_def_arg
(sql.postgresql.PostgreSQLParser.Operator_def_argContext ctx) Enter a parse tree produced byPostgreSQLParser.operator_def_arg()
.void
enterOperator_def_elem
(sql.postgresql.PostgreSQLParser.Operator_def_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.operator_def_elem()
.void
enterOperator_def_list
(sql.postgresql.PostgreSQLParser.Operator_def_listContext ctx) Enter a parse tree produced byPostgreSQLParser.operator_def_list()
.void
enterOperator_with_argtypes
(sql.postgresql.PostgreSQLParser.Operator_with_argtypesContext ctx) Enter a parse tree produced byPostgreSQLParser.operator_with_argtypes()
.void
enterOperator_with_argtypes_list
(sql.postgresql.PostgreSQLParser.Operator_with_argtypes_listContext ctx) Enter a parse tree produced byPostgreSQLParser.operator_with_argtypes_list()
.void
enterOpt_alias_clause
(sql.postgresql.PostgreSQLParser.Opt_alias_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_alias_clause()
.void
enterOpt_all_clause
(sql.postgresql.PostgreSQLParser.Opt_all_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_all_clause()
.void
enterOpt_analyze
(sql.postgresql.PostgreSQLParser.Opt_analyzeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_analyze()
.void
enterOpt_array_bounds
(sql.postgresql.PostgreSQLParser.Opt_array_boundsContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_array_bounds()
.void
enterOpt_as
(sql.postgresql.PostgreSQLParser.Opt_asContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_as()
.void
enterOpt_asc_desc
(sql.postgresql.PostgreSQLParser.Opt_asc_descContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_asc_desc()
.void
enterOpt_binary
(sql.postgresql.PostgreSQLParser.Opt_binaryContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_binary()
.void
enterOpt_block_label
(sql.postgresql.PostgreSQLParser.Opt_block_labelContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_block_label()
.void
enterOpt_boolean_or_string
(sql.postgresql.PostgreSQLParser.Opt_boolean_or_stringContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_boolean_or_string()
.void
enterOpt_by
(sql.postgresql.PostgreSQLParser.Opt_byContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_by()
.void
enterOpt_by_expression
(sql.postgresql.PostgreSQLParser.Opt_by_expressionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_by_expression()
.void
enterOpt_c_include
(sql.postgresql.PostgreSQLParser.Opt_c_includeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_c_include()
.void
enterOpt_case_else
(sql.postgresql.PostgreSQLParser.Opt_case_elseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_case_else()
.void
enterOpt_check_option
(sql.postgresql.PostgreSQLParser.Opt_check_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_check_option()
.void
enterOpt_class
(sql.postgresql.PostgreSQLParser.Opt_classContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_class()
.void
enterOpt_col_def_list
(sql.postgresql.PostgreSQLParser.Opt_col_def_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_col_def_list()
.void
enterOpt_collate
(sql.postgresql.PostgreSQLParser.Opt_collateContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_collate()
.void
enterOpt_collate_clause
(sql.postgresql.PostgreSQLParser.Opt_collate_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_collate_clause()
.void
enterOpt_column
(sql.postgresql.PostgreSQLParser.Opt_columnContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_column()
.void
enterOpt_column_list
(sql.postgresql.PostgreSQLParser.Opt_column_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_column_list()
.void
enterOpt_concurrently
(sql.postgresql.PostgreSQLParser.Opt_concurrentlyContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_concurrently()
.void
enterOpt_conf_expr
(sql.postgresql.PostgreSQLParser.Opt_conf_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_conf_expr()
.void
enterOpt_cursor_from
(sql.postgresql.PostgreSQLParser.Opt_cursor_fromContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_cursor_from()
.void
enterOpt_cursor_parameters
(sql.postgresql.PostgreSQLParser.Opt_cursor_parametersContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_cursor_parameters()
.void
enterOpt_default
(sql.postgresql.PostgreSQLParser.Opt_defaultContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_default()
.void
enterOpt_definition
(sql.postgresql.PostgreSQLParser.Opt_definitionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_definition()
.void
enterOpt_drop_behavior
(sql.postgresql.PostgreSQLParser.Opt_drop_behaviorContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_drop_behavior()
.void
enterOpt_encoding
(sql.postgresql.PostgreSQLParser.Opt_encodingContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_encoding()
.void
enterOpt_enum_val_list
(sql.postgresql.PostgreSQLParser.Opt_enum_val_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_enum_val_list()
.void
enterOpt_equal
(sql.postgresql.PostgreSQLParser.Opt_equalContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_equal()
.void
enterOpt_escape
(sql.postgresql.PostgreSQLParser.Opt_escapeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_escape()
.void
enterOpt_execute_into
(sql.postgresql.PostgreSQLParser.Opt_execute_intoContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_execute_into()
.void
enterOpt_execute_using
(sql.postgresql.PostgreSQLParser.Opt_execute_usingContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_execute_using()
.void
enterOpt_execute_using_list
(sql.postgresql.PostgreSQLParser.Opt_execute_using_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_execute_using_list()
.void
enterOpt_existing_window_name
(sql.postgresql.PostgreSQLParser.Opt_existing_window_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_existing_window_name()
.void
enterOpt_exitcond
(sql.postgresql.PostgreSQLParser.Opt_exitcondContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_exitcond()
.void
enterOpt_expr_list
(sql.postgresql.PostgreSQLParser.Opt_expr_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_expr_list()
.void
enterOpt_expr_until_when
(sql.postgresql.PostgreSQLParser.Opt_expr_until_whenContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_expr_until_when()
.void
enterOpt_fdw_options
(sql.postgresql.PostgreSQLParser.Opt_fdw_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_fdw_options()
.void
enterOpt_fetch_direction
(sql.postgresql.PostgreSQLParser.Opt_fetch_directionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_fetch_direction()
.void
enterOpt_float
(sql.postgresql.PostgreSQLParser.Opt_floatContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_float()
.void
enterOpt_for_locking_clause
(sql.postgresql.PostgreSQLParser.Opt_for_locking_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_for_locking_clause()
.void
enterOpt_for_using_expression
(sql.postgresql.PostgreSQLParser.Opt_for_using_expressionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_for_using_expression()
.void
enterOpt_foreign_server_version
(sql.postgresql.PostgreSQLParser.Opt_foreign_server_versionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_foreign_server_version()
.void
enterOpt_frame_clause
(sql.postgresql.PostgreSQLParser.Opt_frame_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_frame_clause()
.void
enterOpt_freeze
(sql.postgresql.PostgreSQLParser.Opt_freezeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_freeze()
.void
enterOpt_from_in
(sql.postgresql.PostgreSQLParser.Opt_from_inContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_from_in()
.void
enterOpt_full
(sql.postgresql.PostgreSQLParser.Opt_fullContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_full()
.void
enterOpt_grant_admin_option
(sql.postgresql.PostgreSQLParser.Opt_grant_admin_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_grant_admin_option()
.void
enterOpt_grant_grant_option
(sql.postgresql.PostgreSQLParser.Opt_grant_grant_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_grant_grant_option()
.void
enterOpt_granted_by
(sql.postgresql.PostgreSQLParser.Opt_granted_byContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_granted_by()
.void
enterOpt_hold
(sql.postgresql.PostgreSQLParser.Opt_holdContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_hold()
.void
enterOpt_if_exists
(sql.postgresql.PostgreSQLParser.Opt_if_existsContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_if_exists()
.void
enterOpt_if_not_exists
(sql.postgresql.PostgreSQLParser.Opt_if_not_existsContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_if_not_exists()
.void
enterOpt_in_database
(sql.postgresql.PostgreSQLParser.Opt_in_databaseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_in_database()
.void
enterOpt_include
(sql.postgresql.PostgreSQLParser.Opt_includeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_include()
.void
enterOpt_index_name
(sql.postgresql.PostgreSQLParser.Opt_index_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_index_name()
.void
enterOpt_indirection
(sql.postgresql.PostgreSQLParser.Opt_indirectionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_indirection()
.void
enterOpt_inline_handler
(sql.postgresql.PostgreSQLParser.Opt_inline_handlerContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_inline_handler()
.void
enterOpt_instead
(sql.postgresql.PostgreSQLParser.Opt_insteadContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_instead()
.void
enterOpt_interval
(sql.postgresql.PostgreSQLParser.Opt_intervalContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_interval()
.void
enterOpt_label
(sql.postgresql.PostgreSQLParser.Opt_labelContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_label()
.void
enterOpt_lock
(sql.postgresql.PostgreSQLParser.Opt_lockContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_lock()
.void
enterOpt_loop_label
(sql.postgresql.PostgreSQLParser.Opt_loop_labelContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_loop_label()
.void
enterOpt_materialized
(sql.postgresql.PostgreSQLParser.Opt_materializedContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_materialized()
.void
enterOpt_name_list
(sql.postgresql.PostgreSQLParser.Opt_name_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_name_list()
.void
enterOpt_no
(sql.postgresql.PostgreSQLParser.Opt_noContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_no()
.void
enterOpt_no_inherit
(sql.postgresql.PostgreSQLParser.Opt_no_inheritContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_no_inherit()
.void
enterOpt_nowait
(sql.postgresql.PostgreSQLParser.Opt_nowaitContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_nowait()
.void
enterOpt_nowait_or_skip
(sql.postgresql.PostgreSQLParser.Opt_nowait_or_skipContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_nowait_or_skip()
.void
enterOpt_nulls_order
(sql.postgresql.PostgreSQLParser.Opt_nulls_orderContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_nulls_order()
.void
enterOpt_on_conflict
(sql.postgresql.PostgreSQLParser.Opt_on_conflictContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_on_conflict()
.void
enterOpt_open_bound_list
(sql.postgresql.PostgreSQLParser.Opt_open_bound_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_open_bound_list()
.void
enterOpt_open_bound_list_item
(sql.postgresql.PostgreSQLParser.Opt_open_bound_list_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_open_bound_list_item()
.void
enterOpt_open_using
(sql.postgresql.PostgreSQLParser.Opt_open_usingContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_open_using()
.void
enterOpt_opfamily
(sql.postgresql.PostgreSQLParser.Opt_opfamilyContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_opfamily()
.void
enterOpt_or_replace
(sql.postgresql.PostgreSQLParser.Opt_or_replaceContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_or_replace()
.void
enterOpt_ordinality
(sql.postgresql.PostgreSQLParser.Opt_ordinalityContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_ordinality()
.void
enterOpt_partition_clause
(sql.postgresql.PostgreSQLParser.Opt_partition_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_partition_clause()
.void
enterOpt_procedural
(sql.postgresql.PostgreSQLParser.Opt_proceduralContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_procedural()
.void
enterOpt_program
(sql.postgresql.PostgreSQLParser.Opt_programContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_program()
.void
enterOpt_provider
(sql.postgresql.PostgreSQLParser.Opt_providerContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_provider()
.void
enterOpt_publication_for_tables
(sql.postgresql.PostgreSQLParser.Opt_publication_for_tablesContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_publication_for_tables()
.void
enterOpt_raise_list
(sql.postgresql.PostgreSQLParser.Opt_raise_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_raise_list()
.void
enterOpt_raise_using
(sql.postgresql.PostgreSQLParser.Opt_raise_usingContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_raise_using()
.void
enterOpt_raise_using_elem
(sql.postgresql.PostgreSQLParser.Opt_raise_using_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_raise_using_elem()
.void
enterOpt_raise_using_elem_list
(sql.postgresql.PostgreSQLParser.Opt_raise_using_elem_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_raise_using_elem_list()
.void
enterOpt_recheck
(sql.postgresql.PostgreSQLParser.Opt_recheckContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_recheck()
.void
enterOpt_reloptions
(sql.postgresql.PostgreSQLParser.Opt_reloptionsContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_reloptions()
.void
enterOpt_repeatable_clause
(sql.postgresql.PostgreSQLParser.Opt_repeatable_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_repeatable_clause()
.void
enterOpt_restart_seqs
(sql.postgresql.PostgreSQLParser.Opt_restart_seqsContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_restart_seqs()
.void
enterOpt_restrict
(sql.postgresql.PostgreSQLParser.Opt_restrictContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_restrict()
.void
enterOpt_return_result
(sql.postgresql.PostgreSQLParser.Opt_return_resultContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_return_result()
.void
enterOpt_returning_clause_into
(sql.postgresql.PostgreSQLParser.Opt_returning_clause_intoContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_returning_clause_into()
.void
enterOpt_reverse
(sql.postgresql.PostgreSQLParser.Opt_reverseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_reverse()
.void
enterOpt_scroll_option
(sql.postgresql.PostgreSQLParser.Opt_scroll_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_scroll_option()
.void
enterOpt_scroll_option_no
(sql.postgresql.PostgreSQLParser.Opt_scroll_option_noContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_scroll_option_no()
.void
enterOpt_scrollable
(sql.postgresql.PostgreSQLParser.Opt_scrollableContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_scrollable()
.void
enterOpt_select_limit
(sql.postgresql.PostgreSQLParser.Opt_select_limitContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_select_limit()
.void
enterOpt_semi
(sql.postgresql.PostgreSQLParser.Opt_semiContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_semi()
.void
enterOpt_set_data
(sql.postgresql.PostgreSQLParser.Opt_set_dataContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_set_data()
.void
enterOpt_slice_bound
(sql.postgresql.PostgreSQLParser.Opt_slice_boundContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_slice_bound()
.void
enterOpt_sort_clause
(sql.postgresql.PostgreSQLParser.Opt_sort_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_sort_clause()
.void
enterOpt_stmt_assert_message
(sql.postgresql.PostgreSQLParser.Opt_stmt_assert_messageContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_stmt_assert_message()
.void
enterOpt_stmt_raise_level
(sql.postgresql.PostgreSQLParser.Opt_stmt_raise_levelContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_stmt_raise_level()
.void
enterOpt_strict
(sql.postgresql.PostgreSQLParser.Opt_strictContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_strict()
.void
enterOpt_table
(sql.postgresql.PostgreSQLParser.Opt_tableContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_table()
.void
enterOpt_target_list
(sql.postgresql.PostgreSQLParser.Opt_target_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_target_list()
.void
enterOpt_timezone
(sql.postgresql.PostgreSQLParser.Opt_timezoneContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_timezone()
.void
enterOpt_transaction
(sql.postgresql.PostgreSQLParser.Opt_transactionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_transaction()
.void
enterOpt_transaction_chain
(sql.postgresql.PostgreSQLParser.Opt_transaction_chainContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_transaction_chain()
.void
enterOpt_trusted
(sql.postgresql.PostgreSQLParser.Opt_trustedContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_trusted()
.void
enterOpt_type
(sql.postgresql.PostgreSQLParser.Opt_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_type()
.void
enterOpt_type_modifiers
(sql.postgresql.PostgreSQLParser.Opt_type_modifiersContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_type_modifiers()
.void
enterOpt_uescape
(sql.postgresql.PostgreSQLParser.Opt_uescapeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_uescape()
.void
enterOpt_unique
(sql.postgresql.PostgreSQLParser.Opt_uniqueContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_unique()
.void
enterOpt_using
(sql.postgresql.PostgreSQLParser.Opt_usingContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_using()
.void
enterOpt_vacuum_relation_list
(sql.postgresql.PostgreSQLParser.Opt_vacuum_relation_listContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_vacuum_relation_list()
.void
enterOpt_validator
(sql.postgresql.PostgreSQLParser.Opt_validatorContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_validator()
.void
enterOpt_varying
(sql.postgresql.PostgreSQLParser.Opt_varyingContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_varying()
.void
enterOpt_verbose
(sql.postgresql.PostgreSQLParser.Opt_verboseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_verbose()
.void
enterOpt_window_exclusion_clause
(sql.postgresql.PostgreSQLParser.Opt_window_exclusion_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_window_exclusion_clause()
.void
enterOpt_with
(sql.postgresql.PostgreSQLParser.Opt_withContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_with()
.void
enterOpt_with_clause
(sql.postgresql.PostgreSQLParser.Opt_with_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_with_clause()
.void
enterOpt_with_data
(sql.postgresql.PostgreSQLParser.Opt_with_dataContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_with_data()
.void
enterOpt_xml_root_standalone
(sql.postgresql.PostgreSQLParser.Opt_xml_root_standaloneContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_xml_root_standalone()
.void
enterOptconstablespace
(sql.postgresql.PostgreSQLParser.OptconstablespaceContext ctx) Enter a parse tree produced byPostgreSQLParser.optconstablespace()
.void
enterOptconstrfromtable
(sql.postgresql.PostgreSQLParser.OptconstrfromtableContext ctx) Enter a parse tree produced byPostgreSQLParser.optconstrfromtable()
.void
enterOptinherit
(sql.postgresql.PostgreSQLParser.OptinheritContext ctx) Enter a parse tree produced byPostgreSQLParser.optinherit()
.void
enterOption_value
(sql.postgresql.PostgreSQLParser.Option_valueContext ctx) Enter a parse tree produced byPostgreSQLParser.option_value()
.void
enterOptnolog
(sql.postgresql.PostgreSQLParser.OptnologContext ctx) Enter a parse tree produced byPostgreSQLParser.optnolog()
.void
enterOptparenthesizedseqoptlist
(sql.postgresql.PostgreSQLParser.OptparenthesizedseqoptlistContext ctx) Enter a parse tree produced byPostgreSQLParser.optparenthesizedseqoptlist()
.void
enterOptpartitionspec
(sql.postgresql.PostgreSQLParser.OptpartitionspecContext ctx) Enter a parse tree produced byPostgreSQLParser.optpartitionspec()
.void
enterOptrolelist
(sql.postgresql.PostgreSQLParser.OptrolelistContext ctx) Enter a parse tree produced byPostgreSQLParser.optrolelist()
.void
enterOptschemaeltlist
(sql.postgresql.PostgreSQLParser.OptschemaeltlistContext ctx) Enter a parse tree produced byPostgreSQLParser.optschemaeltlist()
.void
enterOptschemaname
(sql.postgresql.PostgreSQLParser.OptschemanameContext ctx) Enter a parse tree produced byPostgreSQLParser.optschemaname()
.void
enterOptseqoptlist
(sql.postgresql.PostgreSQLParser.OptseqoptlistContext ctx) Enter a parse tree produced byPostgreSQLParser.optseqoptlist()
.void
enterOpttableelementlist
(sql.postgresql.PostgreSQLParser.OpttableelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.opttableelementlist()
.void
enterOpttablefuncelementlist
(sql.postgresql.PostgreSQLParser.OpttablefuncelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.opttablefuncelementlist()
.void
enterOpttablespace
(sql.postgresql.PostgreSQLParser.OpttablespaceContext ctx) Enter a parse tree produced byPostgreSQLParser.opttablespace()
.void
enterOpttablespaceowner
(sql.postgresql.PostgreSQLParser.OpttablespaceownerContext ctx) Enter a parse tree produced byPostgreSQLParser.opttablespaceowner()
.void
enterOpttemp
(sql.postgresql.PostgreSQLParser.OpttempContext ctx) Enter a parse tree produced byPostgreSQLParser.opttemp()
.void
enterOpttempTableName
(sql.postgresql.PostgreSQLParser.OpttempTableNameContext ctx) Enter a parse tree produced byPostgreSQLParser.opttempTableName()
.void
enterOpttypedtableelementlist
(sql.postgresql.PostgreSQLParser.OpttypedtableelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.opttypedtableelementlist()
.void
enterOptwith
(sql.postgresql.PostgreSQLParser.OptwithContext ctx) Enter a parse tree produced byPostgreSQLParser.optwith()
.void
enterOver_clause
(sql.postgresql.PostgreSQLParser.Over_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.over_clause()
.void
enterOverlay_list
(sql.postgresql.PostgreSQLParser.Overlay_listContext ctx) Enter a parse tree produced byPostgreSQLParser.overlay_list()
.void
enterOverride_kind
(sql.postgresql.PostgreSQLParser.Override_kindContext ctx) Enter a parse tree produced byPostgreSQLParser.override_kind()
.void
enterParam_name
(sql.postgresql.PostgreSQLParser.Param_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.param_name()
.void
enterPart_elem
(sql.postgresql.PostgreSQLParser.Part_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.part_elem()
.void
enterPart_params
(sql.postgresql.PostgreSQLParser.Part_paramsContext ctx) Enter a parse tree produced byPostgreSQLParser.part_params()
.void
enterPartition_cmd
(sql.postgresql.PostgreSQLParser.Partition_cmdContext ctx) Enter a parse tree produced byPostgreSQLParser.partition_cmd()
.void
enterPartitionboundspec
(sql.postgresql.PostgreSQLParser.PartitionboundspecContext ctx) Enter a parse tree produced byPostgreSQLParser.partitionboundspec()
.void
enterPartitionspec
(sql.postgresql.PostgreSQLParser.PartitionspecContext ctx) Enter a parse tree produced byPostgreSQLParser.partitionspec()
.void
enterPl_block
(sql.postgresql.PostgreSQLParser.Pl_blockContext ctx) Enter a parse tree produced byPostgreSQLParser.pl_block()
.void
enterPl_function
(sql.postgresql.PostgreSQLParser.Pl_functionContext ctx) Enter a parse tree produced byPostgreSQLParser.pl_function()
.void
enterPlsql_opt_transaction_chain
(sql.postgresql.PostgreSQLParser.Plsql_opt_transaction_chainContext ctx) Enter a parse tree produced byPostgreSQLParser.plsql_opt_transaction_chain()
.void
enterPlsql_unreserved_keyword
(sql.postgresql.PostgreSQLParser.Plsql_unreserved_keywordContext ctx) Enter a parse tree produced byPostgreSQLParser.plsql_unreserved_keyword()
.void
enterPlsqlconsolecommand
(sql.postgresql.PostgreSQLParser.PlsqlconsolecommandContext ctx) Enter a parse tree produced byPostgreSQLParser.plsqlconsolecommand()
.void
enterPlsqlidentifier
(sql.postgresql.PostgreSQLParser.PlsqlidentifierContext ctx) Enter a parse tree produced byPostgreSQLParser.plsqlidentifier()
.void
enterPlsqlroot
(sql.postgresql.PostgreSQLParser.PlsqlrootContext ctx) Enter a parse tree produced byPostgreSQLParser.plsqlroot()
.void
enterPlsqlvariablename
(sql.postgresql.PostgreSQLParser.PlsqlvariablenameContext ctx) Enter a parse tree produced byPostgreSQLParser.plsqlvariablename()
.void
enterPosition_list
(sql.postgresql.PostgreSQLParser.Position_listContext ctx) Enter a parse tree produced byPostgreSQLParser.position_list()
.void
enterPrep_type_clause
(sql.postgresql.PostgreSQLParser.Prep_type_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.prep_type_clause()
.void
enterPreparablestmt
(sql.postgresql.PostgreSQLParser.PreparablestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.preparablestmt()
.void
enterPreparestmt
(sql.postgresql.PostgreSQLParser.PreparestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.preparestmt()
.void
enterPrivilege
(sql.postgresql.PostgreSQLParser.PrivilegeContext ctx) Enter a parse tree produced byPostgreSQLParser.privilege()
.void
enterPrivilege_list
(sql.postgresql.PostgreSQLParser.Privilege_listContext ctx) Enter a parse tree produced byPostgreSQLParser.privilege_list()
.void
enterPrivilege_target
(sql.postgresql.PostgreSQLParser.Privilege_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.privilege_target()
.void
enterPrivileges
(sql.postgresql.PostgreSQLParser.PrivilegesContext ctx) Enter a parse tree produced byPostgreSQLParser.privileges()
.void
enterProc_condition
(sql.postgresql.PostgreSQLParser.Proc_conditionContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_condition()
.void
enterProc_conditions
(sql.postgresql.PostgreSQLParser.Proc_conditionsContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_conditions()
.void
enterProc_exception
(sql.postgresql.PostgreSQLParser.Proc_exceptionContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_exception()
.void
enterProc_exceptions
(sql.postgresql.PostgreSQLParser.Proc_exceptionsContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_exceptions()
.void
enterProc_sect
(sql.postgresql.PostgreSQLParser.Proc_sectContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_sect()
.void
enterProc_stmt
(sql.postgresql.PostgreSQLParser.Proc_stmtContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_stmt()
.void
enterPublication_for_tables
(sql.postgresql.PostgreSQLParser.Publication_for_tablesContext ctx) Enter a parse tree produced byPostgreSQLParser.publication_for_tables()
.void
enterPublication_name_item
(sql.postgresql.PostgreSQLParser.Publication_name_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.publication_name_item()
.void
enterPublication_name_list
(sql.postgresql.PostgreSQLParser.Publication_name_listContext ctx) Enter a parse tree produced byPostgreSQLParser.publication_name_list()
.void
enterQual_all_op
(sql.postgresql.PostgreSQLParser.Qual_all_opContext ctx) Enter a parse tree produced byPostgreSQLParser.qual_all_op()
.void
enterQual_op
(sql.postgresql.PostgreSQLParser.Qual_opContext ctx) Enter a parse tree produced byPostgreSQLParser.qual_op()
.void
enterQualified_name
(sql.postgresql.PostgreSQLParser.Qualified_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.qualified_name()
.void
enterQualified_name_list
(sql.postgresql.PostgreSQLParser.Qualified_name_listContext ctx) Enter a parse tree produced byPostgreSQLParser.qualified_name_list()
.void
enterReassignownedstmt
(sql.postgresql.PostgreSQLParser.ReassignownedstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.reassignownedstmt()
.void
enterRefreshmatviewstmt
(sql.postgresql.PostgreSQLParser.RefreshmatviewstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.refreshmatviewstmt()
.void
enterReindex_option_elem
(sql.postgresql.PostgreSQLParser.Reindex_option_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.reindex_option_elem()
.void
enterReindex_option_list
(sql.postgresql.PostgreSQLParser.Reindex_option_listContext ctx) Enter a parse tree produced byPostgreSQLParser.reindex_option_list()
.void
enterReindex_target_multitable
(sql.postgresql.PostgreSQLParser.Reindex_target_multitableContext ctx) Enter a parse tree produced byPostgreSQLParser.reindex_target_multitable()
.void
enterReindex_target_type
(sql.postgresql.PostgreSQLParser.Reindex_target_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.reindex_target_type()
.void
enterReindexstmt
(sql.postgresql.PostgreSQLParser.ReindexstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.reindexstmt()
.void
enterRelation_expr
(sql.postgresql.PostgreSQLParser.Relation_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.relation_expr()
.void
enterRelation_expr_list
(sql.postgresql.PostgreSQLParser.Relation_expr_listContext ctx) Enter a parse tree produced byPostgreSQLParser.relation_expr_list()
.void
enterRelation_expr_opt_alias
(sql.postgresql.PostgreSQLParser.Relation_expr_opt_aliasContext ctx) Enter a parse tree produced byPostgreSQLParser.relation_expr_opt_alias()
.void
enterReloption_elem
(sql.postgresql.PostgreSQLParser.Reloption_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.reloption_elem()
.void
enterReloption_list
(sql.postgresql.PostgreSQLParser.Reloption_listContext ctx) Enter a parse tree produced byPostgreSQLParser.reloption_list()
.void
enterReloptions
(sql.postgresql.PostgreSQLParser.ReloptionsContext ctx) Enter a parse tree produced byPostgreSQLParser.reloptions()
.void
enterRemoveaggrstmt
(sql.postgresql.PostgreSQLParser.RemoveaggrstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.removeaggrstmt()
.void
enterRemovefuncstmt
(sql.postgresql.PostgreSQLParser.RemovefuncstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.removefuncstmt()
.void
enterRemoveoperstmt
(sql.postgresql.PostgreSQLParser.RemoveoperstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.removeoperstmt()
.void
enterRenamestmt
(sql.postgresql.PostgreSQLParser.RenamestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.renamestmt()
.void
enterReplica_identity
(sql.postgresql.PostgreSQLParser.Replica_identityContext ctx) Enter a parse tree produced byPostgreSQLParser.replica_identity()
.void
enterReserved_keyword
(sql.postgresql.PostgreSQLParser.Reserved_keywordContext ctx) Enter a parse tree produced byPostgreSQLParser.reserved_keyword()
.void
enterReset_rest
(sql.postgresql.PostgreSQLParser.Reset_restContext ctx) Enter a parse tree produced byPostgreSQLParser.reset_rest()
.void
enterReturning_clause
(sql.postgresql.PostgreSQLParser.Returning_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.returning_clause()
.void
enterRevokerolestmt
(sql.postgresql.PostgreSQLParser.RevokerolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.revokerolestmt()
.void
enterRevokestmt
(sql.postgresql.PostgreSQLParser.RevokestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.revokestmt()
.void
enterRole_list
(sql.postgresql.PostgreSQLParser.Role_listContext ctx) Enter a parse tree produced byPostgreSQLParser.role_list()
.void
enterRoleid
(sql.postgresql.PostgreSQLParser.RoleidContext ctx) Enter a parse tree produced byPostgreSQLParser.roleid()
.void
enterRolespec
(sql.postgresql.PostgreSQLParser.RolespecContext ctx) Enter a parse tree produced byPostgreSQLParser.rolespec()
.void
enterRollup_clause
(sql.postgresql.PostgreSQLParser.Rollup_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.rollup_clause()
.void
enterRoot
(sql.postgresql.PostgreSQLParser.RootContext ctx) Enter a parse tree produced byPostgreSQLParser.root()
.void
enterRow
(sql.postgresql.PostgreSQLParser.RowContext ctx) Enter a parse tree produced byPostgreSQLParser.row()
.void
enterRow_or_rows
(sql.postgresql.PostgreSQLParser.Row_or_rowsContext ctx) Enter a parse tree produced byPostgreSQLParser.row_or_rows()
.void
enterRow_security_cmd
(sql.postgresql.PostgreSQLParser.Row_security_cmdContext ctx) Enter a parse tree produced byPostgreSQLParser.row_security_cmd()
.void
enterRowsecuritydefaultforcmd
(sql.postgresql.PostgreSQLParser.RowsecuritydefaultforcmdContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecuritydefaultforcmd()
.void
enterRowsecuritydefaultpermissive
(sql.postgresql.PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecuritydefaultpermissive()
.void
enterRowsecuritydefaulttorole
(sql.postgresql.PostgreSQLParser.RowsecuritydefaulttoroleContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecuritydefaulttorole()
.void
enterRowsecurityoptionalexpr
(sql.postgresql.PostgreSQLParser.RowsecurityoptionalexprContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecurityoptionalexpr()
.void
enterRowsecurityoptionaltorole
(sql.postgresql.PostgreSQLParser.RowsecurityoptionaltoroleContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecurityoptionaltorole()
.void
enterRowsecurityoptionalwithcheck
(sql.postgresql.PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecurityoptionalwithcheck()
.void
enterRowsfrom_item
(sql.postgresql.PostgreSQLParser.Rowsfrom_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsfrom_item()
.void
enterRowsfrom_list
(sql.postgresql.PostgreSQLParser.Rowsfrom_listContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsfrom_list()
.void
enterRuleactionlist
(sql.postgresql.PostgreSQLParser.RuleactionlistContext ctx) Enter a parse tree produced byPostgreSQLParser.ruleactionlist()
.void
enterRuleactionmulti
(sql.postgresql.PostgreSQLParser.RuleactionmultiContext ctx) Enter a parse tree produced byPostgreSQLParser.ruleactionmulti()
.void
enterRuleactionstmt
(sql.postgresql.PostgreSQLParser.RuleactionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.ruleactionstmt()
.void
enterRuleactionstmtOrEmpty
(sql.postgresql.PostgreSQLParser.RuleactionstmtOrEmptyContext ctx) Enter a parse tree produced byPostgreSQLParser.ruleactionstmtOrEmpty()
.void
enterRulestmt
(sql.postgresql.PostgreSQLParser.RulestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.rulestmt()
.void
enterSchema_stmt
(sql.postgresql.PostgreSQLParser.Schema_stmtContext ctx) Enter a parse tree produced byPostgreSQLParser.schema_stmt()
.void
enterSconst
(sql.postgresql.PostgreSQLParser.SconstContext ctx) Enter a parse tree produced byPostgreSQLParser.sconst()
.void
enterSeclabelstmt
(sql.postgresql.PostgreSQLParser.SeclabelstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.seclabelstmt()
.void
enterSecurity_label
(sql.postgresql.PostgreSQLParser.Security_labelContext ctx) Enter a parse tree produced byPostgreSQLParser.security_label()
.void
enterSelect_clause
(sql.postgresql.PostgreSQLParser.Select_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.select_clause()
.void
enterSelect_fetch_first_value
(sql.postgresql.PostgreSQLParser.Select_fetch_first_valueContext ctx) Enter a parse tree produced byPostgreSQLParser.select_fetch_first_value()
.void
enterSelect_limit
(sql.postgresql.PostgreSQLParser.Select_limitContext ctx) Enter a parse tree produced byPostgreSQLParser.select_limit()
.void
enterSelect_limit_value
(sql.postgresql.PostgreSQLParser.Select_limit_valueContext ctx) Enter a parse tree produced byPostgreSQLParser.select_limit_value()
.void
enterSelect_no_parens
(sql.postgresql.PostgreSQLParser.Select_no_parensContext ctx) Enter a parse tree produced byPostgreSQLParser.select_no_parens()
.void
enterSelect_offset_value
(sql.postgresql.PostgreSQLParser.Select_offset_valueContext ctx) Enter a parse tree produced byPostgreSQLParser.select_offset_value()
.void
enterSelect_with_parens
(sql.postgresql.PostgreSQLParser.Select_with_parensContext ctx) Enter a parse tree produced byPostgreSQLParser.select_with_parens()
.void
enterSelectstmt
(sql.postgresql.PostgreSQLParser.SelectstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.selectstmt()
.void
enterSeqoptelem
(sql.postgresql.PostgreSQLParser.SeqoptelemContext ctx) Enter a parse tree produced byPostgreSQLParser.seqoptelem()
.void
enterSeqoptlist
(sql.postgresql.PostgreSQLParser.SeqoptlistContext ctx) Enter a parse tree produced byPostgreSQLParser.seqoptlist()
.void
enterSet_clause
(sql.postgresql.PostgreSQLParser.Set_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.set_clause()
.void
enterSet_clause_list
(sql.postgresql.PostgreSQLParser.Set_clause_listContext ctx) Enter a parse tree produced byPostgreSQLParser.set_clause_list()
.void
enterSet_rest
(sql.postgresql.PostgreSQLParser.Set_restContext ctx) Enter a parse tree produced byPostgreSQLParser.set_rest()
.void
enterSet_rest_more
(sql.postgresql.PostgreSQLParser.Set_rest_moreContext ctx) Enter a parse tree produced byPostgreSQLParser.set_rest_more()
.void
enterSet_target
(sql.postgresql.PostgreSQLParser.Set_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.set_target()
.void
enterSet_target_list
(sql.postgresql.PostgreSQLParser.Set_target_listContext ctx) Enter a parse tree produced byPostgreSQLParser.set_target_list()
.void
enterSetresetclause
(sql.postgresql.PostgreSQLParser.SetresetclauseContext ctx) Enter a parse tree produced byPostgreSQLParser.setresetclause()
.void
enterSharp
(sql.postgresql.PostgreSQLParser.SharpContext ctx) Enter a parse tree produced byPostgreSQLParser.sharp()
.void
enterSignediconst
(sql.postgresql.PostgreSQLParser.SignediconstContext ctx) Enter a parse tree produced byPostgreSQLParser.signediconst()
.void
enterSimple_select_intersect
(sql.postgresql.PostgreSQLParser.Simple_select_intersectContext ctx) Enter a parse tree produced byPostgreSQLParser.simple_select_intersect()
.void
enterSimple_select_pramary
(sql.postgresql.PostgreSQLParser.Simple_select_pramaryContext ctx) Enter a parse tree produced byPostgreSQLParser.simple_select_pramary()
.void
enterSimpletypename
(sql.postgresql.PostgreSQLParser.SimpletypenameContext ctx) Enter a parse tree produced byPostgreSQLParser.simpletypename()
.void
enterSort_clause
(sql.postgresql.PostgreSQLParser.Sort_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.sort_clause()
.void
enterSortby
(sql.postgresql.PostgreSQLParser.SortbyContext ctx) Enter a parse tree produced byPostgreSQLParser.sortby()
.void
enterSortby_list
(sql.postgresql.PostgreSQLParser.Sortby_listContext ctx) Enter a parse tree produced byPostgreSQLParser.sortby_list()
.void
enterSql_expression
(sql.postgresql.PostgreSQLParser.Sql_expressionContext ctx) Enter a parse tree produced byPostgreSQLParser.sql_expression()
.void
enterStmt
(sql.postgresql.PostgreSQLParser.StmtContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt()
.void
enterStmt_assert
(sql.postgresql.PostgreSQLParser.Stmt_assertContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_assert()
.void
enterStmt_assign
(sql.postgresql.PostgreSQLParser.Stmt_assignContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_assign()
.void
enterStmt_call
(sql.postgresql.PostgreSQLParser.Stmt_callContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_call()
.void
enterStmt_case
(sql.postgresql.PostgreSQLParser.Stmt_caseContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_case()
.void
enterStmt_close
(sql.postgresql.PostgreSQLParser.Stmt_closeContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_close()
.void
enterStmt_commit
(sql.postgresql.PostgreSQLParser.Stmt_commitContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_commit()
.void
enterStmt_dynexecute
(sql.postgresql.PostgreSQLParser.Stmt_dynexecuteContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_dynexecute()
.void
enterStmt_else
(sql.postgresql.PostgreSQLParser.Stmt_elseContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_else()
.void
enterStmt_elsifs
(sql.postgresql.PostgreSQLParser.Stmt_elsifsContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_elsifs()
.void
enterStmt_execsql
(sql.postgresql.PostgreSQLParser.Stmt_execsqlContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_execsql()
.void
enterStmt_exit
(sql.postgresql.PostgreSQLParser.Stmt_exitContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_exit()
.void
enterStmt_fetch
(sql.postgresql.PostgreSQLParser.Stmt_fetchContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_fetch()
.void
enterStmt_for
(sql.postgresql.PostgreSQLParser.Stmt_forContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_for()
.void
enterStmt_foreach_a
(sql.postgresql.PostgreSQLParser.Stmt_foreach_aContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_foreach_a()
.void
enterStmt_getdiag
(sql.postgresql.PostgreSQLParser.Stmt_getdiagContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_getdiag()
.void
enterStmt_if
(sql.postgresql.PostgreSQLParser.Stmt_ifContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_if()
.void
enterStmt_loop
(sql.postgresql.PostgreSQLParser.Stmt_loopContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_loop()
.void
enterStmt_move
(sql.postgresql.PostgreSQLParser.Stmt_moveContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_move()
.void
enterStmt_null
(sql.postgresql.PostgreSQLParser.Stmt_nullContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_null()
.void
enterStmt_open
(sql.postgresql.PostgreSQLParser.Stmt_openContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_open()
.void
enterStmt_perform
(sql.postgresql.PostgreSQLParser.Stmt_performContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_perform()
.void
enterStmt_raise
(sql.postgresql.PostgreSQLParser.Stmt_raiseContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_raise()
.void
enterStmt_return
(sql.postgresql.PostgreSQLParser.Stmt_returnContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_return()
.void
enterStmt_rollback
(sql.postgresql.PostgreSQLParser.Stmt_rollbackContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_rollback()
.void
enterStmt_set
(sql.postgresql.PostgreSQLParser.Stmt_setContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_set()
.void
enterStmt_while
(sql.postgresql.PostgreSQLParser.Stmt_whileContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_while()
.void
enterStmtblock
(sql.postgresql.PostgreSQLParser.StmtblockContext ctx) Enter a parse tree produced byPostgreSQLParser.stmtblock()
.void
enterStmtmulti
(sql.postgresql.PostgreSQLParser.StmtmultiContext ctx) Enter a parse tree produced byPostgreSQLParser.stmtmulti()
.void
enterSub_type
(sql.postgresql.PostgreSQLParser.Sub_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.sub_type()
.void
enterSubquery_Op
(sql.postgresql.PostgreSQLParser.Subquery_OpContext ctx) Enter a parse tree produced byPostgreSQLParser.subquery_Op()
.void
enterSubstr_list
(sql.postgresql.PostgreSQLParser.Substr_listContext ctx) Enter a parse tree produced byPostgreSQLParser.substr_list()
.void
enterTable_access_method_clause
(sql.postgresql.PostgreSQLParser.Table_access_method_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.table_access_method_clause()
.void
enterTable_alias
(sql.postgresql.PostgreSQLParser.Table_aliasContext ctx) Enter a parse tree produced byPostgreSQLParser.table_alias()
.void
enterTable_alias_clause
(sql.postgresql.PostgreSQLParser.Table_alias_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.table_alias_clause()
.void
enterTable_func_column
(sql.postgresql.PostgreSQLParser.Table_func_columnContext ctx) Enter a parse tree produced byPostgreSQLParser.table_func_column()
.void
enterTable_func_column_list
(sql.postgresql.PostgreSQLParser.Table_func_column_listContext ctx) Enter a parse tree produced byPostgreSQLParser.table_func_column_list()
.void
enterTable_ref
(sql.postgresql.PostgreSQLParser.Table_refContext ctx) Enter a parse tree produced byPostgreSQLParser.table_ref()
.void
enterTableconstraint
(sql.postgresql.PostgreSQLParser.TableconstraintContext ctx) Enter a parse tree produced byPostgreSQLParser.tableconstraint()
.void
enterTableelement
(sql.postgresql.PostgreSQLParser.TableelementContext ctx) Enter a parse tree produced byPostgreSQLParser.tableelement()
.void
enterTableelementlist
(sql.postgresql.PostgreSQLParser.TableelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.tableelementlist()
.void
enterTablefuncelement
(sql.postgresql.PostgreSQLParser.TablefuncelementContext ctx) Enter a parse tree produced byPostgreSQLParser.tablefuncelement()
.void
enterTablefuncelementlist
(sql.postgresql.PostgreSQLParser.TablefuncelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.tablefuncelementlist()
.void
enterTablelikeclause
(sql.postgresql.PostgreSQLParser.TablelikeclauseContext ctx) Enter a parse tree produced byPostgreSQLParser.tablelikeclause()
.void
enterTablelikeoption
(sql.postgresql.PostgreSQLParser.TablelikeoptionContext ctx) Enter a parse tree produced byPostgreSQLParser.tablelikeoption()
.void
enterTablelikeoptionlist
(sql.postgresql.PostgreSQLParser.TablelikeoptionlistContext ctx) Enter a parse tree produced byPostgreSQLParser.tablelikeoptionlist()
.void
enterTablesample_clause
(sql.postgresql.PostgreSQLParser.Tablesample_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.tablesample_clause()
.void
enterTarget_label
(sql.postgresql.PostgreSQLParser.Target_labelContext ctx) Enter a parse tree produced by thetarget_label
labeled alternative inPostgreSQLParser.target_el()
.void
enterTarget_list
(sql.postgresql.PostgreSQLParser.Target_listContext ctx) Enter a parse tree produced byPostgreSQLParser.target_list()
.void
enterTarget_star
(sql.postgresql.PostgreSQLParser.Target_starContext ctx) Enter a parse tree produced by thetarget_star
labeled alternative inPostgreSQLParser.target_el()
.void
enterTransaction_mode_item
(sql.postgresql.PostgreSQLParser.Transaction_mode_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.transaction_mode_item()
.void
enterTransaction_mode_list
(sql.postgresql.PostgreSQLParser.Transaction_mode_listContext ctx) Enter a parse tree produced byPostgreSQLParser.transaction_mode_list()
.void
enterTransaction_mode_list_or_empty
(sql.postgresql.PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx) Enter a parse tree produced byPostgreSQLParser.transaction_mode_list_or_empty()
.void
enterTransactionstmt
(sql.postgresql.PostgreSQLParser.TransactionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.transactionstmt()
.void
enterTransform_element_list
(sql.postgresql.PostgreSQLParser.Transform_element_listContext ctx) Enter a parse tree produced byPostgreSQLParser.transform_element_list()
.void
enterTransform_type_list
(sql.postgresql.PostgreSQLParser.Transform_type_listContext ctx) Enter a parse tree produced byPostgreSQLParser.transform_type_list()
.void
enterTransitionoldornew
(sql.postgresql.PostgreSQLParser.TransitionoldornewContext ctx) Enter a parse tree produced byPostgreSQLParser.transitionoldornew()
.void
enterTransitionrelname
(sql.postgresql.PostgreSQLParser.TransitionrelnameContext ctx) Enter a parse tree produced byPostgreSQLParser.transitionrelname()
.void
enterTransitionrowortable
(sql.postgresql.PostgreSQLParser.TransitionrowortableContext ctx) Enter a parse tree produced byPostgreSQLParser.transitionrowortable()
.void
enterTriggeractiontime
(sql.postgresql.PostgreSQLParser.TriggeractiontimeContext ctx) Enter a parse tree produced byPostgreSQLParser.triggeractiontime()
.void
enterTriggerevents
(sql.postgresql.PostgreSQLParser.TriggereventsContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerevents()
.void
enterTriggerforopteach
(sql.postgresql.PostgreSQLParser.TriggerforopteachContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerforopteach()
.void
enterTriggerforspec
(sql.postgresql.PostgreSQLParser.TriggerforspecContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerforspec()
.void
enterTriggerfortype
(sql.postgresql.PostgreSQLParser.TriggerfortypeContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerfortype()
.void
enterTriggerfuncarg
(sql.postgresql.PostgreSQLParser.TriggerfuncargContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerfuncarg()
.void
enterTriggerfuncargs
(sql.postgresql.PostgreSQLParser.TriggerfuncargsContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerfuncargs()
.void
enterTriggeroneevent
(sql.postgresql.PostgreSQLParser.TriggeroneeventContext ctx) Enter a parse tree produced byPostgreSQLParser.triggeroneevent()
.void
enterTriggerreferencing
(sql.postgresql.PostgreSQLParser.TriggerreferencingContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerreferencing()
.void
enterTriggertransition
(sql.postgresql.PostgreSQLParser.TriggertransitionContext ctx) Enter a parse tree produced byPostgreSQLParser.triggertransition()
.void
enterTriggertransitions
(sql.postgresql.PostgreSQLParser.TriggertransitionsContext ctx) Enter a parse tree produced byPostgreSQLParser.triggertransitions()
.void
enterTriggerwhen
(sql.postgresql.PostgreSQLParser.TriggerwhenContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerwhen()
.void
enterTrim_list
(sql.postgresql.PostgreSQLParser.Trim_listContext ctx) Enter a parse tree produced byPostgreSQLParser.trim_list()
.void
enterTruncatestmt
(sql.postgresql.PostgreSQLParser.TruncatestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.truncatestmt()
.void
enterType_func_name_keyword
(sql.postgresql.PostgreSQLParser.Type_func_name_keywordContext ctx) Enter a parse tree produced byPostgreSQLParser.type_func_name_keyword()
.void
enterType_function_name
(sql.postgresql.PostgreSQLParser.Type_function_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.type_function_name()
.void
enterType_list
(sql.postgresql.PostgreSQLParser.Type_listContext ctx) Enter a parse tree produced byPostgreSQLParser.type_list()
.void
enterType_name_list
(sql.postgresql.PostgreSQLParser.Type_name_listContext ctx) Enter a parse tree produced byPostgreSQLParser.type_name_list()
.void
enterTypedtableelement
(sql.postgresql.PostgreSQLParser.TypedtableelementContext ctx) Enter a parse tree produced byPostgreSQLParser.typedtableelement()
.void
enterTypedtableelementlist
(sql.postgresql.PostgreSQLParser.TypedtableelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.typedtableelementlist()
.void
enterTypename
(sql.postgresql.PostgreSQLParser.TypenameContext ctx) Enter a parse tree produced byPostgreSQLParser.typename()
.void
enterUnicode_normal_form
(sql.postgresql.PostgreSQLParser.Unicode_normal_formContext ctx) Enter a parse tree produced byPostgreSQLParser.unicode_normal_form()
.void
enterUnlistenstmt
(sql.postgresql.PostgreSQLParser.UnlistenstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.unlistenstmt()
.void
enterUnreserved_keyword
(sql.postgresql.PostgreSQLParser.Unreserved_keywordContext ctx) Enter a parse tree produced byPostgreSQLParser.unreserved_keyword()
.void
enterUpdatestmt
(sql.postgresql.PostgreSQLParser.UpdatestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.updatestmt()
.void
enterUsing_clause
(sql.postgresql.PostgreSQLParser.Using_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.using_clause()
.void
enterVac_analyze_option_arg
(sql.postgresql.PostgreSQLParser.Vac_analyze_option_argContext ctx) Enter a parse tree produced byPostgreSQLParser.vac_analyze_option_arg()
.void
enterVac_analyze_option_elem
(sql.postgresql.PostgreSQLParser.Vac_analyze_option_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.vac_analyze_option_elem()
.void
enterVac_analyze_option_list
(sql.postgresql.PostgreSQLParser.Vac_analyze_option_listContext ctx) Enter a parse tree produced byPostgreSQLParser.vac_analyze_option_list()
.void
enterVac_analyze_option_name
(sql.postgresql.PostgreSQLParser.Vac_analyze_option_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.vac_analyze_option_name()
.void
enterVacuum_relation
(sql.postgresql.PostgreSQLParser.Vacuum_relationContext ctx) Enter a parse tree produced byPostgreSQLParser.vacuum_relation()
.void
enterVacuum_relation_list
(sql.postgresql.PostgreSQLParser.Vacuum_relation_listContext ctx) Enter a parse tree produced byPostgreSQLParser.vacuum_relation_list()
.void
enterVacuumstmt
(sql.postgresql.PostgreSQLParser.VacuumstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.vacuumstmt()
.void
enterValidator_clause
(sql.postgresql.PostgreSQLParser.Validator_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.validator_clause()
.void
enterValues_clause
(sql.postgresql.PostgreSQLParser.Values_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.values_clause()
.void
enterVar_list
(sql.postgresql.PostgreSQLParser.Var_listContext ctx) Enter a parse tree produced byPostgreSQLParser.var_list()
.void
enterVar_name
(sql.postgresql.PostgreSQLParser.Var_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.var_name()
.void
enterVar_value
(sql.postgresql.PostgreSQLParser.Var_valueContext ctx) Enter a parse tree produced byPostgreSQLParser.var_value()
.void
enterVariableresetstmt
(sql.postgresql.PostgreSQLParser.VariableresetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.variableresetstmt()
.void
enterVariablesetstmt
(sql.postgresql.PostgreSQLParser.VariablesetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.variablesetstmt()
.void
enterVariableshowstmt
(sql.postgresql.PostgreSQLParser.VariableshowstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.variableshowstmt()
.void
enterViewstmt
(sql.postgresql.PostgreSQLParser.ViewstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.viewstmt()
.void
enterWhen_clause
(sql.postgresql.PostgreSQLParser.When_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.when_clause()
.void
enterWhen_clause_list
(sql.postgresql.PostgreSQLParser.When_clause_listContext ctx) Enter a parse tree produced byPostgreSQLParser.when_clause_list()
.void
enterWhere_clause
(sql.postgresql.PostgreSQLParser.Where_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.where_clause()
.void
enterWhere_or_current_clause
(sql.postgresql.PostgreSQLParser.Where_or_current_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.where_or_current_clause()
.void
enterWindow_clause
(sql.postgresql.PostgreSQLParser.Window_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.window_clause()
.void
enterWindow_definition
(sql.postgresql.PostgreSQLParser.Window_definitionContext ctx) Enter a parse tree produced byPostgreSQLParser.window_definition()
.void
enterWindow_definition_list
(sql.postgresql.PostgreSQLParser.Window_definition_listContext ctx) Enter a parse tree produced byPostgreSQLParser.window_definition_list()
.void
enterWindow_specification
(sql.postgresql.PostgreSQLParser.Window_specificationContext ctx) Enter a parse tree produced byPostgreSQLParser.window_specification()
.void
enterWith_clause
(sql.postgresql.PostgreSQLParser.With_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.with_clause()
.void
enterWithin_group_clause
(sql.postgresql.PostgreSQLParser.Within_group_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.within_group_clause()
.void
enterXconst
(sql.postgresql.PostgreSQLParser.XconstContext ctx) Enter a parse tree produced byPostgreSQLParser.xconst()
.void
enterXml_attribute_el
(sql.postgresql.PostgreSQLParser.Xml_attribute_elContext ctx) Enter a parse tree produced byPostgreSQLParser.xml_attribute_el()
.void
enterXml_attribute_list
(sql.postgresql.PostgreSQLParser.Xml_attribute_listContext ctx) Enter a parse tree produced byPostgreSQLParser.xml_attribute_list()
.void
enterXml_attributes
(sql.postgresql.PostgreSQLParser.Xml_attributesContext ctx) Enter a parse tree produced byPostgreSQLParser.xml_attributes()
.void
enterXml_namespace_el
(sql.postgresql.PostgreSQLParser.Xml_namespace_elContext ctx) Enter a parse tree produced byPostgreSQLParser.xml_namespace_el()
.void
enterXml_namespace_list
(sql.postgresql.PostgreSQLParser.Xml_namespace_listContext ctx) Enter a parse tree produced byPostgreSQLParser.xml_namespace_list()
.void
enterXml_passing_mech
(sql.postgresql.PostgreSQLParser.Xml_passing_mechContext ctx) Enter a parse tree produced byPostgreSQLParser.xml_passing_mech()
.void
enterXml_root_version
(sql.postgresql.PostgreSQLParser.Xml_root_versionContext ctx) Enter a parse tree produced byPostgreSQLParser.xml_root_version()
.void
enterXml_whitespace_option
(sql.postgresql.PostgreSQLParser.Xml_whitespace_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.xml_whitespace_option()
.void
enterXmlexists_argument
(sql.postgresql.PostgreSQLParser.Xmlexists_argumentContext ctx) Enter a parse tree produced byPostgreSQLParser.xmlexists_argument()
.void
enterXmltable
(sql.postgresql.PostgreSQLParser.XmltableContext ctx) Enter a parse tree produced byPostgreSQLParser.xmltable()
.void
enterXmltable_column_el
(sql.postgresql.PostgreSQLParser.Xmltable_column_elContext ctx) Enter a parse tree produced byPostgreSQLParser.xmltable_column_el()
.void
enterXmltable_column_list
(sql.postgresql.PostgreSQLParser.Xmltable_column_listContext ctx) Enter a parse tree produced byPostgreSQLParser.xmltable_column_list()
.void
enterXmltable_column_option_el
(sql.postgresql.PostgreSQLParser.Xmltable_column_option_elContext ctx) Enter a parse tree produced byPostgreSQLParser.xmltable_column_option_el()
.void
enterXmltable_column_option_list
(sql.postgresql.PostgreSQLParser.Xmltable_column_option_listContext ctx) Enter a parse tree produced byPostgreSQLParser.xmltable_column_option_list()
.void
enterZone_value
(sql.postgresql.PostgreSQLParser.Zone_valueContext ctx) Enter a parse tree produced byPostgreSQLParser.zone_value()
.void
exitA_expr
(sql.postgresql.PostgreSQLParser.A_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr()
.void
exitA_expr_add
(sql.postgresql.PostgreSQLParser.A_expr_addContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_add()
.void
exitA_expr_and
(sql.postgresql.PostgreSQLParser.A_expr_andContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_and()
.void
exitA_expr_at_time_zone
(sql.postgresql.PostgreSQLParser.A_expr_at_time_zoneContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_at_time_zone()
.void
exitA_expr_between
(sql.postgresql.PostgreSQLParser.A_expr_betweenContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_between()
.void
exitA_expr_caret
(sql.postgresql.PostgreSQLParser.A_expr_caretContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_caret()
.void
exitA_expr_collate
(sql.postgresql.PostgreSQLParser.A_expr_collateContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_collate()
.void
exitA_expr_compare
(sql.postgresql.PostgreSQLParser.A_expr_compareContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_compare()
.void
exitA_expr_in
(sql.postgresql.PostgreSQLParser.A_expr_inContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_in()
.void
exitA_expr_is_not
(sql.postgresql.PostgreSQLParser.A_expr_is_notContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_is_not()
.void
exitA_expr_isnull
(sql.postgresql.PostgreSQLParser.A_expr_isnullContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_isnull()
.void
exitA_expr_lessless
(sql.postgresql.PostgreSQLParser.A_expr_lesslessContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_lessless()
.void
exitA_expr_like
(sql.postgresql.PostgreSQLParser.A_expr_likeContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_like()
.void
exitA_expr_mul
(sql.postgresql.PostgreSQLParser.A_expr_mulContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_mul()
.void
exitA_expr_or
(sql.postgresql.PostgreSQLParser.A_expr_orContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_or()
.void
exitA_expr_qual
(sql.postgresql.PostgreSQLParser.A_expr_qualContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_qual()
.void
exitA_expr_qual_op
(sql.postgresql.PostgreSQLParser.A_expr_qual_opContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_qual_op()
.void
exitA_expr_typecast
(sql.postgresql.PostgreSQLParser.A_expr_typecastContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_typecast()
.void
exitA_expr_unary_not
(sql.postgresql.PostgreSQLParser.A_expr_unary_notContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_unary_not()
.void
exitA_expr_unary_qualop
(sql.postgresql.PostgreSQLParser.A_expr_unary_qualopContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_unary_qualop()
.void
exitA_expr_unary_sign
(sql.postgresql.PostgreSQLParser.A_expr_unary_signContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr_unary_sign()
.void
exitAccess_method_clause
(sql.postgresql.PostgreSQLParser.Access_method_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.access_method_clause()
.void
exitAdd_drop
(sql.postgresql.PostgreSQLParser.Add_dropContext ctx) Exit a parse tree produced byPostgreSQLParser.add_drop()
.void
exitAexprconst
(sql.postgresql.PostgreSQLParser.AexprconstContext ctx) Exit a parse tree produced byPostgreSQLParser.aexprconst()
.void
exitAggr_arg
(sql.postgresql.PostgreSQLParser.Aggr_argContext ctx) Exit a parse tree produced byPostgreSQLParser.aggr_arg()
.void
exitAggr_args
(sql.postgresql.PostgreSQLParser.Aggr_argsContext ctx) Exit a parse tree produced byPostgreSQLParser.aggr_args()
.void
exitAggr_args_list
(sql.postgresql.PostgreSQLParser.Aggr_args_listContext ctx) Exit a parse tree produced byPostgreSQLParser.aggr_args_list()
.void
exitAggregate_with_argtypes
(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypesContext ctx) Exit a parse tree produced byPostgreSQLParser.aggregate_with_argtypes()
.void
exitAggregate_with_argtypes_list
(sql.postgresql.PostgreSQLParser.Aggregate_with_argtypes_listContext ctx) Exit a parse tree produced byPostgreSQLParser.aggregate_with_argtypes_list()
.void
exitAlias_clause
(sql.postgresql.PostgreSQLParser.Alias_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.alias_clause()
.void
exitAll_op
(sql.postgresql.PostgreSQLParser.All_opContext ctx) Exit a parse tree produced byPostgreSQLParser.all_op()
.void
exitAll_or_distinct
(sql.postgresql.PostgreSQLParser.All_or_distinctContext ctx) Exit a parse tree produced byPostgreSQLParser.all_or_distinct()
.void
exitAlter_column_default
(sql.postgresql.PostgreSQLParser.Alter_column_defaultContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_column_default()
.void
exitAlter_extension_opt_item
(sql.postgresql.PostgreSQLParser.Alter_extension_opt_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_extension_opt_item()
.void
exitAlter_extension_opt_list
(sql.postgresql.PostgreSQLParser.Alter_extension_opt_listContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_extension_opt_list()
.void
exitAlter_generic_option_elem
(sql.postgresql.PostgreSQLParser.Alter_generic_option_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_generic_option_elem()
.void
exitAlter_generic_option_list
(sql.postgresql.PostgreSQLParser.Alter_generic_option_listContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_generic_option_list()
.void
exitAlter_generic_options
(sql.postgresql.PostgreSQLParser.Alter_generic_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_generic_options()
.void
exitAlter_identity_column_option
(sql.postgresql.PostgreSQLParser.Alter_identity_column_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_identity_column_option()
.void
exitAlter_identity_column_option_list
(sql.postgresql.PostgreSQLParser.Alter_identity_column_option_listContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_identity_column_option_list()
.void
exitAlter_table_cmd
(sql.postgresql.PostgreSQLParser.Alter_table_cmdContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_table_cmd()
.void
exitAlter_table_cmds
(sql.postgresql.PostgreSQLParser.Alter_table_cmdsContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_table_cmds()
.void
exitAlter_type_cmd
(sql.postgresql.PostgreSQLParser.Alter_type_cmdContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_type_cmd()
.void
exitAlter_type_cmds
(sql.postgresql.PostgreSQLParser.Alter_type_cmdsContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_type_cmds()
.void
exitAlter_using
(sql.postgresql.PostgreSQLParser.Alter_usingContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_using()
.void
exitAltercollationstmt
(sql.postgresql.PostgreSQLParser.AltercollationstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altercollationstmt()
.void
exitAltercompositetypestmt
(sql.postgresql.PostgreSQLParser.AltercompositetypestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altercompositetypestmt()
.void
exitAlterdatabasesetstmt
(sql.postgresql.PostgreSQLParser.AlterdatabasesetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterdatabasesetstmt()
.void
exitAlterdatabasestmt
(sql.postgresql.PostgreSQLParser.AlterdatabasestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterdatabasestmt()
.void
exitAlterdefaultprivilegesstmt
(sql.postgresql.PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterdefaultprivilegesstmt()
.void
exitAlterdomainstmt
(sql.postgresql.PostgreSQLParser.AlterdomainstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterdomainstmt()
.void
exitAlterenumstmt
(sql.postgresql.PostgreSQLParser.AlterenumstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterenumstmt()
.void
exitAltereventtrigstmt
(sql.postgresql.PostgreSQLParser.AltereventtrigstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altereventtrigstmt()
.void
exitAlterextensioncontentsstmt
(sql.postgresql.PostgreSQLParser.AlterextensioncontentsstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterextensioncontentsstmt()
.void
exitAlterextensionstmt
(sql.postgresql.PostgreSQLParser.AlterextensionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterextensionstmt()
.void
exitAlterfdwstmt
(sql.postgresql.PostgreSQLParser.AlterfdwstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterfdwstmt()
.void
exitAlterforeignserverstmt
(sql.postgresql.PostgreSQLParser.AlterforeignserverstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterforeignserverstmt()
.void
exitAlterfunc_opt_list
(sql.postgresql.PostgreSQLParser.Alterfunc_opt_listContext ctx) Exit a parse tree produced byPostgreSQLParser.alterfunc_opt_list()
.void
exitAlterfunctionstmt
(sql.postgresql.PostgreSQLParser.AlterfunctionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterfunctionstmt()
.void
exitAltergroupstmt
(sql.postgresql.PostgreSQLParser.AltergroupstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altergroupstmt()
.void
exitAlterobjectdependsstmt
(sql.postgresql.PostgreSQLParser.AlterobjectdependsstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterobjectdependsstmt()
.void
exitAlterobjectschemastmt
(sql.postgresql.PostgreSQLParser.AlterobjectschemastmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterobjectschemastmt()
.void
exitAlteroperatorstmt
(sql.postgresql.PostgreSQLParser.AlteroperatorstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alteroperatorstmt()
.void
exitAlteropfamilystmt
(sql.postgresql.PostgreSQLParser.AlteropfamilystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alteropfamilystmt()
.void
exitAlteroptroleelem
(sql.postgresql.PostgreSQLParser.AlteroptroleelemContext ctx) Exit a parse tree produced byPostgreSQLParser.alteroptroleelem()
.void
exitAlteroptrolelist
(sql.postgresql.PostgreSQLParser.AlteroptrolelistContext ctx) Exit a parse tree produced byPostgreSQLParser.alteroptrolelist()
.void
exitAlterownerstmt
(sql.postgresql.PostgreSQLParser.AlterownerstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterownerstmt()
.void
exitAlterpolicystmt
(sql.postgresql.PostgreSQLParser.AlterpolicystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterpolicystmt()
.void
exitAlterpublicationstmt
(sql.postgresql.PostgreSQLParser.AlterpublicationstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterpublicationstmt()
.void
exitAlterrolesetstmt
(sql.postgresql.PostgreSQLParser.AlterrolesetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterrolesetstmt()
.void
exitAlterrolestmt
(sql.postgresql.PostgreSQLParser.AlterrolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterrolestmt()
.void
exitAlterseqstmt
(sql.postgresql.PostgreSQLParser.AlterseqstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterseqstmt()
.void
exitAlterstatsstmt
(sql.postgresql.PostgreSQLParser.AlterstatsstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterstatsstmt()
.void
exitAltersubscriptionstmt
(sql.postgresql.PostgreSQLParser.AltersubscriptionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altersubscriptionstmt()
.void
exitAltersystemstmt
(sql.postgresql.PostgreSQLParser.AltersystemstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altersystemstmt()
.void
exitAltertablestmt
(sql.postgresql.PostgreSQLParser.AltertablestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertablestmt()
.void
exitAltertblspcstmt
(sql.postgresql.PostgreSQLParser.AltertblspcstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertblspcstmt()
.void
exitAltertsconfigurationstmt
(sql.postgresql.PostgreSQLParser.AltertsconfigurationstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertsconfigurationstmt()
.void
exitAltertsdictionarystmt
(sql.postgresql.PostgreSQLParser.AltertsdictionarystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertsdictionarystmt()
.void
exitAltertypestmt
(sql.postgresql.PostgreSQLParser.AltertypestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertypestmt()
.void
exitAlterusermappingstmt
(sql.postgresql.PostgreSQLParser.AlterusermappingstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterusermappingstmt()
.void
exitAm_type
(sql.postgresql.PostgreSQLParser.Am_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.am_type()
.void
exitAnalyze_keyword
(sql.postgresql.PostgreSQLParser.Analyze_keywordContext ctx) Exit a parse tree produced byPostgreSQLParser.analyze_keyword()
.void
exitAnalyzestmt
(sql.postgresql.PostgreSQLParser.AnalyzestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.analyzestmt()
.void
exitAny_identifier
(sql.postgresql.PostgreSQLParser.Any_identifierContext ctx) Exit a parse tree produced byPostgreSQLParser.any_identifier()
.void
exitAny_name
(sql.postgresql.PostgreSQLParser.Any_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.any_name()
.void
exitAny_name_list
(sql.postgresql.PostgreSQLParser.Any_name_listContext ctx) Exit a parse tree produced byPostgreSQLParser.any_name_list()
.void
exitAny_operator
(sql.postgresql.PostgreSQLParser.Any_operatorContext ctx) Exit a parse tree produced byPostgreSQLParser.any_operator()
.void
exitAny_with
(sql.postgresql.PostgreSQLParser.Any_withContext ctx) Exit a parse tree produced byPostgreSQLParser.any_with()
.void
exitAnysconst
(sql.postgresql.PostgreSQLParser.AnysconstContext ctx) Exit a parse tree produced byPostgreSQLParser.anysconst()
.void
exitArg_class
(sql.postgresql.PostgreSQLParser.Arg_classContext ctx) Exit a parse tree produced byPostgreSQLParser.arg_class()
.void
exitArray_expr
(sql.postgresql.PostgreSQLParser.Array_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.array_expr()
.void
exitArray_expr_list
(sql.postgresql.PostgreSQLParser.Array_expr_listContext ctx) Exit a parse tree produced byPostgreSQLParser.array_expr_list()
.void
exitAssign_operator
(sql.postgresql.PostgreSQLParser.Assign_operatorContext ctx) Exit a parse tree produced byPostgreSQLParser.assign_operator()
.void
exitAssign_var
(sql.postgresql.PostgreSQLParser.Assign_varContext ctx) Exit a parse tree produced byPostgreSQLParser.assign_var()
.void
exitAttr_name
(sql.postgresql.PostgreSQLParser.Attr_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.attr_name()
.void
exitAttrs
(sql.postgresql.PostgreSQLParser.AttrsContext ctx) Exit a parse tree produced byPostgreSQLParser.attrs()
.void
exitAuth_ident
(sql.postgresql.PostgreSQLParser.Auth_identContext ctx) Exit a parse tree produced byPostgreSQLParser.auth_ident()
.void
exitB_expr
(sql.postgresql.PostgreSQLParser.B_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.b_expr()
.void
exitBconst
(sql.postgresql.PostgreSQLParser.BconstContext ctx) Exit a parse tree produced byPostgreSQLParser.bconst()
.void
exitBit
(sql.postgresql.PostgreSQLParser.BitContext ctx) Exit a parse tree produced byPostgreSQLParser.bit()
.void
exitBitwithlength
(sql.postgresql.PostgreSQLParser.BitwithlengthContext ctx) Exit a parse tree produced byPostgreSQLParser.bitwithlength()
.void
exitBitwithoutlength
(sql.postgresql.PostgreSQLParser.BitwithoutlengthContext ctx) Exit a parse tree produced byPostgreSQLParser.bitwithoutlength()
.void
exitBuiltin_function_name
(sql.postgresql.PostgreSQLParser.Builtin_function_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.builtin_function_name()
.void
exitC_expr_case
(sql.postgresql.PostgreSQLParser.C_expr_caseContext ctx) Exit a parse tree produced by thec_expr_case
labeled alternative inPostgreSQLParser.c_expr()
.void
exitC_expr_exists
(sql.postgresql.PostgreSQLParser.C_expr_existsContext ctx) Exit a parse tree produced by thec_expr_exists
labeled alternative inPostgreSQLParser.c_expr()
.void
exitC_expr_expr
(sql.postgresql.PostgreSQLParser.C_expr_exprContext ctx) Exit a parse tree produced by thec_expr_expr
labeled alternative inPostgreSQLParser.c_expr()
.void
exitCallstmt
(sql.postgresql.PostgreSQLParser.CallstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.callstmt()
.void
exitCase_arg
(sql.postgresql.PostgreSQLParser.Case_argContext ctx) Exit a parse tree produced byPostgreSQLParser.case_arg()
.void
exitCase_default
(sql.postgresql.PostgreSQLParser.Case_defaultContext ctx) Exit a parse tree produced byPostgreSQLParser.case_default()
.void
exitCase_expr
(sql.postgresql.PostgreSQLParser.Case_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.case_expr()
.void
exitCase_when
(sql.postgresql.PostgreSQLParser.Case_whenContext ctx) Exit a parse tree produced byPostgreSQLParser.case_when()
.void
exitCase_when_list
(sql.postgresql.PostgreSQLParser.Case_when_listContext ctx) Exit a parse tree produced byPostgreSQLParser.case_when_list()
.void
exitCast_context
(sql.postgresql.PostgreSQLParser.Cast_contextContext ctx) Exit a parse tree produced byPostgreSQLParser.cast_context()
.void
exitCharacter
(sql.postgresql.PostgreSQLParser.CharacterContext ctx) Exit a parse tree produced byPostgreSQLParser.character()
.void
exitCharacter_c
(sql.postgresql.PostgreSQLParser.Character_cContext ctx) Exit a parse tree produced byPostgreSQLParser.character_c()
.void
exitCheckpointstmt
(sql.postgresql.PostgreSQLParser.CheckpointstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.checkpointstmt()
.void
exitCloseportalstmt
(sql.postgresql.PostgreSQLParser.CloseportalstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.closeportalstmt()
.void
exitCluster_index_specification
(sql.postgresql.PostgreSQLParser.Cluster_index_specificationContext ctx) Exit a parse tree produced byPostgreSQLParser.cluster_index_specification()
.void
exitClusterstmt
(sql.postgresql.PostgreSQLParser.ClusterstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.clusterstmt()
.void
exitCol_name_keyword
(sql.postgresql.PostgreSQLParser.Col_name_keywordContext ctx) Exit a parse tree produced byPostgreSQLParser.col_name_keyword()
.void
exitColconstraint
(sql.postgresql.PostgreSQLParser.ColconstraintContext ctx) Exit a parse tree produced byPostgreSQLParser.colconstraint()
.void
exitColconstraintelem
(sql.postgresql.PostgreSQLParser.ColconstraintelemContext ctx) Exit a parse tree produced byPostgreSQLParser.colconstraintelem()
.void
exitColid
(sql.postgresql.PostgreSQLParser.ColidContext ctx) Exit a parse tree produced byPostgreSQLParser.colid()
.void
exitCollabel
(sql.postgresql.PostgreSQLParser.CollabelContext ctx) Exit a parse tree produced byPostgreSQLParser.collabel()
.void
exitColquallist
(sql.postgresql.PostgreSQLParser.ColquallistContext ctx) Exit a parse tree produced byPostgreSQLParser.colquallist()
.void
exitColumnDef
(sql.postgresql.PostgreSQLParser.ColumnDefContext ctx) Exit a parse tree produced byPostgreSQLParser.columnDef()
.void
exitColumnElem
(sql.postgresql.PostgreSQLParser.ColumnElemContext ctx) Exit a parse tree produced byPostgreSQLParser.columnElem()
.void
exitColumnlist
(sql.postgresql.PostgreSQLParser.ColumnlistContext ctx) Exit a parse tree produced byPostgreSQLParser.columnlist()
.void
exitColumnOptions
(sql.postgresql.PostgreSQLParser.ColumnOptionsContext ctx) Exit a parse tree produced byPostgreSQLParser.columnOptions()
.void
exitColumnref
(sql.postgresql.PostgreSQLParser.ColumnrefContext ctx) Exit a parse tree produced byPostgreSQLParser.columnref()
.void
exitComment_text
(sql.postgresql.PostgreSQLParser.Comment_textContext ctx) Exit a parse tree produced byPostgreSQLParser.comment_text()
.void
exitCommentstmt
(sql.postgresql.PostgreSQLParser.CommentstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.commentstmt()
.void
exitCommon_func_opt_item
(sql.postgresql.PostgreSQLParser.Common_func_opt_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.common_func_opt_item()
.void
exitCommon_table_expr
(sql.postgresql.PostgreSQLParser.Common_table_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.common_table_expr()
.void
exitComp_option
(sql.postgresql.PostgreSQLParser.Comp_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.comp_option()
.void
exitComp_options
(sql.postgresql.PostgreSQLParser.Comp_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.comp_options()
.void
exitConstbit
(sql.postgresql.PostgreSQLParser.ConstbitContext ctx) Exit a parse tree produced byPostgreSQLParser.constbit()
.void
exitConstcharacter
(sql.postgresql.PostgreSQLParser.ConstcharacterContext ctx) Exit a parse tree produced byPostgreSQLParser.constcharacter()
.void
exitConstdatetime
(sql.postgresql.PostgreSQLParser.ConstdatetimeContext ctx) Exit a parse tree produced byPostgreSQLParser.constdatetime()
.void
exitConstinterval
(sql.postgresql.PostgreSQLParser.ConstintervalContext ctx) Exit a parse tree produced byPostgreSQLParser.constinterval()
.void
exitConstraintattr
(sql.postgresql.PostgreSQLParser.ConstraintattrContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintattr()
.void
exitConstraintattributeElem
(sql.postgresql.PostgreSQLParser.ConstraintattributeElemContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintattributeElem()
.void
exitConstraintattributespec
(sql.postgresql.PostgreSQLParser.ConstraintattributespecContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintattributespec()
.void
exitConstraintelem
(sql.postgresql.PostgreSQLParser.ConstraintelemContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintelem()
.void
exitConstraints_set_list
(sql.postgresql.PostgreSQLParser.Constraints_set_listContext ctx) Exit a parse tree produced byPostgreSQLParser.constraints_set_list()
.void
exitConstraints_set_mode
(sql.postgresql.PostgreSQLParser.Constraints_set_modeContext ctx) Exit a parse tree produced byPostgreSQLParser.constraints_set_mode()
.void
exitConstraintssetstmt
(sql.postgresql.PostgreSQLParser.ConstraintssetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintssetstmt()
.void
exitConsttypename
(sql.postgresql.PostgreSQLParser.ConsttypenameContext ctx) Exit a parse tree produced byPostgreSQLParser.consttypename()
.void
exitCopy_delimiter
(sql.postgresql.PostgreSQLParser.Copy_delimiterContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_delimiter()
.void
exitCopy_file_name
(sql.postgresql.PostgreSQLParser.Copy_file_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_file_name()
.void
exitCopy_from
(sql.postgresql.PostgreSQLParser.Copy_fromContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_from()
.void
exitCopy_generic_opt_arg
(sql.postgresql.PostgreSQLParser.Copy_generic_opt_argContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_generic_opt_arg()
.void
exitCopy_generic_opt_arg_list
(sql.postgresql.PostgreSQLParser.Copy_generic_opt_arg_listContext ctx) Exit a parse tree produced byPostgreSQLParser.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 byPostgreSQLParser.copy_generic_opt_arg_list_item()
.void
exitCopy_generic_opt_elem
(sql.postgresql.PostgreSQLParser.Copy_generic_opt_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_generic_opt_elem()
.void
exitCopy_generic_opt_list
(sql.postgresql.PostgreSQLParser.Copy_generic_opt_listContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_generic_opt_list()
.void
exitCopy_opt_item
(sql.postgresql.PostgreSQLParser.Copy_opt_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_opt_item()
.void
exitCopy_opt_list
(sql.postgresql.PostgreSQLParser.Copy_opt_listContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_opt_list()
.void
exitCopy_options
(sql.postgresql.PostgreSQLParser.Copy_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_options()
.void
exitCopystmt
(sql.postgresql.PostgreSQLParser.CopystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.copystmt()
.void
exitCreate_as_target
(sql.postgresql.PostgreSQLParser.Create_as_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.create_as_target()
.void
exitCreate_extension_opt_item
(sql.postgresql.PostgreSQLParser.Create_extension_opt_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.create_extension_opt_item()
.void
exitCreate_extension_opt_list
(sql.postgresql.PostgreSQLParser.Create_extension_opt_listContext ctx) Exit a parse tree produced byPostgreSQLParser.create_extension_opt_list()
.void
exitCreate_generic_options
(sql.postgresql.PostgreSQLParser.Create_generic_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.create_generic_options()
.void
exitCreate_mv_target
(sql.postgresql.PostgreSQLParser.Create_mv_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.create_mv_target()
.void
exitCreateamstmt
(sql.postgresql.PostgreSQLParser.CreateamstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createamstmt()
.void
exitCreateassertionstmt
(sql.postgresql.PostgreSQLParser.CreateassertionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createassertionstmt()
.void
exitCreateasstmt
(sql.postgresql.PostgreSQLParser.CreateasstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createasstmt()
.void
exitCreatecaststmt
(sql.postgresql.PostgreSQLParser.CreatecaststmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createcaststmt()
.void
exitCreateconversionstmt
(sql.postgresql.PostgreSQLParser.CreateconversionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createconversionstmt()
.void
exitCreatedb_opt_item
(sql.postgresql.PostgreSQLParser.Createdb_opt_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.createdb_opt_item()
.void
exitCreatedb_opt_items
(sql.postgresql.PostgreSQLParser.Createdb_opt_itemsContext ctx) Exit a parse tree produced byPostgreSQLParser.createdb_opt_items()
.void
exitCreatedb_opt_list
(sql.postgresql.PostgreSQLParser.Createdb_opt_listContext ctx) Exit a parse tree produced byPostgreSQLParser.createdb_opt_list()
.void
exitCreatedb_opt_name
(sql.postgresql.PostgreSQLParser.Createdb_opt_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.createdb_opt_name()
.void
exitCreatedbstmt
(sql.postgresql.PostgreSQLParser.CreatedbstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createdbstmt()
.void
exitCreatedomainstmt
(sql.postgresql.PostgreSQLParser.CreatedomainstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createdomainstmt()
.void
exitCreateeventtrigstmt
(sql.postgresql.PostgreSQLParser.CreateeventtrigstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createeventtrigstmt()
.void
exitCreateextensionstmt
(sql.postgresql.PostgreSQLParser.CreateextensionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createextensionstmt()
.void
exitCreatefdwstmt
(sql.postgresql.PostgreSQLParser.CreatefdwstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createfdwstmt()
.void
exitCreateforeignserverstmt
(sql.postgresql.PostgreSQLParser.CreateforeignserverstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createforeignserverstmt()
.void
exitCreateforeigntablestmt
(sql.postgresql.PostgreSQLParser.CreateforeigntablestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createforeigntablestmt()
.void
exitCreatefunc_opt_item
(sql.postgresql.PostgreSQLParser.Createfunc_opt_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.createfunc_opt_item()
.void
exitCreatefunc_opt_list
(sql.postgresql.PostgreSQLParser.Createfunc_opt_listContext ctx) Exit a parse tree produced byPostgreSQLParser.createfunc_opt_list()
.void
exitCreatefunctionstmt
(sql.postgresql.PostgreSQLParser.CreatefunctionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createfunctionstmt()
.void
exitCreategroupstmt
(sql.postgresql.PostgreSQLParser.CreategroupstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.creategroupstmt()
.void
exitCreatematviewstmt
(sql.postgresql.PostgreSQLParser.CreatematviewstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.creatematviewstmt()
.void
exitCreateopclassstmt
(sql.postgresql.PostgreSQLParser.CreateopclassstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createopclassstmt()
.void
exitCreateopfamilystmt
(sql.postgresql.PostgreSQLParser.CreateopfamilystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createopfamilystmt()
.void
exitCreateoptroleelem
(sql.postgresql.PostgreSQLParser.CreateoptroleelemContext ctx) Exit a parse tree produced byPostgreSQLParser.createoptroleelem()
.void
exitCreateplangstmt
(sql.postgresql.PostgreSQLParser.CreateplangstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createplangstmt()
.void
exitCreatepolicystmt
(sql.postgresql.PostgreSQLParser.CreatepolicystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createpolicystmt()
.void
exitCreatepublicationstmt
(sql.postgresql.PostgreSQLParser.CreatepublicationstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createpublicationstmt()
.void
exitCreaterolestmt
(sql.postgresql.PostgreSQLParser.CreaterolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createrolestmt()
.void
exitCreateschemastmt
(sql.postgresql.PostgreSQLParser.CreateschemastmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createschemastmt()
.void
exitCreateseqstmt
(sql.postgresql.PostgreSQLParser.CreateseqstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createseqstmt()
.void
exitCreatestatsstmt
(sql.postgresql.PostgreSQLParser.CreatestatsstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createstatsstmt()
.void
exitCreatestmt
(sql.postgresql.PostgreSQLParser.CreatestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createstmt()
.void
exitCreatesubscriptionstmt
(sql.postgresql.PostgreSQLParser.CreatesubscriptionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createsubscriptionstmt()
.void
exitCreatetablespacestmt
(sql.postgresql.PostgreSQLParser.CreatetablespacestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createtablespacestmt()
.void
exitCreatetransformstmt
(sql.postgresql.PostgreSQLParser.CreatetransformstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createtransformstmt()
.void
exitCreatetrigstmt
(sql.postgresql.PostgreSQLParser.CreatetrigstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createtrigstmt()
.void
exitCreateusermappingstmt
(sql.postgresql.PostgreSQLParser.CreateusermappingstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createusermappingstmt()
.void
exitCreateuserstmt
(sql.postgresql.PostgreSQLParser.CreateuserstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createuserstmt()
.void
exitCte_list
(sql.postgresql.PostgreSQLParser.Cte_listContext ctx) Exit a parse tree produced byPostgreSQLParser.cte_list()
.void
exitCube_clause
(sql.postgresql.PostgreSQLParser.Cube_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.cube_clause()
.void
exitCursor_name
(sql.postgresql.PostgreSQLParser.Cursor_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.cursor_name()
.void
exitCursor_options
(sql.postgresql.PostgreSQLParser.Cursor_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.cursor_options()
.void
exitCursor_variable
(sql.postgresql.PostgreSQLParser.Cursor_variableContext ctx) Exit a parse tree produced byPostgreSQLParser.cursor_variable()
.void
exitDeallocatestmt
(sql.postgresql.PostgreSQLParser.DeallocatestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.deallocatestmt()
.void
exitDecl_aliasitem
(sql.postgresql.PostgreSQLParser.Decl_aliasitemContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_aliasitem()
.void
exitDecl_collate
(sql.postgresql.PostgreSQLParser.Decl_collateContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_collate()
.void
exitDecl_const
(sql.postgresql.PostgreSQLParser.Decl_constContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_const()
.void
exitDecl_cursor_arg
(sql.postgresql.PostgreSQLParser.Decl_cursor_argContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_cursor_arg()
.void
exitDecl_cursor_arglist
(sql.postgresql.PostgreSQLParser.Decl_cursor_arglistContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_cursor_arglist()
.void
exitDecl_cursor_args
(sql.postgresql.PostgreSQLParser.Decl_cursor_argsContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_cursor_args()
.void
exitDecl_cursor_query
(sql.postgresql.PostgreSQLParser.Decl_cursor_queryContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_cursor_query()
.void
exitDecl_datatype
(sql.postgresql.PostgreSQLParser.Decl_datatypeContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_datatype()
.void
exitDecl_defkey
(sql.postgresql.PostgreSQLParser.Decl_defkeyContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_defkey()
.void
exitDecl_defval
(sql.postgresql.PostgreSQLParser.Decl_defvalContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_defval()
.void
exitDecl_is_for
(sql.postgresql.PostgreSQLParser.Decl_is_forContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_is_for()
.void
exitDecl_notnull
(sql.postgresql.PostgreSQLParser.Decl_notnullContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_notnull()
.void
exitDecl_sect
(sql.postgresql.PostgreSQLParser.Decl_sectContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_sect()
.void
exitDecl_start
(sql.postgresql.PostgreSQLParser.Decl_startContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_start()
.void
exitDecl_statement
(sql.postgresql.PostgreSQLParser.Decl_statementContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_statement()
.void
exitDecl_stmt
(sql.postgresql.PostgreSQLParser.Decl_stmtContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_stmt()
.void
exitDecl_stmts
(sql.postgresql.PostgreSQLParser.Decl_stmtsContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_stmts()
.void
exitDecl_varname
(sql.postgresql.PostgreSQLParser.Decl_varnameContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_varname()
.void
exitDeclarecursorstmt
(sql.postgresql.PostgreSQLParser.DeclarecursorstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.declarecursorstmt()
.void
exitDef_arg
(sql.postgresql.PostgreSQLParser.Def_argContext ctx) Exit a parse tree produced byPostgreSQLParser.def_arg()
.void
exitDef_elem
(sql.postgresql.PostgreSQLParser.Def_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.def_elem()
.void
exitDef_list
(sql.postgresql.PostgreSQLParser.Def_listContext ctx) Exit a parse tree produced byPostgreSQLParser.def_list()
.void
exitDefacl_privilege_target
(sql.postgresql.PostgreSQLParser.Defacl_privilege_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.defacl_privilege_target()
.void
exitDefaclaction
(sql.postgresql.PostgreSQLParser.DefaclactionContext ctx) Exit a parse tree produced byPostgreSQLParser.defaclaction()
.void
exitDefacloption
(sql.postgresql.PostgreSQLParser.DefacloptionContext ctx) Exit a parse tree produced byPostgreSQLParser.defacloption()
.void
exitDefacloptionlist
(sql.postgresql.PostgreSQLParser.DefacloptionlistContext ctx) Exit a parse tree produced byPostgreSQLParser.defacloptionlist()
.void
exitDefinestmt
(sql.postgresql.PostgreSQLParser.DefinestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.definestmt()
.void
exitDefinition
(sql.postgresql.PostgreSQLParser.DefinitionContext ctx) Exit a parse tree produced byPostgreSQLParser.definition()
.void
exitDeletestmt
(sql.postgresql.PostgreSQLParser.DeletestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.deletestmt()
.void
exitDiscardstmt
(sql.postgresql.PostgreSQLParser.DiscardstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.discardstmt()
.void
exitDistinct_clause
(sql.postgresql.PostgreSQLParser.Distinct_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.distinct_clause()
.void
exitDocument_or_content
(sql.postgresql.PostgreSQLParser.Document_or_contentContext ctx) Exit a parse tree produced byPostgreSQLParser.document_or_content()
.void
exitDostmt
(sql.postgresql.PostgreSQLParser.DostmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dostmt()
.void
exitDostmt_opt_item
(sql.postgresql.PostgreSQLParser.Dostmt_opt_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.dostmt_opt_item()
.void
exitDostmt_opt_list
(sql.postgresql.PostgreSQLParser.Dostmt_opt_listContext ctx) Exit a parse tree produced byPostgreSQLParser.dostmt_opt_list()
.void
exitDrop_option
(sql.postgresql.PostgreSQLParser.Drop_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.drop_option()
.void
exitDrop_option_list
(sql.postgresql.PostgreSQLParser.Drop_option_listContext ctx) Exit a parse tree produced byPostgreSQLParser.drop_option_list()
.void
exitDrop_type_name
(sql.postgresql.PostgreSQLParser.Drop_type_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.drop_type_name()
.void
exitDropcaststmt
(sql.postgresql.PostgreSQLParser.DropcaststmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropcaststmt()
.void
exitDropdbstmt
(sql.postgresql.PostgreSQLParser.DropdbstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropdbstmt()
.void
exitDropopclassstmt
(sql.postgresql.PostgreSQLParser.DropopclassstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropopclassstmt()
.void
exitDropopfamilystmt
(sql.postgresql.PostgreSQLParser.DropopfamilystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropopfamilystmt()
.void
exitDropownedstmt
(sql.postgresql.PostgreSQLParser.DropownedstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropownedstmt()
.void
exitDroprolestmt
(sql.postgresql.PostgreSQLParser.DroprolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.droprolestmt()
.void
exitDropstmt
(sql.postgresql.PostgreSQLParser.DropstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropstmt()
.void
exitDropsubscriptionstmt
(sql.postgresql.PostgreSQLParser.DropsubscriptionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropsubscriptionstmt()
.void
exitDroptablespacestmt
(sql.postgresql.PostgreSQLParser.DroptablespacestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.droptablespacestmt()
.void
exitDroptransformstmt
(sql.postgresql.PostgreSQLParser.DroptransformstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.droptransformstmt()
.void
exitDropusermappingstmt
(sql.postgresql.PostgreSQLParser.DropusermappingstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropusermappingstmt()
.void
exitEmpty_grouping_set
(sql.postgresql.PostgreSQLParser.Empty_grouping_setContext ctx) Exit a parse tree produced byPostgreSQLParser.empty_grouping_set()
.void
exitEnable_trigger
(sql.postgresql.PostgreSQLParser.Enable_triggerContext ctx) Exit a parse tree produced byPostgreSQLParser.enable_trigger()
.void
exitEnum_val_list
(sql.postgresql.PostgreSQLParser.Enum_val_listContext ctx) Exit a parse tree produced byPostgreSQLParser.enum_val_list()
.void
exitEvent
(sql.postgresql.PostgreSQLParser.EventContext ctx) Exit a parse tree produced byPostgreSQLParser.event()
.void
exitEvent_trigger_value_list
(sql.postgresql.PostgreSQLParser.Event_trigger_value_listContext ctx) Exit a parse tree produced byPostgreSQLParser.event_trigger_value_list()
.void
exitEvent_trigger_when_item
(sql.postgresql.PostgreSQLParser.Event_trigger_when_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.event_trigger_when_item()
.void
exitEvent_trigger_when_list
(sql.postgresql.PostgreSQLParser.Event_trigger_when_listContext ctx) Exit a parse tree produced byPostgreSQLParser.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 byPostgreSQLParser.exception_sect()
.void
exitExclusionconstraintelem
(sql.postgresql.PostgreSQLParser.ExclusionconstraintelemContext ctx) Exit a parse tree produced byPostgreSQLParser.exclusionconstraintelem()
.void
exitExclusionconstraintlist
(sql.postgresql.PostgreSQLParser.ExclusionconstraintlistContext ctx) Exit a parse tree produced byPostgreSQLParser.exclusionconstraintlist()
.void
exitExclusionwhereclause
(sql.postgresql.PostgreSQLParser.ExclusionwhereclauseContext ctx) Exit a parse tree produced byPostgreSQLParser.exclusionwhereclause()
.void
exitExecute_param_clause
(sql.postgresql.PostgreSQLParser.Execute_param_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.execute_param_clause()
.void
exitExecutestmt
(sql.postgresql.PostgreSQLParser.ExecutestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.executestmt()
.void
exitExistingindex
(sql.postgresql.PostgreSQLParser.ExistingindexContext ctx) Exit a parse tree produced byPostgreSQLParser.existingindex()
.void
exitExit_type
(sql.postgresql.PostgreSQLParser.Exit_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.exit_type()
.void
exitExplain_option_arg
(sql.postgresql.PostgreSQLParser.Explain_option_argContext ctx) Exit a parse tree produced byPostgreSQLParser.explain_option_arg()
.void
exitExplain_option_elem
(sql.postgresql.PostgreSQLParser.Explain_option_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.explain_option_elem()
.void
exitExplain_option_list
(sql.postgresql.PostgreSQLParser.Explain_option_listContext ctx) Exit a parse tree produced byPostgreSQLParser.explain_option_list()
.void
exitExplain_option_name
(sql.postgresql.PostgreSQLParser.Explain_option_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.explain_option_name()
.void
exitExplainablestmt
(sql.postgresql.PostgreSQLParser.ExplainablestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.explainablestmt()
.void
exitExplainstmt
(sql.postgresql.PostgreSQLParser.ExplainstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.explainstmt()
.void
exitExplicit_row
(sql.postgresql.PostgreSQLParser.Explicit_rowContext ctx) Exit a parse tree produced byPostgreSQLParser.explicit_row()
.void
exitExpr_list
(sql.postgresql.PostgreSQLParser.Expr_listContext ctx) Exit a parse tree produced byPostgreSQLParser.expr_list()
.void
exitExpr_until_loop
(sql.postgresql.PostgreSQLParser.Expr_until_loopContext ctx) Exit a parse tree produced byPostgreSQLParser.expr_until_loop()
.void
exitExpr_until_rightbracket
(sql.postgresql.PostgreSQLParser.Expr_until_rightbracketContext ctx) Exit a parse tree produced byPostgreSQLParser.expr_until_rightbracket()
.void
exitExpr_until_semi
(sql.postgresql.PostgreSQLParser.Expr_until_semiContext ctx) Exit a parse tree produced byPostgreSQLParser.expr_until_semi()
.void
exitExpr_until_then
(sql.postgresql.PostgreSQLParser.Expr_until_thenContext ctx) Exit a parse tree produced byPostgreSQLParser.expr_until_then()
.void
exitExtract_arg
(sql.postgresql.PostgreSQLParser.Extract_argContext ctx) Exit a parse tree produced byPostgreSQLParser.extract_arg()
.void
exitExtract_list
(sql.postgresql.PostgreSQLParser.Extract_listContext ctx) Exit a parse tree produced byPostgreSQLParser.extract_list()
.void
exitFconst
(sql.postgresql.PostgreSQLParser.FconstContext ctx) Exit a parse tree produced byPostgreSQLParser.fconst()
.void
exitFdw_option
(sql.postgresql.PostgreSQLParser.Fdw_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.fdw_option()
.void
exitFdw_options
(sql.postgresql.PostgreSQLParser.Fdw_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.fdw_options()
.void
exitFetch_args
(sql.postgresql.PostgreSQLParser.Fetch_argsContext ctx) Exit a parse tree produced byPostgreSQLParser.fetch_args()
.void
exitFetchstmt
(sql.postgresql.PostgreSQLParser.FetchstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.fetchstmt()
.void
exitFile_name
(sql.postgresql.PostgreSQLParser.File_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.file_name()
.void
exitFilter_clause
(sql.postgresql.PostgreSQLParser.Filter_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.filter_clause()
.void
exitFirst_or_next
(sql.postgresql.PostgreSQLParser.First_or_nextContext ctx) Exit a parse tree produced byPostgreSQLParser.first_or_next()
.void
exitFor_control
(sql.postgresql.PostgreSQLParser.For_controlContext ctx) Exit a parse tree produced byPostgreSQLParser.for_control()
.void
exitFor_locking_clause
(sql.postgresql.PostgreSQLParser.For_locking_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.for_locking_clause()
.void
exitFor_locking_item
(sql.postgresql.PostgreSQLParser.For_locking_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.for_locking_item()
.void
exitFor_locking_items
(sql.postgresql.PostgreSQLParser.For_locking_itemsContext ctx) Exit a parse tree produced byPostgreSQLParser.for_locking_items()
.void
exitFor_locking_strength
(sql.postgresql.PostgreSQLParser.For_locking_strengthContext ctx) Exit a parse tree produced byPostgreSQLParser.for_locking_strength()
.void
exitFor_variable
(sql.postgresql.PostgreSQLParser.For_variableContext ctx) Exit a parse tree produced byPostgreSQLParser.for_variable()
.void
exitForeach_slice
(sql.postgresql.PostgreSQLParser.Foreach_sliceContext ctx) Exit a parse tree produced byPostgreSQLParser.foreach_slice()
.void
exitForeign_server_version
(sql.postgresql.PostgreSQLParser.Foreign_server_versionContext ctx) Exit a parse tree produced byPostgreSQLParser.foreign_server_version()
.void
exitFrame_bound
(sql.postgresql.PostgreSQLParser.Frame_boundContext ctx) Exit a parse tree produced byPostgreSQLParser.frame_bound()
.void
exitFrame_extent
(sql.postgresql.PostgreSQLParser.Frame_extentContext ctx) Exit a parse tree produced byPostgreSQLParser.frame_extent()
.void
exitFrom_clause
(sql.postgresql.PostgreSQLParser.From_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.from_clause()
.void
exitFrom_in
(sql.postgresql.PostgreSQLParser.From_inContext ctx) Exit a parse tree produced byPostgreSQLParser.from_in()
.void
exitFrom_list
(sql.postgresql.PostgreSQLParser.From_listContext ctx) Exit a parse tree produced byPostgreSQLParser.from_list()
.void
exitFunc_alias_clause
(sql.postgresql.PostgreSQLParser.Func_alias_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.func_alias_clause()
.void
exitFunc_application
(sql.postgresql.PostgreSQLParser.Func_applicationContext ctx) Exit a parse tree produced byPostgreSQLParser.func_application()
.void
exitFunc_arg
(sql.postgresql.PostgreSQLParser.Func_argContext ctx) Exit a parse tree produced byPostgreSQLParser.func_arg()
.void
exitFunc_arg_expr
(sql.postgresql.PostgreSQLParser.Func_arg_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.func_arg_expr()
.void
exitFunc_arg_list
(sql.postgresql.PostgreSQLParser.Func_arg_listContext ctx) Exit a parse tree produced byPostgreSQLParser.func_arg_list()
.void
exitFunc_arg_with_default
(sql.postgresql.PostgreSQLParser.Func_arg_with_defaultContext ctx) Exit a parse tree produced byPostgreSQLParser.func_arg_with_default()
.void
exitFunc_args
(sql.postgresql.PostgreSQLParser.Func_argsContext ctx) Exit a parse tree produced byPostgreSQLParser.func_args()
.void
exitFunc_args_list
(sql.postgresql.PostgreSQLParser.Func_args_listContext ctx) Exit a parse tree produced byPostgreSQLParser.func_args_list()
.void
exitFunc_args_with_defaults
(sql.postgresql.PostgreSQLParser.Func_args_with_defaultsContext ctx) Exit a parse tree produced byPostgreSQLParser.func_args_with_defaults()
.void
exitFunc_args_with_defaults_list
(sql.postgresql.PostgreSQLParser.Func_args_with_defaults_listContext ctx) Exit a parse tree produced byPostgreSQLParser.func_args_with_defaults_list()
.void
exitFunc_as
(sql.postgresql.PostgreSQLParser.Func_asContext ctx) Exit a parse tree produced byPostgreSQLParser.func_as()
.void
exitFunc_expr
(sql.postgresql.PostgreSQLParser.Func_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.func_expr()
.void
exitFunc_expr_common_subexpr
(sql.postgresql.PostgreSQLParser.Func_expr_common_subexprContext ctx) Exit a parse tree produced byPostgreSQLParser.func_expr_common_subexpr()
.void
exitFunc_expr_windowless
(sql.postgresql.PostgreSQLParser.Func_expr_windowlessContext ctx) Exit a parse tree produced byPostgreSQLParser.func_expr_windowless()
.void
exitFunc_name
(sql.postgresql.PostgreSQLParser.Func_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.func_name()
.void
exitFunc_return
(sql.postgresql.PostgreSQLParser.Func_returnContext ctx) Exit a parse tree produced byPostgreSQLParser.func_return()
.void
exitFunc_table
(sql.postgresql.PostgreSQLParser.Func_tableContext ctx) Exit a parse tree produced byPostgreSQLParser.func_table()
.void
exitFunc_type
(sql.postgresql.PostgreSQLParser.Func_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.func_type()
.void
exitFunction_or_procedure
(sql.postgresql.PostgreSQLParser.Function_or_procedureContext ctx) Exit a parse tree produced byPostgreSQLParser.function_or_procedure()
.void
exitFunction_with_argtypes
(sql.postgresql.PostgreSQLParser.Function_with_argtypesContext ctx) Exit a parse tree produced byPostgreSQLParser.function_with_argtypes()
.void
exitFunction_with_argtypes_list
(sql.postgresql.PostgreSQLParser.Function_with_argtypes_listContext ctx) Exit a parse tree produced byPostgreSQLParser.function_with_argtypes_list()
.void
exitFunctionsetresetclause
(sql.postgresql.PostgreSQLParser.FunctionsetresetclauseContext ctx) Exit a parse tree produced byPostgreSQLParser.functionsetresetclause()
.void
exitGenerated_when
(sql.postgresql.PostgreSQLParser.Generated_whenContext ctx) Exit a parse tree produced byPostgreSQLParser.generated_when()
.void
exitGeneric_option_arg
(sql.postgresql.PostgreSQLParser.Generic_option_argContext ctx) Exit a parse tree produced byPostgreSQLParser.generic_option_arg()
.void
exitGeneric_option_elem
(sql.postgresql.PostgreSQLParser.Generic_option_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.generic_option_elem()
.void
exitGeneric_option_list
(sql.postgresql.PostgreSQLParser.Generic_option_listContext ctx) Exit a parse tree produced byPostgreSQLParser.generic_option_list()
.void
exitGeneric_option_name
(sql.postgresql.PostgreSQLParser.Generic_option_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.generic_option_name()
.void
exitGeneric_reset
(sql.postgresql.PostgreSQLParser.Generic_resetContext ctx) Exit a parse tree produced byPostgreSQLParser.generic_reset()
.void
exitGeneric_set
(sql.postgresql.PostgreSQLParser.Generic_setContext ctx) Exit a parse tree produced byPostgreSQLParser.generic_set()
.void
exitGenerictype
(sql.postgresql.PostgreSQLParser.GenerictypeContext ctx) Exit a parse tree produced byPostgreSQLParser.generictype()
.void
exitGetdiag_area_opt
(sql.postgresql.PostgreSQLParser.Getdiag_area_optContext ctx) Exit a parse tree produced byPostgreSQLParser.getdiag_area_opt()
.void
exitGetdiag_item
(sql.postgresql.PostgreSQLParser.Getdiag_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.getdiag_item()
.void
exitGetdiag_list
(sql.postgresql.PostgreSQLParser.Getdiag_listContext ctx) Exit a parse tree produced byPostgreSQLParser.getdiag_list()
.void
exitGetdiag_list_item
(sql.postgresql.PostgreSQLParser.Getdiag_list_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.getdiag_list_item()
.void
exitGetdiag_target
(sql.postgresql.PostgreSQLParser.Getdiag_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.getdiag_target()
.void
exitGrantee
(sql.postgresql.PostgreSQLParser.GranteeContext ctx) Exit a parse tree produced byPostgreSQLParser.grantee()
.void
exitGrantee_list
(sql.postgresql.PostgreSQLParser.Grantee_listContext ctx) Exit a parse tree produced byPostgreSQLParser.grantee_list()
.void
exitGrantrolestmt
(sql.postgresql.PostgreSQLParser.GrantrolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.grantrolestmt()
.void
exitGrantstmt
(sql.postgresql.PostgreSQLParser.GrantstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.grantstmt()
.void
exitGroup_by_item
(sql.postgresql.PostgreSQLParser.Group_by_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.group_by_item()
.void
exitGroup_by_list
(sql.postgresql.PostgreSQLParser.Group_by_listContext ctx) Exit a parse tree produced byPostgreSQLParser.group_by_list()
.void
exitGroup_clause
(sql.postgresql.PostgreSQLParser.Group_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.group_clause()
.void
exitGrouping_sets_clause
(sql.postgresql.PostgreSQLParser.Grouping_sets_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.grouping_sets_clause()
.void
exitHandler_name
(sql.postgresql.PostgreSQLParser.Handler_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.handler_name()
.void
exitHash_partbound
(sql.postgresql.PostgreSQLParser.Hash_partboundContext ctx) Exit a parse tree produced byPostgreSQLParser.hash_partbound()
.void
exitHash_partbound_elem
(sql.postgresql.PostgreSQLParser.Hash_partbound_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.hash_partbound_elem()
.void
exitHaving_clause
(sql.postgresql.PostgreSQLParser.Having_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.having_clause()
.void
exitI_or_f_const
(sql.postgresql.PostgreSQLParser.I_or_f_constContext ctx) Exit a parse tree produced byPostgreSQLParser.i_or_f_const()
.void
exitIconst
(sql.postgresql.PostgreSQLParser.IconstContext ctx) Exit a parse tree produced byPostgreSQLParser.iconst()
.void
exitIdentifier
(sql.postgresql.PostgreSQLParser.IdentifierContext ctx) Exit a parse tree produced byPostgreSQLParser.identifier()
.void
exitImplicit_row
(sql.postgresql.PostgreSQLParser.Implicit_rowContext ctx) Exit a parse tree produced byPostgreSQLParser.implicit_row()
.void
exitImport_qualification
(sql.postgresql.PostgreSQLParser.Import_qualificationContext ctx) Exit a parse tree produced byPostgreSQLParser.import_qualification()
.void
exitImport_qualification_type
(sql.postgresql.PostgreSQLParser.Import_qualification_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.import_qualification_type()
.void
exitImportforeignschemastmt
(sql.postgresql.PostgreSQLParser.ImportforeignschemastmtContext ctx) Exit a parse tree produced byPostgreSQLParser.importforeignschemastmt()
.void
exitIn_expr_list
(sql.postgresql.PostgreSQLParser.In_expr_listContext ctx) Exit a parse tree produced by thein_expr_list
labeled alternative inPostgreSQLParser.in_expr()
.void
exitIn_expr_select
(sql.postgresql.PostgreSQLParser.In_expr_selectContext ctx) Exit a parse tree produced by thein_expr_select
labeled alternative inPostgreSQLParser.in_expr()
.void
exitIndex_elem
(sql.postgresql.PostgreSQLParser.Index_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.index_elem()
.void
exitIndex_elem_options
(sql.postgresql.PostgreSQLParser.Index_elem_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.index_elem_options()
.void
exitIndex_including_params
(sql.postgresql.PostgreSQLParser.Index_including_paramsContext ctx) Exit a parse tree produced byPostgreSQLParser.index_including_params()
.void
exitIndex_params
(sql.postgresql.PostgreSQLParser.Index_paramsContext ctx) Exit a parse tree produced byPostgreSQLParser.index_params()
.void
exitIndex_partition_cmd
(sql.postgresql.PostgreSQLParser.Index_partition_cmdContext ctx) Exit a parse tree produced byPostgreSQLParser.index_partition_cmd()
.void
exitIndexstmt
(sql.postgresql.PostgreSQLParser.IndexstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.indexstmt()
.void
exitIndirection
(sql.postgresql.PostgreSQLParser.IndirectionContext ctx) Exit a parse tree produced byPostgreSQLParser.indirection()
.void
exitIndirection_el
(sql.postgresql.PostgreSQLParser.Indirection_elContext ctx) Exit a parse tree produced byPostgreSQLParser.indirection_el()
.void
exitInsert_column_item
(sql.postgresql.PostgreSQLParser.Insert_column_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.insert_column_item()
.void
exitInsert_column_list
(sql.postgresql.PostgreSQLParser.Insert_column_listContext ctx) Exit a parse tree produced byPostgreSQLParser.insert_column_list()
.void
exitInsert_rest
(sql.postgresql.PostgreSQLParser.Insert_restContext ctx) Exit a parse tree produced byPostgreSQLParser.insert_rest()
.void
exitInsert_target
(sql.postgresql.PostgreSQLParser.Insert_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.insert_target()
.void
exitInsertstmt
(sql.postgresql.PostgreSQLParser.InsertstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.insertstmt()
.void
exitInterval_second
(sql.postgresql.PostgreSQLParser.Interval_secondContext ctx) Exit a parse tree produced byPostgreSQLParser.interval_second()
.void
exitInto_clause
(sql.postgresql.PostgreSQLParser.Into_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.into_clause()
.void
exitInto_target
(sql.postgresql.PostgreSQLParser.Into_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.into_target()
.void
exitIso_level
(sql.postgresql.PostgreSQLParser.Iso_levelContext ctx) Exit a parse tree produced byPostgreSQLParser.iso_level()
.void
exitJoin_qual
(sql.postgresql.PostgreSQLParser.Join_qualContext ctx) Exit a parse tree produced byPostgreSQLParser.join_qual()
.void
exitJoin_type
(sql.postgresql.PostgreSQLParser.Join_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.join_type()
.void
exitKey_action
(sql.postgresql.PostgreSQLParser.Key_actionContext ctx) Exit a parse tree produced byPostgreSQLParser.key_action()
.void
exitKey_actions
(sql.postgresql.PostgreSQLParser.Key_actionsContext ctx) Exit a parse tree produced byPostgreSQLParser.key_actions()
.void
exitKey_delete
(sql.postgresql.PostgreSQLParser.Key_deleteContext ctx) Exit a parse tree produced byPostgreSQLParser.key_delete()
.void
exitKey_match
(sql.postgresql.PostgreSQLParser.Key_matchContext ctx) Exit a parse tree produced byPostgreSQLParser.key_match()
.void
exitKey_update
(sql.postgresql.PostgreSQLParser.Key_updateContext ctx) Exit a parse tree produced byPostgreSQLParser.key_update()
.void
exitLabel_decl
(sql.postgresql.PostgreSQLParser.Label_declContext ctx) Exit a parse tree produced byPostgreSQLParser.label_decl()
.void
exitLimit_clause
(sql.postgresql.PostgreSQLParser.Limit_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.limit_clause()
.void
exitListenstmt
(sql.postgresql.PostgreSQLParser.ListenstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.listenstmt()
.void
exitLoadstmt
(sql.postgresql.PostgreSQLParser.LoadstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.loadstmt()
.void
exitLock_type
(sql.postgresql.PostgreSQLParser.Lock_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.lock_type()
.void
exitLocked_rels_list
(sql.postgresql.PostgreSQLParser.Locked_rels_listContext ctx) Exit a parse tree produced byPostgreSQLParser.locked_rels_list()
.void
exitLockstmt
(sql.postgresql.PostgreSQLParser.LockstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.lockstmt()
.void
exitLoop_body
(sql.postgresql.PostgreSQLParser.Loop_bodyContext ctx) Exit a parse tree produced byPostgreSQLParser.loop_body()
.void
exitMake_execsql_stmt
(sql.postgresql.PostgreSQLParser.Make_execsql_stmtContext ctx) Exit a parse tree produced byPostgreSQLParser.make_execsql_stmt()
.void
exitMathop
(sql.postgresql.PostgreSQLParser.MathopContext ctx) Exit a parse tree produced byPostgreSQLParser.mathop()
.void
exitMerge_delete_clause
(sql.postgresql.PostgreSQLParser.Merge_delete_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.merge_delete_clause()
.void
exitMerge_insert_clause
(sql.postgresql.PostgreSQLParser.Merge_insert_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.merge_insert_clause()
.void
exitMerge_update_clause
(sql.postgresql.PostgreSQLParser.Merge_update_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.merge_update_clause()
.void
exitMergestmt
(sql.postgresql.PostgreSQLParser.MergestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.mergestmt()
.void
exitName
(sql.postgresql.PostgreSQLParser.NameContext ctx) Exit a parse tree produced byPostgreSQLParser.name()
.void
exitName_list
(sql.postgresql.PostgreSQLParser.Name_listContext ctx) Exit a parse tree produced byPostgreSQLParser.name_list()
.void
exitNon_ansi_join
(sql.postgresql.PostgreSQLParser.Non_ansi_joinContext ctx) Exit a parse tree produced byPostgreSQLParser.non_ansi_join()
.void
exitNonreservedword
(sql.postgresql.PostgreSQLParser.NonreservedwordContext ctx) Exit a parse tree produced byPostgreSQLParser.nonreservedword()
.void
exitNonreservedword_or_sconst
(sql.postgresql.PostgreSQLParser.Nonreservedword_or_sconstContext ctx) Exit a parse tree produced byPostgreSQLParser.nonreservedword_or_sconst()
.void
exitNotify_payload
(sql.postgresql.PostgreSQLParser.Notify_payloadContext ctx) Exit a parse tree produced byPostgreSQLParser.notify_payload()
.void
exitNotifystmt
(sql.postgresql.PostgreSQLParser.NotifystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.notifystmt()
.void
exitNumeric
(sql.postgresql.PostgreSQLParser.NumericContext ctx) Exit a parse tree produced byPostgreSQLParser.numeric()
.void
exitNumericonly
(sql.postgresql.PostgreSQLParser.NumericonlyContext ctx) Exit a parse tree produced byPostgreSQLParser.numericonly()
.void
exitNumericonly_list
(sql.postgresql.PostgreSQLParser.Numericonly_listContext ctx) Exit a parse tree produced byPostgreSQLParser.numericonly_list()
.void
exitObject_type_any_name
(sql.postgresql.PostgreSQLParser.Object_type_any_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.object_type_any_name()
.void
exitObject_type_name
(sql.postgresql.PostgreSQLParser.Object_type_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.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 byPostgreSQLParser.object_type_name_on_any_name()
.void
exitOffset_clause
(sql.postgresql.PostgreSQLParser.Offset_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.offset_clause()
.void
exitOld_aggr_definition
(sql.postgresql.PostgreSQLParser.Old_aggr_definitionContext ctx) Exit a parse tree produced byPostgreSQLParser.old_aggr_definition()
.void
exitOld_aggr_elem
(sql.postgresql.PostgreSQLParser.Old_aggr_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.old_aggr_elem()
.void
exitOld_aggr_list
(sql.postgresql.PostgreSQLParser.Old_aggr_listContext ctx) Exit a parse tree produced byPostgreSQLParser.old_aggr_list()
.void
exitOncommitoption
(sql.postgresql.PostgreSQLParser.OncommitoptionContext ctx) Exit a parse tree produced byPostgreSQLParser.oncommitoption()
.void
exitOpclass_drop
(sql.postgresql.PostgreSQLParser.Opclass_dropContext ctx) Exit a parse tree produced byPostgreSQLParser.opclass_drop()
.void
exitOpclass_drop_list
(sql.postgresql.PostgreSQLParser.Opclass_drop_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opclass_drop_list()
.void
exitOpclass_item
(sql.postgresql.PostgreSQLParser.Opclass_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.opclass_item()
.void
exitOpclass_item_list
(sql.postgresql.PostgreSQLParser.Opclass_item_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opclass_item_list()
.void
exitOpclass_purpose
(sql.postgresql.PostgreSQLParser.Opclass_purposeContext ctx) Exit a parse tree produced byPostgreSQLParser.opclass_purpose()
.void
exitOper_argtypes
(sql.postgresql.PostgreSQLParser.Oper_argtypesContext ctx) Exit a parse tree produced byPostgreSQLParser.oper_argtypes()
.void
exitOperator_def_arg
(sql.postgresql.PostgreSQLParser.Operator_def_argContext ctx) Exit a parse tree produced byPostgreSQLParser.operator_def_arg()
.void
exitOperator_def_elem
(sql.postgresql.PostgreSQLParser.Operator_def_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.operator_def_elem()
.void
exitOperator_def_list
(sql.postgresql.PostgreSQLParser.Operator_def_listContext ctx) Exit a parse tree produced byPostgreSQLParser.operator_def_list()
.void
exitOperator_with_argtypes
(sql.postgresql.PostgreSQLParser.Operator_with_argtypesContext ctx) Exit a parse tree produced byPostgreSQLParser.operator_with_argtypes()
.void
exitOperator_with_argtypes_list
(sql.postgresql.PostgreSQLParser.Operator_with_argtypes_listContext ctx) Exit a parse tree produced byPostgreSQLParser.operator_with_argtypes_list()
.void
exitOpt_alias_clause
(sql.postgresql.PostgreSQLParser.Opt_alias_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_alias_clause()
.void
exitOpt_all_clause
(sql.postgresql.PostgreSQLParser.Opt_all_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_all_clause()
.void
exitOpt_analyze
(sql.postgresql.PostgreSQLParser.Opt_analyzeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_analyze()
.void
exitOpt_array_bounds
(sql.postgresql.PostgreSQLParser.Opt_array_boundsContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_array_bounds()
.void
exitOpt_as
(sql.postgresql.PostgreSQLParser.Opt_asContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_as()
.void
exitOpt_asc_desc
(sql.postgresql.PostgreSQLParser.Opt_asc_descContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_asc_desc()
.void
exitOpt_binary
(sql.postgresql.PostgreSQLParser.Opt_binaryContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_binary()
.void
exitOpt_block_label
(sql.postgresql.PostgreSQLParser.Opt_block_labelContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_block_label()
.void
exitOpt_boolean_or_string
(sql.postgresql.PostgreSQLParser.Opt_boolean_or_stringContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_boolean_or_string()
.void
exitOpt_by
(sql.postgresql.PostgreSQLParser.Opt_byContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_by()
.void
exitOpt_by_expression
(sql.postgresql.PostgreSQLParser.Opt_by_expressionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_by_expression()
.void
exitOpt_c_include
(sql.postgresql.PostgreSQLParser.Opt_c_includeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_c_include()
.void
exitOpt_case_else
(sql.postgresql.PostgreSQLParser.Opt_case_elseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_case_else()
.void
exitOpt_check_option
(sql.postgresql.PostgreSQLParser.Opt_check_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_check_option()
.void
exitOpt_class
(sql.postgresql.PostgreSQLParser.Opt_classContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_class()
.void
exitOpt_col_def_list
(sql.postgresql.PostgreSQLParser.Opt_col_def_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_col_def_list()
.void
exitOpt_collate
(sql.postgresql.PostgreSQLParser.Opt_collateContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_collate()
.void
exitOpt_collate_clause
(sql.postgresql.PostgreSQLParser.Opt_collate_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_collate_clause()
.void
exitOpt_column
(sql.postgresql.PostgreSQLParser.Opt_columnContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_column()
.void
exitOpt_column_list
(sql.postgresql.PostgreSQLParser.Opt_column_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_column_list()
.void
exitOpt_concurrently
(sql.postgresql.PostgreSQLParser.Opt_concurrentlyContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_concurrently()
.void
exitOpt_conf_expr
(sql.postgresql.PostgreSQLParser.Opt_conf_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_conf_expr()
.void
exitOpt_cursor_from
(sql.postgresql.PostgreSQLParser.Opt_cursor_fromContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_cursor_from()
.void
exitOpt_cursor_parameters
(sql.postgresql.PostgreSQLParser.Opt_cursor_parametersContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_cursor_parameters()
.void
exitOpt_default
(sql.postgresql.PostgreSQLParser.Opt_defaultContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_default()
.void
exitOpt_definition
(sql.postgresql.PostgreSQLParser.Opt_definitionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_definition()
.void
exitOpt_drop_behavior
(sql.postgresql.PostgreSQLParser.Opt_drop_behaviorContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_drop_behavior()
.void
exitOpt_encoding
(sql.postgresql.PostgreSQLParser.Opt_encodingContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_encoding()
.void
exitOpt_enum_val_list
(sql.postgresql.PostgreSQLParser.Opt_enum_val_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_enum_val_list()
.void
exitOpt_equal
(sql.postgresql.PostgreSQLParser.Opt_equalContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_equal()
.void
exitOpt_escape
(sql.postgresql.PostgreSQLParser.Opt_escapeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_escape()
.void
exitOpt_execute_into
(sql.postgresql.PostgreSQLParser.Opt_execute_intoContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_execute_into()
.void
exitOpt_execute_using
(sql.postgresql.PostgreSQLParser.Opt_execute_usingContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_execute_using()
.void
exitOpt_execute_using_list
(sql.postgresql.PostgreSQLParser.Opt_execute_using_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_execute_using_list()
.void
exitOpt_existing_window_name
(sql.postgresql.PostgreSQLParser.Opt_existing_window_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_existing_window_name()
.void
exitOpt_exitcond
(sql.postgresql.PostgreSQLParser.Opt_exitcondContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_exitcond()
.void
exitOpt_expr_list
(sql.postgresql.PostgreSQLParser.Opt_expr_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_expr_list()
.void
exitOpt_expr_until_when
(sql.postgresql.PostgreSQLParser.Opt_expr_until_whenContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_expr_until_when()
.void
exitOpt_fdw_options
(sql.postgresql.PostgreSQLParser.Opt_fdw_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_fdw_options()
.void
exitOpt_fetch_direction
(sql.postgresql.PostgreSQLParser.Opt_fetch_directionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_fetch_direction()
.void
exitOpt_float
(sql.postgresql.PostgreSQLParser.Opt_floatContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_float()
.void
exitOpt_for_locking_clause
(sql.postgresql.PostgreSQLParser.Opt_for_locking_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_for_locking_clause()
.void
exitOpt_for_using_expression
(sql.postgresql.PostgreSQLParser.Opt_for_using_expressionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_for_using_expression()
.void
exitOpt_foreign_server_version
(sql.postgresql.PostgreSQLParser.Opt_foreign_server_versionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_foreign_server_version()
.void
exitOpt_frame_clause
(sql.postgresql.PostgreSQLParser.Opt_frame_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_frame_clause()
.void
exitOpt_freeze
(sql.postgresql.PostgreSQLParser.Opt_freezeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_freeze()
.void
exitOpt_from_in
(sql.postgresql.PostgreSQLParser.Opt_from_inContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_from_in()
.void
exitOpt_full
(sql.postgresql.PostgreSQLParser.Opt_fullContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_full()
.void
exitOpt_grant_admin_option
(sql.postgresql.PostgreSQLParser.Opt_grant_admin_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_grant_admin_option()
.void
exitOpt_grant_grant_option
(sql.postgresql.PostgreSQLParser.Opt_grant_grant_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_grant_grant_option()
.void
exitOpt_granted_by
(sql.postgresql.PostgreSQLParser.Opt_granted_byContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_granted_by()
.void
exitOpt_hold
(sql.postgresql.PostgreSQLParser.Opt_holdContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_hold()
.void
exitOpt_if_exists
(sql.postgresql.PostgreSQLParser.Opt_if_existsContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_if_exists()
.void
exitOpt_if_not_exists
(sql.postgresql.PostgreSQLParser.Opt_if_not_existsContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_if_not_exists()
.void
exitOpt_in_database
(sql.postgresql.PostgreSQLParser.Opt_in_databaseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_in_database()
.void
exitOpt_include
(sql.postgresql.PostgreSQLParser.Opt_includeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_include()
.void
exitOpt_index_name
(sql.postgresql.PostgreSQLParser.Opt_index_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_index_name()
.void
exitOpt_indirection
(sql.postgresql.PostgreSQLParser.Opt_indirectionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_indirection()
.void
exitOpt_inline_handler
(sql.postgresql.PostgreSQLParser.Opt_inline_handlerContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_inline_handler()
.void
exitOpt_instead
(sql.postgresql.PostgreSQLParser.Opt_insteadContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_instead()
.void
exitOpt_interval
(sql.postgresql.PostgreSQLParser.Opt_intervalContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_interval()
.void
exitOpt_label
(sql.postgresql.PostgreSQLParser.Opt_labelContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_label()
.void
exitOpt_lock
(sql.postgresql.PostgreSQLParser.Opt_lockContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_lock()
.void
exitOpt_loop_label
(sql.postgresql.PostgreSQLParser.Opt_loop_labelContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_loop_label()
.void
exitOpt_materialized
(sql.postgresql.PostgreSQLParser.Opt_materializedContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_materialized()
.void
exitOpt_name_list
(sql.postgresql.PostgreSQLParser.Opt_name_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_name_list()
.void
exitOpt_no
(sql.postgresql.PostgreSQLParser.Opt_noContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_no()
.void
exitOpt_no_inherit
(sql.postgresql.PostgreSQLParser.Opt_no_inheritContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_no_inherit()
.void
exitOpt_nowait
(sql.postgresql.PostgreSQLParser.Opt_nowaitContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_nowait()
.void
exitOpt_nowait_or_skip
(sql.postgresql.PostgreSQLParser.Opt_nowait_or_skipContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_nowait_or_skip()
.void
exitOpt_nulls_order
(sql.postgresql.PostgreSQLParser.Opt_nulls_orderContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_nulls_order()
.void
exitOpt_on_conflict
(sql.postgresql.PostgreSQLParser.Opt_on_conflictContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_on_conflict()
.void
exitOpt_open_bound_list
(sql.postgresql.PostgreSQLParser.Opt_open_bound_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_open_bound_list()
.void
exitOpt_open_bound_list_item
(sql.postgresql.PostgreSQLParser.Opt_open_bound_list_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_open_bound_list_item()
.void
exitOpt_open_using
(sql.postgresql.PostgreSQLParser.Opt_open_usingContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_open_using()
.void
exitOpt_opfamily
(sql.postgresql.PostgreSQLParser.Opt_opfamilyContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_opfamily()
.void
exitOpt_or_replace
(sql.postgresql.PostgreSQLParser.Opt_or_replaceContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_or_replace()
.void
exitOpt_ordinality
(sql.postgresql.PostgreSQLParser.Opt_ordinalityContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_ordinality()
.void
exitOpt_partition_clause
(sql.postgresql.PostgreSQLParser.Opt_partition_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_partition_clause()
.void
exitOpt_procedural
(sql.postgresql.PostgreSQLParser.Opt_proceduralContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_procedural()
.void
exitOpt_program
(sql.postgresql.PostgreSQLParser.Opt_programContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_program()
.void
exitOpt_provider
(sql.postgresql.PostgreSQLParser.Opt_providerContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_provider()
.void
exitOpt_publication_for_tables
(sql.postgresql.PostgreSQLParser.Opt_publication_for_tablesContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_publication_for_tables()
.void
exitOpt_raise_list
(sql.postgresql.PostgreSQLParser.Opt_raise_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_raise_list()
.void
exitOpt_raise_using
(sql.postgresql.PostgreSQLParser.Opt_raise_usingContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_raise_using()
.void
exitOpt_raise_using_elem
(sql.postgresql.PostgreSQLParser.Opt_raise_using_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_raise_using_elem()
.void
exitOpt_raise_using_elem_list
(sql.postgresql.PostgreSQLParser.Opt_raise_using_elem_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_raise_using_elem_list()
.void
exitOpt_recheck
(sql.postgresql.PostgreSQLParser.Opt_recheckContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_recheck()
.void
exitOpt_reloptions
(sql.postgresql.PostgreSQLParser.Opt_reloptionsContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_reloptions()
.void
exitOpt_repeatable_clause
(sql.postgresql.PostgreSQLParser.Opt_repeatable_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_repeatable_clause()
.void
exitOpt_restart_seqs
(sql.postgresql.PostgreSQLParser.Opt_restart_seqsContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_restart_seqs()
.void
exitOpt_restrict
(sql.postgresql.PostgreSQLParser.Opt_restrictContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_restrict()
.void
exitOpt_return_result
(sql.postgresql.PostgreSQLParser.Opt_return_resultContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_return_result()
.void
exitOpt_returning_clause_into
(sql.postgresql.PostgreSQLParser.Opt_returning_clause_intoContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_returning_clause_into()
.void
exitOpt_reverse
(sql.postgresql.PostgreSQLParser.Opt_reverseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_reverse()
.void
exitOpt_scroll_option
(sql.postgresql.PostgreSQLParser.Opt_scroll_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_scroll_option()
.void
exitOpt_scroll_option_no
(sql.postgresql.PostgreSQLParser.Opt_scroll_option_noContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_scroll_option_no()
.void
exitOpt_scrollable
(sql.postgresql.PostgreSQLParser.Opt_scrollableContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_scrollable()
.void
exitOpt_select_limit
(sql.postgresql.PostgreSQLParser.Opt_select_limitContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_select_limit()
.void
exitOpt_semi
(sql.postgresql.PostgreSQLParser.Opt_semiContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_semi()
.void
exitOpt_set_data
(sql.postgresql.PostgreSQLParser.Opt_set_dataContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_set_data()
.void
exitOpt_slice_bound
(sql.postgresql.PostgreSQLParser.Opt_slice_boundContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_slice_bound()
.void
exitOpt_sort_clause
(sql.postgresql.PostgreSQLParser.Opt_sort_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_sort_clause()
.void
exitOpt_stmt_assert_message
(sql.postgresql.PostgreSQLParser.Opt_stmt_assert_messageContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_stmt_assert_message()
.void
exitOpt_stmt_raise_level
(sql.postgresql.PostgreSQLParser.Opt_stmt_raise_levelContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_stmt_raise_level()
.void
exitOpt_strict
(sql.postgresql.PostgreSQLParser.Opt_strictContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_strict()
.void
exitOpt_table
(sql.postgresql.PostgreSQLParser.Opt_tableContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_table()
.void
exitOpt_target_list
(sql.postgresql.PostgreSQLParser.Opt_target_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_target_list()
.void
exitOpt_timezone
(sql.postgresql.PostgreSQLParser.Opt_timezoneContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_timezone()
.void
exitOpt_transaction
(sql.postgresql.PostgreSQLParser.Opt_transactionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_transaction()
.void
exitOpt_transaction_chain
(sql.postgresql.PostgreSQLParser.Opt_transaction_chainContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_transaction_chain()
.void
exitOpt_trusted
(sql.postgresql.PostgreSQLParser.Opt_trustedContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_trusted()
.void
exitOpt_type
(sql.postgresql.PostgreSQLParser.Opt_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_type()
.void
exitOpt_type_modifiers
(sql.postgresql.PostgreSQLParser.Opt_type_modifiersContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_type_modifiers()
.void
exitOpt_uescape
(sql.postgresql.PostgreSQLParser.Opt_uescapeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_uescape()
.void
exitOpt_unique
(sql.postgresql.PostgreSQLParser.Opt_uniqueContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_unique()
.void
exitOpt_using
(sql.postgresql.PostgreSQLParser.Opt_usingContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_using()
.void
exitOpt_vacuum_relation_list
(sql.postgresql.PostgreSQLParser.Opt_vacuum_relation_listContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_vacuum_relation_list()
.void
exitOpt_validator
(sql.postgresql.PostgreSQLParser.Opt_validatorContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_validator()
.void
exitOpt_varying
(sql.postgresql.PostgreSQLParser.Opt_varyingContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_varying()
.void
exitOpt_verbose
(sql.postgresql.PostgreSQLParser.Opt_verboseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_verbose()
.void
exitOpt_window_exclusion_clause
(sql.postgresql.PostgreSQLParser.Opt_window_exclusion_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_window_exclusion_clause()
.void
exitOpt_with
(sql.postgresql.PostgreSQLParser.Opt_withContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_with()
.void
exitOpt_with_clause
(sql.postgresql.PostgreSQLParser.Opt_with_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_with_clause()
.void
exitOpt_with_data
(sql.postgresql.PostgreSQLParser.Opt_with_dataContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_with_data()
.void
exitOpt_xml_root_standalone
(sql.postgresql.PostgreSQLParser.Opt_xml_root_standaloneContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_xml_root_standalone()
.void
exitOptconstablespace
(sql.postgresql.PostgreSQLParser.OptconstablespaceContext ctx) Exit a parse tree produced byPostgreSQLParser.optconstablespace()
.void
exitOptconstrfromtable
(sql.postgresql.PostgreSQLParser.OptconstrfromtableContext ctx) Exit a parse tree produced byPostgreSQLParser.optconstrfromtable()
.void
exitOptinherit
(sql.postgresql.PostgreSQLParser.OptinheritContext ctx) Exit a parse tree produced byPostgreSQLParser.optinherit()
.void
exitOption_value
(sql.postgresql.PostgreSQLParser.Option_valueContext ctx) Exit a parse tree produced byPostgreSQLParser.option_value()
.void
exitOptnolog
(sql.postgresql.PostgreSQLParser.OptnologContext ctx) Exit a parse tree produced byPostgreSQLParser.optnolog()
.void
exitOptparenthesizedseqoptlist
(sql.postgresql.PostgreSQLParser.OptparenthesizedseqoptlistContext ctx) Exit a parse tree produced byPostgreSQLParser.optparenthesizedseqoptlist()
.void
exitOptpartitionspec
(sql.postgresql.PostgreSQLParser.OptpartitionspecContext ctx) Exit a parse tree produced byPostgreSQLParser.optpartitionspec()
.void
exitOptrolelist
(sql.postgresql.PostgreSQLParser.OptrolelistContext ctx) Exit a parse tree produced byPostgreSQLParser.optrolelist()
.void
exitOptschemaeltlist
(sql.postgresql.PostgreSQLParser.OptschemaeltlistContext ctx) Exit a parse tree produced byPostgreSQLParser.optschemaeltlist()
.void
exitOptschemaname
(sql.postgresql.PostgreSQLParser.OptschemanameContext ctx) Exit a parse tree produced byPostgreSQLParser.optschemaname()
.void
exitOptseqoptlist
(sql.postgresql.PostgreSQLParser.OptseqoptlistContext ctx) Exit a parse tree produced byPostgreSQLParser.optseqoptlist()
.void
exitOpttableelementlist
(sql.postgresql.PostgreSQLParser.OpttableelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.opttableelementlist()
.void
exitOpttablefuncelementlist
(sql.postgresql.PostgreSQLParser.OpttablefuncelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.opttablefuncelementlist()
.void
exitOpttablespace
(sql.postgresql.PostgreSQLParser.OpttablespaceContext ctx) Exit a parse tree produced byPostgreSQLParser.opttablespace()
.void
exitOpttablespaceowner
(sql.postgresql.PostgreSQLParser.OpttablespaceownerContext ctx) Exit a parse tree produced byPostgreSQLParser.opttablespaceowner()
.void
exitOpttemp
(sql.postgresql.PostgreSQLParser.OpttempContext ctx) Exit a parse tree produced byPostgreSQLParser.opttemp()
.void
exitOpttempTableName
(sql.postgresql.PostgreSQLParser.OpttempTableNameContext ctx) Exit a parse tree produced byPostgreSQLParser.opttempTableName()
.void
exitOpttypedtableelementlist
(sql.postgresql.PostgreSQLParser.OpttypedtableelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.opttypedtableelementlist()
.void
exitOptwith
(sql.postgresql.PostgreSQLParser.OptwithContext ctx) Exit a parse tree produced byPostgreSQLParser.optwith()
.void
exitOver_clause
(sql.postgresql.PostgreSQLParser.Over_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.over_clause()
.void
exitOverlay_list
(sql.postgresql.PostgreSQLParser.Overlay_listContext ctx) Exit a parse tree produced byPostgreSQLParser.overlay_list()
.void
exitOverride_kind
(sql.postgresql.PostgreSQLParser.Override_kindContext ctx) Exit a parse tree produced byPostgreSQLParser.override_kind()
.void
exitParam_name
(sql.postgresql.PostgreSQLParser.Param_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.param_name()
.void
exitPart_elem
(sql.postgresql.PostgreSQLParser.Part_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.part_elem()
.void
exitPart_params
(sql.postgresql.PostgreSQLParser.Part_paramsContext ctx) Exit a parse tree produced byPostgreSQLParser.part_params()
.void
exitPartition_cmd
(sql.postgresql.PostgreSQLParser.Partition_cmdContext ctx) Exit a parse tree produced byPostgreSQLParser.partition_cmd()
.void
exitPartitionboundspec
(sql.postgresql.PostgreSQLParser.PartitionboundspecContext ctx) Exit a parse tree produced byPostgreSQLParser.partitionboundspec()
.void
exitPartitionspec
(sql.postgresql.PostgreSQLParser.PartitionspecContext ctx) Exit a parse tree produced byPostgreSQLParser.partitionspec()
.void
exitPl_block
(sql.postgresql.PostgreSQLParser.Pl_blockContext ctx) Exit a parse tree produced byPostgreSQLParser.pl_block()
.void
exitPl_function
(sql.postgresql.PostgreSQLParser.Pl_functionContext ctx) Exit a parse tree produced byPostgreSQLParser.pl_function()
.void
exitPlsql_opt_transaction_chain
(sql.postgresql.PostgreSQLParser.Plsql_opt_transaction_chainContext ctx) Exit a parse tree produced byPostgreSQLParser.plsql_opt_transaction_chain()
.void
exitPlsql_unreserved_keyword
(sql.postgresql.PostgreSQLParser.Plsql_unreserved_keywordContext ctx) Exit a parse tree produced byPostgreSQLParser.plsql_unreserved_keyword()
.void
exitPlsqlconsolecommand
(sql.postgresql.PostgreSQLParser.PlsqlconsolecommandContext ctx) Exit a parse tree produced byPostgreSQLParser.plsqlconsolecommand()
.void
exitPlsqlidentifier
(sql.postgresql.PostgreSQLParser.PlsqlidentifierContext ctx) Exit a parse tree produced byPostgreSQLParser.plsqlidentifier()
.void
exitPlsqlroot
(sql.postgresql.PostgreSQLParser.PlsqlrootContext ctx) Exit a parse tree produced byPostgreSQLParser.plsqlroot()
.void
exitPlsqlvariablename
(sql.postgresql.PostgreSQLParser.PlsqlvariablenameContext ctx) Exit a parse tree produced byPostgreSQLParser.plsqlvariablename()
.void
exitPosition_list
(sql.postgresql.PostgreSQLParser.Position_listContext ctx) Exit a parse tree produced byPostgreSQLParser.position_list()
.void
exitPrep_type_clause
(sql.postgresql.PostgreSQLParser.Prep_type_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.prep_type_clause()
.void
exitPreparablestmt
(sql.postgresql.PostgreSQLParser.PreparablestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.preparablestmt()
.void
exitPreparestmt
(sql.postgresql.PostgreSQLParser.PreparestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.preparestmt()
.void
exitPrivilege
(sql.postgresql.PostgreSQLParser.PrivilegeContext ctx) Exit a parse tree produced byPostgreSQLParser.privilege()
.void
exitPrivilege_list
(sql.postgresql.PostgreSQLParser.Privilege_listContext ctx) Exit a parse tree produced byPostgreSQLParser.privilege_list()
.void
exitPrivilege_target
(sql.postgresql.PostgreSQLParser.Privilege_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.privilege_target()
.void
exitPrivileges
(sql.postgresql.PostgreSQLParser.PrivilegesContext ctx) Exit a parse tree produced byPostgreSQLParser.privileges()
.void
exitProc_condition
(sql.postgresql.PostgreSQLParser.Proc_conditionContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_condition()
.void
exitProc_conditions
(sql.postgresql.PostgreSQLParser.Proc_conditionsContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_conditions()
.void
exitProc_exception
(sql.postgresql.PostgreSQLParser.Proc_exceptionContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_exception()
.void
exitProc_exceptions
(sql.postgresql.PostgreSQLParser.Proc_exceptionsContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_exceptions()
.void
exitProc_sect
(sql.postgresql.PostgreSQLParser.Proc_sectContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_sect()
.void
exitProc_stmt
(sql.postgresql.PostgreSQLParser.Proc_stmtContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_stmt()
.void
exitPublication_for_tables
(sql.postgresql.PostgreSQLParser.Publication_for_tablesContext ctx) Exit a parse tree produced byPostgreSQLParser.publication_for_tables()
.void
exitPublication_name_item
(sql.postgresql.PostgreSQLParser.Publication_name_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.publication_name_item()
.void
exitPublication_name_list
(sql.postgresql.PostgreSQLParser.Publication_name_listContext ctx) Exit a parse tree produced byPostgreSQLParser.publication_name_list()
.void
exitQual_all_op
(sql.postgresql.PostgreSQLParser.Qual_all_opContext ctx) Exit a parse tree produced byPostgreSQLParser.qual_all_op()
.void
exitQual_op
(sql.postgresql.PostgreSQLParser.Qual_opContext ctx) Exit a parse tree produced byPostgreSQLParser.qual_op()
.void
exitQualified_name
(sql.postgresql.PostgreSQLParser.Qualified_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.qualified_name()
.void
exitQualified_name_list
(sql.postgresql.PostgreSQLParser.Qualified_name_listContext ctx) Exit a parse tree produced byPostgreSQLParser.qualified_name_list()
.void
exitReassignownedstmt
(sql.postgresql.PostgreSQLParser.ReassignownedstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.reassignownedstmt()
.void
exitRefreshmatviewstmt
(sql.postgresql.PostgreSQLParser.RefreshmatviewstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.refreshmatviewstmt()
.void
exitReindex_option_elem
(sql.postgresql.PostgreSQLParser.Reindex_option_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.reindex_option_elem()
.void
exitReindex_option_list
(sql.postgresql.PostgreSQLParser.Reindex_option_listContext ctx) Exit a parse tree produced byPostgreSQLParser.reindex_option_list()
.void
exitReindex_target_multitable
(sql.postgresql.PostgreSQLParser.Reindex_target_multitableContext ctx) Exit a parse tree produced byPostgreSQLParser.reindex_target_multitable()
.void
exitReindex_target_type
(sql.postgresql.PostgreSQLParser.Reindex_target_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.reindex_target_type()
.void
exitReindexstmt
(sql.postgresql.PostgreSQLParser.ReindexstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.reindexstmt()
.void
exitRelation_expr
(sql.postgresql.PostgreSQLParser.Relation_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.relation_expr()
.void
exitRelation_expr_list
(sql.postgresql.PostgreSQLParser.Relation_expr_listContext ctx) Exit a parse tree produced byPostgreSQLParser.relation_expr_list()
.void
exitRelation_expr_opt_alias
(sql.postgresql.PostgreSQLParser.Relation_expr_opt_aliasContext ctx) Exit a parse tree produced byPostgreSQLParser.relation_expr_opt_alias()
.void
exitReloption_elem
(sql.postgresql.PostgreSQLParser.Reloption_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.reloption_elem()
.void
exitReloption_list
(sql.postgresql.PostgreSQLParser.Reloption_listContext ctx) Exit a parse tree produced byPostgreSQLParser.reloption_list()
.void
exitReloptions
(sql.postgresql.PostgreSQLParser.ReloptionsContext ctx) Exit a parse tree produced byPostgreSQLParser.reloptions()
.void
exitRemoveaggrstmt
(sql.postgresql.PostgreSQLParser.RemoveaggrstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.removeaggrstmt()
.void
exitRemovefuncstmt
(sql.postgresql.PostgreSQLParser.RemovefuncstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.removefuncstmt()
.void
exitRemoveoperstmt
(sql.postgresql.PostgreSQLParser.RemoveoperstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.removeoperstmt()
.void
exitRenamestmt
(sql.postgresql.PostgreSQLParser.RenamestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.renamestmt()
.void
exitReplica_identity
(sql.postgresql.PostgreSQLParser.Replica_identityContext ctx) Exit a parse tree produced byPostgreSQLParser.replica_identity()
.void
exitReserved_keyword
(sql.postgresql.PostgreSQLParser.Reserved_keywordContext ctx) Exit a parse tree produced byPostgreSQLParser.reserved_keyword()
.void
exitReset_rest
(sql.postgresql.PostgreSQLParser.Reset_restContext ctx) Exit a parse tree produced byPostgreSQLParser.reset_rest()
.void
exitReturning_clause
(sql.postgresql.PostgreSQLParser.Returning_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.returning_clause()
.void
exitRevokerolestmt
(sql.postgresql.PostgreSQLParser.RevokerolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.revokerolestmt()
.void
exitRevokestmt
(sql.postgresql.PostgreSQLParser.RevokestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.revokestmt()
.void
exitRole_list
(sql.postgresql.PostgreSQLParser.Role_listContext ctx) Exit a parse tree produced byPostgreSQLParser.role_list()
.void
exitRoleid
(sql.postgresql.PostgreSQLParser.RoleidContext ctx) Exit a parse tree produced byPostgreSQLParser.roleid()
.void
exitRolespec
(sql.postgresql.PostgreSQLParser.RolespecContext ctx) Exit a parse tree produced byPostgreSQLParser.rolespec()
.void
exitRollup_clause
(sql.postgresql.PostgreSQLParser.Rollup_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.rollup_clause()
.void
exitRoot
(sql.postgresql.PostgreSQLParser.RootContext ctx) Exit a parse tree produced byPostgreSQLParser.root()
.void
exitRow
(sql.postgresql.PostgreSQLParser.RowContext ctx) Exit a parse tree produced byPostgreSQLParser.row()
.void
exitRow_or_rows
(sql.postgresql.PostgreSQLParser.Row_or_rowsContext ctx) Exit a parse tree produced byPostgreSQLParser.row_or_rows()
.void
exitRow_security_cmd
(sql.postgresql.PostgreSQLParser.Row_security_cmdContext ctx) Exit a parse tree produced byPostgreSQLParser.row_security_cmd()
.void
exitRowsecuritydefaultforcmd
(sql.postgresql.PostgreSQLParser.RowsecuritydefaultforcmdContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecuritydefaultforcmd()
.void
exitRowsecuritydefaultpermissive
(sql.postgresql.PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecuritydefaultpermissive()
.void
exitRowsecuritydefaulttorole
(sql.postgresql.PostgreSQLParser.RowsecuritydefaulttoroleContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecuritydefaulttorole()
.void
exitRowsecurityoptionalexpr
(sql.postgresql.PostgreSQLParser.RowsecurityoptionalexprContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecurityoptionalexpr()
.void
exitRowsecurityoptionaltorole
(sql.postgresql.PostgreSQLParser.RowsecurityoptionaltoroleContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecurityoptionaltorole()
.void
exitRowsecurityoptionalwithcheck
(sql.postgresql.PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecurityoptionalwithcheck()
.void
exitRowsfrom_item
(sql.postgresql.PostgreSQLParser.Rowsfrom_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsfrom_item()
.void
exitRowsfrom_list
(sql.postgresql.PostgreSQLParser.Rowsfrom_listContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsfrom_list()
.void
exitRuleactionlist
(sql.postgresql.PostgreSQLParser.RuleactionlistContext ctx) Exit a parse tree produced byPostgreSQLParser.ruleactionlist()
.void
exitRuleactionmulti
(sql.postgresql.PostgreSQLParser.RuleactionmultiContext ctx) Exit a parse tree produced byPostgreSQLParser.ruleactionmulti()
.void
exitRuleactionstmt
(sql.postgresql.PostgreSQLParser.RuleactionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.ruleactionstmt()
.void
exitRuleactionstmtOrEmpty
(sql.postgresql.PostgreSQLParser.RuleactionstmtOrEmptyContext ctx) Exit a parse tree produced byPostgreSQLParser.ruleactionstmtOrEmpty()
.void
exitRulestmt
(sql.postgresql.PostgreSQLParser.RulestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.rulestmt()
.void
exitSchema_stmt
(sql.postgresql.PostgreSQLParser.Schema_stmtContext ctx) Exit a parse tree produced byPostgreSQLParser.schema_stmt()
.void
exitSconst
(sql.postgresql.PostgreSQLParser.SconstContext ctx) Exit a parse tree produced byPostgreSQLParser.sconst()
.void
exitSeclabelstmt
(sql.postgresql.PostgreSQLParser.SeclabelstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.seclabelstmt()
.void
exitSecurity_label
(sql.postgresql.PostgreSQLParser.Security_labelContext ctx) Exit a parse tree produced byPostgreSQLParser.security_label()
.void
exitSelect_clause
(sql.postgresql.PostgreSQLParser.Select_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.select_clause()
.void
exitSelect_fetch_first_value
(sql.postgresql.PostgreSQLParser.Select_fetch_first_valueContext ctx) Exit a parse tree produced byPostgreSQLParser.select_fetch_first_value()
.void
exitSelect_limit
(sql.postgresql.PostgreSQLParser.Select_limitContext ctx) Exit a parse tree produced byPostgreSQLParser.select_limit()
.void
exitSelect_limit_value
(sql.postgresql.PostgreSQLParser.Select_limit_valueContext ctx) Exit a parse tree produced byPostgreSQLParser.select_limit_value()
.void
exitSelect_no_parens
(sql.postgresql.PostgreSQLParser.Select_no_parensContext ctx) Exit a parse tree produced byPostgreSQLParser.select_no_parens()
.void
exitSelect_offset_value
(sql.postgresql.PostgreSQLParser.Select_offset_valueContext ctx) Exit a parse tree produced byPostgreSQLParser.select_offset_value()
.void
exitSelect_with_parens
(sql.postgresql.PostgreSQLParser.Select_with_parensContext ctx) Exit a parse tree produced byPostgreSQLParser.select_with_parens()
.void
exitSelectstmt
(sql.postgresql.PostgreSQLParser.SelectstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.selectstmt()
.void
exitSeqoptelem
(sql.postgresql.PostgreSQLParser.SeqoptelemContext ctx) Exit a parse tree produced byPostgreSQLParser.seqoptelem()
.void
exitSeqoptlist
(sql.postgresql.PostgreSQLParser.SeqoptlistContext ctx) Exit a parse tree produced byPostgreSQLParser.seqoptlist()
.void
exitSet_clause
(sql.postgresql.PostgreSQLParser.Set_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.set_clause()
.void
exitSet_clause_list
(sql.postgresql.PostgreSQLParser.Set_clause_listContext ctx) Exit a parse tree produced byPostgreSQLParser.set_clause_list()
.void
exitSet_rest
(sql.postgresql.PostgreSQLParser.Set_restContext ctx) Exit a parse tree produced byPostgreSQLParser.set_rest()
.void
exitSet_rest_more
(sql.postgresql.PostgreSQLParser.Set_rest_moreContext ctx) Exit a parse tree produced byPostgreSQLParser.set_rest_more()
.void
exitSet_target
(sql.postgresql.PostgreSQLParser.Set_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.set_target()
.void
exitSet_target_list
(sql.postgresql.PostgreSQLParser.Set_target_listContext ctx) Exit a parse tree produced byPostgreSQLParser.set_target_list()
.void
exitSetresetclause
(sql.postgresql.PostgreSQLParser.SetresetclauseContext ctx) Exit a parse tree produced byPostgreSQLParser.setresetclause()
.void
exitSharp
(sql.postgresql.PostgreSQLParser.SharpContext ctx) Exit a parse tree produced byPostgreSQLParser.sharp()
.void
exitSignediconst
(sql.postgresql.PostgreSQLParser.SignediconstContext ctx) Exit a parse tree produced byPostgreSQLParser.signediconst()
.void
exitSimple_select_intersect
(sql.postgresql.PostgreSQLParser.Simple_select_intersectContext ctx) Exit a parse tree produced byPostgreSQLParser.simple_select_intersect()
.void
exitSimple_select_pramary
(sql.postgresql.PostgreSQLParser.Simple_select_pramaryContext ctx) Exit a parse tree produced byPostgreSQLParser.simple_select_pramary()
.void
exitSimpletypename
(sql.postgresql.PostgreSQLParser.SimpletypenameContext ctx) Exit a parse tree produced byPostgreSQLParser.simpletypename()
.void
exitSort_clause
(sql.postgresql.PostgreSQLParser.Sort_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.sort_clause()
.void
exitSortby
(sql.postgresql.PostgreSQLParser.SortbyContext ctx) Exit a parse tree produced byPostgreSQLParser.sortby()
.void
exitSortby_list
(sql.postgresql.PostgreSQLParser.Sortby_listContext ctx) Exit a parse tree produced byPostgreSQLParser.sortby_list()
.void
exitSql_expression
(sql.postgresql.PostgreSQLParser.Sql_expressionContext ctx) Exit a parse tree produced byPostgreSQLParser.sql_expression()
.void
exitStmt
(sql.postgresql.PostgreSQLParser.StmtContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt()
.void
exitStmt_assert
(sql.postgresql.PostgreSQLParser.Stmt_assertContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_assert()
.void
exitStmt_assign
(sql.postgresql.PostgreSQLParser.Stmt_assignContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_assign()
.void
exitStmt_call
(sql.postgresql.PostgreSQLParser.Stmt_callContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_call()
.void
exitStmt_case
(sql.postgresql.PostgreSQLParser.Stmt_caseContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_case()
.void
exitStmt_close
(sql.postgresql.PostgreSQLParser.Stmt_closeContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_close()
.void
exitStmt_commit
(sql.postgresql.PostgreSQLParser.Stmt_commitContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_commit()
.void
exitStmt_dynexecute
(sql.postgresql.PostgreSQLParser.Stmt_dynexecuteContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_dynexecute()
.void
exitStmt_else
(sql.postgresql.PostgreSQLParser.Stmt_elseContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_else()
.void
exitStmt_elsifs
(sql.postgresql.PostgreSQLParser.Stmt_elsifsContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_elsifs()
.void
exitStmt_execsql
(sql.postgresql.PostgreSQLParser.Stmt_execsqlContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_execsql()
.void
exitStmt_exit
(sql.postgresql.PostgreSQLParser.Stmt_exitContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_exit()
.void
exitStmt_fetch
(sql.postgresql.PostgreSQLParser.Stmt_fetchContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_fetch()
.void
exitStmt_for
(sql.postgresql.PostgreSQLParser.Stmt_forContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_for()
.void
exitStmt_foreach_a
(sql.postgresql.PostgreSQLParser.Stmt_foreach_aContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_foreach_a()
.void
exitStmt_getdiag
(sql.postgresql.PostgreSQLParser.Stmt_getdiagContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_getdiag()
.void
exitStmt_if
(sql.postgresql.PostgreSQLParser.Stmt_ifContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_if()
.void
exitStmt_loop
(sql.postgresql.PostgreSQLParser.Stmt_loopContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_loop()
.void
exitStmt_move
(sql.postgresql.PostgreSQLParser.Stmt_moveContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_move()
.void
exitStmt_null
(sql.postgresql.PostgreSQLParser.Stmt_nullContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_null()
.void
exitStmt_open
(sql.postgresql.PostgreSQLParser.Stmt_openContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_open()
.void
exitStmt_perform
(sql.postgresql.PostgreSQLParser.Stmt_performContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_perform()
.void
exitStmt_raise
(sql.postgresql.PostgreSQLParser.Stmt_raiseContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_raise()
.void
exitStmt_return
(sql.postgresql.PostgreSQLParser.Stmt_returnContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_return()
.void
exitStmt_rollback
(sql.postgresql.PostgreSQLParser.Stmt_rollbackContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_rollback()
.void
exitStmt_set
(sql.postgresql.PostgreSQLParser.Stmt_setContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_set()
.void
exitStmt_while
(sql.postgresql.PostgreSQLParser.Stmt_whileContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_while()
.void
exitStmtblock
(sql.postgresql.PostgreSQLParser.StmtblockContext ctx) Exit a parse tree produced byPostgreSQLParser.stmtblock()
.void
exitStmtmulti
(sql.postgresql.PostgreSQLParser.StmtmultiContext ctx) Exit a parse tree produced byPostgreSQLParser.stmtmulti()
.void
exitSub_type
(sql.postgresql.PostgreSQLParser.Sub_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.sub_type()
.void
exitSubquery_Op
(sql.postgresql.PostgreSQLParser.Subquery_OpContext ctx) Exit a parse tree produced byPostgreSQLParser.subquery_Op()
.void
exitSubstr_list
(sql.postgresql.PostgreSQLParser.Substr_listContext ctx) Exit a parse tree produced byPostgreSQLParser.substr_list()
.void
exitTable_access_method_clause
(sql.postgresql.PostgreSQLParser.Table_access_method_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.table_access_method_clause()
.void
exitTable_alias
(sql.postgresql.PostgreSQLParser.Table_aliasContext ctx) Exit a parse tree produced byPostgreSQLParser.table_alias()
.void
exitTable_alias_clause
(sql.postgresql.PostgreSQLParser.Table_alias_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.table_alias_clause()
.void
exitTable_func_column
(sql.postgresql.PostgreSQLParser.Table_func_columnContext ctx) Exit a parse tree produced byPostgreSQLParser.table_func_column()
.void
exitTable_func_column_list
(sql.postgresql.PostgreSQLParser.Table_func_column_listContext ctx) Exit a parse tree produced byPostgreSQLParser.table_func_column_list()
.void
exitTable_ref
(sql.postgresql.PostgreSQLParser.Table_refContext ctx) Exit a parse tree produced byPostgreSQLParser.table_ref()
.void
exitTableconstraint
(sql.postgresql.PostgreSQLParser.TableconstraintContext ctx) Exit a parse tree produced byPostgreSQLParser.tableconstraint()
.void
exitTableelement
(sql.postgresql.PostgreSQLParser.TableelementContext ctx) Exit a parse tree produced byPostgreSQLParser.tableelement()
.void
exitTableelementlist
(sql.postgresql.PostgreSQLParser.TableelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.tableelementlist()
.void
exitTablefuncelement
(sql.postgresql.PostgreSQLParser.TablefuncelementContext ctx) Exit a parse tree produced byPostgreSQLParser.tablefuncelement()
.void
exitTablefuncelementlist
(sql.postgresql.PostgreSQLParser.TablefuncelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.tablefuncelementlist()
.void
exitTablelikeclause
(sql.postgresql.PostgreSQLParser.TablelikeclauseContext ctx) Exit a parse tree produced byPostgreSQLParser.tablelikeclause()
.void
exitTablelikeoption
(sql.postgresql.PostgreSQLParser.TablelikeoptionContext ctx) Exit a parse tree produced byPostgreSQLParser.tablelikeoption()
.void
exitTablelikeoptionlist
(sql.postgresql.PostgreSQLParser.TablelikeoptionlistContext ctx) Exit a parse tree produced byPostgreSQLParser.tablelikeoptionlist()
.void
exitTablesample_clause
(sql.postgresql.PostgreSQLParser.Tablesample_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.tablesample_clause()
.void
exitTarget_label
(sql.postgresql.PostgreSQLParser.Target_labelContext ctx) Exit a parse tree produced by thetarget_label
labeled alternative inPostgreSQLParser.target_el()
.void
exitTarget_list
(sql.postgresql.PostgreSQLParser.Target_listContext ctx) Exit a parse tree produced byPostgreSQLParser.target_list()
.void
exitTarget_star
(sql.postgresql.PostgreSQLParser.Target_starContext ctx) Exit a parse tree produced by thetarget_star
labeled alternative inPostgreSQLParser.target_el()
.void
exitTransaction_mode_item
(sql.postgresql.PostgreSQLParser.Transaction_mode_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.transaction_mode_item()
.void
exitTransaction_mode_list
(sql.postgresql.PostgreSQLParser.Transaction_mode_listContext ctx) Exit a parse tree produced byPostgreSQLParser.transaction_mode_list()
.void
exitTransaction_mode_list_or_empty
(sql.postgresql.PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx) Exit a parse tree produced byPostgreSQLParser.transaction_mode_list_or_empty()
.void
exitTransactionstmt
(sql.postgresql.PostgreSQLParser.TransactionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.transactionstmt()
.void
exitTransform_element_list
(sql.postgresql.PostgreSQLParser.Transform_element_listContext ctx) Exit a parse tree produced byPostgreSQLParser.transform_element_list()
.void
exitTransform_type_list
(sql.postgresql.PostgreSQLParser.Transform_type_listContext ctx) Exit a parse tree produced byPostgreSQLParser.transform_type_list()
.void
exitTransitionoldornew
(sql.postgresql.PostgreSQLParser.TransitionoldornewContext ctx) Exit a parse tree produced byPostgreSQLParser.transitionoldornew()
.void
exitTransitionrelname
(sql.postgresql.PostgreSQLParser.TransitionrelnameContext ctx) Exit a parse tree produced byPostgreSQLParser.transitionrelname()
.void
exitTransitionrowortable
(sql.postgresql.PostgreSQLParser.TransitionrowortableContext ctx) Exit a parse tree produced byPostgreSQLParser.transitionrowortable()
.void
exitTriggeractiontime
(sql.postgresql.PostgreSQLParser.TriggeractiontimeContext ctx) Exit a parse tree produced byPostgreSQLParser.triggeractiontime()
.void
exitTriggerevents
(sql.postgresql.PostgreSQLParser.TriggereventsContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerevents()
.void
exitTriggerforopteach
(sql.postgresql.PostgreSQLParser.TriggerforopteachContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerforopteach()
.void
exitTriggerforspec
(sql.postgresql.PostgreSQLParser.TriggerforspecContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerforspec()
.void
exitTriggerfortype
(sql.postgresql.PostgreSQLParser.TriggerfortypeContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerfortype()
.void
exitTriggerfuncarg
(sql.postgresql.PostgreSQLParser.TriggerfuncargContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerfuncarg()
.void
exitTriggerfuncargs
(sql.postgresql.PostgreSQLParser.TriggerfuncargsContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerfuncargs()
.void
exitTriggeroneevent
(sql.postgresql.PostgreSQLParser.TriggeroneeventContext ctx) Exit a parse tree produced byPostgreSQLParser.triggeroneevent()
.void
exitTriggerreferencing
(sql.postgresql.PostgreSQLParser.TriggerreferencingContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerreferencing()
.void
exitTriggertransition
(sql.postgresql.PostgreSQLParser.TriggertransitionContext ctx) Exit a parse tree produced byPostgreSQLParser.triggertransition()
.void
exitTriggertransitions
(sql.postgresql.PostgreSQLParser.TriggertransitionsContext ctx) Exit a parse tree produced byPostgreSQLParser.triggertransitions()
.void
exitTriggerwhen
(sql.postgresql.PostgreSQLParser.TriggerwhenContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerwhen()
.void
exitTrim_list
(sql.postgresql.PostgreSQLParser.Trim_listContext ctx) Exit a parse tree produced byPostgreSQLParser.trim_list()
.void
exitTruncatestmt
(sql.postgresql.PostgreSQLParser.TruncatestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.truncatestmt()
.void
exitType_func_name_keyword
(sql.postgresql.PostgreSQLParser.Type_func_name_keywordContext ctx) Exit a parse tree produced byPostgreSQLParser.type_func_name_keyword()
.void
exitType_function_name
(sql.postgresql.PostgreSQLParser.Type_function_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.type_function_name()
.void
exitType_list
(sql.postgresql.PostgreSQLParser.Type_listContext ctx) Exit a parse tree produced byPostgreSQLParser.type_list()
.void
exitType_name_list
(sql.postgresql.PostgreSQLParser.Type_name_listContext ctx) Exit a parse tree produced byPostgreSQLParser.type_name_list()
.void
exitTypedtableelement
(sql.postgresql.PostgreSQLParser.TypedtableelementContext ctx) Exit a parse tree produced byPostgreSQLParser.typedtableelement()
.void
exitTypedtableelementlist
(sql.postgresql.PostgreSQLParser.TypedtableelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.typedtableelementlist()
.void
exitTypename
(sql.postgresql.PostgreSQLParser.TypenameContext ctx) Exit a parse tree produced byPostgreSQLParser.typename()
.void
exitUnicode_normal_form
(sql.postgresql.PostgreSQLParser.Unicode_normal_formContext ctx) Exit a parse tree produced byPostgreSQLParser.unicode_normal_form()
.void
exitUnlistenstmt
(sql.postgresql.PostgreSQLParser.UnlistenstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.unlistenstmt()
.void
exitUnreserved_keyword
(sql.postgresql.PostgreSQLParser.Unreserved_keywordContext ctx) Exit a parse tree produced byPostgreSQLParser.unreserved_keyword()
.void
exitUpdatestmt
(sql.postgresql.PostgreSQLParser.UpdatestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.updatestmt()
.void
exitUsing_clause
(sql.postgresql.PostgreSQLParser.Using_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.using_clause()
.void
exitVac_analyze_option_arg
(sql.postgresql.PostgreSQLParser.Vac_analyze_option_argContext ctx) Exit a parse tree produced byPostgreSQLParser.vac_analyze_option_arg()
.void
exitVac_analyze_option_elem
(sql.postgresql.PostgreSQLParser.Vac_analyze_option_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.vac_analyze_option_elem()
.void
exitVac_analyze_option_list
(sql.postgresql.PostgreSQLParser.Vac_analyze_option_listContext ctx) Exit a parse tree produced byPostgreSQLParser.vac_analyze_option_list()
.void
exitVac_analyze_option_name
(sql.postgresql.PostgreSQLParser.Vac_analyze_option_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.vac_analyze_option_name()
.void
exitVacuum_relation
(sql.postgresql.PostgreSQLParser.Vacuum_relationContext ctx) Exit a parse tree produced byPostgreSQLParser.vacuum_relation()
.void
exitVacuum_relation_list
(sql.postgresql.PostgreSQLParser.Vacuum_relation_listContext ctx) Exit a parse tree produced byPostgreSQLParser.vacuum_relation_list()
.void
exitVacuumstmt
(sql.postgresql.PostgreSQLParser.VacuumstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.vacuumstmt()
.void
exitValidator_clause
(sql.postgresql.PostgreSQLParser.Validator_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.validator_clause()
.void
exitValues_clause
(sql.postgresql.PostgreSQLParser.Values_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.values_clause()
.void
exitVar_list
(sql.postgresql.PostgreSQLParser.Var_listContext ctx) Exit a parse tree produced byPostgreSQLParser.var_list()
.void
exitVar_name
(sql.postgresql.PostgreSQLParser.Var_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.var_name()
.void
exitVar_value
(sql.postgresql.PostgreSQLParser.Var_valueContext ctx) Exit a parse tree produced byPostgreSQLParser.var_value()
.void
exitVariableresetstmt
(sql.postgresql.PostgreSQLParser.VariableresetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.variableresetstmt()
.void
exitVariablesetstmt
(sql.postgresql.PostgreSQLParser.VariablesetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.variablesetstmt()
.void
exitVariableshowstmt
(sql.postgresql.PostgreSQLParser.VariableshowstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.variableshowstmt()
.void
exitViewstmt
(sql.postgresql.PostgreSQLParser.ViewstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.viewstmt()
.void
exitWhen_clause
(sql.postgresql.PostgreSQLParser.When_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.when_clause()
.void
exitWhen_clause_list
(sql.postgresql.PostgreSQLParser.When_clause_listContext ctx) Exit a parse tree produced byPostgreSQLParser.when_clause_list()
.void
exitWhere_clause
(sql.postgresql.PostgreSQLParser.Where_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.where_clause()
.void
exitWhere_or_current_clause
(sql.postgresql.PostgreSQLParser.Where_or_current_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.where_or_current_clause()
.void
exitWindow_clause
(sql.postgresql.PostgreSQLParser.Window_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.window_clause()
.void
exitWindow_definition
(sql.postgresql.PostgreSQLParser.Window_definitionContext ctx) Exit a parse tree produced byPostgreSQLParser.window_definition()
.void
exitWindow_definition_list
(sql.postgresql.PostgreSQLParser.Window_definition_listContext ctx) Exit a parse tree produced byPostgreSQLParser.window_definition_list()
.void
exitWindow_specification
(sql.postgresql.PostgreSQLParser.Window_specificationContext ctx) Exit a parse tree produced byPostgreSQLParser.window_specification()
.void
exitWith_clause
(sql.postgresql.PostgreSQLParser.With_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.with_clause()
.void
exitWithin_group_clause
(sql.postgresql.PostgreSQLParser.Within_group_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.within_group_clause()
.void
exitXconst
(sql.postgresql.PostgreSQLParser.XconstContext ctx) Exit a parse tree produced byPostgreSQLParser.xconst()
.void
exitXml_attribute_el
(sql.postgresql.PostgreSQLParser.Xml_attribute_elContext ctx) Exit a parse tree produced byPostgreSQLParser.xml_attribute_el()
.void
exitXml_attribute_list
(sql.postgresql.PostgreSQLParser.Xml_attribute_listContext ctx) Exit a parse tree produced byPostgreSQLParser.xml_attribute_list()
.void
exitXml_attributes
(sql.postgresql.PostgreSQLParser.Xml_attributesContext ctx) Exit a parse tree produced byPostgreSQLParser.xml_attributes()
.void
exitXml_namespace_el
(sql.postgresql.PostgreSQLParser.Xml_namespace_elContext ctx) Exit a parse tree produced byPostgreSQLParser.xml_namespace_el()
.void
exitXml_namespace_list
(sql.postgresql.PostgreSQLParser.Xml_namespace_listContext ctx) Exit a parse tree produced byPostgreSQLParser.xml_namespace_list()
.void
exitXml_passing_mech
(sql.postgresql.PostgreSQLParser.Xml_passing_mechContext ctx) Exit a parse tree produced byPostgreSQLParser.xml_passing_mech()
.void
exitXml_root_version
(sql.postgresql.PostgreSQLParser.Xml_root_versionContext ctx) Exit a parse tree produced byPostgreSQLParser.xml_root_version()
.void
exitXml_whitespace_option
(sql.postgresql.PostgreSQLParser.Xml_whitespace_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.xml_whitespace_option()
.void
exitXmlexists_argument
(sql.postgresql.PostgreSQLParser.Xmlexists_argumentContext ctx) Exit a parse tree produced byPostgreSQLParser.xmlexists_argument()
.void
exitXmltable
(sql.postgresql.PostgreSQLParser.XmltableContext ctx) Exit a parse tree produced byPostgreSQLParser.xmltable()
.void
exitXmltable_column_el
(sql.postgresql.PostgreSQLParser.Xmltable_column_elContext ctx) Exit a parse tree produced byPostgreSQLParser.xmltable_column_el()
.void
exitXmltable_column_list
(sql.postgresql.PostgreSQLParser.Xmltable_column_listContext ctx) Exit a parse tree produced byPostgreSQLParser.xmltable_column_list()
.void
exitXmltable_column_option_el
(sql.postgresql.PostgreSQLParser.Xmltable_column_option_elContext ctx) Exit a parse tree produced byPostgreSQLParser.xmltable_column_option_el()
.void
exitXmltable_column_option_list
(sql.postgresql.PostgreSQLParser.Xmltable_column_option_listContext ctx) Exit a parse tree produced byPostgreSQLParser.xmltable_column_option_list()
.void
exitZone_value
(sql.postgresql.PostgreSQLParser.Zone_valueContext ctx) Exit a parse tree produced byPostgreSQLParser.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)
-
Constructor Details
-
PostgreSQLParserListenerImpl
public PostgreSQLParserListenerImpl()
-
-
Method Details
-
enterA_expr
public void enterA_expr(sql.postgresql.PostgreSQLParser.A_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.a_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr
in classsql.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 byPostgreSQLParser.a_expr_add()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_add
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_add
in classsql.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 byPostgreSQLParser.a_expr_and()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_and
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_and
in classsql.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 byPostgreSQLParser.a_expr_at_time_zone()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_at_time_zone
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_at_time_zone
in classsql.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 byPostgreSQLParser.a_expr_between()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_between
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_between
in classsql.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 byPostgreSQLParser.a_expr_caret()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_caret
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_caret
in classsql.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 byPostgreSQLParser.a_expr_collate()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_collate
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_collate
in classsql.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 byPostgreSQLParser.a_expr_compare()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_compare
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_compare
in classsql.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 byPostgreSQLParser.a_expr_in()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_in
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_in
in classsql.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 byPostgreSQLParser.a_expr_is_not()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_is_not
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_is_not
in classsql.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 byPostgreSQLParser.a_expr_isnull()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_isnull
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_isnull
in classsql.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 byPostgreSQLParser.a_expr_lessless()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_lessless
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_lessless
in classsql.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 byPostgreSQLParser.a_expr_like()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_like
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_like
in classsql.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 byPostgreSQLParser.a_expr_mul()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_mul
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_mul
in classsql.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 byPostgreSQLParser.a_expr_or()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_or
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_or
in classsql.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 byPostgreSQLParser.a_expr_qual()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_qual
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_qual
in classsql.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 byPostgreSQLParser.a_expr_qual_op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_qual_op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_qual_op
in classsql.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 byPostgreSQLParser.a_expr_typecast()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_typecast
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_typecast
in classsql.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 byPostgreSQLParser.a_expr_unary_not()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_unary_not
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_unary_not
in classsql.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 byPostgreSQLParser.a_expr_unary_qualop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_unary_qualop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_unary_qualop
in classsql.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 byPostgreSQLParser.a_expr_unary_sign()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterA_expr_unary_sign
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterA_expr_unary_sign
in classsql.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 byPostgreSQLParser.access_method_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAccess_method_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAccess_method_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAdd_drop
public void enterAdd_drop(sql.postgresql.PostgreSQLParser.Add_dropContext ctx) Enter a parse tree produced byPostgreSQLParser.add_drop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAdd_drop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAdd_drop
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAexprconst
public void enterAexprconst(sql.postgresql.PostgreSQLParser.AexprconstContext ctx) Enter a parse tree produced byPostgreSQLParser.aexprconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAexprconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAexprconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAggr_arg
public void enterAggr_arg(sql.postgresql.PostgreSQLParser.Aggr_argContext ctx) Enter a parse tree produced byPostgreSQLParser.aggr_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAggr_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAggr_arg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAggr_args
public void enterAggr_args(sql.postgresql.PostgreSQLParser.Aggr_argsContext ctx) Enter a parse tree produced byPostgreSQLParser.aggr_args()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAggr_args
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAggr_args
in classsql.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 byPostgreSQLParser.aggr_args_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAggr_args_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAggr_args_list
in classsql.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 byPostgreSQLParser.aggregate_with_argtypes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAggregate_with_argtypes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAggregate_with_argtypes
in classsql.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 byPostgreSQLParser.aggregate_with_argtypes_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAggregate_with_argtypes_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAggregate_with_argtypes_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlias_clause
public void enterAlias_clause(sql.postgresql.PostgreSQLParser.Alias_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.alias_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlias_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlias_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAll_op
public void enterAll_op(sql.postgresql.PostgreSQLParser.All_opContext ctx) Enter a parse tree produced byPostgreSQLParser.all_op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAll_op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAll_op
in classsql.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 byPostgreSQLParser.all_or_distinct()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAll_or_distinct
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAll_or_distinct
in classsql.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 byPostgreSQLParser.alter_column_default()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_column_default
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_column_default
in classsql.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 byPostgreSQLParser.alter_extension_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_extension_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_extension_opt_item
in classsql.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 byPostgreSQLParser.alter_extension_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_extension_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_extension_opt_list
in classsql.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 byPostgreSQLParser.alter_generic_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_generic_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_generic_option_elem
in classsql.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 byPostgreSQLParser.alter_generic_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_generic_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_generic_option_list
in classsql.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 byPostgreSQLParser.alter_generic_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_generic_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_generic_options
in classsql.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 byPostgreSQLParser.alter_identity_column_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_identity_column_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_identity_column_option
in classsql.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 byPostgreSQLParser.alter_identity_column_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_identity_column_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_identity_column_option_list
in classsql.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 byPostgreSQLParser.alter_table_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_table_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_table_cmd
in classsql.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 byPostgreSQLParser.alter_table_cmds()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_table_cmds
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_table_cmds
in classsql.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 byPostgreSQLParser.alter_type_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_type_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_type_cmd
in classsql.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 byPostgreSQLParser.alter_type_cmds()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_type_cmds
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_type_cmds
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlter_using
public void enterAlter_using(sql.postgresql.PostgreSQLParser.Alter_usingContext ctx) Enter a parse tree produced byPostgreSQLParser.alter_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlter_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlter_using
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltercollationstmt
public void enterAltercollationstmt(sql.postgresql.PostgreSQLParser.AltercollationstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altercollationstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltercollationstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltercollationstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltercompositetypestmt
public void enterAltercompositetypestmt(sql.postgresql.PostgreSQLParser.AltercompositetypestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altercompositetypestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltercompositetypestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltercompositetypestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterdatabasesetstmt
public void enterAlterdatabasesetstmt(sql.postgresql.PostgreSQLParser.AlterdatabasesetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterdatabasesetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterdatabasesetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterdatabasesetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterdatabasestmt
public void enterAlterdatabasestmt(sql.postgresql.PostgreSQLParser.AlterdatabasestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterdatabasestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterdatabasestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterdatabasestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterdefaultprivilegesstmt
public void enterAlterdefaultprivilegesstmt(sql.postgresql.PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterdefaultprivilegesstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterdefaultprivilegesstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterdefaultprivilegesstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterdomainstmt
public void enterAlterdomainstmt(sql.postgresql.PostgreSQLParser.AlterdomainstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterdomainstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterdomainstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterdomainstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterenumstmt
public void enterAlterenumstmt(sql.postgresql.PostgreSQLParser.AlterenumstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterenumstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterenumstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterenumstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltereventtrigstmt
public void enterAltereventtrigstmt(sql.postgresql.PostgreSQLParser.AltereventtrigstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altereventtrigstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltereventtrigstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltereventtrigstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterextensioncontentsstmt
public void enterAlterextensioncontentsstmt(sql.postgresql.PostgreSQLParser.AlterextensioncontentsstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterextensioncontentsstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterextensioncontentsstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterextensioncontentsstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterextensionstmt
public void enterAlterextensionstmt(sql.postgresql.PostgreSQLParser.AlterextensionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterextensionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterextensionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterextensionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterfdwstmt
public void enterAlterfdwstmt(sql.postgresql.PostgreSQLParser.AlterfdwstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterfdwstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterfdwstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterfdwstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterforeignserverstmt
public void enterAlterforeignserverstmt(sql.postgresql.PostgreSQLParser.AlterforeignserverstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterforeignserverstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterforeignserverstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterforeignserverstmt
in classsql.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 byPostgreSQLParser.alterfunc_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterfunc_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterfunc_opt_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterfunctionstmt
public void enterAlterfunctionstmt(sql.postgresql.PostgreSQLParser.AlterfunctionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterfunctionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterfunctionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterfunctionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltergroupstmt
public void enterAltergroupstmt(sql.postgresql.PostgreSQLParser.AltergroupstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altergroupstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltergroupstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltergroupstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterobjectdependsstmt
public void enterAlterobjectdependsstmt(sql.postgresql.PostgreSQLParser.AlterobjectdependsstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterobjectdependsstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterobjectdependsstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterobjectdependsstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterobjectschemastmt
public void enterAlterobjectschemastmt(sql.postgresql.PostgreSQLParser.AlterobjectschemastmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterobjectschemastmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterobjectschemastmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterobjectschemastmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlteroperatorstmt
public void enterAlteroperatorstmt(sql.postgresql.PostgreSQLParser.AlteroperatorstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alteroperatorstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlteroperatorstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlteroperatorstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlteropfamilystmt
public void enterAlteropfamilystmt(sql.postgresql.PostgreSQLParser.AlteropfamilystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alteropfamilystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlteropfamilystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlteropfamilystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlteroptroleelem
public void enterAlteroptroleelem(sql.postgresql.PostgreSQLParser.AlteroptroleelemContext ctx) Enter a parse tree produced byPostgreSQLParser.alteroptroleelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlteroptroleelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlteroptroleelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlteroptrolelist
public void enterAlteroptrolelist(sql.postgresql.PostgreSQLParser.AlteroptrolelistContext ctx) Enter a parse tree produced byPostgreSQLParser.alteroptrolelist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlteroptrolelist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlteroptrolelist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterownerstmt
public void enterAlterownerstmt(sql.postgresql.PostgreSQLParser.AlterownerstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterownerstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterownerstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterownerstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterpolicystmt
public void enterAlterpolicystmt(sql.postgresql.PostgreSQLParser.AlterpolicystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterpolicystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterpolicystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterpolicystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterpublicationstmt
public void enterAlterpublicationstmt(sql.postgresql.PostgreSQLParser.AlterpublicationstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterpublicationstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterpublicationstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterpublicationstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterrolesetstmt
public void enterAlterrolesetstmt(sql.postgresql.PostgreSQLParser.AlterrolesetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterrolesetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterrolesetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterrolesetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterrolestmt
public void enterAlterrolestmt(sql.postgresql.PostgreSQLParser.AlterrolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterrolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterrolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterrolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterseqstmt
public void enterAlterseqstmt(sql.postgresql.PostgreSQLParser.AlterseqstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterseqstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterseqstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterseqstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterstatsstmt
public void enterAlterstatsstmt(sql.postgresql.PostgreSQLParser.AlterstatsstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterstatsstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterstatsstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterstatsstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltersubscriptionstmt
public void enterAltersubscriptionstmt(sql.postgresql.PostgreSQLParser.AltersubscriptionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altersubscriptionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltersubscriptionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltersubscriptionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltersystemstmt
public void enterAltersystemstmt(sql.postgresql.PostgreSQLParser.AltersystemstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altersystemstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltersystemstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltersystemstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltertablestmt
public void enterAltertablestmt(sql.postgresql.PostgreSQLParser.AltertablestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertablestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltertablestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltertablestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltertblspcstmt
public void enterAltertblspcstmt(sql.postgresql.PostgreSQLParser.AltertblspcstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertblspcstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltertblspcstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltertblspcstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltertsconfigurationstmt
public void enterAltertsconfigurationstmt(sql.postgresql.PostgreSQLParser.AltertsconfigurationstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertsconfigurationstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltertsconfigurationstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltertsconfigurationstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltertsdictionarystmt
public void enterAltertsdictionarystmt(sql.postgresql.PostgreSQLParser.AltertsdictionarystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertsdictionarystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltertsdictionarystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltertsdictionarystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAltertypestmt
public void enterAltertypestmt(sql.postgresql.PostgreSQLParser.AltertypestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.altertypestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAltertypestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAltertypestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAlterusermappingstmt
public void enterAlterusermappingstmt(sql.postgresql.PostgreSQLParser.AlterusermappingstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.alterusermappingstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAlterusermappingstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAlterusermappingstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAm_type
public void enterAm_type(sql.postgresql.PostgreSQLParser.Am_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.am_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAm_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAm_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAnalyze_keyword
public void enterAnalyze_keyword(sql.postgresql.PostgreSQLParser.Analyze_keywordContext ctx) Enter a parse tree produced byPostgreSQLParser.analyze_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAnalyze_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAnalyze_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAnalyzestmt
public void enterAnalyzestmt(sql.postgresql.PostgreSQLParser.AnalyzestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.analyzestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAnalyzestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAnalyzestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAny_identifier
public void enterAny_identifier(sql.postgresql.PostgreSQLParser.Any_identifierContext ctx) Enter a parse tree produced byPostgreSQLParser.any_identifier()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAny_identifier
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAny_identifier
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAny_name
public void enterAny_name(sql.postgresql.PostgreSQLParser.Any_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.any_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAny_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAny_name
in classsql.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 byPostgreSQLParser.any_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAny_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAny_name_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAny_operator
public void enterAny_operator(sql.postgresql.PostgreSQLParser.Any_operatorContext ctx) Enter a parse tree produced byPostgreSQLParser.any_operator()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAny_operator
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAny_operator
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAny_with
public void enterAny_with(sql.postgresql.PostgreSQLParser.Any_withContext ctx) Enter a parse tree produced byPostgreSQLParser.any_with()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAny_with
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAny_with
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAnysconst
public void enterAnysconst(sql.postgresql.PostgreSQLParser.AnysconstContext ctx) Enter a parse tree produced byPostgreSQLParser.anysconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAnysconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAnysconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterArg_class
public void enterArg_class(sql.postgresql.PostgreSQLParser.Arg_classContext ctx) Enter a parse tree produced byPostgreSQLParser.arg_class()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterArg_class
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterArg_class
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterArray_expr
public void enterArray_expr(sql.postgresql.PostgreSQLParser.Array_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.array_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterArray_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterArray_expr
in classsql.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 byPostgreSQLParser.array_expr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterArray_expr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterArray_expr_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAssign_operator
public void enterAssign_operator(sql.postgresql.PostgreSQLParser.Assign_operatorContext ctx) Enter a parse tree produced byPostgreSQLParser.assign_operator()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAssign_operator
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAssign_operator
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAssign_var
public void enterAssign_var(sql.postgresql.PostgreSQLParser.Assign_varContext ctx) Enter a parse tree produced byPostgreSQLParser.assign_var()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAssign_var
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAssign_var
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAttr_name
public void enterAttr_name(sql.postgresql.PostgreSQLParser.Attr_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.attr_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAttr_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAttr_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAttrs
public void enterAttrs(sql.postgresql.PostgreSQLParser.AttrsContext ctx) Enter a parse tree produced byPostgreSQLParser.attrs()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAttrs
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAttrs
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterAuth_ident
public void enterAuth_ident(sql.postgresql.PostgreSQLParser.Auth_identContext ctx) Enter a parse tree produced byPostgreSQLParser.auth_ident()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterAuth_ident
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterAuth_ident
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterB_expr
public void enterB_expr(sql.postgresql.PostgreSQLParser.B_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.b_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterB_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterB_expr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterBconst
public void enterBconst(sql.postgresql.PostgreSQLParser.BconstContext ctx) Enter a parse tree produced byPostgreSQLParser.bconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterBconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterBconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterBit
public void enterBit(sql.postgresql.PostgreSQLParser.BitContext ctx) Enter a parse tree produced byPostgreSQLParser.bit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterBit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterBit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterBitwithlength
public void enterBitwithlength(sql.postgresql.PostgreSQLParser.BitwithlengthContext ctx) Enter a parse tree produced byPostgreSQLParser.bitwithlength()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterBitwithlength
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterBitwithlength
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterBitwithoutlength
public void enterBitwithoutlength(sql.postgresql.PostgreSQLParser.BitwithoutlengthContext ctx) Enter a parse tree produced byPostgreSQLParser.bitwithoutlength()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterBitwithoutlength
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterBitwithoutlength
in classsql.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 byPostgreSQLParser.builtin_function_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterBuiltin_function_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterBuiltin_function_name
in classsql.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 thec_expr_case
labeled alternative inPostgreSQLParser.c_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterC_expr_case
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterC_expr_case
in classsql.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 thec_expr_exists
labeled alternative inPostgreSQLParser.c_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterC_expr_exists
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterC_expr_exists
in classsql.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 thec_expr_expr
labeled alternative inPostgreSQLParser.c_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterC_expr_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterC_expr_expr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCallstmt
public void enterCallstmt(sql.postgresql.PostgreSQLParser.CallstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.callstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCallstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCallstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCase_arg
public void enterCase_arg(sql.postgresql.PostgreSQLParser.Case_argContext ctx) Enter a parse tree produced byPostgreSQLParser.case_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCase_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCase_arg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCase_default
public void enterCase_default(sql.postgresql.PostgreSQLParser.Case_defaultContext ctx) Enter a parse tree produced byPostgreSQLParser.case_default()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCase_default
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCase_default
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCase_expr
public void enterCase_expr(sql.postgresql.PostgreSQLParser.Case_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.case_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCase_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCase_expr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCase_when
public void enterCase_when(sql.postgresql.PostgreSQLParser.Case_whenContext ctx) Enter a parse tree produced byPostgreSQLParser.case_when()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCase_when
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCase_when
in classsql.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 byPostgreSQLParser.case_when_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCase_when_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCase_when_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCast_context
public void enterCast_context(sql.postgresql.PostgreSQLParser.Cast_contextContext ctx) Enter a parse tree produced byPostgreSQLParser.cast_context()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCast_context
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCast_context
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCharacter
public void enterCharacter(sql.postgresql.PostgreSQLParser.CharacterContext ctx) Enter a parse tree produced byPostgreSQLParser.character()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCharacter
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCharacter
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCharacter_c
public void enterCharacter_c(sql.postgresql.PostgreSQLParser.Character_cContext ctx) Enter a parse tree produced byPostgreSQLParser.character_c()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCharacter_c
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCharacter_c
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCheckpointstmt
public void enterCheckpointstmt(sql.postgresql.PostgreSQLParser.CheckpointstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.checkpointstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCheckpointstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCheckpointstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCloseportalstmt
public void enterCloseportalstmt(sql.postgresql.PostgreSQLParser.CloseportalstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.closeportalstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCloseportalstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCloseportalstmt
in classsql.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 byPostgreSQLParser.cluster_index_specification()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCluster_index_specification
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCluster_index_specification
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterClusterstmt
public void enterClusterstmt(sql.postgresql.PostgreSQLParser.ClusterstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.clusterstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterClusterstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterClusterstmt
in classsql.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 byPostgreSQLParser.col_name_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCol_name_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCol_name_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterColconstraint
public void enterColconstraint(sql.postgresql.PostgreSQLParser.ColconstraintContext ctx) Enter a parse tree produced byPostgreSQLParser.colconstraint()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterColconstraint
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterColconstraint
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterColconstraintelem
public void enterColconstraintelem(sql.postgresql.PostgreSQLParser.ColconstraintelemContext ctx) Enter a parse tree produced byPostgreSQLParser.colconstraintelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterColconstraintelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterColconstraintelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterColid
public void enterColid(sql.postgresql.PostgreSQLParser.ColidContext ctx) Enter a parse tree produced byPostgreSQLParser.colid()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterColid
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterColid
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCollabel
public void enterCollabel(sql.postgresql.PostgreSQLParser.CollabelContext ctx) Enter a parse tree produced byPostgreSQLParser.collabel()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCollabel
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCollabel
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterColquallist
public void enterColquallist(sql.postgresql.PostgreSQLParser.ColquallistContext ctx) Enter a parse tree produced byPostgreSQLParser.colquallist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterColquallist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterColquallist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterColumnDef
public void enterColumnDef(sql.postgresql.PostgreSQLParser.ColumnDefContext ctx) Enter a parse tree produced byPostgreSQLParser.columnDef()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterColumnDef
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterColumnDef
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterColumnElem
public void enterColumnElem(sql.postgresql.PostgreSQLParser.ColumnElemContext ctx) Enter a parse tree produced byPostgreSQLParser.columnElem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterColumnElem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterColumnElem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterColumnlist
public void enterColumnlist(sql.postgresql.PostgreSQLParser.ColumnlistContext ctx) Enter a parse tree produced byPostgreSQLParser.columnlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterColumnlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterColumnlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterColumnOptions
public void enterColumnOptions(sql.postgresql.PostgreSQLParser.ColumnOptionsContext ctx) Enter a parse tree produced byPostgreSQLParser.columnOptions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterColumnOptions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterColumnOptions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterColumnref
public void enterColumnref(sql.postgresql.PostgreSQLParser.ColumnrefContext ctx) Enter a parse tree produced byPostgreSQLParser.columnref()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterColumnref
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterColumnref
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterComment_text
public void enterComment_text(sql.postgresql.PostgreSQLParser.Comment_textContext ctx) Enter a parse tree produced byPostgreSQLParser.comment_text()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterComment_text
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterComment_text
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCommentstmt
public void enterCommentstmt(sql.postgresql.PostgreSQLParser.CommentstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.commentstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCommentstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCommentstmt
in classsql.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 byPostgreSQLParser.common_func_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCommon_func_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCommon_func_opt_item
in classsql.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 byPostgreSQLParser.common_table_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCommon_table_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCommon_table_expr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterComp_option
public void enterComp_option(sql.postgresql.PostgreSQLParser.Comp_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.comp_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterComp_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterComp_option
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterComp_options
public void enterComp_options(sql.postgresql.PostgreSQLParser.Comp_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.comp_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterComp_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterComp_options
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConstbit
public void enterConstbit(sql.postgresql.PostgreSQLParser.ConstbitContext ctx) Enter a parse tree produced byPostgreSQLParser.constbit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstbit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstbit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConstcharacter
public void enterConstcharacter(sql.postgresql.PostgreSQLParser.ConstcharacterContext ctx) Enter a parse tree produced byPostgreSQLParser.constcharacter()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstcharacter
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstcharacter
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConstdatetime
public void enterConstdatetime(sql.postgresql.PostgreSQLParser.ConstdatetimeContext ctx) Enter a parse tree produced byPostgreSQLParser.constdatetime()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstdatetime
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstdatetime
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConstinterval
public void enterConstinterval(sql.postgresql.PostgreSQLParser.ConstintervalContext ctx) Enter a parse tree produced byPostgreSQLParser.constinterval()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstinterval
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstinterval
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConstraintattr
public void enterConstraintattr(sql.postgresql.PostgreSQLParser.ConstraintattrContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintattr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstraintattr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstraintattr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConstraintattributeElem
public void enterConstraintattributeElem(sql.postgresql.PostgreSQLParser.ConstraintattributeElemContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintattributeElem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstraintattributeElem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstraintattributeElem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConstraintattributespec
public void enterConstraintattributespec(sql.postgresql.PostgreSQLParser.ConstraintattributespecContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintattributespec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstraintattributespec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstraintattributespec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConstraintelem
public void enterConstraintelem(sql.postgresql.PostgreSQLParser.ConstraintelemContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstraintelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstraintelem
in classsql.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 byPostgreSQLParser.constraints_set_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstraints_set_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstraints_set_list
in classsql.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 byPostgreSQLParser.constraints_set_mode()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstraints_set_mode
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstraints_set_mode
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConstraintssetstmt
public void enterConstraintssetstmt(sql.postgresql.PostgreSQLParser.ConstraintssetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.constraintssetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConstraintssetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConstraintssetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterConsttypename
public void enterConsttypename(sql.postgresql.PostgreSQLParser.ConsttypenameContext ctx) Enter a parse tree produced byPostgreSQLParser.consttypename()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterConsttypename
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterConsttypename
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCopy_delimiter
public void enterCopy_delimiter(sql.postgresql.PostgreSQLParser.Copy_delimiterContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_delimiter()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_delimiter
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_delimiter
in classsql.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 byPostgreSQLParser.copy_file_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_file_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_file_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCopy_from
public void enterCopy_from(sql.postgresql.PostgreSQLParser.Copy_fromContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_from()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_from
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_from
in classsql.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 byPostgreSQLParser.copy_generic_opt_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_generic_opt_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_generic_opt_arg
in classsql.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 byPostgreSQLParser.copy_generic_opt_arg_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_generic_opt_arg_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_generic_opt_arg_list
in classsql.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 byPostgreSQLParser.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 interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_generic_opt_arg_list_item
in classsql.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 byPostgreSQLParser.copy_generic_opt_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_generic_opt_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_generic_opt_elem
in classsql.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 byPostgreSQLParser.copy_generic_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_generic_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_generic_opt_list
in classsql.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 byPostgreSQLParser.copy_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_opt_item
in classsql.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 byPostgreSQLParser.copy_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_opt_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCopy_options
public void enterCopy_options(sql.postgresql.PostgreSQLParser.Copy_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.copy_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopy_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopy_options
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCopystmt
public void enterCopystmt(sql.postgresql.PostgreSQLParser.CopystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.copystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCopystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCopystmt
in classsql.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 byPostgreSQLParser.create_as_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreate_as_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreate_as_target
in classsql.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 byPostgreSQLParser.create_extension_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreate_extension_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreate_extension_opt_item
in classsql.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 byPostgreSQLParser.create_extension_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreate_extension_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreate_extension_opt_list
in classsql.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 byPostgreSQLParser.create_generic_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreate_generic_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreate_generic_options
in classsql.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 byPostgreSQLParser.create_mv_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreate_mv_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreate_mv_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateamstmt
public void enterCreateamstmt(sql.postgresql.PostgreSQLParser.CreateamstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createamstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateamstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateamstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateassertionstmt
public void enterCreateassertionstmt(sql.postgresql.PostgreSQLParser.CreateassertionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createassertionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateassertionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateassertionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateasstmt
public void enterCreateasstmt(sql.postgresql.PostgreSQLParser.CreateasstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createasstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateasstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateasstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatecaststmt
public void enterCreatecaststmt(sql.postgresql.PostgreSQLParser.CreatecaststmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createcaststmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatecaststmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatecaststmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateconversionstmt
public void enterCreateconversionstmt(sql.postgresql.PostgreSQLParser.CreateconversionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createconversionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateconversionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateconversionstmt
in classsql.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 byPostgreSQLParser.createdb_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatedb_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatedb_opt_item
in classsql.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 byPostgreSQLParser.createdb_opt_items()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatedb_opt_items
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatedb_opt_items
in classsql.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 byPostgreSQLParser.createdb_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatedb_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatedb_opt_list
in classsql.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 byPostgreSQLParser.createdb_opt_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatedb_opt_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatedb_opt_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatedbstmt
public void enterCreatedbstmt(sql.postgresql.PostgreSQLParser.CreatedbstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createdbstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatedbstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatedbstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatedomainstmt
public void enterCreatedomainstmt(sql.postgresql.PostgreSQLParser.CreatedomainstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createdomainstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatedomainstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatedomainstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateeventtrigstmt
public void enterCreateeventtrigstmt(sql.postgresql.PostgreSQLParser.CreateeventtrigstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createeventtrigstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateeventtrigstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateeventtrigstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateextensionstmt
public void enterCreateextensionstmt(sql.postgresql.PostgreSQLParser.CreateextensionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createextensionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateextensionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateextensionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatefdwstmt
public void enterCreatefdwstmt(sql.postgresql.PostgreSQLParser.CreatefdwstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createfdwstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatefdwstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatefdwstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateforeignserverstmt
public void enterCreateforeignserverstmt(sql.postgresql.PostgreSQLParser.CreateforeignserverstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createforeignserverstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateforeignserverstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateforeignserverstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateforeigntablestmt
public void enterCreateforeigntablestmt(sql.postgresql.PostgreSQLParser.CreateforeigntablestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createforeigntablestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateforeigntablestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateforeigntablestmt
in classsql.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 byPostgreSQLParser.createfunc_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatefunc_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatefunc_opt_item
in classsql.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 byPostgreSQLParser.createfunc_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatefunc_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatefunc_opt_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatefunctionstmt
public void enterCreatefunctionstmt(sql.postgresql.PostgreSQLParser.CreatefunctionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createfunctionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatefunctionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatefunctionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreategroupstmt
public void enterCreategroupstmt(sql.postgresql.PostgreSQLParser.CreategroupstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.creategroupstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreategroupstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreategroupstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatematviewstmt
public void enterCreatematviewstmt(sql.postgresql.PostgreSQLParser.CreatematviewstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.creatematviewstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatematviewstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatematviewstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateopclassstmt
public void enterCreateopclassstmt(sql.postgresql.PostgreSQLParser.CreateopclassstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createopclassstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateopclassstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateopclassstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateopfamilystmt
public void enterCreateopfamilystmt(sql.postgresql.PostgreSQLParser.CreateopfamilystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createopfamilystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateopfamilystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateopfamilystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateoptroleelem
public void enterCreateoptroleelem(sql.postgresql.PostgreSQLParser.CreateoptroleelemContext ctx) Enter a parse tree produced byPostgreSQLParser.createoptroleelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateoptroleelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateoptroleelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateplangstmt
public void enterCreateplangstmt(sql.postgresql.PostgreSQLParser.CreateplangstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createplangstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateplangstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateplangstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatepolicystmt
public void enterCreatepolicystmt(sql.postgresql.PostgreSQLParser.CreatepolicystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createpolicystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatepolicystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatepolicystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatepublicationstmt
public void enterCreatepublicationstmt(sql.postgresql.PostgreSQLParser.CreatepublicationstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createpublicationstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatepublicationstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatepublicationstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreaterolestmt
public void enterCreaterolestmt(sql.postgresql.PostgreSQLParser.CreaterolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createrolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreaterolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreaterolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateschemastmt
public void enterCreateschemastmt(sql.postgresql.PostgreSQLParser.CreateschemastmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createschemastmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateschemastmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateschemastmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateseqstmt
public void enterCreateseqstmt(sql.postgresql.PostgreSQLParser.CreateseqstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createseqstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateseqstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateseqstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatestatsstmt
public void enterCreatestatsstmt(sql.postgresql.PostgreSQLParser.CreatestatsstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createstatsstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatestatsstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatestatsstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatestmt
public void enterCreatestmt(sql.postgresql.PostgreSQLParser.CreatestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatesubscriptionstmt
public void enterCreatesubscriptionstmt(sql.postgresql.PostgreSQLParser.CreatesubscriptionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createsubscriptionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatesubscriptionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatesubscriptionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatetablespacestmt
public void enterCreatetablespacestmt(sql.postgresql.PostgreSQLParser.CreatetablespacestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createtablespacestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatetablespacestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatetablespacestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatetransformstmt
public void enterCreatetransformstmt(sql.postgresql.PostgreSQLParser.CreatetransformstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createtransformstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatetransformstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatetransformstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreatetrigstmt
public void enterCreatetrigstmt(sql.postgresql.PostgreSQLParser.CreatetrigstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createtrigstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreatetrigstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreatetrigstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateusermappingstmt
public void enterCreateusermappingstmt(sql.postgresql.PostgreSQLParser.CreateusermappingstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createusermappingstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateusermappingstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateusermappingstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCreateuserstmt
public void enterCreateuserstmt(sql.postgresql.PostgreSQLParser.CreateuserstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.createuserstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCreateuserstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCreateuserstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCte_list
public void enterCte_list(sql.postgresql.PostgreSQLParser.Cte_listContext ctx) Enter a parse tree produced byPostgreSQLParser.cte_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCte_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCte_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCube_clause
public void enterCube_clause(sql.postgresql.PostgreSQLParser.Cube_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.cube_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCube_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCube_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCursor_name
public void enterCursor_name(sql.postgresql.PostgreSQLParser.Cursor_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.cursor_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCursor_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCursor_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCursor_options
public void enterCursor_options(sql.postgresql.PostgreSQLParser.Cursor_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.cursor_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCursor_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCursor_options
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterCursor_variable
public void enterCursor_variable(sql.postgresql.PostgreSQLParser.Cursor_variableContext ctx) Enter a parse tree produced byPostgreSQLParser.cursor_variable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterCursor_variable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterCursor_variable
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDeallocatestmt
public void enterDeallocatestmt(sql.postgresql.PostgreSQLParser.DeallocatestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.deallocatestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDeallocatestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDeallocatestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_aliasitem
public void enterDecl_aliasitem(sql.postgresql.PostgreSQLParser.Decl_aliasitemContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_aliasitem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_aliasitem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_aliasitem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_collate
public void enterDecl_collate(sql.postgresql.PostgreSQLParser.Decl_collateContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_collate()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_collate
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_collate
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_const
public void enterDecl_const(sql.postgresql.PostgreSQLParser.Decl_constContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_const()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_const
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_const
in classsql.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 byPostgreSQLParser.decl_cursor_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_cursor_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_cursor_arg
in classsql.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 byPostgreSQLParser.decl_cursor_arglist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_cursor_arglist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_cursor_arglist
in classsql.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 byPostgreSQLParser.decl_cursor_args()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_cursor_args
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_cursor_args
in classsql.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 byPostgreSQLParser.decl_cursor_query()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_cursor_query
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_cursor_query
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_datatype
public void enterDecl_datatype(sql.postgresql.PostgreSQLParser.Decl_datatypeContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_datatype()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_datatype
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_datatype
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_defkey
public void enterDecl_defkey(sql.postgresql.PostgreSQLParser.Decl_defkeyContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_defkey()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_defkey
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_defkey
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_defval
public void enterDecl_defval(sql.postgresql.PostgreSQLParser.Decl_defvalContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_defval()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_defval
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_defval
in classsql.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 byPostgreSQLParser.decl_is_for()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_is_for
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_is_for
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_notnull
public void enterDecl_notnull(sql.postgresql.PostgreSQLParser.Decl_notnullContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_notnull()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_notnull
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_notnull
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_sect
public void enterDecl_sect(sql.postgresql.PostgreSQLParser.Decl_sectContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_sect()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_sect
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_sect
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_start
public void enterDecl_start(sql.postgresql.PostgreSQLParser.Decl_startContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_start()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_start
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_start
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_statement
public void enterDecl_statement(sql.postgresql.PostgreSQLParser.Decl_statementContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_statement()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_statement
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_statement
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_stmt
public void enterDecl_stmt(sql.postgresql.PostgreSQLParser.Decl_stmtContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_stmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_stmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_stmts
public void enterDecl_stmts(sql.postgresql.PostgreSQLParser.Decl_stmtsContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_stmts()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_stmts
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_stmts
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDecl_varname
public void enterDecl_varname(sql.postgresql.PostgreSQLParser.Decl_varnameContext ctx) Enter a parse tree produced byPostgreSQLParser.decl_varname()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDecl_varname
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDecl_varname
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDeclarecursorstmt
public void enterDeclarecursorstmt(sql.postgresql.PostgreSQLParser.DeclarecursorstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.declarecursorstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDeclarecursorstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDeclarecursorstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDef_arg
public void enterDef_arg(sql.postgresql.PostgreSQLParser.Def_argContext ctx) Enter a parse tree produced byPostgreSQLParser.def_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDef_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDef_arg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDef_elem
public void enterDef_elem(sql.postgresql.PostgreSQLParser.Def_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.def_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDef_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDef_elem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDef_list
public void enterDef_list(sql.postgresql.PostgreSQLParser.Def_listContext ctx) Enter a parse tree produced byPostgreSQLParser.def_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDef_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDef_list
in classsql.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 byPostgreSQLParser.defacl_privilege_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDefacl_privilege_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDefacl_privilege_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDefaclaction
public void enterDefaclaction(sql.postgresql.PostgreSQLParser.DefaclactionContext ctx) Enter a parse tree produced byPostgreSQLParser.defaclaction()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDefaclaction
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDefaclaction
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDefacloption
public void enterDefacloption(sql.postgresql.PostgreSQLParser.DefacloptionContext ctx) Enter a parse tree produced byPostgreSQLParser.defacloption()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDefacloption
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDefacloption
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDefacloptionlist
public void enterDefacloptionlist(sql.postgresql.PostgreSQLParser.DefacloptionlistContext ctx) Enter a parse tree produced byPostgreSQLParser.defacloptionlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDefacloptionlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDefacloptionlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDefinestmt
public void enterDefinestmt(sql.postgresql.PostgreSQLParser.DefinestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.definestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDefinestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDefinestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDefinition
public void enterDefinition(sql.postgresql.PostgreSQLParser.DefinitionContext ctx) Enter a parse tree produced byPostgreSQLParser.definition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDefinition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDefinition
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDeletestmt
public void enterDeletestmt(sql.postgresql.PostgreSQLParser.DeletestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.deletestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDeletestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDeletestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDiscardstmt
public void enterDiscardstmt(sql.postgresql.PostgreSQLParser.DiscardstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.discardstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDiscardstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDiscardstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDistinct_clause
public void enterDistinct_clause(sql.postgresql.PostgreSQLParser.Distinct_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.distinct_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDistinct_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDistinct_clause
in classsql.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 byPostgreSQLParser.document_or_content()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDocument_or_content
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDocument_or_content
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDostmt
public void enterDostmt(sql.postgresql.PostgreSQLParser.DostmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dostmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDostmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDostmt
in classsql.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 byPostgreSQLParser.dostmt_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDostmt_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDostmt_opt_item
in classsql.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 byPostgreSQLParser.dostmt_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDostmt_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDostmt_opt_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDrop_option
public void enterDrop_option(sql.postgresql.PostgreSQLParser.Drop_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.drop_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDrop_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDrop_option
in classsql.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 byPostgreSQLParser.drop_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDrop_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDrop_option_list
in classsql.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 byPostgreSQLParser.drop_type_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDrop_type_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDrop_type_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDropcaststmt
public void enterDropcaststmt(sql.postgresql.PostgreSQLParser.DropcaststmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropcaststmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDropcaststmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDropcaststmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDropdbstmt
public void enterDropdbstmt(sql.postgresql.PostgreSQLParser.DropdbstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropdbstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDropdbstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDropdbstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDropopclassstmt
public void enterDropopclassstmt(sql.postgresql.PostgreSQLParser.DropopclassstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropopclassstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDropopclassstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDropopclassstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDropopfamilystmt
public void enterDropopfamilystmt(sql.postgresql.PostgreSQLParser.DropopfamilystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropopfamilystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDropopfamilystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDropopfamilystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDropownedstmt
public void enterDropownedstmt(sql.postgresql.PostgreSQLParser.DropownedstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropownedstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDropownedstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDropownedstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDroprolestmt
public void enterDroprolestmt(sql.postgresql.PostgreSQLParser.DroprolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.droprolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDroprolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDroprolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDropstmt
public void enterDropstmt(sql.postgresql.PostgreSQLParser.DropstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDropstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDropstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDropsubscriptionstmt
public void enterDropsubscriptionstmt(sql.postgresql.PostgreSQLParser.DropsubscriptionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropsubscriptionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDropsubscriptionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDropsubscriptionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDroptablespacestmt
public void enterDroptablespacestmt(sql.postgresql.PostgreSQLParser.DroptablespacestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.droptablespacestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDroptablespacestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDroptablespacestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDroptransformstmt
public void enterDroptransformstmt(sql.postgresql.PostgreSQLParser.DroptransformstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.droptransformstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDroptransformstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDroptransformstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterDropusermappingstmt
public void enterDropusermappingstmt(sql.postgresql.PostgreSQLParser.DropusermappingstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.dropusermappingstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterDropusermappingstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterDropusermappingstmt
in classsql.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 byPostgreSQLParser.empty_grouping_set()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterEmpty_grouping_set
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterEmpty_grouping_set
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterEnable_trigger
public void enterEnable_trigger(sql.postgresql.PostgreSQLParser.Enable_triggerContext ctx) Enter a parse tree produced byPostgreSQLParser.enable_trigger()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterEnable_trigger
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterEnable_trigger
in classsql.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 byPostgreSQLParser.enum_val_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterEnum_val_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterEnum_val_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterEvent
public void enterEvent(sql.postgresql.PostgreSQLParser.EventContext ctx) Enter a parse tree produced byPostgreSQLParser.event()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterEvent
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterEvent
in classsql.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 byPostgreSQLParser.event_trigger_value_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterEvent_trigger_value_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterEvent_trigger_value_list
in classsql.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 byPostgreSQLParser.event_trigger_when_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterEvent_trigger_when_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterEvent_trigger_when_item
in classsql.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 byPostgreSQLParser.event_trigger_when_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterEvent_trigger_when_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterEvent_trigger_when_list
in classsql.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 interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
- Overrides:
enterEveryRule
in classsql.postgresql.PostgreSQLParserBaseListener
-
enterException_sect
public void enterException_sect(sql.postgresql.PostgreSQLParser.Exception_sectContext ctx) Enter a parse tree produced byPostgreSQLParser.exception_sect()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterException_sect
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterException_sect
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExclusionconstraintelem
public void enterExclusionconstraintelem(sql.postgresql.PostgreSQLParser.ExclusionconstraintelemContext ctx) Enter a parse tree produced byPostgreSQLParser.exclusionconstraintelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExclusionconstraintelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExclusionconstraintelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExclusionconstraintlist
public void enterExclusionconstraintlist(sql.postgresql.PostgreSQLParser.ExclusionconstraintlistContext ctx) Enter a parse tree produced byPostgreSQLParser.exclusionconstraintlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExclusionconstraintlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExclusionconstraintlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExclusionwhereclause
public void enterExclusionwhereclause(sql.postgresql.PostgreSQLParser.ExclusionwhereclauseContext ctx) Enter a parse tree produced byPostgreSQLParser.exclusionwhereclause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExclusionwhereclause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExclusionwhereclause
in classsql.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 byPostgreSQLParser.execute_param_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExecute_param_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExecute_param_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExecutestmt
public void enterExecutestmt(sql.postgresql.PostgreSQLParser.ExecutestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.executestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExecutestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExecutestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExistingindex
public void enterExistingindex(sql.postgresql.PostgreSQLParser.ExistingindexContext ctx) Enter a parse tree produced byPostgreSQLParser.existingindex()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExistingindex
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExistingindex
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExit_type
public void enterExit_type(sql.postgresql.PostgreSQLParser.Exit_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.exit_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExit_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExit_type
in classsql.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 byPostgreSQLParser.explain_option_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExplain_option_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExplain_option_arg
in classsql.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 byPostgreSQLParser.explain_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExplain_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExplain_option_elem
in classsql.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 byPostgreSQLParser.explain_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExplain_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExplain_option_list
in classsql.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 byPostgreSQLParser.explain_option_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExplain_option_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExplain_option_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExplainablestmt
public void enterExplainablestmt(sql.postgresql.PostgreSQLParser.ExplainablestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.explainablestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExplainablestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExplainablestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExplainstmt
public void enterExplainstmt(sql.postgresql.PostgreSQLParser.ExplainstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.explainstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExplainstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExplainstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExplicit_row
public void enterExplicit_row(sql.postgresql.PostgreSQLParser.Explicit_rowContext ctx) Enter a parse tree produced byPostgreSQLParser.explicit_row()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExplicit_row
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExplicit_row
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExpr_list
public void enterExpr_list(sql.postgresql.PostgreSQLParser.Expr_listContext ctx) Enter a parse tree produced byPostgreSQLParser.expr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExpr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExpr_list
in classsql.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 byPostgreSQLParser.expr_until_loop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExpr_until_loop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExpr_until_loop
in classsql.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 byPostgreSQLParser.expr_until_rightbracket()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExpr_until_rightbracket
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExpr_until_rightbracket
in classsql.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 byPostgreSQLParser.expr_until_semi()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExpr_until_semi
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExpr_until_semi
in classsql.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 byPostgreSQLParser.expr_until_then()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExpr_until_then
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExpr_until_then
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExtract_arg
public void enterExtract_arg(sql.postgresql.PostgreSQLParser.Extract_argContext ctx) Enter a parse tree produced byPostgreSQLParser.extract_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExtract_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExtract_arg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterExtract_list
public void enterExtract_list(sql.postgresql.PostgreSQLParser.Extract_listContext ctx) Enter a parse tree produced byPostgreSQLParser.extract_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterExtract_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterExtract_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFconst
public void enterFconst(sql.postgresql.PostgreSQLParser.FconstContext ctx) Enter a parse tree produced byPostgreSQLParser.fconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFdw_option
public void enterFdw_option(sql.postgresql.PostgreSQLParser.Fdw_optionContext ctx) Enter a parse tree produced byPostgreSQLParser.fdw_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFdw_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFdw_option
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFdw_options
public void enterFdw_options(sql.postgresql.PostgreSQLParser.Fdw_optionsContext ctx) Enter a parse tree produced byPostgreSQLParser.fdw_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFdw_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFdw_options
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFetch_args
public void enterFetch_args(sql.postgresql.PostgreSQLParser.Fetch_argsContext ctx) Enter a parse tree produced byPostgreSQLParser.fetch_args()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFetch_args
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFetch_args
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFetchstmt
public void enterFetchstmt(sql.postgresql.PostgreSQLParser.FetchstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.fetchstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFetchstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFetchstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFile_name
public void enterFile_name(sql.postgresql.PostgreSQLParser.File_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.file_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFile_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFile_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFilter_clause
public void enterFilter_clause(sql.postgresql.PostgreSQLParser.Filter_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.filter_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFilter_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFilter_clause
in classsql.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 byPostgreSQLParser.first_or_next()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFirst_or_next
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFirst_or_next
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFor_control
public void enterFor_control(sql.postgresql.PostgreSQLParser.For_controlContext ctx) Enter a parse tree produced byPostgreSQLParser.for_control()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFor_control
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFor_control
in classsql.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 byPostgreSQLParser.for_locking_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFor_locking_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFor_locking_clause
in classsql.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 byPostgreSQLParser.for_locking_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFor_locking_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFor_locking_item
in classsql.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 byPostgreSQLParser.for_locking_items()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFor_locking_items
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFor_locking_items
in classsql.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 byPostgreSQLParser.for_locking_strength()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFor_locking_strength
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFor_locking_strength
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFor_variable
public void enterFor_variable(sql.postgresql.PostgreSQLParser.For_variableContext ctx) Enter a parse tree produced byPostgreSQLParser.for_variable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFor_variable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFor_variable
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterForeach_slice
public void enterForeach_slice(sql.postgresql.PostgreSQLParser.Foreach_sliceContext ctx) Enter a parse tree produced byPostgreSQLParser.foreach_slice()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterForeach_slice
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterForeach_slice
in classsql.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 byPostgreSQLParser.foreign_server_version()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterForeign_server_version
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterForeign_server_version
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFrame_bound
public void enterFrame_bound(sql.postgresql.PostgreSQLParser.Frame_boundContext ctx) Enter a parse tree produced byPostgreSQLParser.frame_bound()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFrame_bound
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFrame_bound
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFrame_extent
public void enterFrame_extent(sql.postgresql.PostgreSQLParser.Frame_extentContext ctx) Enter a parse tree produced byPostgreSQLParser.frame_extent()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFrame_extent
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFrame_extent
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFrom_clause
public void enterFrom_clause(sql.postgresql.PostgreSQLParser.From_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.from_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFrom_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFrom_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFrom_in
public void enterFrom_in(sql.postgresql.PostgreSQLParser.From_inContext ctx) Enter a parse tree produced byPostgreSQLParser.from_in()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFrom_in
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFrom_in
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFrom_list
public void enterFrom_list(sql.postgresql.PostgreSQLParser.From_listContext ctx) Enter a parse tree produced byPostgreSQLParser.from_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFrom_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFrom_list
in classsql.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 byPostgreSQLParser.func_alias_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_alias_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_alias_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunc_application
public void enterFunc_application(sql.postgresql.PostgreSQLParser.Func_applicationContext ctx) Enter a parse tree produced byPostgreSQLParser.func_application()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_application
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_application
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunc_arg
public void enterFunc_arg(sql.postgresql.PostgreSQLParser.Func_argContext ctx) Enter a parse tree produced byPostgreSQLParser.func_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_arg
in classsql.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 byPostgreSQLParser.func_arg_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_arg_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_arg_expr
in classsql.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 byPostgreSQLParser.func_arg_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_arg_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_arg_list
in classsql.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 byPostgreSQLParser.func_arg_with_default()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_arg_with_default
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_arg_with_default
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunc_args
public void enterFunc_args(sql.postgresql.PostgreSQLParser.Func_argsContext ctx) Enter a parse tree produced byPostgreSQLParser.func_args()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_args
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_args
in classsql.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 byPostgreSQLParser.func_args_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_args_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_args_list
in classsql.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 byPostgreSQLParser.func_args_with_defaults()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_args_with_defaults
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_args_with_defaults
in classsql.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 byPostgreSQLParser.func_args_with_defaults_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_args_with_defaults_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_args_with_defaults_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunc_as
public void enterFunc_as(sql.postgresql.PostgreSQLParser.Func_asContext ctx) Enter a parse tree produced byPostgreSQLParser.func_as()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_as
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_as
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunc_expr
public void enterFunc_expr(sql.postgresql.PostgreSQLParser.Func_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.func_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_expr
in classsql.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 byPostgreSQLParser.func_expr_common_subexpr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_expr_common_subexpr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_expr_common_subexpr
in classsql.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 byPostgreSQLParser.func_expr_windowless()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_expr_windowless
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_expr_windowless
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunc_name
public void enterFunc_name(sql.postgresql.PostgreSQLParser.Func_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.func_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunc_return
public void enterFunc_return(sql.postgresql.PostgreSQLParser.Func_returnContext ctx) Enter a parse tree produced byPostgreSQLParser.func_return()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_return
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_return
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunc_table
public void enterFunc_table(sql.postgresql.PostgreSQLParser.Func_tableContext ctx) Enter a parse tree produced byPostgreSQLParser.func_table()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_table
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_table
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunc_type
public void enterFunc_type(sql.postgresql.PostgreSQLParser.Func_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.func_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunc_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunc_type
in classsql.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 byPostgreSQLParser.function_or_procedure()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunction_or_procedure
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunction_or_procedure
in classsql.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 byPostgreSQLParser.function_with_argtypes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunction_with_argtypes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunction_with_argtypes
in classsql.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 byPostgreSQLParser.function_with_argtypes_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunction_with_argtypes_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunction_with_argtypes_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterFunctionsetresetclause
public void enterFunctionsetresetclause(sql.postgresql.PostgreSQLParser.FunctionsetresetclauseContext ctx) Enter a parse tree produced byPostgreSQLParser.functionsetresetclause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterFunctionsetresetclause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterFunctionsetresetclause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGenerated_when
public void enterGenerated_when(sql.postgresql.PostgreSQLParser.Generated_whenContext ctx) Enter a parse tree produced byPostgreSQLParser.generated_when()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGenerated_when
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGenerated_when
in classsql.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 byPostgreSQLParser.generic_option_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGeneric_option_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGeneric_option_arg
in classsql.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 byPostgreSQLParser.generic_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGeneric_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGeneric_option_elem
in classsql.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 byPostgreSQLParser.generic_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGeneric_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGeneric_option_list
in classsql.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 byPostgreSQLParser.generic_option_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGeneric_option_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGeneric_option_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGeneric_reset
public void enterGeneric_reset(sql.postgresql.PostgreSQLParser.Generic_resetContext ctx) Enter a parse tree produced byPostgreSQLParser.generic_reset()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGeneric_reset
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGeneric_reset
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGeneric_set
public void enterGeneric_set(sql.postgresql.PostgreSQLParser.Generic_setContext ctx) Enter a parse tree produced byPostgreSQLParser.generic_set()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGeneric_set
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGeneric_set
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGenerictype
public void enterGenerictype(sql.postgresql.PostgreSQLParser.GenerictypeContext ctx) Enter a parse tree produced byPostgreSQLParser.generictype()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGenerictype
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGenerictype
in classsql.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 byPostgreSQLParser.getdiag_area_opt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGetdiag_area_opt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGetdiag_area_opt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGetdiag_item
public void enterGetdiag_item(sql.postgresql.PostgreSQLParser.Getdiag_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.getdiag_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGetdiag_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGetdiag_item
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGetdiag_list
public void enterGetdiag_list(sql.postgresql.PostgreSQLParser.Getdiag_listContext ctx) Enter a parse tree produced byPostgreSQLParser.getdiag_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGetdiag_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGetdiag_list
in classsql.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 byPostgreSQLParser.getdiag_list_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGetdiag_list_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGetdiag_list_item
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGetdiag_target
public void enterGetdiag_target(sql.postgresql.PostgreSQLParser.Getdiag_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.getdiag_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGetdiag_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGetdiag_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGrantee
public void enterGrantee(sql.postgresql.PostgreSQLParser.GranteeContext ctx) Enter a parse tree produced byPostgreSQLParser.grantee()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGrantee
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGrantee
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGrantee_list
public void enterGrantee_list(sql.postgresql.PostgreSQLParser.Grantee_listContext ctx) Enter a parse tree produced byPostgreSQLParser.grantee_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGrantee_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGrantee_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGrantrolestmt
public void enterGrantrolestmt(sql.postgresql.PostgreSQLParser.GrantrolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.grantrolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGrantrolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGrantrolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGrantstmt
public void enterGrantstmt(sql.postgresql.PostgreSQLParser.GrantstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.grantstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGrantstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGrantstmt
in classsql.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 byPostgreSQLParser.group_by_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGroup_by_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGroup_by_item
in classsql.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 byPostgreSQLParser.group_by_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGroup_by_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGroup_by_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterGroup_clause
public void enterGroup_clause(sql.postgresql.PostgreSQLParser.Group_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.group_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGroup_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGroup_clause
in classsql.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 byPostgreSQLParser.grouping_sets_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterGrouping_sets_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterGrouping_sets_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterHandler_name
public void enterHandler_name(sql.postgresql.PostgreSQLParser.Handler_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.handler_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterHandler_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterHandler_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterHash_partbound
public void enterHash_partbound(sql.postgresql.PostgreSQLParser.Hash_partboundContext ctx) Enter a parse tree produced byPostgreSQLParser.hash_partbound()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterHash_partbound
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterHash_partbound
in classsql.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 byPostgreSQLParser.hash_partbound_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterHash_partbound_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterHash_partbound_elem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterHaving_clause
public void enterHaving_clause(sql.postgresql.PostgreSQLParser.Having_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.having_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterHaving_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterHaving_clause
in classsql.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 byPostgreSQLParser.i_or_f_const()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterI_or_f_const
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterI_or_f_const
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterIconst
public void enterIconst(sql.postgresql.PostgreSQLParser.IconstContext ctx) Enter a parse tree produced byPostgreSQLParser.iconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterIdentifier
public void enterIdentifier(sql.postgresql.PostgreSQLParser.IdentifierContext ctx) Enter a parse tree produced byPostgreSQLParser.identifier()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIdentifier
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIdentifier
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterImplicit_row
public void enterImplicit_row(sql.postgresql.PostgreSQLParser.Implicit_rowContext ctx) Enter a parse tree produced byPostgreSQLParser.implicit_row()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterImplicit_row
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterImplicit_row
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterImport_qualification
public void enterImport_qualification(sql.postgresql.PostgreSQLParser.Import_qualificationContext ctx) Enter a parse tree produced byPostgreSQLParser.import_qualification()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterImport_qualification
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterImport_qualification
in classsql.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 byPostgreSQLParser.import_qualification_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterImport_qualification_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterImport_qualification_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterImportforeignschemastmt
public void enterImportforeignschemastmt(sql.postgresql.PostgreSQLParser.ImportforeignschemastmtContext ctx) Enter a parse tree produced byPostgreSQLParser.importforeignschemastmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterImportforeignschemastmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterImportforeignschemastmt
in classsql.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 thein_expr_list
labeled alternative inPostgreSQLParser.in_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIn_expr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIn_expr_list
in classsql.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 thein_expr_select
labeled alternative inPostgreSQLParser.in_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIn_expr_select
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIn_expr_select
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterIndex_elem
public void enterIndex_elem(sql.postgresql.PostgreSQLParser.Index_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.index_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIndex_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIndex_elem
in classsql.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 byPostgreSQLParser.index_elem_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIndex_elem_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIndex_elem_options
in classsql.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 byPostgreSQLParser.index_including_params()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIndex_including_params
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIndex_including_params
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterIndex_params
public void enterIndex_params(sql.postgresql.PostgreSQLParser.Index_paramsContext ctx) Enter a parse tree produced byPostgreSQLParser.index_params()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIndex_params
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIndex_params
in classsql.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 byPostgreSQLParser.index_partition_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIndex_partition_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIndex_partition_cmd
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterIndexstmt
public void enterIndexstmt(sql.postgresql.PostgreSQLParser.IndexstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.indexstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIndexstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIndexstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterIndirection
public void enterIndirection(sql.postgresql.PostgreSQLParser.IndirectionContext ctx) Enter a parse tree produced byPostgreSQLParser.indirection()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIndirection
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIndirection
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterIndirection_el
public void enterIndirection_el(sql.postgresql.PostgreSQLParser.Indirection_elContext ctx) Enter a parse tree produced byPostgreSQLParser.indirection_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIndirection_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIndirection_el
in classsql.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 byPostgreSQLParser.insert_column_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterInsert_column_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterInsert_column_item
in classsql.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 byPostgreSQLParser.insert_column_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterInsert_column_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterInsert_column_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterInsert_rest
public void enterInsert_rest(sql.postgresql.PostgreSQLParser.Insert_restContext ctx) Enter a parse tree produced byPostgreSQLParser.insert_rest()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterInsert_rest
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterInsert_rest
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterInsert_target
public void enterInsert_target(sql.postgresql.PostgreSQLParser.Insert_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.insert_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterInsert_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterInsert_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterInsertstmt
public void enterInsertstmt(sql.postgresql.PostgreSQLParser.InsertstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.insertstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterInsertstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterInsertstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterInterval_second
public void enterInterval_second(sql.postgresql.PostgreSQLParser.Interval_secondContext ctx) Enter a parse tree produced byPostgreSQLParser.interval_second()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterInterval_second
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterInterval_second
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterInto_clause
public void enterInto_clause(sql.postgresql.PostgreSQLParser.Into_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.into_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterInto_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterInto_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterInto_target
public void enterInto_target(sql.postgresql.PostgreSQLParser.Into_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.into_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterInto_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterInto_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterIso_level
public void enterIso_level(sql.postgresql.PostgreSQLParser.Iso_levelContext ctx) Enter a parse tree produced byPostgreSQLParser.iso_level()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterIso_level
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterIso_level
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterJoin_qual
public void enterJoin_qual(sql.postgresql.PostgreSQLParser.Join_qualContext ctx) Enter a parse tree produced byPostgreSQLParser.join_qual()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterJoin_qual
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterJoin_qual
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterJoin_type
public void enterJoin_type(sql.postgresql.PostgreSQLParser.Join_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.join_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterJoin_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterJoin_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterKey_action
public void enterKey_action(sql.postgresql.PostgreSQLParser.Key_actionContext ctx) Enter a parse tree produced byPostgreSQLParser.key_action()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterKey_action
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterKey_action
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterKey_actions
public void enterKey_actions(sql.postgresql.PostgreSQLParser.Key_actionsContext ctx) Enter a parse tree produced byPostgreSQLParser.key_actions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterKey_actions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterKey_actions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterKey_delete
public void enterKey_delete(sql.postgresql.PostgreSQLParser.Key_deleteContext ctx) Enter a parse tree produced byPostgreSQLParser.key_delete()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterKey_delete
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterKey_delete
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterKey_match
public void enterKey_match(sql.postgresql.PostgreSQLParser.Key_matchContext ctx) Enter a parse tree produced byPostgreSQLParser.key_match()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterKey_match
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterKey_match
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterKey_update
public void enterKey_update(sql.postgresql.PostgreSQLParser.Key_updateContext ctx) Enter a parse tree produced byPostgreSQLParser.key_update()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterKey_update
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterKey_update
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterLabel_decl
public void enterLabel_decl(sql.postgresql.PostgreSQLParser.Label_declContext ctx) Enter a parse tree produced byPostgreSQLParser.label_decl()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterLabel_decl
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterLabel_decl
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterLimit_clause
public void enterLimit_clause(sql.postgresql.PostgreSQLParser.Limit_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.limit_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterLimit_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterLimit_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterListenstmt
public void enterListenstmt(sql.postgresql.PostgreSQLParser.ListenstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.listenstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterListenstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterListenstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterLoadstmt
public void enterLoadstmt(sql.postgresql.PostgreSQLParser.LoadstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.loadstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterLoadstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterLoadstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterLock_type
public void enterLock_type(sql.postgresql.PostgreSQLParser.Lock_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.lock_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterLock_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterLock_type
in classsql.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 byPostgreSQLParser.locked_rels_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterLocked_rels_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterLocked_rels_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterLockstmt
public void enterLockstmt(sql.postgresql.PostgreSQLParser.LockstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.lockstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterLockstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterLockstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterLoop_body
public void enterLoop_body(sql.postgresql.PostgreSQLParser.Loop_bodyContext ctx) Enter a parse tree produced byPostgreSQLParser.loop_body()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterLoop_body
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterLoop_body
in classsql.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 byPostgreSQLParser.make_execsql_stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterMake_execsql_stmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterMake_execsql_stmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterMathop
public void enterMathop(sql.postgresql.PostgreSQLParser.MathopContext ctx) Enter a parse tree produced byPostgreSQLParser.mathop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterMathop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterMathop
in classsql.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 byPostgreSQLParser.merge_delete_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterMerge_delete_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterMerge_delete_clause
in classsql.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 byPostgreSQLParser.merge_insert_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterMerge_insert_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterMerge_insert_clause
in classsql.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 byPostgreSQLParser.merge_update_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterMerge_update_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterMerge_update_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterMergestmt
public void enterMergestmt(sql.postgresql.PostgreSQLParser.MergestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.mergestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterMergestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterMergestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterName
public void enterName(sql.postgresql.PostgreSQLParser.NameContext ctx) Enter a parse tree produced byPostgreSQLParser.name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterName
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterName
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterName_list
public void enterName_list(sql.postgresql.PostgreSQLParser.Name_listContext ctx) Enter a parse tree produced byPostgreSQLParser.name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterName_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterName_list
in classsql.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 byPostgreSQLParser.non_ansi_join()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterNon_ansi_join
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterNon_ansi_join
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterNonreservedword
public void enterNonreservedword(sql.postgresql.PostgreSQLParser.NonreservedwordContext ctx) Enter a parse tree produced byPostgreSQLParser.nonreservedword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterNonreservedword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterNonreservedword
in classsql.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 byPostgreSQLParser.nonreservedword_or_sconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterNonreservedword_or_sconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterNonreservedword_or_sconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterNotify_payload
public void enterNotify_payload(sql.postgresql.PostgreSQLParser.Notify_payloadContext ctx) Enter a parse tree produced byPostgreSQLParser.notify_payload()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterNotify_payload
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterNotify_payload
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterNotifystmt
public void enterNotifystmt(sql.postgresql.PostgreSQLParser.NotifystmtContext ctx) Enter a parse tree produced byPostgreSQLParser.notifystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterNotifystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterNotifystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterNumeric
public void enterNumeric(sql.postgresql.PostgreSQLParser.NumericContext ctx) Enter a parse tree produced byPostgreSQLParser.numeric()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterNumeric
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterNumeric
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterNumericonly
public void enterNumericonly(sql.postgresql.PostgreSQLParser.NumericonlyContext ctx) Enter a parse tree produced byPostgreSQLParser.numericonly()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterNumericonly
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterNumericonly
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterNumericonly_list
public void enterNumericonly_list(sql.postgresql.PostgreSQLParser.Numericonly_listContext ctx) Enter a parse tree produced byPostgreSQLParser.numericonly_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterNumericonly_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterNumericonly_list
in classsql.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 byPostgreSQLParser.object_type_any_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterObject_type_any_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterObject_type_any_name
in classsql.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 byPostgreSQLParser.object_type_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterObject_type_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterObject_type_name
in classsql.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 byPostgreSQLParser.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 interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterObject_type_name_on_any_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOffset_clause
public void enterOffset_clause(sql.postgresql.PostgreSQLParser.Offset_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.offset_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOffset_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOffset_clause
in classsql.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 byPostgreSQLParser.old_aggr_definition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOld_aggr_definition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOld_aggr_definition
in classsql.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 byPostgreSQLParser.old_aggr_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOld_aggr_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOld_aggr_elem
in classsql.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 byPostgreSQLParser.old_aggr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOld_aggr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOld_aggr_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOncommitoption
public void enterOncommitoption(sql.postgresql.PostgreSQLParser.OncommitoptionContext ctx) Enter a parse tree produced byPostgreSQLParser.oncommitoption()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOncommitoption
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOncommitoption
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpclass_drop
public void enterOpclass_drop(sql.postgresql.PostgreSQLParser.Opclass_dropContext ctx) Enter a parse tree produced byPostgreSQLParser.opclass_drop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpclass_drop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpclass_drop
in classsql.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 byPostgreSQLParser.opclass_drop_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpclass_drop_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpclass_drop_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpclass_item
public void enterOpclass_item(sql.postgresql.PostgreSQLParser.Opclass_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.opclass_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpclass_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpclass_item
in classsql.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 byPostgreSQLParser.opclass_item_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpclass_item_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpclass_item_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpclass_purpose
public void enterOpclass_purpose(sql.postgresql.PostgreSQLParser.Opclass_purposeContext ctx) Enter a parse tree produced byPostgreSQLParser.opclass_purpose()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpclass_purpose
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpclass_purpose
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOper_argtypes
public void enterOper_argtypes(sql.postgresql.PostgreSQLParser.Oper_argtypesContext ctx) Enter a parse tree produced byPostgreSQLParser.oper_argtypes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOper_argtypes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOper_argtypes
in classsql.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 byPostgreSQLParser.operator_def_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOperator_def_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOperator_def_arg
in classsql.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 byPostgreSQLParser.operator_def_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOperator_def_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOperator_def_elem
in classsql.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 byPostgreSQLParser.operator_def_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOperator_def_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOperator_def_list
in classsql.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 byPostgreSQLParser.operator_with_argtypes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOperator_with_argtypes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOperator_with_argtypes
in classsql.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 byPostgreSQLParser.operator_with_argtypes_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOperator_with_argtypes_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOperator_with_argtypes_list
in classsql.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 byPostgreSQLParser.opt_alias_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_alias_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_alias_clause
in classsql.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 byPostgreSQLParser.opt_all_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_all_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_all_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_analyze
public void enterOpt_analyze(sql.postgresql.PostgreSQLParser.Opt_analyzeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_analyze()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_analyze
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_analyze
in classsql.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 byPostgreSQLParser.opt_array_bounds()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_array_bounds
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_array_bounds
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_as
public void enterOpt_as(sql.postgresql.PostgreSQLParser.Opt_asContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_as()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_as
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_as
in classsql.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 byPostgreSQLParser.opt_asc_desc()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_asc_desc
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_asc_desc
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_binary
public void enterOpt_binary(sql.postgresql.PostgreSQLParser.Opt_binaryContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_binary()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_binary
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_binary
in classsql.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 byPostgreSQLParser.opt_block_label()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_block_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_block_label
in classsql.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 byPostgreSQLParser.opt_boolean_or_string()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_boolean_or_string
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_boolean_or_string
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_by
public void enterOpt_by(sql.postgresql.PostgreSQLParser.Opt_byContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_by()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_by
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_by
in classsql.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 byPostgreSQLParser.opt_by_expression()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_by_expression
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_by_expression
in classsql.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 byPostgreSQLParser.opt_c_include()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_c_include
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_c_include
in classsql.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 byPostgreSQLParser.opt_case_else()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_case_else
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_case_else
in classsql.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 byPostgreSQLParser.opt_check_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_check_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_check_option
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_class
public void enterOpt_class(sql.postgresql.PostgreSQLParser.Opt_classContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_class()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_class
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_class
in classsql.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 byPostgreSQLParser.opt_col_def_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_col_def_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_col_def_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_collate
public void enterOpt_collate(sql.postgresql.PostgreSQLParser.Opt_collateContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_collate()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_collate
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_collate
in classsql.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 byPostgreSQLParser.opt_collate_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_collate_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_collate_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_column
public void enterOpt_column(sql.postgresql.PostgreSQLParser.Opt_columnContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_column()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_column
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_column
in classsql.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 byPostgreSQLParser.opt_column_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_column_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_column_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_concurrently
public void enterOpt_concurrently(sql.postgresql.PostgreSQLParser.Opt_concurrentlyContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_concurrently()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_concurrently
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_concurrently
in classsql.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 byPostgreSQLParser.opt_conf_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_conf_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_conf_expr
in classsql.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 byPostgreSQLParser.opt_cursor_from()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_cursor_from
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_cursor_from
in classsql.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 byPostgreSQLParser.opt_cursor_parameters()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_cursor_parameters
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_cursor_parameters
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_default
public void enterOpt_default(sql.postgresql.PostgreSQLParser.Opt_defaultContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_default()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_default
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_default
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_definition
public void enterOpt_definition(sql.postgresql.PostgreSQLParser.Opt_definitionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_definition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_definition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_definition
in classsql.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 byPostgreSQLParser.opt_drop_behavior()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_drop_behavior
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_drop_behavior
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_encoding
public void enterOpt_encoding(sql.postgresql.PostgreSQLParser.Opt_encodingContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_encoding()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_encoding
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_encoding
in classsql.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 byPostgreSQLParser.opt_enum_val_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_enum_val_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_enum_val_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_equal
public void enterOpt_equal(sql.postgresql.PostgreSQLParser.Opt_equalContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_equal()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_equal
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_equal
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_escape
public void enterOpt_escape(sql.postgresql.PostgreSQLParser.Opt_escapeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_escape()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_escape
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_escape
in classsql.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 byPostgreSQLParser.opt_execute_into()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_execute_into
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_execute_into
in classsql.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 byPostgreSQLParser.opt_execute_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_execute_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_execute_using
in classsql.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 byPostgreSQLParser.opt_execute_using_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_execute_using_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_execute_using_list
in classsql.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 byPostgreSQLParser.opt_existing_window_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_existing_window_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_existing_window_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_exitcond
public void enterOpt_exitcond(sql.postgresql.PostgreSQLParser.Opt_exitcondContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_exitcond()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_exitcond
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_exitcond
in classsql.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 byPostgreSQLParser.opt_expr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_expr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_expr_list
in classsql.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 byPostgreSQLParser.opt_expr_until_when()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_expr_until_when
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_expr_until_when
in classsql.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 byPostgreSQLParser.opt_fdw_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_fdw_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_fdw_options
in classsql.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 byPostgreSQLParser.opt_fetch_direction()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_fetch_direction
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_fetch_direction
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_float
public void enterOpt_float(sql.postgresql.PostgreSQLParser.Opt_floatContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_float()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_float
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_float
in classsql.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 byPostgreSQLParser.opt_for_locking_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_for_locking_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_for_locking_clause
in classsql.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 byPostgreSQLParser.opt_for_using_expression()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_for_using_expression
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_for_using_expression
in classsql.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 byPostgreSQLParser.opt_foreign_server_version()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_foreign_server_version
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_foreign_server_version
in classsql.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 byPostgreSQLParser.opt_frame_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_frame_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_frame_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_freeze
public void enterOpt_freeze(sql.postgresql.PostgreSQLParser.Opt_freezeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_freeze()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_freeze
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_freeze
in classsql.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 byPostgreSQLParser.opt_from_in()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_from_in
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_from_in
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_full
public void enterOpt_full(sql.postgresql.PostgreSQLParser.Opt_fullContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_full()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_full
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_full
in classsql.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 byPostgreSQLParser.opt_grant_admin_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_grant_admin_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_grant_admin_option
in classsql.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 byPostgreSQLParser.opt_grant_grant_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_grant_grant_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_grant_grant_option
in classsql.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 byPostgreSQLParser.opt_granted_by()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_granted_by
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_granted_by
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_hold
public void enterOpt_hold(sql.postgresql.PostgreSQLParser.Opt_holdContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_hold()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_hold
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_hold
in classsql.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 byPostgreSQLParser.opt_if_exists()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_if_exists
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_if_exists
in classsql.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 byPostgreSQLParser.opt_if_not_exists()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_if_not_exists
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_if_not_exists
in classsql.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 byPostgreSQLParser.opt_in_database()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_in_database
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_in_database
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_include
public void enterOpt_include(sql.postgresql.PostgreSQLParser.Opt_includeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_include()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_include
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_include
in classsql.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 byPostgreSQLParser.opt_index_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_index_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_index_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_indirection
public void enterOpt_indirection(sql.postgresql.PostgreSQLParser.Opt_indirectionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_indirection()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_indirection
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_indirection
in classsql.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 byPostgreSQLParser.opt_inline_handler()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_inline_handler
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_inline_handler
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_instead
public void enterOpt_instead(sql.postgresql.PostgreSQLParser.Opt_insteadContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_instead()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_instead
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_instead
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_interval
public void enterOpt_interval(sql.postgresql.PostgreSQLParser.Opt_intervalContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_interval()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_interval
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_interval
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_label
public void enterOpt_label(sql.postgresql.PostgreSQLParser.Opt_labelContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_label()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_label
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_lock
public void enterOpt_lock(sql.postgresql.PostgreSQLParser.Opt_lockContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_lock()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_lock
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_lock
in classsql.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 byPostgreSQLParser.opt_loop_label()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_loop_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_loop_label
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_materialized
public void enterOpt_materialized(sql.postgresql.PostgreSQLParser.Opt_materializedContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_materialized()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_materialized
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_materialized
in classsql.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 byPostgreSQLParser.opt_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_name_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_no
public void enterOpt_no(sql.postgresql.PostgreSQLParser.Opt_noContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_no()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_no
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_no
in classsql.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 byPostgreSQLParser.opt_no_inherit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_no_inherit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_no_inherit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_nowait
public void enterOpt_nowait(sql.postgresql.PostgreSQLParser.Opt_nowaitContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_nowait()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_nowait
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_nowait
in classsql.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 byPostgreSQLParser.opt_nowait_or_skip()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_nowait_or_skip
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_nowait_or_skip
in classsql.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 byPostgreSQLParser.opt_nulls_order()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_nulls_order
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_nulls_order
in classsql.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 byPostgreSQLParser.opt_on_conflict()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_on_conflict
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_on_conflict
in classsql.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 byPostgreSQLParser.opt_open_bound_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_open_bound_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_open_bound_list
in classsql.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 byPostgreSQLParser.opt_open_bound_list_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_open_bound_list_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_open_bound_list_item
in classsql.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 byPostgreSQLParser.opt_open_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_open_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_open_using
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_opfamily
public void enterOpt_opfamily(sql.postgresql.PostgreSQLParser.Opt_opfamilyContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_opfamily()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_opfamily
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_opfamily
in classsql.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 byPostgreSQLParser.opt_or_replace()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_or_replace
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_or_replace
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_ordinality
public void enterOpt_ordinality(sql.postgresql.PostgreSQLParser.Opt_ordinalityContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_ordinality()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_ordinality
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_ordinality
in classsql.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 byPostgreSQLParser.opt_partition_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_partition_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_partition_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_procedural
public void enterOpt_procedural(sql.postgresql.PostgreSQLParser.Opt_proceduralContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_procedural()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_procedural
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_procedural
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_program
public void enterOpt_program(sql.postgresql.PostgreSQLParser.Opt_programContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_program()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_program
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_program
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_provider
public void enterOpt_provider(sql.postgresql.PostgreSQLParser.Opt_providerContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_provider()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_provider
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_provider
in classsql.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 byPostgreSQLParser.opt_publication_for_tables()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_publication_for_tables
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_publication_for_tables
in classsql.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 byPostgreSQLParser.opt_raise_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_raise_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_raise_list
in classsql.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 byPostgreSQLParser.opt_raise_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_raise_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_raise_using
in classsql.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 byPostgreSQLParser.opt_raise_using_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_raise_using_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_raise_using_elem
in classsql.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 byPostgreSQLParser.opt_raise_using_elem_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_raise_using_elem_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_raise_using_elem_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_recheck
public void enterOpt_recheck(sql.postgresql.PostgreSQLParser.Opt_recheckContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_recheck()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_recheck
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_recheck
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_reloptions
public void enterOpt_reloptions(sql.postgresql.PostgreSQLParser.Opt_reloptionsContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_reloptions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_reloptions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_reloptions
in classsql.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 byPostgreSQLParser.opt_repeatable_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_repeatable_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_repeatable_clause
in classsql.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 byPostgreSQLParser.opt_restart_seqs()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_restart_seqs
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_restart_seqs
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_restrict
public void enterOpt_restrict(sql.postgresql.PostgreSQLParser.Opt_restrictContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_restrict()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_restrict
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_restrict
in classsql.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 byPostgreSQLParser.opt_return_result()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_return_result
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_return_result
in classsql.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 byPostgreSQLParser.opt_returning_clause_into()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_returning_clause_into
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_returning_clause_into
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_reverse
public void enterOpt_reverse(sql.postgresql.PostgreSQLParser.Opt_reverseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_reverse()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_reverse
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_reverse
in classsql.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 byPostgreSQLParser.opt_scroll_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_scroll_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_scroll_option
in classsql.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 byPostgreSQLParser.opt_scroll_option_no()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_scroll_option_no
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_scroll_option_no
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_scrollable
public void enterOpt_scrollable(sql.postgresql.PostgreSQLParser.Opt_scrollableContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_scrollable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_scrollable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_scrollable
in classsql.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 byPostgreSQLParser.opt_select_limit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_select_limit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_select_limit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_semi
public void enterOpt_semi(sql.postgresql.PostgreSQLParser.Opt_semiContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_semi()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_semi
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_semi
in classsql.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 byPostgreSQLParser.opt_set_data()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_set_data
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_set_data
in classsql.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 byPostgreSQLParser.opt_slice_bound()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_slice_bound
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_slice_bound
in classsql.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 byPostgreSQLParser.opt_sort_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_sort_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_sort_clause
in classsql.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 byPostgreSQLParser.opt_stmt_assert_message()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_stmt_assert_message
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_stmt_assert_message
in classsql.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 byPostgreSQLParser.opt_stmt_raise_level()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_stmt_raise_level
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_stmt_raise_level
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_strict
public void enterOpt_strict(sql.postgresql.PostgreSQLParser.Opt_strictContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_strict()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_strict
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_strict
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_table
public void enterOpt_table(sql.postgresql.PostgreSQLParser.Opt_tableContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_table()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_table
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_table
in classsql.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 byPostgreSQLParser.opt_target_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_target_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_target_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_timezone
public void enterOpt_timezone(sql.postgresql.PostgreSQLParser.Opt_timezoneContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_timezone()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_timezone
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_timezone
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_transaction
public void enterOpt_transaction(sql.postgresql.PostgreSQLParser.Opt_transactionContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_transaction()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_transaction
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_transaction
in classsql.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 byPostgreSQLParser.opt_transaction_chain()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_transaction_chain
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_transaction_chain
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_trusted
public void enterOpt_trusted(sql.postgresql.PostgreSQLParser.Opt_trustedContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_trusted()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_trusted
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_trusted
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_type
public void enterOpt_type(sql.postgresql.PostgreSQLParser.Opt_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_type
in classsql.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 byPostgreSQLParser.opt_type_modifiers()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_type_modifiers
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_type_modifiers
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_uescape
public void enterOpt_uescape(sql.postgresql.PostgreSQLParser.Opt_uescapeContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_uescape()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_uescape
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_uescape
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_unique
public void enterOpt_unique(sql.postgresql.PostgreSQLParser.Opt_uniqueContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_unique()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_unique
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_unique
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_using
public void enterOpt_using(sql.postgresql.PostgreSQLParser.Opt_usingContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_using
in classsql.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 byPostgreSQLParser.opt_vacuum_relation_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_vacuum_relation_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_vacuum_relation_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_validator
public void enterOpt_validator(sql.postgresql.PostgreSQLParser.Opt_validatorContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_validator()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_validator
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_validator
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_varying
public void enterOpt_varying(sql.postgresql.PostgreSQLParser.Opt_varyingContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_varying()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_varying
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_varying
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_verbose
public void enterOpt_verbose(sql.postgresql.PostgreSQLParser.Opt_verboseContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_verbose()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_verbose
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_verbose
in classsql.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 byPostgreSQLParser.opt_window_exclusion_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_window_exclusion_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_window_exclusion_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpt_with
public void enterOpt_with(sql.postgresql.PostgreSQLParser.Opt_withContext ctx) Enter a parse tree produced byPostgreSQLParser.opt_with()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_with
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_with
in classsql.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 byPostgreSQLParser.opt_with_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_with_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_with_clause
in classsql.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 byPostgreSQLParser.opt_with_data()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_with_data
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_with_data
in classsql.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 byPostgreSQLParser.opt_xml_root_standalone()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpt_xml_root_standalone
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpt_xml_root_standalone
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptconstablespace
public void enterOptconstablespace(sql.postgresql.PostgreSQLParser.OptconstablespaceContext ctx) Enter a parse tree produced byPostgreSQLParser.optconstablespace()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptconstablespace
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptconstablespace
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptconstrfromtable
public void enterOptconstrfromtable(sql.postgresql.PostgreSQLParser.OptconstrfromtableContext ctx) Enter a parse tree produced byPostgreSQLParser.optconstrfromtable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptconstrfromtable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptconstrfromtable
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptinherit
public void enterOptinherit(sql.postgresql.PostgreSQLParser.OptinheritContext ctx) Enter a parse tree produced byPostgreSQLParser.optinherit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptinherit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptinherit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOption_value
public void enterOption_value(sql.postgresql.PostgreSQLParser.Option_valueContext ctx) Enter a parse tree produced byPostgreSQLParser.option_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOption_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOption_value
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptnolog
public void enterOptnolog(sql.postgresql.PostgreSQLParser.OptnologContext ctx) Enter a parse tree produced byPostgreSQLParser.optnolog()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptnolog
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptnolog
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptparenthesizedseqoptlist
public void enterOptparenthesizedseqoptlist(sql.postgresql.PostgreSQLParser.OptparenthesizedseqoptlistContext ctx) Enter a parse tree produced byPostgreSQLParser.optparenthesizedseqoptlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptparenthesizedseqoptlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptparenthesizedseqoptlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptpartitionspec
public void enterOptpartitionspec(sql.postgresql.PostgreSQLParser.OptpartitionspecContext ctx) Enter a parse tree produced byPostgreSQLParser.optpartitionspec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptpartitionspec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptpartitionspec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptrolelist
public void enterOptrolelist(sql.postgresql.PostgreSQLParser.OptrolelistContext ctx) Enter a parse tree produced byPostgreSQLParser.optrolelist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptrolelist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptrolelist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptschemaeltlist
public void enterOptschemaeltlist(sql.postgresql.PostgreSQLParser.OptschemaeltlistContext ctx) Enter a parse tree produced byPostgreSQLParser.optschemaeltlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptschemaeltlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptschemaeltlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptschemaname
public void enterOptschemaname(sql.postgresql.PostgreSQLParser.OptschemanameContext ctx) Enter a parse tree produced byPostgreSQLParser.optschemaname()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptschemaname
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptschemaname
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptseqoptlist
public void enterOptseqoptlist(sql.postgresql.PostgreSQLParser.OptseqoptlistContext ctx) Enter a parse tree produced byPostgreSQLParser.optseqoptlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptseqoptlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptseqoptlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpttableelementlist
public void enterOpttableelementlist(sql.postgresql.PostgreSQLParser.OpttableelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.opttableelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpttableelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpttableelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpttablefuncelementlist
public void enterOpttablefuncelementlist(sql.postgresql.PostgreSQLParser.OpttablefuncelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.opttablefuncelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpttablefuncelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpttablefuncelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpttablespace
public void enterOpttablespace(sql.postgresql.PostgreSQLParser.OpttablespaceContext ctx) Enter a parse tree produced byPostgreSQLParser.opttablespace()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpttablespace
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpttablespace
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpttablespaceowner
public void enterOpttablespaceowner(sql.postgresql.PostgreSQLParser.OpttablespaceownerContext ctx) Enter a parse tree produced byPostgreSQLParser.opttablespaceowner()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpttablespaceowner
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpttablespaceowner
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpttemp
public void enterOpttemp(sql.postgresql.PostgreSQLParser.OpttempContext ctx) Enter a parse tree produced byPostgreSQLParser.opttemp()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpttemp
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpttemp
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpttempTableName
public void enterOpttempTableName(sql.postgresql.PostgreSQLParser.OpttempTableNameContext ctx) Enter a parse tree produced byPostgreSQLParser.opttempTableName()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpttempTableName
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpttempTableName
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOpttypedtableelementlist
public void enterOpttypedtableelementlist(sql.postgresql.PostgreSQLParser.OpttypedtableelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.opttypedtableelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOpttypedtableelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOpttypedtableelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOptwith
public void enterOptwith(sql.postgresql.PostgreSQLParser.OptwithContext ctx) Enter a parse tree produced byPostgreSQLParser.optwith()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOptwith
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOptwith
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOver_clause
public void enterOver_clause(sql.postgresql.PostgreSQLParser.Over_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.over_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOver_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOver_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOverlay_list
public void enterOverlay_list(sql.postgresql.PostgreSQLParser.Overlay_listContext ctx) Enter a parse tree produced byPostgreSQLParser.overlay_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOverlay_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOverlay_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterOverride_kind
public void enterOverride_kind(sql.postgresql.PostgreSQLParser.Override_kindContext ctx) Enter a parse tree produced byPostgreSQLParser.override_kind()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterOverride_kind
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterOverride_kind
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterParam_name
public void enterParam_name(sql.postgresql.PostgreSQLParser.Param_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.param_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterParam_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterParam_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPart_elem
public void enterPart_elem(sql.postgresql.PostgreSQLParser.Part_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.part_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPart_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPart_elem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPart_params
public void enterPart_params(sql.postgresql.PostgreSQLParser.Part_paramsContext ctx) Enter a parse tree produced byPostgreSQLParser.part_params()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPart_params
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPart_params
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPartition_cmd
public void enterPartition_cmd(sql.postgresql.PostgreSQLParser.Partition_cmdContext ctx) Enter a parse tree produced byPostgreSQLParser.partition_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPartition_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPartition_cmd
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPartitionboundspec
public void enterPartitionboundspec(sql.postgresql.PostgreSQLParser.PartitionboundspecContext ctx) Enter a parse tree produced byPostgreSQLParser.partitionboundspec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPartitionboundspec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPartitionboundspec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPartitionspec
public void enterPartitionspec(sql.postgresql.PostgreSQLParser.PartitionspecContext ctx) Enter a parse tree produced byPostgreSQLParser.partitionspec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPartitionspec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPartitionspec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPl_block
public void enterPl_block(sql.postgresql.PostgreSQLParser.Pl_blockContext ctx) Enter a parse tree produced byPostgreSQLParser.pl_block()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPl_block
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPl_block
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPl_function
public void enterPl_function(sql.postgresql.PostgreSQLParser.Pl_functionContext ctx) Enter a parse tree produced byPostgreSQLParser.pl_function()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPl_function
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPl_function
in classsql.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 byPostgreSQLParser.plsql_opt_transaction_chain()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPlsql_opt_transaction_chain
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPlsql_opt_transaction_chain
in classsql.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 byPostgreSQLParser.plsql_unreserved_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPlsql_unreserved_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPlsql_unreserved_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPlsqlconsolecommand
public void enterPlsqlconsolecommand(sql.postgresql.PostgreSQLParser.PlsqlconsolecommandContext ctx) Enter a parse tree produced byPostgreSQLParser.plsqlconsolecommand()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPlsqlconsolecommand
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPlsqlconsolecommand
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPlsqlidentifier
public void enterPlsqlidentifier(sql.postgresql.PostgreSQLParser.PlsqlidentifierContext ctx) Enter a parse tree produced byPostgreSQLParser.plsqlidentifier()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPlsqlidentifier
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPlsqlidentifier
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPlsqlroot
public void enterPlsqlroot(sql.postgresql.PostgreSQLParser.PlsqlrootContext ctx) Enter a parse tree produced byPostgreSQLParser.plsqlroot()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPlsqlroot
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPlsqlroot
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPlsqlvariablename
public void enterPlsqlvariablename(sql.postgresql.PostgreSQLParser.PlsqlvariablenameContext ctx) Enter a parse tree produced byPostgreSQLParser.plsqlvariablename()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPlsqlvariablename
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPlsqlvariablename
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPosition_list
public void enterPosition_list(sql.postgresql.PostgreSQLParser.Position_listContext ctx) Enter a parse tree produced byPostgreSQLParser.position_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPosition_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPosition_list
in classsql.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 byPostgreSQLParser.prep_type_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPrep_type_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPrep_type_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPreparablestmt
public void enterPreparablestmt(sql.postgresql.PostgreSQLParser.PreparablestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.preparablestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPreparablestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPreparablestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPreparestmt
public void enterPreparestmt(sql.postgresql.PostgreSQLParser.PreparestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.preparestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPreparestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPreparestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPrivilege
public void enterPrivilege(sql.postgresql.PostgreSQLParser.PrivilegeContext ctx) Enter a parse tree produced byPostgreSQLParser.privilege()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPrivilege
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPrivilege
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPrivilege_list
public void enterPrivilege_list(sql.postgresql.PostgreSQLParser.Privilege_listContext ctx) Enter a parse tree produced byPostgreSQLParser.privilege_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPrivilege_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPrivilege_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPrivilege_target
public void enterPrivilege_target(sql.postgresql.PostgreSQLParser.Privilege_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.privilege_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPrivilege_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPrivilege_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterPrivileges
public void enterPrivileges(sql.postgresql.PostgreSQLParser.PrivilegesContext ctx) Enter a parse tree produced byPostgreSQLParser.privileges()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPrivileges
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPrivileges
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterProc_condition
public void enterProc_condition(sql.postgresql.PostgreSQLParser.Proc_conditionContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_condition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterProc_condition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterProc_condition
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterProc_conditions
public void enterProc_conditions(sql.postgresql.PostgreSQLParser.Proc_conditionsContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_conditions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterProc_conditions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterProc_conditions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterProc_exception
public void enterProc_exception(sql.postgresql.PostgreSQLParser.Proc_exceptionContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_exception()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterProc_exception
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterProc_exception
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterProc_exceptions
public void enterProc_exceptions(sql.postgresql.PostgreSQLParser.Proc_exceptionsContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_exceptions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterProc_exceptions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterProc_exceptions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterProc_sect
public void enterProc_sect(sql.postgresql.PostgreSQLParser.Proc_sectContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_sect()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterProc_sect
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterProc_sect
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterProc_stmt
public void enterProc_stmt(sql.postgresql.PostgreSQLParser.Proc_stmtContext ctx) Enter a parse tree produced byPostgreSQLParser.proc_stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterProc_stmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterProc_stmt
in classsql.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 byPostgreSQLParser.publication_for_tables()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPublication_for_tables
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPublication_for_tables
in classsql.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 byPostgreSQLParser.publication_name_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPublication_name_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPublication_name_item
in classsql.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 byPostgreSQLParser.publication_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterPublication_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterPublication_name_list
in classsql.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 byPostgreSQLParser.qual_all_op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterQual_all_op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterQual_all_op
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterQual_op
public void enterQual_op(sql.postgresql.PostgreSQLParser.Qual_opContext ctx) Enter a parse tree produced byPostgreSQLParser.qual_op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterQual_op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterQual_op
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterQualified_name
public void enterQualified_name(sql.postgresql.PostgreSQLParser.Qualified_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.qualified_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterQualified_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterQualified_name
in classsql.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 byPostgreSQLParser.qualified_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterQualified_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterQualified_name_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterReassignownedstmt
public void enterReassignownedstmt(sql.postgresql.PostgreSQLParser.ReassignownedstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.reassignownedstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReassignownedstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReassignownedstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRefreshmatviewstmt
public void enterRefreshmatviewstmt(sql.postgresql.PostgreSQLParser.RefreshmatviewstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.refreshmatviewstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRefreshmatviewstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRefreshmatviewstmt
in classsql.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 byPostgreSQLParser.reindex_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReindex_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReindex_option_elem
in classsql.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 byPostgreSQLParser.reindex_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReindex_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReindex_option_list
in classsql.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 byPostgreSQLParser.reindex_target_multitable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReindex_target_multitable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReindex_target_multitable
in classsql.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 byPostgreSQLParser.reindex_target_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReindex_target_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReindex_target_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterReindexstmt
public void enterReindexstmt(sql.postgresql.PostgreSQLParser.ReindexstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.reindexstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReindexstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReindexstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRelation_expr
public void enterRelation_expr(sql.postgresql.PostgreSQLParser.Relation_exprContext ctx) Enter a parse tree produced byPostgreSQLParser.relation_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRelation_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRelation_expr
in classsql.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 byPostgreSQLParser.relation_expr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRelation_expr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRelation_expr_list
in classsql.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 byPostgreSQLParser.relation_expr_opt_alias()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRelation_expr_opt_alias
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRelation_expr_opt_alias
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterReloption_elem
public void enterReloption_elem(sql.postgresql.PostgreSQLParser.Reloption_elemContext ctx) Enter a parse tree produced byPostgreSQLParser.reloption_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReloption_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReloption_elem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterReloption_list
public void enterReloption_list(sql.postgresql.PostgreSQLParser.Reloption_listContext ctx) Enter a parse tree produced byPostgreSQLParser.reloption_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReloption_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReloption_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterReloptions
public void enterReloptions(sql.postgresql.PostgreSQLParser.ReloptionsContext ctx) Enter a parse tree produced byPostgreSQLParser.reloptions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReloptions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReloptions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRemoveaggrstmt
public void enterRemoveaggrstmt(sql.postgresql.PostgreSQLParser.RemoveaggrstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.removeaggrstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRemoveaggrstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRemoveaggrstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRemovefuncstmt
public void enterRemovefuncstmt(sql.postgresql.PostgreSQLParser.RemovefuncstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.removefuncstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRemovefuncstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRemovefuncstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRemoveoperstmt
public void enterRemoveoperstmt(sql.postgresql.PostgreSQLParser.RemoveoperstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.removeoperstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRemoveoperstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRemoveoperstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRenamestmt
public void enterRenamestmt(sql.postgresql.PostgreSQLParser.RenamestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.renamestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRenamestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRenamestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterReplica_identity
public void enterReplica_identity(sql.postgresql.PostgreSQLParser.Replica_identityContext ctx) Enter a parse tree produced byPostgreSQLParser.replica_identity()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReplica_identity
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReplica_identity
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterReserved_keyword
public void enterReserved_keyword(sql.postgresql.PostgreSQLParser.Reserved_keywordContext ctx) Enter a parse tree produced byPostgreSQLParser.reserved_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReserved_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReserved_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterReset_rest
public void enterReset_rest(sql.postgresql.PostgreSQLParser.Reset_restContext ctx) Enter a parse tree produced byPostgreSQLParser.reset_rest()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReset_rest
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReset_rest
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterReturning_clause
public void enterReturning_clause(sql.postgresql.PostgreSQLParser.Returning_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.returning_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterReturning_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterReturning_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRevokerolestmt
public void enterRevokerolestmt(sql.postgresql.PostgreSQLParser.RevokerolestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.revokerolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRevokerolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRevokerolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRevokestmt
public void enterRevokestmt(sql.postgresql.PostgreSQLParser.RevokestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.revokestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRevokestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRevokestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRole_list
public void enterRole_list(sql.postgresql.PostgreSQLParser.Role_listContext ctx) Enter a parse tree produced byPostgreSQLParser.role_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRole_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRole_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRoleid
public void enterRoleid(sql.postgresql.PostgreSQLParser.RoleidContext ctx) Enter a parse tree produced byPostgreSQLParser.roleid()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRoleid
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRoleid
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRolespec
public void enterRolespec(sql.postgresql.PostgreSQLParser.RolespecContext ctx) Enter a parse tree produced byPostgreSQLParser.rolespec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRolespec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRolespec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRollup_clause
public void enterRollup_clause(sql.postgresql.PostgreSQLParser.Rollup_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.rollup_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRollup_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRollup_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRoot
public void enterRoot(sql.postgresql.PostgreSQLParser.RootContext ctx) Enter a parse tree produced byPostgreSQLParser.root()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRoot
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRoot
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRow
public void enterRow(sql.postgresql.PostgreSQLParser.RowContext ctx) Enter a parse tree produced byPostgreSQLParser.row()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRow
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRow
in classsql.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 byPostgreSQLParser.row_or_rows()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRow_or_rows
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRow_or_rows
in classsql.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 byPostgreSQLParser.row_security_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRow_security_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRow_security_cmd
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRowsecuritydefaultforcmd
public void enterRowsecuritydefaultforcmd(sql.postgresql.PostgreSQLParser.RowsecuritydefaultforcmdContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecuritydefaultforcmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRowsecuritydefaultforcmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRowsecuritydefaultforcmd
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRowsecuritydefaultpermissive
public void enterRowsecuritydefaultpermissive(sql.postgresql.PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecuritydefaultpermissive()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRowsecuritydefaultpermissive
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRowsecuritydefaultpermissive
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRowsecuritydefaulttorole
public void enterRowsecuritydefaulttorole(sql.postgresql.PostgreSQLParser.RowsecuritydefaulttoroleContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecuritydefaulttorole()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRowsecuritydefaulttorole
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRowsecuritydefaulttorole
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRowsecurityoptionalexpr
public void enterRowsecurityoptionalexpr(sql.postgresql.PostgreSQLParser.RowsecurityoptionalexprContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecurityoptionalexpr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRowsecurityoptionalexpr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRowsecurityoptionalexpr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRowsecurityoptionaltorole
public void enterRowsecurityoptionaltorole(sql.postgresql.PostgreSQLParser.RowsecurityoptionaltoroleContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecurityoptionaltorole()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRowsecurityoptionaltorole
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRowsecurityoptionaltorole
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRowsecurityoptionalwithcheck
public void enterRowsecurityoptionalwithcheck(sql.postgresql.PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsecurityoptionalwithcheck()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRowsecurityoptionalwithcheck
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRowsecurityoptionalwithcheck
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRowsfrom_item
public void enterRowsfrom_item(sql.postgresql.PostgreSQLParser.Rowsfrom_itemContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsfrom_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRowsfrom_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRowsfrom_item
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRowsfrom_list
public void enterRowsfrom_list(sql.postgresql.PostgreSQLParser.Rowsfrom_listContext ctx) Enter a parse tree produced byPostgreSQLParser.rowsfrom_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRowsfrom_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRowsfrom_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRuleactionlist
public void enterRuleactionlist(sql.postgresql.PostgreSQLParser.RuleactionlistContext ctx) Enter a parse tree produced byPostgreSQLParser.ruleactionlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRuleactionlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRuleactionlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRuleactionmulti
public void enterRuleactionmulti(sql.postgresql.PostgreSQLParser.RuleactionmultiContext ctx) Enter a parse tree produced byPostgreSQLParser.ruleactionmulti()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRuleactionmulti
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRuleactionmulti
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRuleactionstmt
public void enterRuleactionstmt(sql.postgresql.PostgreSQLParser.RuleactionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.ruleactionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRuleactionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRuleactionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRuleactionstmtOrEmpty
public void enterRuleactionstmtOrEmpty(sql.postgresql.PostgreSQLParser.RuleactionstmtOrEmptyContext ctx) Enter a parse tree produced byPostgreSQLParser.ruleactionstmtOrEmpty()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRuleactionstmtOrEmpty
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRuleactionstmtOrEmpty
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterRulestmt
public void enterRulestmt(sql.postgresql.PostgreSQLParser.RulestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.rulestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterRulestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterRulestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSchema_stmt
public void enterSchema_stmt(sql.postgresql.PostgreSQLParser.Schema_stmtContext ctx) Enter a parse tree produced byPostgreSQLParser.schema_stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSchema_stmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSchema_stmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSconst
public void enterSconst(sql.postgresql.PostgreSQLParser.SconstContext ctx) Enter a parse tree produced byPostgreSQLParser.sconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSeclabelstmt
public void enterSeclabelstmt(sql.postgresql.PostgreSQLParser.SeclabelstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.seclabelstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSeclabelstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSeclabelstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSecurity_label
public void enterSecurity_label(sql.postgresql.PostgreSQLParser.Security_labelContext ctx) Enter a parse tree produced byPostgreSQLParser.security_label()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSecurity_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSecurity_label
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSelect_clause
public void enterSelect_clause(sql.postgresql.PostgreSQLParser.Select_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.select_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSelect_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSelect_clause
in classsql.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 byPostgreSQLParser.select_fetch_first_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSelect_fetch_first_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSelect_fetch_first_value
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSelect_limit
public void enterSelect_limit(sql.postgresql.PostgreSQLParser.Select_limitContext ctx) Enter a parse tree produced byPostgreSQLParser.select_limit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSelect_limit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSelect_limit
in classsql.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 byPostgreSQLParser.select_limit_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSelect_limit_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSelect_limit_value
in classsql.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 byPostgreSQLParser.select_no_parens()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSelect_no_parens
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSelect_no_parens
in classsql.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 byPostgreSQLParser.select_offset_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSelect_offset_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSelect_offset_value
in classsql.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 byPostgreSQLParser.select_with_parens()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSelect_with_parens
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSelect_with_parens
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSelectstmt
public void enterSelectstmt(sql.postgresql.PostgreSQLParser.SelectstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.selectstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSelectstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSelectstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSeqoptelem
public void enterSeqoptelem(sql.postgresql.PostgreSQLParser.SeqoptelemContext ctx) Enter a parse tree produced byPostgreSQLParser.seqoptelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSeqoptelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSeqoptelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSeqoptlist
public void enterSeqoptlist(sql.postgresql.PostgreSQLParser.SeqoptlistContext ctx) Enter a parse tree produced byPostgreSQLParser.seqoptlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSeqoptlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSeqoptlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSet_clause
public void enterSet_clause(sql.postgresql.PostgreSQLParser.Set_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.set_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSet_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSet_clause
in classsql.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 byPostgreSQLParser.set_clause_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSet_clause_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSet_clause_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSet_rest
public void enterSet_rest(sql.postgresql.PostgreSQLParser.Set_restContext ctx) Enter a parse tree produced byPostgreSQLParser.set_rest()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSet_rest
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSet_rest
in classsql.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 byPostgreSQLParser.set_rest_more()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSet_rest_more
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSet_rest_more
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSet_target
public void enterSet_target(sql.postgresql.PostgreSQLParser.Set_targetContext ctx) Enter a parse tree produced byPostgreSQLParser.set_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSet_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSet_target
in classsql.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 byPostgreSQLParser.set_target_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSet_target_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSet_target_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSetresetclause
public void enterSetresetclause(sql.postgresql.PostgreSQLParser.SetresetclauseContext ctx) Enter a parse tree produced byPostgreSQLParser.setresetclause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSetresetclause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSetresetclause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSharp
public void enterSharp(sql.postgresql.PostgreSQLParser.SharpContext ctx) Enter a parse tree produced byPostgreSQLParser.sharp()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSharp
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSharp
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSignediconst
public void enterSignediconst(sql.postgresql.PostgreSQLParser.SignediconstContext ctx) Enter a parse tree produced byPostgreSQLParser.signediconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSignediconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSignediconst
in classsql.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 byPostgreSQLParser.simple_select_intersect()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSimple_select_intersect
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSimple_select_intersect
in classsql.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 byPostgreSQLParser.simple_select_pramary()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSimple_select_pramary
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSimple_select_pramary
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSimpletypename
public void enterSimpletypename(sql.postgresql.PostgreSQLParser.SimpletypenameContext ctx) Enter a parse tree produced byPostgreSQLParser.simpletypename()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSimpletypename
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSimpletypename
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSort_clause
public void enterSort_clause(sql.postgresql.PostgreSQLParser.Sort_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.sort_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSort_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSort_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSortby
public void enterSortby(sql.postgresql.PostgreSQLParser.SortbyContext ctx) Enter a parse tree produced byPostgreSQLParser.sortby()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSortby
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSortby
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSortby_list
public void enterSortby_list(sql.postgresql.PostgreSQLParser.Sortby_listContext ctx) Enter a parse tree produced byPostgreSQLParser.sortby_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSortby_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSortby_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSql_expression
public void enterSql_expression(sql.postgresql.PostgreSQLParser.Sql_expressionContext ctx) Enter a parse tree produced byPostgreSQLParser.sql_expression()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSql_expression
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSql_expression
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt
public void enterStmt(sql.postgresql.PostgreSQLParser.StmtContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_assert
public void enterStmt_assert(sql.postgresql.PostgreSQLParser.Stmt_assertContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_assert()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_assert
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_assert
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_assign
public void enterStmt_assign(sql.postgresql.PostgreSQLParser.Stmt_assignContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_assign()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_assign
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_assign
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_call
public void enterStmt_call(sql.postgresql.PostgreSQLParser.Stmt_callContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_call()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_call
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_call
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_case
public void enterStmt_case(sql.postgresql.PostgreSQLParser.Stmt_caseContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_case()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_case
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_case
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_close
public void enterStmt_close(sql.postgresql.PostgreSQLParser.Stmt_closeContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_close()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_close
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_close
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_commit
public void enterStmt_commit(sql.postgresql.PostgreSQLParser.Stmt_commitContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_commit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_commit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_commit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_dynexecute
public void enterStmt_dynexecute(sql.postgresql.PostgreSQLParser.Stmt_dynexecuteContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_dynexecute()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_dynexecute
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_dynexecute
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_else
public void enterStmt_else(sql.postgresql.PostgreSQLParser.Stmt_elseContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_else()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_else
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_else
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_elsifs
public void enterStmt_elsifs(sql.postgresql.PostgreSQLParser.Stmt_elsifsContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_elsifs()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_elsifs
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_elsifs
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_execsql
public void enterStmt_execsql(sql.postgresql.PostgreSQLParser.Stmt_execsqlContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_execsql()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_execsql
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_execsql
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_exit
public void enterStmt_exit(sql.postgresql.PostgreSQLParser.Stmt_exitContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_exit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_exit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_exit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_fetch
public void enterStmt_fetch(sql.postgresql.PostgreSQLParser.Stmt_fetchContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_fetch()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_fetch
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_fetch
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_for
public void enterStmt_for(sql.postgresql.PostgreSQLParser.Stmt_forContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_for()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_for
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_for
in classsql.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 byPostgreSQLParser.stmt_foreach_a()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_foreach_a
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_foreach_a
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_getdiag
public void enterStmt_getdiag(sql.postgresql.PostgreSQLParser.Stmt_getdiagContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_getdiag()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_getdiag
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_getdiag
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_if
public void enterStmt_if(sql.postgresql.PostgreSQLParser.Stmt_ifContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_if()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_if
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_if
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_loop
public void enterStmt_loop(sql.postgresql.PostgreSQLParser.Stmt_loopContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_loop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_loop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_loop
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_move
public void enterStmt_move(sql.postgresql.PostgreSQLParser.Stmt_moveContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_move()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_move
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_move
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_null
public void enterStmt_null(sql.postgresql.PostgreSQLParser.Stmt_nullContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_null()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_null
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_null
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_open
public void enterStmt_open(sql.postgresql.PostgreSQLParser.Stmt_openContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_open()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_open
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_open
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_perform
public void enterStmt_perform(sql.postgresql.PostgreSQLParser.Stmt_performContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_perform()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_perform
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_perform
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_raise
public void enterStmt_raise(sql.postgresql.PostgreSQLParser.Stmt_raiseContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_raise()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_raise
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_raise
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_return
public void enterStmt_return(sql.postgresql.PostgreSQLParser.Stmt_returnContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_return()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_return
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_return
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_rollback
public void enterStmt_rollback(sql.postgresql.PostgreSQLParser.Stmt_rollbackContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_rollback()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_rollback
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_rollback
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_set
public void enterStmt_set(sql.postgresql.PostgreSQLParser.Stmt_setContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_set()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_set
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_set
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmt_while
public void enterStmt_while(sql.postgresql.PostgreSQLParser.Stmt_whileContext ctx) Enter a parse tree produced byPostgreSQLParser.stmt_while()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmt_while
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmt_while
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmtblock
public void enterStmtblock(sql.postgresql.PostgreSQLParser.StmtblockContext ctx) Enter a parse tree produced byPostgreSQLParser.stmtblock()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmtblock
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmtblock
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterStmtmulti
public void enterStmtmulti(sql.postgresql.PostgreSQLParser.StmtmultiContext ctx) Enter a parse tree produced byPostgreSQLParser.stmtmulti()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterStmtmulti
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterStmtmulti
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSub_type
public void enterSub_type(sql.postgresql.PostgreSQLParser.Sub_typeContext ctx) Enter a parse tree produced byPostgreSQLParser.sub_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSub_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSub_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSubquery_Op
public void enterSubquery_Op(sql.postgresql.PostgreSQLParser.Subquery_OpContext ctx) Enter a parse tree produced byPostgreSQLParser.subquery_Op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSubquery_Op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSubquery_Op
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterSubstr_list
public void enterSubstr_list(sql.postgresql.PostgreSQLParser.Substr_listContext ctx) Enter a parse tree produced byPostgreSQLParser.substr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterSubstr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterSubstr_list
in classsql.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 byPostgreSQLParser.table_access_method_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTable_access_method_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTable_access_method_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTable_alias
public void enterTable_alias(sql.postgresql.PostgreSQLParser.Table_aliasContext ctx) Enter a parse tree produced byPostgreSQLParser.table_alias()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTable_alias
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTable_alias
in classsql.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 byPostgreSQLParser.table_alias_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTable_alias_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTable_alias_clause
in classsql.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 byPostgreSQLParser.table_func_column()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTable_func_column
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTable_func_column
in classsql.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 byPostgreSQLParser.table_func_column_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTable_func_column_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTable_func_column_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTable_ref
public void enterTable_ref(sql.postgresql.PostgreSQLParser.Table_refContext ctx) Enter a parse tree produced byPostgreSQLParser.table_ref()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTable_ref
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTable_ref
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTableconstraint
public void enterTableconstraint(sql.postgresql.PostgreSQLParser.TableconstraintContext ctx) Enter a parse tree produced byPostgreSQLParser.tableconstraint()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTableconstraint
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTableconstraint
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTableelement
public void enterTableelement(sql.postgresql.PostgreSQLParser.TableelementContext ctx) Enter a parse tree produced byPostgreSQLParser.tableelement()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTableelement
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTableelement
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTableelementlist
public void enterTableelementlist(sql.postgresql.PostgreSQLParser.TableelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.tableelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTableelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTableelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTablefuncelement
public void enterTablefuncelement(sql.postgresql.PostgreSQLParser.TablefuncelementContext ctx) Enter a parse tree produced byPostgreSQLParser.tablefuncelement()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTablefuncelement
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTablefuncelement
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTablefuncelementlist
public void enterTablefuncelementlist(sql.postgresql.PostgreSQLParser.TablefuncelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.tablefuncelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTablefuncelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTablefuncelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTablelikeclause
public void enterTablelikeclause(sql.postgresql.PostgreSQLParser.TablelikeclauseContext ctx) Enter a parse tree produced byPostgreSQLParser.tablelikeclause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTablelikeclause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTablelikeclause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTablelikeoption
public void enterTablelikeoption(sql.postgresql.PostgreSQLParser.TablelikeoptionContext ctx) Enter a parse tree produced byPostgreSQLParser.tablelikeoption()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTablelikeoption
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTablelikeoption
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTablelikeoptionlist
public void enterTablelikeoptionlist(sql.postgresql.PostgreSQLParser.TablelikeoptionlistContext ctx) Enter a parse tree produced byPostgreSQLParser.tablelikeoptionlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTablelikeoptionlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTablelikeoptionlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTablesample_clause
public void enterTablesample_clause(sql.postgresql.PostgreSQLParser.Tablesample_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.tablesample_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTablesample_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTablesample_clause
in classsql.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 thetarget_label
labeled alternative inPostgreSQLParser.target_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTarget_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTarget_label
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTarget_list
public void enterTarget_list(sql.postgresql.PostgreSQLParser.Target_listContext ctx) Enter a parse tree produced byPostgreSQLParser.target_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTarget_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTarget_list
in classsql.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 thetarget_star
labeled alternative inPostgreSQLParser.target_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTarget_star
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTarget_star
in classsql.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 byPostgreSQLParser.transaction_mode_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTransaction_mode_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTransaction_mode_item
in classsql.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 byPostgreSQLParser.transaction_mode_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTransaction_mode_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTransaction_mode_list
in classsql.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 byPostgreSQLParser.transaction_mode_list_or_empty()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTransaction_mode_list_or_empty
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTransaction_mode_list_or_empty
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTransactionstmt
public void enterTransactionstmt(sql.postgresql.PostgreSQLParser.TransactionstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.transactionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTransactionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTransactionstmt
in classsql.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 byPostgreSQLParser.transform_element_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTransform_element_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTransform_element_list
in classsql.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 byPostgreSQLParser.transform_type_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTransform_type_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTransform_type_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTransitionoldornew
public void enterTransitionoldornew(sql.postgresql.PostgreSQLParser.TransitionoldornewContext ctx) Enter a parse tree produced byPostgreSQLParser.transitionoldornew()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTransitionoldornew
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTransitionoldornew
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTransitionrelname
public void enterTransitionrelname(sql.postgresql.PostgreSQLParser.TransitionrelnameContext ctx) Enter a parse tree produced byPostgreSQLParser.transitionrelname()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTransitionrelname
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTransitionrelname
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTransitionrowortable
public void enterTransitionrowortable(sql.postgresql.PostgreSQLParser.TransitionrowortableContext ctx) Enter a parse tree produced byPostgreSQLParser.transitionrowortable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTransitionrowortable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTransitionrowortable
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggeractiontime
public void enterTriggeractiontime(sql.postgresql.PostgreSQLParser.TriggeractiontimeContext ctx) Enter a parse tree produced byPostgreSQLParser.triggeractiontime()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggeractiontime
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggeractiontime
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggerevents
public void enterTriggerevents(sql.postgresql.PostgreSQLParser.TriggereventsContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerevents()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggerevents
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggerevents
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggerforopteach
public void enterTriggerforopteach(sql.postgresql.PostgreSQLParser.TriggerforopteachContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerforopteach()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggerforopteach
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggerforopteach
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggerforspec
public void enterTriggerforspec(sql.postgresql.PostgreSQLParser.TriggerforspecContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerforspec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggerforspec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggerforspec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggerfortype
public void enterTriggerfortype(sql.postgresql.PostgreSQLParser.TriggerfortypeContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerfortype()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggerfortype
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggerfortype
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggerfuncarg
public void enterTriggerfuncarg(sql.postgresql.PostgreSQLParser.TriggerfuncargContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerfuncarg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggerfuncarg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggerfuncarg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggerfuncargs
public void enterTriggerfuncargs(sql.postgresql.PostgreSQLParser.TriggerfuncargsContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerfuncargs()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggerfuncargs
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggerfuncargs
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggeroneevent
public void enterTriggeroneevent(sql.postgresql.PostgreSQLParser.TriggeroneeventContext ctx) Enter a parse tree produced byPostgreSQLParser.triggeroneevent()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggeroneevent
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggeroneevent
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggerreferencing
public void enterTriggerreferencing(sql.postgresql.PostgreSQLParser.TriggerreferencingContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerreferencing()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggerreferencing
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggerreferencing
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggertransition
public void enterTriggertransition(sql.postgresql.PostgreSQLParser.TriggertransitionContext ctx) Enter a parse tree produced byPostgreSQLParser.triggertransition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggertransition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggertransition
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggertransitions
public void enterTriggertransitions(sql.postgresql.PostgreSQLParser.TriggertransitionsContext ctx) Enter a parse tree produced byPostgreSQLParser.triggertransitions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggertransitions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggertransitions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTriggerwhen
public void enterTriggerwhen(sql.postgresql.PostgreSQLParser.TriggerwhenContext ctx) Enter a parse tree produced byPostgreSQLParser.triggerwhen()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTriggerwhen
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTriggerwhen
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTrim_list
public void enterTrim_list(sql.postgresql.PostgreSQLParser.Trim_listContext ctx) Enter a parse tree produced byPostgreSQLParser.trim_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTrim_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTrim_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTruncatestmt
public void enterTruncatestmt(sql.postgresql.PostgreSQLParser.TruncatestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.truncatestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTruncatestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTruncatestmt
in classsql.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 byPostgreSQLParser.type_func_name_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterType_func_name_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterType_func_name_keyword
in classsql.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 byPostgreSQLParser.type_function_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterType_function_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterType_function_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterType_list
public void enterType_list(sql.postgresql.PostgreSQLParser.Type_listContext ctx) Enter a parse tree produced byPostgreSQLParser.type_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterType_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterType_list
in classsql.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 byPostgreSQLParser.type_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterType_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterType_name_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTypedtableelement
public void enterTypedtableelement(sql.postgresql.PostgreSQLParser.TypedtableelementContext ctx) Enter a parse tree produced byPostgreSQLParser.typedtableelement()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTypedtableelement
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTypedtableelement
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTypedtableelementlist
public void enterTypedtableelementlist(sql.postgresql.PostgreSQLParser.TypedtableelementlistContext ctx) Enter a parse tree produced byPostgreSQLParser.typedtableelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTypedtableelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTypedtableelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterTypename
public void enterTypename(sql.postgresql.PostgreSQLParser.TypenameContext ctx) Enter a parse tree produced byPostgreSQLParser.typename()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterTypename
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterTypename
in classsql.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 byPostgreSQLParser.unicode_normal_form()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterUnicode_normal_form
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterUnicode_normal_form
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterUnlistenstmt
public void enterUnlistenstmt(sql.postgresql.PostgreSQLParser.UnlistenstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.unlistenstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterUnlistenstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterUnlistenstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterUnreserved_keyword
public void enterUnreserved_keyword(sql.postgresql.PostgreSQLParser.Unreserved_keywordContext ctx) Enter a parse tree produced byPostgreSQLParser.unreserved_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterUnreserved_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterUnreserved_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterUpdatestmt
public void enterUpdatestmt(sql.postgresql.PostgreSQLParser.UpdatestmtContext ctx) Enter a parse tree produced byPostgreSQLParser.updatestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterUpdatestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterUpdatestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterUsing_clause
public void enterUsing_clause(sql.postgresql.PostgreSQLParser.Using_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.using_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterUsing_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterUsing_clause
in classsql.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 byPostgreSQLParser.vac_analyze_option_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVac_analyze_option_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVac_analyze_option_arg
in classsql.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 byPostgreSQLParser.vac_analyze_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVac_analyze_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVac_analyze_option_elem
in classsql.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 byPostgreSQLParser.vac_analyze_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVac_analyze_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVac_analyze_option_list
in classsql.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 byPostgreSQLParser.vac_analyze_option_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVac_analyze_option_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVac_analyze_option_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterVacuum_relation
public void enterVacuum_relation(sql.postgresql.PostgreSQLParser.Vacuum_relationContext ctx) Enter a parse tree produced byPostgreSQLParser.vacuum_relation()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVacuum_relation
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVacuum_relation
in classsql.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 byPostgreSQLParser.vacuum_relation_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVacuum_relation_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVacuum_relation_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterVacuumstmt
public void enterVacuumstmt(sql.postgresql.PostgreSQLParser.VacuumstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.vacuumstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVacuumstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVacuumstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterValidator_clause
public void enterValidator_clause(sql.postgresql.PostgreSQLParser.Validator_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.validator_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterValidator_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterValidator_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterValues_clause
public void enterValues_clause(sql.postgresql.PostgreSQLParser.Values_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.values_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterValues_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterValues_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterVar_list
public void enterVar_list(sql.postgresql.PostgreSQLParser.Var_listContext ctx) Enter a parse tree produced byPostgreSQLParser.var_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVar_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVar_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterVar_name
public void enterVar_name(sql.postgresql.PostgreSQLParser.Var_nameContext ctx) Enter a parse tree produced byPostgreSQLParser.var_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVar_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVar_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterVar_value
public void enterVar_value(sql.postgresql.PostgreSQLParser.Var_valueContext ctx) Enter a parse tree produced byPostgreSQLParser.var_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVar_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVar_value
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterVariableresetstmt
public void enterVariableresetstmt(sql.postgresql.PostgreSQLParser.VariableresetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.variableresetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVariableresetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVariableresetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterVariablesetstmt
public void enterVariablesetstmt(sql.postgresql.PostgreSQLParser.VariablesetstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.variablesetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVariablesetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVariablesetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterVariableshowstmt
public void enterVariableshowstmt(sql.postgresql.PostgreSQLParser.VariableshowstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.variableshowstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterVariableshowstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterVariableshowstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterViewstmt
public void enterViewstmt(sql.postgresql.PostgreSQLParser.ViewstmtContext ctx) Enter a parse tree produced byPostgreSQLParser.viewstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterViewstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterViewstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterWhen_clause
public void enterWhen_clause(sql.postgresql.PostgreSQLParser.When_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.when_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWhen_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWhen_clause
in classsql.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 byPostgreSQLParser.when_clause_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWhen_clause_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWhen_clause_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterWhere_clause
public void enterWhere_clause(sql.postgresql.PostgreSQLParser.Where_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.where_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWhere_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWhere_clause
in classsql.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 byPostgreSQLParser.where_or_current_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWhere_or_current_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWhere_or_current_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterWindow_clause
public void enterWindow_clause(sql.postgresql.PostgreSQLParser.Window_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.window_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWindow_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWindow_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterWindow_definition
public void enterWindow_definition(sql.postgresql.PostgreSQLParser.Window_definitionContext ctx) Enter a parse tree produced byPostgreSQLParser.window_definition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWindow_definition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWindow_definition
in classsql.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 byPostgreSQLParser.window_definition_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWindow_definition_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWindow_definition_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterWindow_specification
public void enterWindow_specification(sql.postgresql.PostgreSQLParser.Window_specificationContext ctx) Enter a parse tree produced byPostgreSQLParser.window_specification()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWindow_specification
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWindow_specification
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterWith_clause
public void enterWith_clause(sql.postgresql.PostgreSQLParser.With_clauseContext ctx) Enter a parse tree produced byPostgreSQLParser.with_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWith_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWith_clause
in classsql.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 byPostgreSQLParser.within_group_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterWithin_group_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterWithin_group_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterXconst
public void enterXconst(sql.postgresql.PostgreSQLParser.XconstContext ctx) Enter a parse tree produced byPostgreSQLParser.xconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXconst
in classsql.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 byPostgreSQLParser.xml_attribute_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXml_attribute_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXml_attribute_el
in classsql.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 byPostgreSQLParser.xml_attribute_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXml_attribute_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXml_attribute_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterXml_attributes
public void enterXml_attributes(sql.postgresql.PostgreSQLParser.Xml_attributesContext ctx) Enter a parse tree produced byPostgreSQLParser.xml_attributes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXml_attributes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXml_attributes
in classsql.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 byPostgreSQLParser.xml_namespace_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXml_namespace_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXml_namespace_el
in classsql.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 byPostgreSQLParser.xml_namespace_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXml_namespace_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXml_namespace_list
in classsql.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 byPostgreSQLParser.xml_passing_mech()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXml_passing_mech
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXml_passing_mech
in classsql.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 byPostgreSQLParser.xml_root_version()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXml_root_version
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXml_root_version
in classsql.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 byPostgreSQLParser.xml_whitespace_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXml_whitespace_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXml_whitespace_option
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterXmlexists_argument
public void enterXmlexists_argument(sql.postgresql.PostgreSQLParser.Xmlexists_argumentContext ctx) Enter a parse tree produced byPostgreSQLParser.xmlexists_argument()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXmlexists_argument
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXmlexists_argument
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterXmltable
public void enterXmltable(sql.postgresql.PostgreSQLParser.XmltableContext ctx) Enter a parse tree produced byPostgreSQLParser.xmltable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXmltable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXmltable
in classsql.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 byPostgreSQLParser.xmltable_column_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXmltable_column_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXmltable_column_el
in classsql.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 byPostgreSQLParser.xmltable_column_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXmltable_column_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXmltable_column_list
in classsql.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 byPostgreSQLParser.xmltable_column_option_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXmltable_column_option_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXmltable_column_option_el
in classsql.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 byPostgreSQLParser.xmltable_column_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterXmltable_column_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterXmltable_column_option_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
enterZone_value
public void enterZone_value(sql.postgresql.PostgreSQLParser.Zone_valueContext ctx) Enter a parse tree produced byPostgreSQLParser.zone_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
enterZone_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
enterZone_value
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitA_expr
public void exitA_expr(sql.postgresql.PostgreSQLParser.A_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.a_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr
in classsql.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 byPostgreSQLParser.a_expr_add()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_add
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_add
in classsql.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 byPostgreSQLParser.a_expr_and()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_and
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_and
in classsql.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 byPostgreSQLParser.a_expr_at_time_zone()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_at_time_zone
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_at_time_zone
in classsql.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 byPostgreSQLParser.a_expr_between()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_between
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_between
in classsql.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 byPostgreSQLParser.a_expr_caret()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_caret
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_caret
in classsql.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 byPostgreSQLParser.a_expr_collate()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_collate
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_collate
in classsql.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 byPostgreSQLParser.a_expr_compare()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_compare
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_compare
in classsql.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 byPostgreSQLParser.a_expr_in()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_in
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_in
in classsql.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 byPostgreSQLParser.a_expr_is_not()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_is_not
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_is_not
in classsql.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 byPostgreSQLParser.a_expr_isnull()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_isnull
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_isnull
in classsql.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 byPostgreSQLParser.a_expr_lessless()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_lessless
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_lessless
in classsql.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 byPostgreSQLParser.a_expr_like()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_like
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_like
in classsql.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 byPostgreSQLParser.a_expr_mul()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_mul
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_mul
in classsql.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 byPostgreSQLParser.a_expr_or()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_or
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_or
in classsql.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 byPostgreSQLParser.a_expr_qual()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_qual
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_qual
in classsql.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 byPostgreSQLParser.a_expr_qual_op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_qual_op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_qual_op
in classsql.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 byPostgreSQLParser.a_expr_typecast()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_typecast
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_typecast
in classsql.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 byPostgreSQLParser.a_expr_unary_not()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_unary_not
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_unary_not
in classsql.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 byPostgreSQLParser.a_expr_unary_qualop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_unary_qualop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_unary_qualop
in classsql.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 byPostgreSQLParser.a_expr_unary_sign()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitA_expr_unary_sign
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitA_expr_unary_sign
in classsql.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 byPostgreSQLParser.access_method_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAccess_method_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAccess_method_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAdd_drop
public void exitAdd_drop(sql.postgresql.PostgreSQLParser.Add_dropContext ctx) Exit a parse tree produced byPostgreSQLParser.add_drop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAdd_drop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAdd_drop
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAexprconst
public void exitAexprconst(sql.postgresql.PostgreSQLParser.AexprconstContext ctx) Exit a parse tree produced byPostgreSQLParser.aexprconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAexprconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAexprconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAggr_arg
public void exitAggr_arg(sql.postgresql.PostgreSQLParser.Aggr_argContext ctx) Exit a parse tree produced byPostgreSQLParser.aggr_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAggr_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAggr_arg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAggr_args
public void exitAggr_args(sql.postgresql.PostgreSQLParser.Aggr_argsContext ctx) Exit a parse tree produced byPostgreSQLParser.aggr_args()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAggr_args
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAggr_args
in classsql.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 byPostgreSQLParser.aggr_args_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAggr_args_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAggr_args_list
in classsql.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 byPostgreSQLParser.aggregate_with_argtypes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAggregate_with_argtypes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAggregate_with_argtypes
in classsql.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 byPostgreSQLParser.aggregate_with_argtypes_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAggregate_with_argtypes_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAggregate_with_argtypes_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlias_clause
public void exitAlias_clause(sql.postgresql.PostgreSQLParser.Alias_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.alias_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlias_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlias_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAll_op
public void exitAll_op(sql.postgresql.PostgreSQLParser.All_opContext ctx) Exit a parse tree produced byPostgreSQLParser.all_op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAll_op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAll_op
in classsql.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 byPostgreSQLParser.all_or_distinct()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAll_or_distinct
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAll_or_distinct
in classsql.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 byPostgreSQLParser.alter_column_default()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_column_default
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_column_default
in classsql.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 byPostgreSQLParser.alter_extension_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_extension_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_extension_opt_item
in classsql.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 byPostgreSQLParser.alter_extension_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_extension_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_extension_opt_list
in classsql.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 byPostgreSQLParser.alter_generic_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_generic_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_generic_option_elem
in classsql.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 byPostgreSQLParser.alter_generic_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_generic_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_generic_option_list
in classsql.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 byPostgreSQLParser.alter_generic_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_generic_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_generic_options
in classsql.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 byPostgreSQLParser.alter_identity_column_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_identity_column_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_identity_column_option
in classsql.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 byPostgreSQLParser.alter_identity_column_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_identity_column_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_identity_column_option_list
in classsql.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 byPostgreSQLParser.alter_table_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_table_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_table_cmd
in classsql.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 byPostgreSQLParser.alter_table_cmds()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_table_cmds
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_table_cmds
in classsql.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 byPostgreSQLParser.alter_type_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_type_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_type_cmd
in classsql.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 byPostgreSQLParser.alter_type_cmds()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_type_cmds
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_type_cmds
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlter_using
public void exitAlter_using(sql.postgresql.PostgreSQLParser.Alter_usingContext ctx) Exit a parse tree produced byPostgreSQLParser.alter_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlter_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlter_using
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltercollationstmt
public void exitAltercollationstmt(sql.postgresql.PostgreSQLParser.AltercollationstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altercollationstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltercollationstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltercollationstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltercompositetypestmt
public void exitAltercompositetypestmt(sql.postgresql.PostgreSQLParser.AltercompositetypestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altercompositetypestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltercompositetypestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltercompositetypestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterdatabasesetstmt
public void exitAlterdatabasesetstmt(sql.postgresql.PostgreSQLParser.AlterdatabasesetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterdatabasesetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterdatabasesetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterdatabasesetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterdatabasestmt
public void exitAlterdatabasestmt(sql.postgresql.PostgreSQLParser.AlterdatabasestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterdatabasestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterdatabasestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterdatabasestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterdefaultprivilegesstmt
public void exitAlterdefaultprivilegesstmt(sql.postgresql.PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterdefaultprivilegesstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterdefaultprivilegesstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterdefaultprivilegesstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterdomainstmt
public void exitAlterdomainstmt(sql.postgresql.PostgreSQLParser.AlterdomainstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterdomainstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterdomainstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterdomainstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterenumstmt
public void exitAlterenumstmt(sql.postgresql.PostgreSQLParser.AlterenumstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterenumstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterenumstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterenumstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltereventtrigstmt
public void exitAltereventtrigstmt(sql.postgresql.PostgreSQLParser.AltereventtrigstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altereventtrigstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltereventtrigstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltereventtrigstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterextensioncontentsstmt
public void exitAlterextensioncontentsstmt(sql.postgresql.PostgreSQLParser.AlterextensioncontentsstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterextensioncontentsstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterextensioncontentsstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterextensioncontentsstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterextensionstmt
public void exitAlterextensionstmt(sql.postgresql.PostgreSQLParser.AlterextensionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterextensionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterextensionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterextensionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterfdwstmt
public void exitAlterfdwstmt(sql.postgresql.PostgreSQLParser.AlterfdwstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterfdwstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterfdwstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterfdwstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterforeignserverstmt
public void exitAlterforeignserverstmt(sql.postgresql.PostgreSQLParser.AlterforeignserverstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterforeignserverstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterforeignserverstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterforeignserverstmt
in classsql.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 byPostgreSQLParser.alterfunc_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterfunc_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterfunc_opt_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterfunctionstmt
public void exitAlterfunctionstmt(sql.postgresql.PostgreSQLParser.AlterfunctionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterfunctionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterfunctionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterfunctionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltergroupstmt
public void exitAltergroupstmt(sql.postgresql.PostgreSQLParser.AltergroupstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altergroupstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltergroupstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltergroupstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterobjectdependsstmt
public void exitAlterobjectdependsstmt(sql.postgresql.PostgreSQLParser.AlterobjectdependsstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterobjectdependsstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterobjectdependsstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterobjectdependsstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterobjectschemastmt
public void exitAlterobjectschemastmt(sql.postgresql.PostgreSQLParser.AlterobjectschemastmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterobjectschemastmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterobjectschemastmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterobjectschemastmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlteroperatorstmt
public void exitAlteroperatorstmt(sql.postgresql.PostgreSQLParser.AlteroperatorstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alteroperatorstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlteroperatorstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlteroperatorstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlteropfamilystmt
public void exitAlteropfamilystmt(sql.postgresql.PostgreSQLParser.AlteropfamilystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alteropfamilystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlteropfamilystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlteropfamilystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlteroptroleelem
public void exitAlteroptroleelem(sql.postgresql.PostgreSQLParser.AlteroptroleelemContext ctx) Exit a parse tree produced byPostgreSQLParser.alteroptroleelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlteroptroleelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlteroptroleelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlteroptrolelist
public void exitAlteroptrolelist(sql.postgresql.PostgreSQLParser.AlteroptrolelistContext ctx) Exit a parse tree produced byPostgreSQLParser.alteroptrolelist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlteroptrolelist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlteroptrolelist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterownerstmt
public void exitAlterownerstmt(sql.postgresql.PostgreSQLParser.AlterownerstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterownerstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterownerstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterownerstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterpolicystmt
public void exitAlterpolicystmt(sql.postgresql.PostgreSQLParser.AlterpolicystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterpolicystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterpolicystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterpolicystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterpublicationstmt
public void exitAlterpublicationstmt(sql.postgresql.PostgreSQLParser.AlterpublicationstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterpublicationstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterpublicationstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterpublicationstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterrolesetstmt
public void exitAlterrolesetstmt(sql.postgresql.PostgreSQLParser.AlterrolesetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterrolesetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterrolesetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterrolesetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterrolestmt
public void exitAlterrolestmt(sql.postgresql.PostgreSQLParser.AlterrolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterrolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterrolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterrolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterseqstmt
public void exitAlterseqstmt(sql.postgresql.PostgreSQLParser.AlterseqstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterseqstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterseqstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterseqstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterstatsstmt
public void exitAlterstatsstmt(sql.postgresql.PostgreSQLParser.AlterstatsstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterstatsstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterstatsstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterstatsstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltersubscriptionstmt
public void exitAltersubscriptionstmt(sql.postgresql.PostgreSQLParser.AltersubscriptionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altersubscriptionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltersubscriptionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltersubscriptionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltersystemstmt
public void exitAltersystemstmt(sql.postgresql.PostgreSQLParser.AltersystemstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altersystemstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltersystemstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltersystemstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltertablestmt
public void exitAltertablestmt(sql.postgresql.PostgreSQLParser.AltertablestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertablestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltertablestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltertablestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltertblspcstmt
public void exitAltertblspcstmt(sql.postgresql.PostgreSQLParser.AltertblspcstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertblspcstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltertblspcstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltertblspcstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltertsconfigurationstmt
public void exitAltertsconfigurationstmt(sql.postgresql.PostgreSQLParser.AltertsconfigurationstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertsconfigurationstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltertsconfigurationstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltertsconfigurationstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltertsdictionarystmt
public void exitAltertsdictionarystmt(sql.postgresql.PostgreSQLParser.AltertsdictionarystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertsdictionarystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltertsdictionarystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltertsdictionarystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAltertypestmt
public void exitAltertypestmt(sql.postgresql.PostgreSQLParser.AltertypestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.altertypestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAltertypestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAltertypestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAlterusermappingstmt
public void exitAlterusermappingstmt(sql.postgresql.PostgreSQLParser.AlterusermappingstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.alterusermappingstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAlterusermappingstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAlterusermappingstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAm_type
public void exitAm_type(sql.postgresql.PostgreSQLParser.Am_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.am_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAm_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAm_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAnalyze_keyword
public void exitAnalyze_keyword(sql.postgresql.PostgreSQLParser.Analyze_keywordContext ctx) Exit a parse tree produced byPostgreSQLParser.analyze_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAnalyze_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAnalyze_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAnalyzestmt
public void exitAnalyzestmt(sql.postgresql.PostgreSQLParser.AnalyzestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.analyzestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAnalyzestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAnalyzestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAny_identifier
public void exitAny_identifier(sql.postgresql.PostgreSQLParser.Any_identifierContext ctx) Exit a parse tree produced byPostgreSQLParser.any_identifier()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAny_identifier
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAny_identifier
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAny_name
public void exitAny_name(sql.postgresql.PostgreSQLParser.Any_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.any_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAny_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAny_name
in classsql.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 byPostgreSQLParser.any_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAny_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAny_name_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAny_operator
public void exitAny_operator(sql.postgresql.PostgreSQLParser.Any_operatorContext ctx) Exit a parse tree produced byPostgreSQLParser.any_operator()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAny_operator
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAny_operator
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAny_with
public void exitAny_with(sql.postgresql.PostgreSQLParser.Any_withContext ctx) Exit a parse tree produced byPostgreSQLParser.any_with()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAny_with
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAny_with
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAnysconst
public void exitAnysconst(sql.postgresql.PostgreSQLParser.AnysconstContext ctx) Exit a parse tree produced byPostgreSQLParser.anysconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAnysconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAnysconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitArg_class
public void exitArg_class(sql.postgresql.PostgreSQLParser.Arg_classContext ctx) Exit a parse tree produced byPostgreSQLParser.arg_class()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitArg_class
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitArg_class
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitArray_expr
public void exitArray_expr(sql.postgresql.PostgreSQLParser.Array_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.array_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitArray_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitArray_expr
in classsql.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 byPostgreSQLParser.array_expr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitArray_expr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitArray_expr_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAssign_operator
public void exitAssign_operator(sql.postgresql.PostgreSQLParser.Assign_operatorContext ctx) Exit a parse tree produced byPostgreSQLParser.assign_operator()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAssign_operator
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAssign_operator
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAssign_var
public void exitAssign_var(sql.postgresql.PostgreSQLParser.Assign_varContext ctx) Exit a parse tree produced byPostgreSQLParser.assign_var()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAssign_var
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAssign_var
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAttr_name
public void exitAttr_name(sql.postgresql.PostgreSQLParser.Attr_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.attr_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAttr_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAttr_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAttrs
public void exitAttrs(sql.postgresql.PostgreSQLParser.AttrsContext ctx) Exit a parse tree produced byPostgreSQLParser.attrs()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAttrs
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAttrs
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitAuth_ident
public void exitAuth_ident(sql.postgresql.PostgreSQLParser.Auth_identContext ctx) Exit a parse tree produced byPostgreSQLParser.auth_ident()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitAuth_ident
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitAuth_ident
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitB_expr
public void exitB_expr(sql.postgresql.PostgreSQLParser.B_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.b_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitB_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitB_expr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitBconst
public void exitBconst(sql.postgresql.PostgreSQLParser.BconstContext ctx) Exit a parse tree produced byPostgreSQLParser.bconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitBconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitBconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitBit
public void exitBit(sql.postgresql.PostgreSQLParser.BitContext ctx) Exit a parse tree produced byPostgreSQLParser.bit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitBit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitBit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitBitwithlength
public void exitBitwithlength(sql.postgresql.PostgreSQLParser.BitwithlengthContext ctx) Exit a parse tree produced byPostgreSQLParser.bitwithlength()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitBitwithlength
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitBitwithlength
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitBitwithoutlength
public void exitBitwithoutlength(sql.postgresql.PostgreSQLParser.BitwithoutlengthContext ctx) Exit a parse tree produced byPostgreSQLParser.bitwithoutlength()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitBitwithoutlength
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitBitwithoutlength
in classsql.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 byPostgreSQLParser.builtin_function_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitBuiltin_function_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitBuiltin_function_name
in classsql.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 thec_expr_case
labeled alternative inPostgreSQLParser.c_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitC_expr_case
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitC_expr_case
in classsql.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 thec_expr_exists
labeled alternative inPostgreSQLParser.c_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitC_expr_exists
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitC_expr_exists
in classsql.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 thec_expr_expr
labeled alternative inPostgreSQLParser.c_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitC_expr_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitC_expr_expr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCallstmt
public void exitCallstmt(sql.postgresql.PostgreSQLParser.CallstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.callstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCallstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCallstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCase_arg
public void exitCase_arg(sql.postgresql.PostgreSQLParser.Case_argContext ctx) Exit a parse tree produced byPostgreSQLParser.case_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCase_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCase_arg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCase_default
public void exitCase_default(sql.postgresql.PostgreSQLParser.Case_defaultContext ctx) Exit a parse tree produced byPostgreSQLParser.case_default()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCase_default
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCase_default
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCase_expr
public void exitCase_expr(sql.postgresql.PostgreSQLParser.Case_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.case_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCase_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCase_expr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCase_when
public void exitCase_when(sql.postgresql.PostgreSQLParser.Case_whenContext ctx) Exit a parse tree produced byPostgreSQLParser.case_when()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCase_when
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCase_when
in classsql.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 byPostgreSQLParser.case_when_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCase_when_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCase_when_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCast_context
public void exitCast_context(sql.postgresql.PostgreSQLParser.Cast_contextContext ctx) Exit a parse tree produced byPostgreSQLParser.cast_context()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCast_context
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCast_context
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCharacter
public void exitCharacter(sql.postgresql.PostgreSQLParser.CharacterContext ctx) Exit a parse tree produced byPostgreSQLParser.character()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCharacter
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCharacter
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCharacter_c
public void exitCharacter_c(sql.postgresql.PostgreSQLParser.Character_cContext ctx) Exit a parse tree produced byPostgreSQLParser.character_c()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCharacter_c
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCharacter_c
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCheckpointstmt
public void exitCheckpointstmt(sql.postgresql.PostgreSQLParser.CheckpointstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.checkpointstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCheckpointstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCheckpointstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCloseportalstmt
public void exitCloseportalstmt(sql.postgresql.PostgreSQLParser.CloseportalstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.closeportalstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCloseportalstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCloseportalstmt
in classsql.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 byPostgreSQLParser.cluster_index_specification()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCluster_index_specification
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCluster_index_specification
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitClusterstmt
public void exitClusterstmt(sql.postgresql.PostgreSQLParser.ClusterstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.clusterstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitClusterstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitClusterstmt
in classsql.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 byPostgreSQLParser.col_name_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCol_name_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCol_name_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitColconstraint
public void exitColconstraint(sql.postgresql.PostgreSQLParser.ColconstraintContext ctx) Exit a parse tree produced byPostgreSQLParser.colconstraint()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitColconstraint
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitColconstraint
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitColconstraintelem
public void exitColconstraintelem(sql.postgresql.PostgreSQLParser.ColconstraintelemContext ctx) Exit a parse tree produced byPostgreSQLParser.colconstraintelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitColconstraintelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitColconstraintelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitColid
public void exitColid(sql.postgresql.PostgreSQLParser.ColidContext ctx) Exit a parse tree produced byPostgreSQLParser.colid()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitColid
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitColid
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCollabel
public void exitCollabel(sql.postgresql.PostgreSQLParser.CollabelContext ctx) Exit a parse tree produced byPostgreSQLParser.collabel()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCollabel
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCollabel
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitColquallist
public void exitColquallist(sql.postgresql.PostgreSQLParser.ColquallistContext ctx) Exit a parse tree produced byPostgreSQLParser.colquallist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitColquallist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitColquallist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitColumnDef
public void exitColumnDef(sql.postgresql.PostgreSQLParser.ColumnDefContext ctx) Exit a parse tree produced byPostgreSQLParser.columnDef()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitColumnDef
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitColumnDef
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitColumnElem
public void exitColumnElem(sql.postgresql.PostgreSQLParser.ColumnElemContext ctx) Exit a parse tree produced byPostgreSQLParser.columnElem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitColumnElem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitColumnElem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitColumnlist
public void exitColumnlist(sql.postgresql.PostgreSQLParser.ColumnlistContext ctx) Exit a parse tree produced byPostgreSQLParser.columnlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitColumnlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitColumnlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitColumnOptions
public void exitColumnOptions(sql.postgresql.PostgreSQLParser.ColumnOptionsContext ctx) Exit a parse tree produced byPostgreSQLParser.columnOptions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitColumnOptions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitColumnOptions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitColumnref
public void exitColumnref(sql.postgresql.PostgreSQLParser.ColumnrefContext ctx) Exit a parse tree produced byPostgreSQLParser.columnref()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitColumnref
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitColumnref
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitComment_text
public void exitComment_text(sql.postgresql.PostgreSQLParser.Comment_textContext ctx) Exit a parse tree produced byPostgreSQLParser.comment_text()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitComment_text
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitComment_text
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCommentstmt
public void exitCommentstmt(sql.postgresql.PostgreSQLParser.CommentstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.commentstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCommentstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCommentstmt
in classsql.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 byPostgreSQLParser.common_func_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCommon_func_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCommon_func_opt_item
in classsql.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 byPostgreSQLParser.common_table_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCommon_table_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCommon_table_expr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitComp_option
public void exitComp_option(sql.postgresql.PostgreSQLParser.Comp_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.comp_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitComp_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitComp_option
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitComp_options
public void exitComp_options(sql.postgresql.PostgreSQLParser.Comp_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.comp_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitComp_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitComp_options
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConstbit
public void exitConstbit(sql.postgresql.PostgreSQLParser.ConstbitContext ctx) Exit a parse tree produced byPostgreSQLParser.constbit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstbit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstbit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConstcharacter
public void exitConstcharacter(sql.postgresql.PostgreSQLParser.ConstcharacterContext ctx) Exit a parse tree produced byPostgreSQLParser.constcharacter()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstcharacter
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstcharacter
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConstdatetime
public void exitConstdatetime(sql.postgresql.PostgreSQLParser.ConstdatetimeContext ctx) Exit a parse tree produced byPostgreSQLParser.constdatetime()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstdatetime
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstdatetime
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConstinterval
public void exitConstinterval(sql.postgresql.PostgreSQLParser.ConstintervalContext ctx) Exit a parse tree produced byPostgreSQLParser.constinterval()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstinterval
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstinterval
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConstraintattr
public void exitConstraintattr(sql.postgresql.PostgreSQLParser.ConstraintattrContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintattr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstraintattr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstraintattr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConstraintattributeElem
public void exitConstraintattributeElem(sql.postgresql.PostgreSQLParser.ConstraintattributeElemContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintattributeElem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstraintattributeElem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstraintattributeElem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConstraintattributespec
public void exitConstraintattributespec(sql.postgresql.PostgreSQLParser.ConstraintattributespecContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintattributespec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstraintattributespec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstraintattributespec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConstraintelem
public void exitConstraintelem(sql.postgresql.PostgreSQLParser.ConstraintelemContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstraintelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstraintelem
in classsql.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 byPostgreSQLParser.constraints_set_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstraints_set_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstraints_set_list
in classsql.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 byPostgreSQLParser.constraints_set_mode()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstraints_set_mode
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstraints_set_mode
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConstraintssetstmt
public void exitConstraintssetstmt(sql.postgresql.PostgreSQLParser.ConstraintssetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.constraintssetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConstraintssetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConstraintssetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitConsttypename
public void exitConsttypename(sql.postgresql.PostgreSQLParser.ConsttypenameContext ctx) Exit a parse tree produced byPostgreSQLParser.consttypename()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitConsttypename
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitConsttypename
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCopy_delimiter
public void exitCopy_delimiter(sql.postgresql.PostgreSQLParser.Copy_delimiterContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_delimiter()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_delimiter
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_delimiter
in classsql.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 byPostgreSQLParser.copy_file_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_file_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_file_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCopy_from
public void exitCopy_from(sql.postgresql.PostgreSQLParser.Copy_fromContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_from()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_from
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_from
in classsql.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 byPostgreSQLParser.copy_generic_opt_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_generic_opt_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_generic_opt_arg
in classsql.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 byPostgreSQLParser.copy_generic_opt_arg_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_generic_opt_arg_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_generic_opt_arg_list
in classsql.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 byPostgreSQLParser.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 interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_generic_opt_arg_list_item
in classsql.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 byPostgreSQLParser.copy_generic_opt_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_generic_opt_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_generic_opt_elem
in classsql.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 byPostgreSQLParser.copy_generic_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_generic_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_generic_opt_list
in classsql.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 byPostgreSQLParser.copy_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_opt_item
in classsql.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 byPostgreSQLParser.copy_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_opt_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCopy_options
public void exitCopy_options(sql.postgresql.PostgreSQLParser.Copy_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.copy_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopy_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopy_options
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCopystmt
public void exitCopystmt(sql.postgresql.PostgreSQLParser.CopystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.copystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCopystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCopystmt
in classsql.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 byPostgreSQLParser.create_as_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreate_as_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreate_as_target
in classsql.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 byPostgreSQLParser.create_extension_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreate_extension_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreate_extension_opt_item
in classsql.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 byPostgreSQLParser.create_extension_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreate_extension_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreate_extension_opt_list
in classsql.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 byPostgreSQLParser.create_generic_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreate_generic_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreate_generic_options
in classsql.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 byPostgreSQLParser.create_mv_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreate_mv_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreate_mv_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateamstmt
public void exitCreateamstmt(sql.postgresql.PostgreSQLParser.CreateamstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createamstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateamstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateamstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateassertionstmt
public void exitCreateassertionstmt(sql.postgresql.PostgreSQLParser.CreateassertionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createassertionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateassertionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateassertionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateasstmt
public void exitCreateasstmt(sql.postgresql.PostgreSQLParser.CreateasstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createasstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateasstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateasstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatecaststmt
public void exitCreatecaststmt(sql.postgresql.PostgreSQLParser.CreatecaststmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createcaststmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatecaststmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatecaststmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateconversionstmt
public void exitCreateconversionstmt(sql.postgresql.PostgreSQLParser.CreateconversionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createconversionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateconversionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateconversionstmt
in classsql.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 byPostgreSQLParser.createdb_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatedb_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatedb_opt_item
in classsql.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 byPostgreSQLParser.createdb_opt_items()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatedb_opt_items
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatedb_opt_items
in classsql.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 byPostgreSQLParser.createdb_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatedb_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatedb_opt_list
in classsql.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 byPostgreSQLParser.createdb_opt_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatedb_opt_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatedb_opt_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatedbstmt
public void exitCreatedbstmt(sql.postgresql.PostgreSQLParser.CreatedbstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createdbstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatedbstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatedbstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatedomainstmt
public void exitCreatedomainstmt(sql.postgresql.PostgreSQLParser.CreatedomainstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createdomainstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatedomainstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatedomainstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateeventtrigstmt
public void exitCreateeventtrigstmt(sql.postgresql.PostgreSQLParser.CreateeventtrigstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createeventtrigstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateeventtrigstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateeventtrigstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateextensionstmt
public void exitCreateextensionstmt(sql.postgresql.PostgreSQLParser.CreateextensionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createextensionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateextensionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateextensionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatefdwstmt
public void exitCreatefdwstmt(sql.postgresql.PostgreSQLParser.CreatefdwstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createfdwstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatefdwstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatefdwstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateforeignserverstmt
public void exitCreateforeignserverstmt(sql.postgresql.PostgreSQLParser.CreateforeignserverstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createforeignserverstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateforeignserverstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateforeignserverstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateforeigntablestmt
public void exitCreateforeigntablestmt(sql.postgresql.PostgreSQLParser.CreateforeigntablestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createforeigntablestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateforeigntablestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateforeigntablestmt
in classsql.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 byPostgreSQLParser.createfunc_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatefunc_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatefunc_opt_item
in classsql.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 byPostgreSQLParser.createfunc_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatefunc_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatefunc_opt_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatefunctionstmt
public void exitCreatefunctionstmt(sql.postgresql.PostgreSQLParser.CreatefunctionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createfunctionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatefunctionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatefunctionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreategroupstmt
public void exitCreategroupstmt(sql.postgresql.PostgreSQLParser.CreategroupstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.creategroupstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreategroupstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreategroupstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatematviewstmt
public void exitCreatematviewstmt(sql.postgresql.PostgreSQLParser.CreatematviewstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.creatematviewstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatematviewstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatematviewstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateopclassstmt
public void exitCreateopclassstmt(sql.postgresql.PostgreSQLParser.CreateopclassstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createopclassstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateopclassstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateopclassstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateopfamilystmt
public void exitCreateopfamilystmt(sql.postgresql.PostgreSQLParser.CreateopfamilystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createopfamilystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateopfamilystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateopfamilystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateoptroleelem
public void exitCreateoptroleelem(sql.postgresql.PostgreSQLParser.CreateoptroleelemContext ctx) Exit a parse tree produced byPostgreSQLParser.createoptroleelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateoptroleelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateoptroleelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateplangstmt
public void exitCreateplangstmt(sql.postgresql.PostgreSQLParser.CreateplangstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createplangstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateplangstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateplangstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatepolicystmt
public void exitCreatepolicystmt(sql.postgresql.PostgreSQLParser.CreatepolicystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createpolicystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatepolicystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatepolicystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatepublicationstmt
public void exitCreatepublicationstmt(sql.postgresql.PostgreSQLParser.CreatepublicationstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createpublicationstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatepublicationstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatepublicationstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreaterolestmt
public void exitCreaterolestmt(sql.postgresql.PostgreSQLParser.CreaterolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createrolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreaterolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreaterolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateschemastmt
public void exitCreateschemastmt(sql.postgresql.PostgreSQLParser.CreateschemastmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createschemastmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateschemastmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateschemastmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateseqstmt
public void exitCreateseqstmt(sql.postgresql.PostgreSQLParser.CreateseqstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createseqstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateseqstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateseqstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatestatsstmt
public void exitCreatestatsstmt(sql.postgresql.PostgreSQLParser.CreatestatsstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createstatsstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatestatsstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatestatsstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatestmt
public void exitCreatestmt(sql.postgresql.PostgreSQLParser.CreatestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatesubscriptionstmt
public void exitCreatesubscriptionstmt(sql.postgresql.PostgreSQLParser.CreatesubscriptionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createsubscriptionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatesubscriptionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatesubscriptionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatetablespacestmt
public void exitCreatetablespacestmt(sql.postgresql.PostgreSQLParser.CreatetablespacestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createtablespacestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatetablespacestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatetablespacestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatetransformstmt
public void exitCreatetransformstmt(sql.postgresql.PostgreSQLParser.CreatetransformstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createtransformstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatetransformstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatetransformstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreatetrigstmt
public void exitCreatetrigstmt(sql.postgresql.PostgreSQLParser.CreatetrigstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createtrigstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreatetrigstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreatetrigstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateusermappingstmt
public void exitCreateusermappingstmt(sql.postgresql.PostgreSQLParser.CreateusermappingstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createusermappingstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateusermappingstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateusermappingstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCreateuserstmt
public void exitCreateuserstmt(sql.postgresql.PostgreSQLParser.CreateuserstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.createuserstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCreateuserstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCreateuserstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCte_list
public void exitCte_list(sql.postgresql.PostgreSQLParser.Cte_listContext ctx) Exit a parse tree produced byPostgreSQLParser.cte_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCte_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCte_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCube_clause
public void exitCube_clause(sql.postgresql.PostgreSQLParser.Cube_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.cube_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCube_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCube_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCursor_name
public void exitCursor_name(sql.postgresql.PostgreSQLParser.Cursor_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.cursor_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCursor_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCursor_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCursor_options
public void exitCursor_options(sql.postgresql.PostgreSQLParser.Cursor_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.cursor_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCursor_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCursor_options
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitCursor_variable
public void exitCursor_variable(sql.postgresql.PostgreSQLParser.Cursor_variableContext ctx) Exit a parse tree produced byPostgreSQLParser.cursor_variable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitCursor_variable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitCursor_variable
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDeallocatestmt
public void exitDeallocatestmt(sql.postgresql.PostgreSQLParser.DeallocatestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.deallocatestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDeallocatestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDeallocatestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_aliasitem
public void exitDecl_aliasitem(sql.postgresql.PostgreSQLParser.Decl_aliasitemContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_aliasitem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_aliasitem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_aliasitem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_collate
public void exitDecl_collate(sql.postgresql.PostgreSQLParser.Decl_collateContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_collate()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_collate
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_collate
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_const
public void exitDecl_const(sql.postgresql.PostgreSQLParser.Decl_constContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_const()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_const
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_const
in classsql.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 byPostgreSQLParser.decl_cursor_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_cursor_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_cursor_arg
in classsql.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 byPostgreSQLParser.decl_cursor_arglist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_cursor_arglist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_cursor_arglist
in classsql.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 byPostgreSQLParser.decl_cursor_args()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_cursor_args
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_cursor_args
in classsql.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 byPostgreSQLParser.decl_cursor_query()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_cursor_query
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_cursor_query
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_datatype
public void exitDecl_datatype(sql.postgresql.PostgreSQLParser.Decl_datatypeContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_datatype()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_datatype
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_datatype
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_defkey
public void exitDecl_defkey(sql.postgresql.PostgreSQLParser.Decl_defkeyContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_defkey()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_defkey
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_defkey
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_defval
public void exitDecl_defval(sql.postgresql.PostgreSQLParser.Decl_defvalContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_defval()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_defval
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_defval
in classsql.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 byPostgreSQLParser.decl_is_for()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_is_for
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_is_for
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_notnull
public void exitDecl_notnull(sql.postgresql.PostgreSQLParser.Decl_notnullContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_notnull()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_notnull
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_notnull
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_sect
public void exitDecl_sect(sql.postgresql.PostgreSQLParser.Decl_sectContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_sect()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_sect
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_sect
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_start
public void exitDecl_start(sql.postgresql.PostgreSQLParser.Decl_startContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_start()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_start
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_start
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_statement
public void exitDecl_statement(sql.postgresql.PostgreSQLParser.Decl_statementContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_statement()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_statement
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_statement
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_stmt
public void exitDecl_stmt(sql.postgresql.PostgreSQLParser.Decl_stmtContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_stmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_stmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_stmts
public void exitDecl_stmts(sql.postgresql.PostgreSQLParser.Decl_stmtsContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_stmts()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_stmts
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_stmts
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDecl_varname
public void exitDecl_varname(sql.postgresql.PostgreSQLParser.Decl_varnameContext ctx) Exit a parse tree produced byPostgreSQLParser.decl_varname()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDecl_varname
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDecl_varname
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDeclarecursorstmt
public void exitDeclarecursorstmt(sql.postgresql.PostgreSQLParser.DeclarecursorstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.declarecursorstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDeclarecursorstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDeclarecursorstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDef_arg
public void exitDef_arg(sql.postgresql.PostgreSQLParser.Def_argContext ctx) Exit a parse tree produced byPostgreSQLParser.def_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDef_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDef_arg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDef_elem
public void exitDef_elem(sql.postgresql.PostgreSQLParser.Def_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.def_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDef_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDef_elem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDef_list
public void exitDef_list(sql.postgresql.PostgreSQLParser.Def_listContext ctx) Exit a parse tree produced byPostgreSQLParser.def_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDef_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDef_list
in classsql.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 byPostgreSQLParser.defacl_privilege_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDefacl_privilege_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDefacl_privilege_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDefaclaction
public void exitDefaclaction(sql.postgresql.PostgreSQLParser.DefaclactionContext ctx) Exit a parse tree produced byPostgreSQLParser.defaclaction()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDefaclaction
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDefaclaction
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDefacloption
public void exitDefacloption(sql.postgresql.PostgreSQLParser.DefacloptionContext ctx) Exit a parse tree produced byPostgreSQLParser.defacloption()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDefacloption
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDefacloption
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDefacloptionlist
public void exitDefacloptionlist(sql.postgresql.PostgreSQLParser.DefacloptionlistContext ctx) Exit a parse tree produced byPostgreSQLParser.defacloptionlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDefacloptionlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDefacloptionlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDefinestmt
public void exitDefinestmt(sql.postgresql.PostgreSQLParser.DefinestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.definestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDefinestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDefinestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDefinition
public void exitDefinition(sql.postgresql.PostgreSQLParser.DefinitionContext ctx) Exit a parse tree produced byPostgreSQLParser.definition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDefinition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDefinition
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDeletestmt
public void exitDeletestmt(sql.postgresql.PostgreSQLParser.DeletestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.deletestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDeletestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDeletestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDiscardstmt
public void exitDiscardstmt(sql.postgresql.PostgreSQLParser.DiscardstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.discardstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDiscardstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDiscardstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDistinct_clause
public void exitDistinct_clause(sql.postgresql.PostgreSQLParser.Distinct_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.distinct_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDistinct_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDistinct_clause
in classsql.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 byPostgreSQLParser.document_or_content()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDocument_or_content
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDocument_or_content
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDostmt
public void exitDostmt(sql.postgresql.PostgreSQLParser.DostmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dostmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDostmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDostmt
in classsql.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 byPostgreSQLParser.dostmt_opt_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDostmt_opt_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDostmt_opt_item
in classsql.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 byPostgreSQLParser.dostmt_opt_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDostmt_opt_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDostmt_opt_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDrop_option
public void exitDrop_option(sql.postgresql.PostgreSQLParser.Drop_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.drop_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDrop_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDrop_option
in classsql.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 byPostgreSQLParser.drop_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDrop_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDrop_option_list
in classsql.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 byPostgreSQLParser.drop_type_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDrop_type_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDrop_type_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDropcaststmt
public void exitDropcaststmt(sql.postgresql.PostgreSQLParser.DropcaststmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropcaststmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDropcaststmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDropcaststmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDropdbstmt
public void exitDropdbstmt(sql.postgresql.PostgreSQLParser.DropdbstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropdbstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDropdbstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDropdbstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDropopclassstmt
public void exitDropopclassstmt(sql.postgresql.PostgreSQLParser.DropopclassstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropopclassstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDropopclassstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDropopclassstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDropopfamilystmt
public void exitDropopfamilystmt(sql.postgresql.PostgreSQLParser.DropopfamilystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropopfamilystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDropopfamilystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDropopfamilystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDropownedstmt
public void exitDropownedstmt(sql.postgresql.PostgreSQLParser.DropownedstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropownedstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDropownedstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDropownedstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDroprolestmt
public void exitDroprolestmt(sql.postgresql.PostgreSQLParser.DroprolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.droprolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDroprolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDroprolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDropstmt
public void exitDropstmt(sql.postgresql.PostgreSQLParser.DropstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDropstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDropstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDropsubscriptionstmt
public void exitDropsubscriptionstmt(sql.postgresql.PostgreSQLParser.DropsubscriptionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropsubscriptionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDropsubscriptionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDropsubscriptionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDroptablespacestmt
public void exitDroptablespacestmt(sql.postgresql.PostgreSQLParser.DroptablespacestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.droptablespacestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDroptablespacestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDroptablespacestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDroptransformstmt
public void exitDroptransformstmt(sql.postgresql.PostgreSQLParser.DroptransformstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.droptransformstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDroptransformstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDroptransformstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitDropusermappingstmt
public void exitDropusermappingstmt(sql.postgresql.PostgreSQLParser.DropusermappingstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.dropusermappingstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitDropusermappingstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitDropusermappingstmt
in classsql.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 byPostgreSQLParser.empty_grouping_set()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitEmpty_grouping_set
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitEmpty_grouping_set
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitEnable_trigger
public void exitEnable_trigger(sql.postgresql.PostgreSQLParser.Enable_triggerContext ctx) Exit a parse tree produced byPostgreSQLParser.enable_trigger()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitEnable_trigger
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitEnable_trigger
in classsql.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 byPostgreSQLParser.enum_val_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitEnum_val_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitEnum_val_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitEvent
public void exitEvent(sql.postgresql.PostgreSQLParser.EventContext ctx) Exit a parse tree produced byPostgreSQLParser.event()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitEvent
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitEvent
in classsql.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 byPostgreSQLParser.event_trigger_value_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitEvent_trigger_value_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitEvent_trigger_value_list
in classsql.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 byPostgreSQLParser.event_trigger_when_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitEvent_trigger_when_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitEvent_trigger_when_item
in classsql.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 byPostgreSQLParser.event_trigger_when_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitEvent_trigger_when_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitEvent_trigger_when_list
in classsql.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 interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
- Overrides:
exitEveryRule
in classsql.postgresql.PostgreSQLParserBaseListener
-
exitException_sect
public void exitException_sect(sql.postgresql.PostgreSQLParser.Exception_sectContext ctx) Exit a parse tree produced byPostgreSQLParser.exception_sect()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitException_sect
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitException_sect
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExclusionconstraintelem
public void exitExclusionconstraintelem(sql.postgresql.PostgreSQLParser.ExclusionconstraintelemContext ctx) Exit a parse tree produced byPostgreSQLParser.exclusionconstraintelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExclusionconstraintelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExclusionconstraintelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExclusionconstraintlist
public void exitExclusionconstraintlist(sql.postgresql.PostgreSQLParser.ExclusionconstraintlistContext ctx) Exit a parse tree produced byPostgreSQLParser.exclusionconstraintlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExclusionconstraintlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExclusionconstraintlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExclusionwhereclause
public void exitExclusionwhereclause(sql.postgresql.PostgreSQLParser.ExclusionwhereclauseContext ctx) Exit a parse tree produced byPostgreSQLParser.exclusionwhereclause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExclusionwhereclause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExclusionwhereclause
in classsql.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 byPostgreSQLParser.execute_param_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExecute_param_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExecute_param_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExecutestmt
public void exitExecutestmt(sql.postgresql.PostgreSQLParser.ExecutestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.executestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExecutestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExecutestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExistingindex
public void exitExistingindex(sql.postgresql.PostgreSQLParser.ExistingindexContext ctx) Exit a parse tree produced byPostgreSQLParser.existingindex()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExistingindex
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExistingindex
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExit_type
public void exitExit_type(sql.postgresql.PostgreSQLParser.Exit_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.exit_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExit_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExit_type
in classsql.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 byPostgreSQLParser.explain_option_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExplain_option_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExplain_option_arg
in classsql.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 byPostgreSQLParser.explain_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExplain_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExplain_option_elem
in classsql.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 byPostgreSQLParser.explain_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExplain_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExplain_option_list
in classsql.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 byPostgreSQLParser.explain_option_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExplain_option_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExplain_option_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExplainablestmt
public void exitExplainablestmt(sql.postgresql.PostgreSQLParser.ExplainablestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.explainablestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExplainablestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExplainablestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExplainstmt
public void exitExplainstmt(sql.postgresql.PostgreSQLParser.ExplainstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.explainstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExplainstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExplainstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExplicit_row
public void exitExplicit_row(sql.postgresql.PostgreSQLParser.Explicit_rowContext ctx) Exit a parse tree produced byPostgreSQLParser.explicit_row()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExplicit_row
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExplicit_row
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExpr_list
public void exitExpr_list(sql.postgresql.PostgreSQLParser.Expr_listContext ctx) Exit a parse tree produced byPostgreSQLParser.expr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExpr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExpr_list
in classsql.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 byPostgreSQLParser.expr_until_loop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExpr_until_loop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExpr_until_loop
in classsql.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 byPostgreSQLParser.expr_until_rightbracket()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExpr_until_rightbracket
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExpr_until_rightbracket
in classsql.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 byPostgreSQLParser.expr_until_semi()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExpr_until_semi
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExpr_until_semi
in classsql.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 byPostgreSQLParser.expr_until_then()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExpr_until_then
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExpr_until_then
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExtract_arg
public void exitExtract_arg(sql.postgresql.PostgreSQLParser.Extract_argContext ctx) Exit a parse tree produced byPostgreSQLParser.extract_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExtract_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExtract_arg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitExtract_list
public void exitExtract_list(sql.postgresql.PostgreSQLParser.Extract_listContext ctx) Exit a parse tree produced byPostgreSQLParser.extract_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitExtract_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitExtract_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFconst
public void exitFconst(sql.postgresql.PostgreSQLParser.FconstContext ctx) Exit a parse tree produced byPostgreSQLParser.fconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFdw_option
public void exitFdw_option(sql.postgresql.PostgreSQLParser.Fdw_optionContext ctx) Exit a parse tree produced byPostgreSQLParser.fdw_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFdw_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFdw_option
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFdw_options
public void exitFdw_options(sql.postgresql.PostgreSQLParser.Fdw_optionsContext ctx) Exit a parse tree produced byPostgreSQLParser.fdw_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFdw_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFdw_options
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFetch_args
public void exitFetch_args(sql.postgresql.PostgreSQLParser.Fetch_argsContext ctx) Exit a parse tree produced byPostgreSQLParser.fetch_args()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFetch_args
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFetch_args
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFetchstmt
public void exitFetchstmt(sql.postgresql.PostgreSQLParser.FetchstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.fetchstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFetchstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFetchstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFile_name
public void exitFile_name(sql.postgresql.PostgreSQLParser.File_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.file_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFile_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFile_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFilter_clause
public void exitFilter_clause(sql.postgresql.PostgreSQLParser.Filter_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.filter_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFilter_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFilter_clause
in classsql.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 byPostgreSQLParser.first_or_next()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFirst_or_next
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFirst_or_next
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFor_control
public void exitFor_control(sql.postgresql.PostgreSQLParser.For_controlContext ctx) Exit a parse tree produced byPostgreSQLParser.for_control()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFor_control
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFor_control
in classsql.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 byPostgreSQLParser.for_locking_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFor_locking_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFor_locking_clause
in classsql.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 byPostgreSQLParser.for_locking_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFor_locking_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFor_locking_item
in classsql.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 byPostgreSQLParser.for_locking_items()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFor_locking_items
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFor_locking_items
in classsql.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 byPostgreSQLParser.for_locking_strength()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFor_locking_strength
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFor_locking_strength
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFor_variable
public void exitFor_variable(sql.postgresql.PostgreSQLParser.For_variableContext ctx) Exit a parse tree produced byPostgreSQLParser.for_variable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFor_variable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFor_variable
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitForeach_slice
public void exitForeach_slice(sql.postgresql.PostgreSQLParser.Foreach_sliceContext ctx) Exit a parse tree produced byPostgreSQLParser.foreach_slice()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitForeach_slice
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitForeach_slice
in classsql.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 byPostgreSQLParser.foreign_server_version()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitForeign_server_version
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitForeign_server_version
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFrame_bound
public void exitFrame_bound(sql.postgresql.PostgreSQLParser.Frame_boundContext ctx) Exit a parse tree produced byPostgreSQLParser.frame_bound()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFrame_bound
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFrame_bound
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFrame_extent
public void exitFrame_extent(sql.postgresql.PostgreSQLParser.Frame_extentContext ctx) Exit a parse tree produced byPostgreSQLParser.frame_extent()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFrame_extent
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFrame_extent
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFrom_clause
public void exitFrom_clause(sql.postgresql.PostgreSQLParser.From_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.from_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFrom_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFrom_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFrom_in
public void exitFrom_in(sql.postgresql.PostgreSQLParser.From_inContext ctx) Exit a parse tree produced byPostgreSQLParser.from_in()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFrom_in
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFrom_in
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFrom_list
public void exitFrom_list(sql.postgresql.PostgreSQLParser.From_listContext ctx) Exit a parse tree produced byPostgreSQLParser.from_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFrom_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFrom_list
in classsql.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 byPostgreSQLParser.func_alias_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_alias_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_alias_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunc_application
public void exitFunc_application(sql.postgresql.PostgreSQLParser.Func_applicationContext ctx) Exit a parse tree produced byPostgreSQLParser.func_application()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_application
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_application
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunc_arg
public void exitFunc_arg(sql.postgresql.PostgreSQLParser.Func_argContext ctx) Exit a parse tree produced byPostgreSQLParser.func_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_arg
in classsql.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 byPostgreSQLParser.func_arg_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_arg_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_arg_expr
in classsql.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 byPostgreSQLParser.func_arg_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_arg_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_arg_list
in classsql.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 byPostgreSQLParser.func_arg_with_default()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_arg_with_default
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_arg_with_default
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunc_args
public void exitFunc_args(sql.postgresql.PostgreSQLParser.Func_argsContext ctx) Exit a parse tree produced byPostgreSQLParser.func_args()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_args
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_args
in classsql.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 byPostgreSQLParser.func_args_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_args_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_args_list
in classsql.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 byPostgreSQLParser.func_args_with_defaults()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_args_with_defaults
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_args_with_defaults
in classsql.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 byPostgreSQLParser.func_args_with_defaults_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_args_with_defaults_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_args_with_defaults_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunc_as
public void exitFunc_as(sql.postgresql.PostgreSQLParser.Func_asContext ctx) Exit a parse tree produced byPostgreSQLParser.func_as()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_as
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_as
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunc_expr
public void exitFunc_expr(sql.postgresql.PostgreSQLParser.Func_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.func_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_expr
in classsql.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 byPostgreSQLParser.func_expr_common_subexpr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_expr_common_subexpr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_expr_common_subexpr
in classsql.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 byPostgreSQLParser.func_expr_windowless()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_expr_windowless
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_expr_windowless
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunc_name
public void exitFunc_name(sql.postgresql.PostgreSQLParser.Func_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.func_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunc_return
public void exitFunc_return(sql.postgresql.PostgreSQLParser.Func_returnContext ctx) Exit a parse tree produced byPostgreSQLParser.func_return()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_return
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_return
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunc_table
public void exitFunc_table(sql.postgresql.PostgreSQLParser.Func_tableContext ctx) Exit a parse tree produced byPostgreSQLParser.func_table()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_table
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_table
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunc_type
public void exitFunc_type(sql.postgresql.PostgreSQLParser.Func_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.func_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunc_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunc_type
in classsql.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 byPostgreSQLParser.function_or_procedure()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunction_or_procedure
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunction_or_procedure
in classsql.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 byPostgreSQLParser.function_with_argtypes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunction_with_argtypes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunction_with_argtypes
in classsql.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 byPostgreSQLParser.function_with_argtypes_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunction_with_argtypes_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunction_with_argtypes_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitFunctionsetresetclause
public void exitFunctionsetresetclause(sql.postgresql.PostgreSQLParser.FunctionsetresetclauseContext ctx) Exit a parse tree produced byPostgreSQLParser.functionsetresetclause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitFunctionsetresetclause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitFunctionsetresetclause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGenerated_when
public void exitGenerated_when(sql.postgresql.PostgreSQLParser.Generated_whenContext ctx) Exit a parse tree produced byPostgreSQLParser.generated_when()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGenerated_when
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGenerated_when
in classsql.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 byPostgreSQLParser.generic_option_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGeneric_option_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGeneric_option_arg
in classsql.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 byPostgreSQLParser.generic_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGeneric_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGeneric_option_elem
in classsql.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 byPostgreSQLParser.generic_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGeneric_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGeneric_option_list
in classsql.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 byPostgreSQLParser.generic_option_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGeneric_option_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGeneric_option_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGeneric_reset
public void exitGeneric_reset(sql.postgresql.PostgreSQLParser.Generic_resetContext ctx) Exit a parse tree produced byPostgreSQLParser.generic_reset()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGeneric_reset
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGeneric_reset
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGeneric_set
public void exitGeneric_set(sql.postgresql.PostgreSQLParser.Generic_setContext ctx) Exit a parse tree produced byPostgreSQLParser.generic_set()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGeneric_set
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGeneric_set
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGenerictype
public void exitGenerictype(sql.postgresql.PostgreSQLParser.GenerictypeContext ctx) Exit a parse tree produced byPostgreSQLParser.generictype()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGenerictype
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGenerictype
in classsql.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 byPostgreSQLParser.getdiag_area_opt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGetdiag_area_opt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGetdiag_area_opt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGetdiag_item
public void exitGetdiag_item(sql.postgresql.PostgreSQLParser.Getdiag_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.getdiag_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGetdiag_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGetdiag_item
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGetdiag_list
public void exitGetdiag_list(sql.postgresql.PostgreSQLParser.Getdiag_listContext ctx) Exit a parse tree produced byPostgreSQLParser.getdiag_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGetdiag_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGetdiag_list
in classsql.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 byPostgreSQLParser.getdiag_list_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGetdiag_list_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGetdiag_list_item
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGetdiag_target
public void exitGetdiag_target(sql.postgresql.PostgreSQLParser.Getdiag_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.getdiag_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGetdiag_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGetdiag_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGrantee
public void exitGrantee(sql.postgresql.PostgreSQLParser.GranteeContext ctx) Exit a parse tree produced byPostgreSQLParser.grantee()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGrantee
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGrantee
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGrantee_list
public void exitGrantee_list(sql.postgresql.PostgreSQLParser.Grantee_listContext ctx) Exit a parse tree produced byPostgreSQLParser.grantee_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGrantee_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGrantee_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGrantrolestmt
public void exitGrantrolestmt(sql.postgresql.PostgreSQLParser.GrantrolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.grantrolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGrantrolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGrantrolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGrantstmt
public void exitGrantstmt(sql.postgresql.PostgreSQLParser.GrantstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.grantstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGrantstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGrantstmt
in classsql.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 byPostgreSQLParser.group_by_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGroup_by_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGroup_by_item
in classsql.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 byPostgreSQLParser.group_by_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGroup_by_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGroup_by_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitGroup_clause
public void exitGroup_clause(sql.postgresql.PostgreSQLParser.Group_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.group_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGroup_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGroup_clause
in classsql.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 byPostgreSQLParser.grouping_sets_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitGrouping_sets_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitGrouping_sets_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitHandler_name
public void exitHandler_name(sql.postgresql.PostgreSQLParser.Handler_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.handler_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitHandler_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitHandler_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitHash_partbound
public void exitHash_partbound(sql.postgresql.PostgreSQLParser.Hash_partboundContext ctx) Exit a parse tree produced byPostgreSQLParser.hash_partbound()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitHash_partbound
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitHash_partbound
in classsql.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 byPostgreSQLParser.hash_partbound_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitHash_partbound_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitHash_partbound_elem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitHaving_clause
public void exitHaving_clause(sql.postgresql.PostgreSQLParser.Having_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.having_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitHaving_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitHaving_clause
in classsql.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 byPostgreSQLParser.i_or_f_const()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitI_or_f_const
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitI_or_f_const
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitIconst
public void exitIconst(sql.postgresql.PostgreSQLParser.IconstContext ctx) Exit a parse tree produced byPostgreSQLParser.iconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitIdentifier
public void exitIdentifier(sql.postgresql.PostgreSQLParser.IdentifierContext ctx) Exit a parse tree produced byPostgreSQLParser.identifier()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIdentifier
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIdentifier
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitImplicit_row
public void exitImplicit_row(sql.postgresql.PostgreSQLParser.Implicit_rowContext ctx) Exit a parse tree produced byPostgreSQLParser.implicit_row()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitImplicit_row
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitImplicit_row
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitImport_qualification
public void exitImport_qualification(sql.postgresql.PostgreSQLParser.Import_qualificationContext ctx) Exit a parse tree produced byPostgreSQLParser.import_qualification()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitImport_qualification
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitImport_qualification
in classsql.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 byPostgreSQLParser.import_qualification_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitImport_qualification_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitImport_qualification_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitImportforeignschemastmt
public void exitImportforeignschemastmt(sql.postgresql.PostgreSQLParser.ImportforeignschemastmtContext ctx) Exit a parse tree produced byPostgreSQLParser.importforeignschemastmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitImportforeignschemastmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitImportforeignschemastmt
in classsql.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 thein_expr_list
labeled alternative inPostgreSQLParser.in_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIn_expr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIn_expr_list
in classsql.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 thein_expr_select
labeled alternative inPostgreSQLParser.in_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIn_expr_select
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIn_expr_select
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitIndex_elem
public void exitIndex_elem(sql.postgresql.PostgreSQLParser.Index_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.index_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIndex_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIndex_elem
in classsql.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 byPostgreSQLParser.index_elem_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIndex_elem_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIndex_elem_options
in classsql.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 byPostgreSQLParser.index_including_params()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIndex_including_params
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIndex_including_params
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitIndex_params
public void exitIndex_params(sql.postgresql.PostgreSQLParser.Index_paramsContext ctx) Exit a parse tree produced byPostgreSQLParser.index_params()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIndex_params
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIndex_params
in classsql.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 byPostgreSQLParser.index_partition_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIndex_partition_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIndex_partition_cmd
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitIndexstmt
public void exitIndexstmt(sql.postgresql.PostgreSQLParser.IndexstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.indexstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIndexstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIndexstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitIndirection
public void exitIndirection(sql.postgresql.PostgreSQLParser.IndirectionContext ctx) Exit a parse tree produced byPostgreSQLParser.indirection()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIndirection
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIndirection
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitIndirection_el
public void exitIndirection_el(sql.postgresql.PostgreSQLParser.Indirection_elContext ctx) Exit a parse tree produced byPostgreSQLParser.indirection_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIndirection_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIndirection_el
in classsql.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 byPostgreSQLParser.insert_column_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitInsert_column_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitInsert_column_item
in classsql.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 byPostgreSQLParser.insert_column_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitInsert_column_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitInsert_column_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitInsert_rest
public void exitInsert_rest(sql.postgresql.PostgreSQLParser.Insert_restContext ctx) Exit a parse tree produced byPostgreSQLParser.insert_rest()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitInsert_rest
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitInsert_rest
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitInsert_target
public void exitInsert_target(sql.postgresql.PostgreSQLParser.Insert_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.insert_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitInsert_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitInsert_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitInsertstmt
public void exitInsertstmt(sql.postgresql.PostgreSQLParser.InsertstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.insertstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitInsertstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitInsertstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitInterval_second
public void exitInterval_second(sql.postgresql.PostgreSQLParser.Interval_secondContext ctx) Exit a parse tree produced byPostgreSQLParser.interval_second()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitInterval_second
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitInterval_second
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitInto_clause
public void exitInto_clause(sql.postgresql.PostgreSQLParser.Into_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.into_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitInto_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitInto_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitInto_target
public void exitInto_target(sql.postgresql.PostgreSQLParser.Into_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.into_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitInto_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitInto_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitIso_level
public void exitIso_level(sql.postgresql.PostgreSQLParser.Iso_levelContext ctx) Exit a parse tree produced byPostgreSQLParser.iso_level()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitIso_level
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitIso_level
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitJoin_qual
public void exitJoin_qual(sql.postgresql.PostgreSQLParser.Join_qualContext ctx) Exit a parse tree produced byPostgreSQLParser.join_qual()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitJoin_qual
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitJoin_qual
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitJoin_type
public void exitJoin_type(sql.postgresql.PostgreSQLParser.Join_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.join_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitJoin_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitJoin_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitKey_action
public void exitKey_action(sql.postgresql.PostgreSQLParser.Key_actionContext ctx) Exit a parse tree produced byPostgreSQLParser.key_action()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitKey_action
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitKey_action
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitKey_actions
public void exitKey_actions(sql.postgresql.PostgreSQLParser.Key_actionsContext ctx) Exit a parse tree produced byPostgreSQLParser.key_actions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitKey_actions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitKey_actions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitKey_delete
public void exitKey_delete(sql.postgresql.PostgreSQLParser.Key_deleteContext ctx) Exit a parse tree produced byPostgreSQLParser.key_delete()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitKey_delete
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitKey_delete
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitKey_match
public void exitKey_match(sql.postgresql.PostgreSQLParser.Key_matchContext ctx) Exit a parse tree produced byPostgreSQLParser.key_match()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitKey_match
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitKey_match
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitKey_update
public void exitKey_update(sql.postgresql.PostgreSQLParser.Key_updateContext ctx) Exit a parse tree produced byPostgreSQLParser.key_update()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitKey_update
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitKey_update
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitLabel_decl
public void exitLabel_decl(sql.postgresql.PostgreSQLParser.Label_declContext ctx) Exit a parse tree produced byPostgreSQLParser.label_decl()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitLabel_decl
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitLabel_decl
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitLimit_clause
public void exitLimit_clause(sql.postgresql.PostgreSQLParser.Limit_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.limit_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitLimit_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitLimit_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitListenstmt
public void exitListenstmt(sql.postgresql.PostgreSQLParser.ListenstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.listenstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitListenstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitListenstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitLoadstmt
public void exitLoadstmt(sql.postgresql.PostgreSQLParser.LoadstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.loadstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitLoadstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitLoadstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitLock_type
public void exitLock_type(sql.postgresql.PostgreSQLParser.Lock_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.lock_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitLock_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitLock_type
in classsql.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 byPostgreSQLParser.locked_rels_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitLocked_rels_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitLocked_rels_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitLockstmt
public void exitLockstmt(sql.postgresql.PostgreSQLParser.LockstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.lockstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitLockstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitLockstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitLoop_body
public void exitLoop_body(sql.postgresql.PostgreSQLParser.Loop_bodyContext ctx) Exit a parse tree produced byPostgreSQLParser.loop_body()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitLoop_body
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitLoop_body
in classsql.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 byPostgreSQLParser.make_execsql_stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitMake_execsql_stmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitMake_execsql_stmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitMathop
public void exitMathop(sql.postgresql.PostgreSQLParser.MathopContext ctx) Exit a parse tree produced byPostgreSQLParser.mathop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitMathop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitMathop
in classsql.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 byPostgreSQLParser.merge_delete_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitMerge_delete_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitMerge_delete_clause
in classsql.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 byPostgreSQLParser.merge_insert_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitMerge_insert_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitMerge_insert_clause
in classsql.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 byPostgreSQLParser.merge_update_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitMerge_update_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitMerge_update_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitMergestmt
public void exitMergestmt(sql.postgresql.PostgreSQLParser.MergestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.mergestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitMergestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitMergestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitName
public void exitName(sql.postgresql.PostgreSQLParser.NameContext ctx) Exit a parse tree produced byPostgreSQLParser.name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitName
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitName
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitName_list
public void exitName_list(sql.postgresql.PostgreSQLParser.Name_listContext ctx) Exit a parse tree produced byPostgreSQLParser.name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitName_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitName_list
in classsql.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 byPostgreSQLParser.non_ansi_join()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitNon_ansi_join
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitNon_ansi_join
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitNonreservedword
public void exitNonreservedword(sql.postgresql.PostgreSQLParser.NonreservedwordContext ctx) Exit a parse tree produced byPostgreSQLParser.nonreservedword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitNonreservedword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitNonreservedword
in classsql.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 byPostgreSQLParser.nonreservedword_or_sconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitNonreservedword_or_sconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitNonreservedword_or_sconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitNotify_payload
public void exitNotify_payload(sql.postgresql.PostgreSQLParser.Notify_payloadContext ctx) Exit a parse tree produced byPostgreSQLParser.notify_payload()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitNotify_payload
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitNotify_payload
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitNotifystmt
public void exitNotifystmt(sql.postgresql.PostgreSQLParser.NotifystmtContext ctx) Exit a parse tree produced byPostgreSQLParser.notifystmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitNotifystmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitNotifystmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitNumeric
public void exitNumeric(sql.postgresql.PostgreSQLParser.NumericContext ctx) Exit a parse tree produced byPostgreSQLParser.numeric()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitNumeric
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitNumeric
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitNumericonly
public void exitNumericonly(sql.postgresql.PostgreSQLParser.NumericonlyContext ctx) Exit a parse tree produced byPostgreSQLParser.numericonly()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitNumericonly
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitNumericonly
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitNumericonly_list
public void exitNumericonly_list(sql.postgresql.PostgreSQLParser.Numericonly_listContext ctx) Exit a parse tree produced byPostgreSQLParser.numericonly_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitNumericonly_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitNumericonly_list
in classsql.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 byPostgreSQLParser.object_type_any_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitObject_type_any_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitObject_type_any_name
in classsql.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 byPostgreSQLParser.object_type_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitObject_type_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitObject_type_name
in classsql.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 byPostgreSQLParser.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 interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitObject_type_name_on_any_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOffset_clause
public void exitOffset_clause(sql.postgresql.PostgreSQLParser.Offset_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.offset_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOffset_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOffset_clause
in classsql.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 byPostgreSQLParser.old_aggr_definition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOld_aggr_definition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOld_aggr_definition
in classsql.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 byPostgreSQLParser.old_aggr_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOld_aggr_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOld_aggr_elem
in classsql.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 byPostgreSQLParser.old_aggr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOld_aggr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOld_aggr_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOncommitoption
public void exitOncommitoption(sql.postgresql.PostgreSQLParser.OncommitoptionContext ctx) Exit a parse tree produced byPostgreSQLParser.oncommitoption()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOncommitoption
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOncommitoption
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpclass_drop
public void exitOpclass_drop(sql.postgresql.PostgreSQLParser.Opclass_dropContext ctx) Exit a parse tree produced byPostgreSQLParser.opclass_drop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpclass_drop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpclass_drop
in classsql.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 byPostgreSQLParser.opclass_drop_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpclass_drop_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpclass_drop_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpclass_item
public void exitOpclass_item(sql.postgresql.PostgreSQLParser.Opclass_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.opclass_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpclass_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpclass_item
in classsql.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 byPostgreSQLParser.opclass_item_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpclass_item_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpclass_item_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpclass_purpose
public void exitOpclass_purpose(sql.postgresql.PostgreSQLParser.Opclass_purposeContext ctx) Exit a parse tree produced byPostgreSQLParser.opclass_purpose()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpclass_purpose
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpclass_purpose
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOper_argtypes
public void exitOper_argtypes(sql.postgresql.PostgreSQLParser.Oper_argtypesContext ctx) Exit a parse tree produced byPostgreSQLParser.oper_argtypes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOper_argtypes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOper_argtypes
in classsql.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 byPostgreSQLParser.operator_def_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOperator_def_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOperator_def_arg
in classsql.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 byPostgreSQLParser.operator_def_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOperator_def_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOperator_def_elem
in classsql.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 byPostgreSQLParser.operator_def_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOperator_def_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOperator_def_list
in classsql.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 byPostgreSQLParser.operator_with_argtypes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOperator_with_argtypes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOperator_with_argtypes
in classsql.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 byPostgreSQLParser.operator_with_argtypes_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOperator_with_argtypes_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOperator_with_argtypes_list
in classsql.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 byPostgreSQLParser.opt_alias_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_alias_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_alias_clause
in classsql.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 byPostgreSQLParser.opt_all_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_all_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_all_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_analyze
public void exitOpt_analyze(sql.postgresql.PostgreSQLParser.Opt_analyzeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_analyze()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_analyze
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_analyze
in classsql.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 byPostgreSQLParser.opt_array_bounds()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_array_bounds
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_array_bounds
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_as
public void exitOpt_as(sql.postgresql.PostgreSQLParser.Opt_asContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_as()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_as
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_as
in classsql.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 byPostgreSQLParser.opt_asc_desc()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_asc_desc
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_asc_desc
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_binary
public void exitOpt_binary(sql.postgresql.PostgreSQLParser.Opt_binaryContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_binary()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_binary
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_binary
in classsql.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 byPostgreSQLParser.opt_block_label()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_block_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_block_label
in classsql.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 byPostgreSQLParser.opt_boolean_or_string()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_boolean_or_string
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_boolean_or_string
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_by
public void exitOpt_by(sql.postgresql.PostgreSQLParser.Opt_byContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_by()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_by
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_by
in classsql.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 byPostgreSQLParser.opt_by_expression()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_by_expression
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_by_expression
in classsql.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 byPostgreSQLParser.opt_c_include()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_c_include
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_c_include
in classsql.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 byPostgreSQLParser.opt_case_else()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_case_else
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_case_else
in classsql.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 byPostgreSQLParser.opt_check_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_check_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_check_option
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_class
public void exitOpt_class(sql.postgresql.PostgreSQLParser.Opt_classContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_class()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_class
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_class
in classsql.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 byPostgreSQLParser.opt_col_def_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_col_def_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_col_def_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_collate
public void exitOpt_collate(sql.postgresql.PostgreSQLParser.Opt_collateContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_collate()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_collate
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_collate
in classsql.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 byPostgreSQLParser.opt_collate_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_collate_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_collate_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_column
public void exitOpt_column(sql.postgresql.PostgreSQLParser.Opt_columnContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_column()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_column
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_column
in classsql.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 byPostgreSQLParser.opt_column_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_column_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_column_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_concurrently
public void exitOpt_concurrently(sql.postgresql.PostgreSQLParser.Opt_concurrentlyContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_concurrently()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_concurrently
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_concurrently
in classsql.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 byPostgreSQLParser.opt_conf_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_conf_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_conf_expr
in classsql.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 byPostgreSQLParser.opt_cursor_from()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_cursor_from
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_cursor_from
in classsql.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 byPostgreSQLParser.opt_cursor_parameters()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_cursor_parameters
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_cursor_parameters
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_default
public void exitOpt_default(sql.postgresql.PostgreSQLParser.Opt_defaultContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_default()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_default
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_default
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_definition
public void exitOpt_definition(sql.postgresql.PostgreSQLParser.Opt_definitionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_definition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_definition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_definition
in classsql.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 byPostgreSQLParser.opt_drop_behavior()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_drop_behavior
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_drop_behavior
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_encoding
public void exitOpt_encoding(sql.postgresql.PostgreSQLParser.Opt_encodingContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_encoding()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_encoding
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_encoding
in classsql.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 byPostgreSQLParser.opt_enum_val_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_enum_val_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_enum_val_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_equal
public void exitOpt_equal(sql.postgresql.PostgreSQLParser.Opt_equalContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_equal()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_equal
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_equal
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_escape
public void exitOpt_escape(sql.postgresql.PostgreSQLParser.Opt_escapeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_escape()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_escape
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_escape
in classsql.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 byPostgreSQLParser.opt_execute_into()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_execute_into
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_execute_into
in classsql.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 byPostgreSQLParser.opt_execute_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_execute_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_execute_using
in classsql.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 byPostgreSQLParser.opt_execute_using_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_execute_using_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_execute_using_list
in classsql.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 byPostgreSQLParser.opt_existing_window_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_existing_window_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_existing_window_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_exitcond
public void exitOpt_exitcond(sql.postgresql.PostgreSQLParser.Opt_exitcondContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_exitcond()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_exitcond
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_exitcond
in classsql.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 byPostgreSQLParser.opt_expr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_expr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_expr_list
in classsql.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 byPostgreSQLParser.opt_expr_until_when()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_expr_until_when
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_expr_until_when
in classsql.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 byPostgreSQLParser.opt_fdw_options()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_fdw_options
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_fdw_options
in classsql.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 byPostgreSQLParser.opt_fetch_direction()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_fetch_direction
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_fetch_direction
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_float
public void exitOpt_float(sql.postgresql.PostgreSQLParser.Opt_floatContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_float()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_float
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_float
in classsql.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 byPostgreSQLParser.opt_for_locking_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_for_locking_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_for_locking_clause
in classsql.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 byPostgreSQLParser.opt_for_using_expression()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_for_using_expression
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_for_using_expression
in classsql.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 byPostgreSQLParser.opt_foreign_server_version()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_foreign_server_version
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_foreign_server_version
in classsql.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 byPostgreSQLParser.opt_frame_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_frame_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_frame_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_freeze
public void exitOpt_freeze(sql.postgresql.PostgreSQLParser.Opt_freezeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_freeze()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_freeze
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_freeze
in classsql.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 byPostgreSQLParser.opt_from_in()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_from_in
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_from_in
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_full
public void exitOpt_full(sql.postgresql.PostgreSQLParser.Opt_fullContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_full()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_full
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_full
in classsql.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 byPostgreSQLParser.opt_grant_admin_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_grant_admin_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_grant_admin_option
in classsql.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 byPostgreSQLParser.opt_grant_grant_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_grant_grant_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_grant_grant_option
in classsql.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 byPostgreSQLParser.opt_granted_by()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_granted_by
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_granted_by
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_hold
public void exitOpt_hold(sql.postgresql.PostgreSQLParser.Opt_holdContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_hold()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_hold
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_hold
in classsql.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 byPostgreSQLParser.opt_if_exists()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_if_exists
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_if_exists
in classsql.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 byPostgreSQLParser.opt_if_not_exists()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_if_not_exists
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_if_not_exists
in classsql.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 byPostgreSQLParser.opt_in_database()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_in_database
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_in_database
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_include
public void exitOpt_include(sql.postgresql.PostgreSQLParser.Opt_includeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_include()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_include
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_include
in classsql.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 byPostgreSQLParser.opt_index_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_index_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_index_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_indirection
public void exitOpt_indirection(sql.postgresql.PostgreSQLParser.Opt_indirectionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_indirection()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_indirection
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_indirection
in classsql.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 byPostgreSQLParser.opt_inline_handler()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_inline_handler
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_inline_handler
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_instead
public void exitOpt_instead(sql.postgresql.PostgreSQLParser.Opt_insteadContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_instead()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_instead
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_instead
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_interval
public void exitOpt_interval(sql.postgresql.PostgreSQLParser.Opt_intervalContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_interval()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_interval
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_interval
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_label
public void exitOpt_label(sql.postgresql.PostgreSQLParser.Opt_labelContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_label()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_label
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_lock
public void exitOpt_lock(sql.postgresql.PostgreSQLParser.Opt_lockContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_lock()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_lock
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_lock
in classsql.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 byPostgreSQLParser.opt_loop_label()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_loop_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_loop_label
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_materialized
public void exitOpt_materialized(sql.postgresql.PostgreSQLParser.Opt_materializedContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_materialized()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_materialized
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_materialized
in classsql.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 byPostgreSQLParser.opt_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_name_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_no
public void exitOpt_no(sql.postgresql.PostgreSQLParser.Opt_noContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_no()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_no
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_no
in classsql.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 byPostgreSQLParser.opt_no_inherit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_no_inherit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_no_inherit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_nowait
public void exitOpt_nowait(sql.postgresql.PostgreSQLParser.Opt_nowaitContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_nowait()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_nowait
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_nowait
in classsql.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 byPostgreSQLParser.opt_nowait_or_skip()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_nowait_or_skip
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_nowait_or_skip
in classsql.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 byPostgreSQLParser.opt_nulls_order()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_nulls_order
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_nulls_order
in classsql.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 byPostgreSQLParser.opt_on_conflict()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_on_conflict
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_on_conflict
in classsql.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 byPostgreSQLParser.opt_open_bound_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_open_bound_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_open_bound_list
in classsql.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 byPostgreSQLParser.opt_open_bound_list_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_open_bound_list_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_open_bound_list_item
in classsql.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 byPostgreSQLParser.opt_open_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_open_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_open_using
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_opfamily
public void exitOpt_opfamily(sql.postgresql.PostgreSQLParser.Opt_opfamilyContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_opfamily()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_opfamily
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_opfamily
in classsql.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 byPostgreSQLParser.opt_or_replace()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_or_replace
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_or_replace
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_ordinality
public void exitOpt_ordinality(sql.postgresql.PostgreSQLParser.Opt_ordinalityContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_ordinality()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_ordinality
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_ordinality
in classsql.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 byPostgreSQLParser.opt_partition_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_partition_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_partition_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_procedural
public void exitOpt_procedural(sql.postgresql.PostgreSQLParser.Opt_proceduralContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_procedural()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_procedural
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_procedural
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_program
public void exitOpt_program(sql.postgresql.PostgreSQLParser.Opt_programContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_program()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_program
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_program
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_provider
public void exitOpt_provider(sql.postgresql.PostgreSQLParser.Opt_providerContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_provider()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_provider
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_provider
in classsql.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 byPostgreSQLParser.opt_publication_for_tables()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_publication_for_tables
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_publication_for_tables
in classsql.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 byPostgreSQLParser.opt_raise_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_raise_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_raise_list
in classsql.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 byPostgreSQLParser.opt_raise_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_raise_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_raise_using
in classsql.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 byPostgreSQLParser.opt_raise_using_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_raise_using_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_raise_using_elem
in classsql.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 byPostgreSQLParser.opt_raise_using_elem_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_raise_using_elem_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_raise_using_elem_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_recheck
public void exitOpt_recheck(sql.postgresql.PostgreSQLParser.Opt_recheckContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_recheck()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_recheck
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_recheck
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_reloptions
public void exitOpt_reloptions(sql.postgresql.PostgreSQLParser.Opt_reloptionsContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_reloptions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_reloptions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_reloptions
in classsql.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 byPostgreSQLParser.opt_repeatable_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_repeatable_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_repeatable_clause
in classsql.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 byPostgreSQLParser.opt_restart_seqs()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_restart_seqs
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_restart_seqs
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_restrict
public void exitOpt_restrict(sql.postgresql.PostgreSQLParser.Opt_restrictContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_restrict()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_restrict
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_restrict
in classsql.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 byPostgreSQLParser.opt_return_result()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_return_result
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_return_result
in classsql.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 byPostgreSQLParser.opt_returning_clause_into()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_returning_clause_into
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_returning_clause_into
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_reverse
public void exitOpt_reverse(sql.postgresql.PostgreSQLParser.Opt_reverseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_reverse()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_reverse
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_reverse
in classsql.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 byPostgreSQLParser.opt_scroll_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_scroll_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_scroll_option
in classsql.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 byPostgreSQLParser.opt_scroll_option_no()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_scroll_option_no
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_scroll_option_no
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_scrollable
public void exitOpt_scrollable(sql.postgresql.PostgreSQLParser.Opt_scrollableContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_scrollable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_scrollable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_scrollable
in classsql.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 byPostgreSQLParser.opt_select_limit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_select_limit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_select_limit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_semi
public void exitOpt_semi(sql.postgresql.PostgreSQLParser.Opt_semiContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_semi()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_semi
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_semi
in classsql.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 byPostgreSQLParser.opt_set_data()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_set_data
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_set_data
in classsql.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 byPostgreSQLParser.opt_slice_bound()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_slice_bound
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_slice_bound
in classsql.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 byPostgreSQLParser.opt_sort_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_sort_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_sort_clause
in classsql.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 byPostgreSQLParser.opt_stmt_assert_message()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_stmt_assert_message
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_stmt_assert_message
in classsql.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 byPostgreSQLParser.opt_stmt_raise_level()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_stmt_raise_level
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_stmt_raise_level
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_strict
public void exitOpt_strict(sql.postgresql.PostgreSQLParser.Opt_strictContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_strict()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_strict
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_strict
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_table
public void exitOpt_table(sql.postgresql.PostgreSQLParser.Opt_tableContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_table()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_table
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_table
in classsql.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 byPostgreSQLParser.opt_target_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_target_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_target_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_timezone
public void exitOpt_timezone(sql.postgresql.PostgreSQLParser.Opt_timezoneContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_timezone()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_timezone
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_timezone
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_transaction
public void exitOpt_transaction(sql.postgresql.PostgreSQLParser.Opt_transactionContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_transaction()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_transaction
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_transaction
in classsql.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 byPostgreSQLParser.opt_transaction_chain()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_transaction_chain
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_transaction_chain
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_trusted
public void exitOpt_trusted(sql.postgresql.PostgreSQLParser.Opt_trustedContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_trusted()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_trusted
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_trusted
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_type
public void exitOpt_type(sql.postgresql.PostgreSQLParser.Opt_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_type
in classsql.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 byPostgreSQLParser.opt_type_modifiers()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_type_modifiers
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_type_modifiers
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_uescape
public void exitOpt_uescape(sql.postgresql.PostgreSQLParser.Opt_uescapeContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_uescape()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_uescape
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_uescape
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_unique
public void exitOpt_unique(sql.postgresql.PostgreSQLParser.Opt_uniqueContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_unique()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_unique
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_unique
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_using
public void exitOpt_using(sql.postgresql.PostgreSQLParser.Opt_usingContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_using()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_using
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_using
in classsql.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 byPostgreSQLParser.opt_vacuum_relation_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_vacuum_relation_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_vacuum_relation_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_validator
public void exitOpt_validator(sql.postgresql.PostgreSQLParser.Opt_validatorContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_validator()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_validator
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_validator
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_varying
public void exitOpt_varying(sql.postgresql.PostgreSQLParser.Opt_varyingContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_varying()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_varying
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_varying
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_verbose
public void exitOpt_verbose(sql.postgresql.PostgreSQLParser.Opt_verboseContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_verbose()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_verbose
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_verbose
in classsql.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 byPostgreSQLParser.opt_window_exclusion_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_window_exclusion_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_window_exclusion_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpt_with
public void exitOpt_with(sql.postgresql.PostgreSQLParser.Opt_withContext ctx) Exit a parse tree produced byPostgreSQLParser.opt_with()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_with
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_with
in classsql.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 byPostgreSQLParser.opt_with_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_with_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_with_clause
in classsql.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 byPostgreSQLParser.opt_with_data()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_with_data
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_with_data
in classsql.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 byPostgreSQLParser.opt_xml_root_standalone()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpt_xml_root_standalone
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpt_xml_root_standalone
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptconstablespace
public void exitOptconstablespace(sql.postgresql.PostgreSQLParser.OptconstablespaceContext ctx) Exit a parse tree produced byPostgreSQLParser.optconstablespace()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptconstablespace
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptconstablespace
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptconstrfromtable
public void exitOptconstrfromtable(sql.postgresql.PostgreSQLParser.OptconstrfromtableContext ctx) Exit a parse tree produced byPostgreSQLParser.optconstrfromtable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptconstrfromtable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptconstrfromtable
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptinherit
public void exitOptinherit(sql.postgresql.PostgreSQLParser.OptinheritContext ctx) Exit a parse tree produced byPostgreSQLParser.optinherit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptinherit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptinherit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOption_value
public void exitOption_value(sql.postgresql.PostgreSQLParser.Option_valueContext ctx) Exit a parse tree produced byPostgreSQLParser.option_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOption_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOption_value
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptnolog
public void exitOptnolog(sql.postgresql.PostgreSQLParser.OptnologContext ctx) Exit a parse tree produced byPostgreSQLParser.optnolog()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptnolog
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptnolog
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptparenthesizedseqoptlist
public void exitOptparenthesizedseqoptlist(sql.postgresql.PostgreSQLParser.OptparenthesizedseqoptlistContext ctx) Exit a parse tree produced byPostgreSQLParser.optparenthesizedseqoptlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptparenthesizedseqoptlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptparenthesizedseqoptlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptpartitionspec
public void exitOptpartitionspec(sql.postgresql.PostgreSQLParser.OptpartitionspecContext ctx) Exit a parse tree produced byPostgreSQLParser.optpartitionspec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptpartitionspec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptpartitionspec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptrolelist
public void exitOptrolelist(sql.postgresql.PostgreSQLParser.OptrolelistContext ctx) Exit a parse tree produced byPostgreSQLParser.optrolelist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptrolelist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptrolelist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptschemaeltlist
public void exitOptschemaeltlist(sql.postgresql.PostgreSQLParser.OptschemaeltlistContext ctx) Exit a parse tree produced byPostgreSQLParser.optschemaeltlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptschemaeltlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptschemaeltlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptschemaname
public void exitOptschemaname(sql.postgresql.PostgreSQLParser.OptschemanameContext ctx) Exit a parse tree produced byPostgreSQLParser.optschemaname()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptschemaname
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptschemaname
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptseqoptlist
public void exitOptseqoptlist(sql.postgresql.PostgreSQLParser.OptseqoptlistContext ctx) Exit a parse tree produced byPostgreSQLParser.optseqoptlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptseqoptlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptseqoptlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpttableelementlist
public void exitOpttableelementlist(sql.postgresql.PostgreSQLParser.OpttableelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.opttableelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpttableelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpttableelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpttablefuncelementlist
public void exitOpttablefuncelementlist(sql.postgresql.PostgreSQLParser.OpttablefuncelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.opttablefuncelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpttablefuncelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpttablefuncelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpttablespace
public void exitOpttablespace(sql.postgresql.PostgreSQLParser.OpttablespaceContext ctx) Exit a parse tree produced byPostgreSQLParser.opttablespace()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpttablespace
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpttablespace
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpttablespaceowner
public void exitOpttablespaceowner(sql.postgresql.PostgreSQLParser.OpttablespaceownerContext ctx) Exit a parse tree produced byPostgreSQLParser.opttablespaceowner()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpttablespaceowner
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpttablespaceowner
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpttemp
public void exitOpttemp(sql.postgresql.PostgreSQLParser.OpttempContext ctx) Exit a parse tree produced byPostgreSQLParser.opttemp()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpttemp
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpttemp
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpttempTableName
public void exitOpttempTableName(sql.postgresql.PostgreSQLParser.OpttempTableNameContext ctx) Exit a parse tree produced byPostgreSQLParser.opttempTableName()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpttempTableName
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpttempTableName
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOpttypedtableelementlist
public void exitOpttypedtableelementlist(sql.postgresql.PostgreSQLParser.OpttypedtableelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.opttypedtableelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOpttypedtableelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOpttypedtableelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOptwith
public void exitOptwith(sql.postgresql.PostgreSQLParser.OptwithContext ctx) Exit a parse tree produced byPostgreSQLParser.optwith()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOptwith
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOptwith
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOver_clause
public void exitOver_clause(sql.postgresql.PostgreSQLParser.Over_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.over_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOver_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOver_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOverlay_list
public void exitOverlay_list(sql.postgresql.PostgreSQLParser.Overlay_listContext ctx) Exit a parse tree produced byPostgreSQLParser.overlay_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOverlay_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOverlay_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitOverride_kind
public void exitOverride_kind(sql.postgresql.PostgreSQLParser.Override_kindContext ctx) Exit a parse tree produced byPostgreSQLParser.override_kind()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitOverride_kind
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitOverride_kind
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitParam_name
public void exitParam_name(sql.postgresql.PostgreSQLParser.Param_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.param_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitParam_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitParam_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPart_elem
public void exitPart_elem(sql.postgresql.PostgreSQLParser.Part_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.part_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPart_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPart_elem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPart_params
public void exitPart_params(sql.postgresql.PostgreSQLParser.Part_paramsContext ctx) Exit a parse tree produced byPostgreSQLParser.part_params()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPart_params
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPart_params
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPartition_cmd
public void exitPartition_cmd(sql.postgresql.PostgreSQLParser.Partition_cmdContext ctx) Exit a parse tree produced byPostgreSQLParser.partition_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPartition_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPartition_cmd
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPartitionboundspec
public void exitPartitionboundspec(sql.postgresql.PostgreSQLParser.PartitionboundspecContext ctx) Exit a parse tree produced byPostgreSQLParser.partitionboundspec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPartitionboundspec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPartitionboundspec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPartitionspec
public void exitPartitionspec(sql.postgresql.PostgreSQLParser.PartitionspecContext ctx) Exit a parse tree produced byPostgreSQLParser.partitionspec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPartitionspec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPartitionspec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPl_block
public void exitPl_block(sql.postgresql.PostgreSQLParser.Pl_blockContext ctx) Exit a parse tree produced byPostgreSQLParser.pl_block()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPl_block
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPl_block
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPl_function
public void exitPl_function(sql.postgresql.PostgreSQLParser.Pl_functionContext ctx) Exit a parse tree produced byPostgreSQLParser.pl_function()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPl_function
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPl_function
in classsql.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 byPostgreSQLParser.plsql_opt_transaction_chain()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPlsql_opt_transaction_chain
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPlsql_opt_transaction_chain
in classsql.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 byPostgreSQLParser.plsql_unreserved_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPlsql_unreserved_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPlsql_unreserved_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPlsqlconsolecommand
public void exitPlsqlconsolecommand(sql.postgresql.PostgreSQLParser.PlsqlconsolecommandContext ctx) Exit a parse tree produced byPostgreSQLParser.plsqlconsolecommand()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPlsqlconsolecommand
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPlsqlconsolecommand
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPlsqlidentifier
public void exitPlsqlidentifier(sql.postgresql.PostgreSQLParser.PlsqlidentifierContext ctx) Exit a parse tree produced byPostgreSQLParser.plsqlidentifier()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPlsqlidentifier
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPlsqlidentifier
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPlsqlroot
public void exitPlsqlroot(sql.postgresql.PostgreSQLParser.PlsqlrootContext ctx) Exit a parse tree produced byPostgreSQLParser.plsqlroot()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPlsqlroot
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPlsqlroot
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPlsqlvariablename
public void exitPlsqlvariablename(sql.postgresql.PostgreSQLParser.PlsqlvariablenameContext ctx) Exit a parse tree produced byPostgreSQLParser.plsqlvariablename()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPlsqlvariablename
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPlsqlvariablename
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPosition_list
public void exitPosition_list(sql.postgresql.PostgreSQLParser.Position_listContext ctx) Exit a parse tree produced byPostgreSQLParser.position_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPosition_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPosition_list
in classsql.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 byPostgreSQLParser.prep_type_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPrep_type_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPrep_type_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPreparablestmt
public void exitPreparablestmt(sql.postgresql.PostgreSQLParser.PreparablestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.preparablestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPreparablestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPreparablestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPreparestmt
public void exitPreparestmt(sql.postgresql.PostgreSQLParser.PreparestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.preparestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPreparestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPreparestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPrivilege
public void exitPrivilege(sql.postgresql.PostgreSQLParser.PrivilegeContext ctx) Exit a parse tree produced byPostgreSQLParser.privilege()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPrivilege
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPrivilege
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPrivilege_list
public void exitPrivilege_list(sql.postgresql.PostgreSQLParser.Privilege_listContext ctx) Exit a parse tree produced byPostgreSQLParser.privilege_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPrivilege_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPrivilege_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPrivilege_target
public void exitPrivilege_target(sql.postgresql.PostgreSQLParser.Privilege_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.privilege_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPrivilege_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPrivilege_target
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitPrivileges
public void exitPrivileges(sql.postgresql.PostgreSQLParser.PrivilegesContext ctx) Exit a parse tree produced byPostgreSQLParser.privileges()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPrivileges
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPrivileges
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitProc_condition
public void exitProc_condition(sql.postgresql.PostgreSQLParser.Proc_conditionContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_condition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitProc_condition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitProc_condition
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitProc_conditions
public void exitProc_conditions(sql.postgresql.PostgreSQLParser.Proc_conditionsContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_conditions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitProc_conditions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitProc_conditions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitProc_exception
public void exitProc_exception(sql.postgresql.PostgreSQLParser.Proc_exceptionContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_exception()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitProc_exception
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitProc_exception
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitProc_exceptions
public void exitProc_exceptions(sql.postgresql.PostgreSQLParser.Proc_exceptionsContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_exceptions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitProc_exceptions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitProc_exceptions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitProc_sect
public void exitProc_sect(sql.postgresql.PostgreSQLParser.Proc_sectContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_sect()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitProc_sect
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitProc_sect
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitProc_stmt
public void exitProc_stmt(sql.postgresql.PostgreSQLParser.Proc_stmtContext ctx) Exit a parse tree produced byPostgreSQLParser.proc_stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitProc_stmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitProc_stmt
in classsql.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 byPostgreSQLParser.publication_for_tables()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPublication_for_tables
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPublication_for_tables
in classsql.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 byPostgreSQLParser.publication_name_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPublication_name_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPublication_name_item
in classsql.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 byPostgreSQLParser.publication_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitPublication_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitPublication_name_list
in classsql.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 byPostgreSQLParser.qual_all_op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitQual_all_op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitQual_all_op
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitQual_op
public void exitQual_op(sql.postgresql.PostgreSQLParser.Qual_opContext ctx) Exit a parse tree produced byPostgreSQLParser.qual_op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitQual_op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitQual_op
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitQualified_name
public void exitQualified_name(sql.postgresql.PostgreSQLParser.Qualified_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.qualified_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitQualified_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitQualified_name
in classsql.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 byPostgreSQLParser.qualified_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitQualified_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitQualified_name_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitReassignownedstmt
public void exitReassignownedstmt(sql.postgresql.PostgreSQLParser.ReassignownedstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.reassignownedstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReassignownedstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReassignownedstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRefreshmatviewstmt
public void exitRefreshmatviewstmt(sql.postgresql.PostgreSQLParser.RefreshmatviewstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.refreshmatviewstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRefreshmatviewstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRefreshmatviewstmt
in classsql.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 byPostgreSQLParser.reindex_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReindex_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReindex_option_elem
in classsql.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 byPostgreSQLParser.reindex_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReindex_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReindex_option_list
in classsql.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 byPostgreSQLParser.reindex_target_multitable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReindex_target_multitable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReindex_target_multitable
in classsql.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 byPostgreSQLParser.reindex_target_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReindex_target_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReindex_target_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitReindexstmt
public void exitReindexstmt(sql.postgresql.PostgreSQLParser.ReindexstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.reindexstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReindexstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReindexstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRelation_expr
public void exitRelation_expr(sql.postgresql.PostgreSQLParser.Relation_exprContext ctx) Exit a parse tree produced byPostgreSQLParser.relation_expr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRelation_expr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRelation_expr
in classsql.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 byPostgreSQLParser.relation_expr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRelation_expr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRelation_expr_list
in classsql.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 byPostgreSQLParser.relation_expr_opt_alias()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRelation_expr_opt_alias
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRelation_expr_opt_alias
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitReloption_elem
public void exitReloption_elem(sql.postgresql.PostgreSQLParser.Reloption_elemContext ctx) Exit a parse tree produced byPostgreSQLParser.reloption_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReloption_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReloption_elem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitReloption_list
public void exitReloption_list(sql.postgresql.PostgreSQLParser.Reloption_listContext ctx) Exit a parse tree produced byPostgreSQLParser.reloption_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReloption_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReloption_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitReloptions
public void exitReloptions(sql.postgresql.PostgreSQLParser.ReloptionsContext ctx) Exit a parse tree produced byPostgreSQLParser.reloptions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReloptions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReloptions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRemoveaggrstmt
public void exitRemoveaggrstmt(sql.postgresql.PostgreSQLParser.RemoveaggrstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.removeaggrstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRemoveaggrstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRemoveaggrstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRemovefuncstmt
public void exitRemovefuncstmt(sql.postgresql.PostgreSQLParser.RemovefuncstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.removefuncstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRemovefuncstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRemovefuncstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRemoveoperstmt
public void exitRemoveoperstmt(sql.postgresql.PostgreSQLParser.RemoveoperstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.removeoperstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRemoveoperstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRemoveoperstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRenamestmt
public void exitRenamestmt(sql.postgresql.PostgreSQLParser.RenamestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.renamestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRenamestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRenamestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitReplica_identity
public void exitReplica_identity(sql.postgresql.PostgreSQLParser.Replica_identityContext ctx) Exit a parse tree produced byPostgreSQLParser.replica_identity()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReplica_identity
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReplica_identity
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitReserved_keyword
public void exitReserved_keyword(sql.postgresql.PostgreSQLParser.Reserved_keywordContext ctx) Exit a parse tree produced byPostgreSQLParser.reserved_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReserved_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReserved_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitReset_rest
public void exitReset_rest(sql.postgresql.PostgreSQLParser.Reset_restContext ctx) Exit a parse tree produced byPostgreSQLParser.reset_rest()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReset_rest
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReset_rest
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitReturning_clause
public void exitReturning_clause(sql.postgresql.PostgreSQLParser.Returning_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.returning_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitReturning_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitReturning_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRevokerolestmt
public void exitRevokerolestmt(sql.postgresql.PostgreSQLParser.RevokerolestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.revokerolestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRevokerolestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRevokerolestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRevokestmt
public void exitRevokestmt(sql.postgresql.PostgreSQLParser.RevokestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.revokestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRevokestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRevokestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRole_list
public void exitRole_list(sql.postgresql.PostgreSQLParser.Role_listContext ctx) Exit a parse tree produced byPostgreSQLParser.role_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRole_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRole_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRoleid
public void exitRoleid(sql.postgresql.PostgreSQLParser.RoleidContext ctx) Exit a parse tree produced byPostgreSQLParser.roleid()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRoleid
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRoleid
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRolespec
public void exitRolespec(sql.postgresql.PostgreSQLParser.RolespecContext ctx) Exit a parse tree produced byPostgreSQLParser.rolespec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRolespec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRolespec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRollup_clause
public void exitRollup_clause(sql.postgresql.PostgreSQLParser.Rollup_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.rollup_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRollup_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRollup_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRoot
public void exitRoot(sql.postgresql.PostgreSQLParser.RootContext ctx) Exit a parse tree produced byPostgreSQLParser.root()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRoot
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRoot
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRow
public void exitRow(sql.postgresql.PostgreSQLParser.RowContext ctx) Exit a parse tree produced byPostgreSQLParser.row()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRow
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRow
in classsql.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 byPostgreSQLParser.row_or_rows()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRow_or_rows
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRow_or_rows
in classsql.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 byPostgreSQLParser.row_security_cmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRow_security_cmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRow_security_cmd
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRowsecuritydefaultforcmd
public void exitRowsecuritydefaultforcmd(sql.postgresql.PostgreSQLParser.RowsecuritydefaultforcmdContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecuritydefaultforcmd()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRowsecuritydefaultforcmd
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRowsecuritydefaultforcmd
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRowsecuritydefaultpermissive
public void exitRowsecuritydefaultpermissive(sql.postgresql.PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecuritydefaultpermissive()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRowsecuritydefaultpermissive
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRowsecuritydefaultpermissive
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRowsecuritydefaulttorole
public void exitRowsecuritydefaulttorole(sql.postgresql.PostgreSQLParser.RowsecuritydefaulttoroleContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecuritydefaulttorole()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRowsecuritydefaulttorole
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRowsecuritydefaulttorole
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRowsecurityoptionalexpr
public void exitRowsecurityoptionalexpr(sql.postgresql.PostgreSQLParser.RowsecurityoptionalexprContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecurityoptionalexpr()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRowsecurityoptionalexpr
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRowsecurityoptionalexpr
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRowsecurityoptionaltorole
public void exitRowsecurityoptionaltorole(sql.postgresql.PostgreSQLParser.RowsecurityoptionaltoroleContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecurityoptionaltorole()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRowsecurityoptionaltorole
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRowsecurityoptionaltorole
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRowsecurityoptionalwithcheck
public void exitRowsecurityoptionalwithcheck(sql.postgresql.PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsecurityoptionalwithcheck()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRowsecurityoptionalwithcheck
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRowsecurityoptionalwithcheck
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRowsfrom_item
public void exitRowsfrom_item(sql.postgresql.PostgreSQLParser.Rowsfrom_itemContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsfrom_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRowsfrom_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRowsfrom_item
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRowsfrom_list
public void exitRowsfrom_list(sql.postgresql.PostgreSQLParser.Rowsfrom_listContext ctx) Exit a parse tree produced byPostgreSQLParser.rowsfrom_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRowsfrom_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRowsfrom_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRuleactionlist
public void exitRuleactionlist(sql.postgresql.PostgreSQLParser.RuleactionlistContext ctx) Exit a parse tree produced byPostgreSQLParser.ruleactionlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRuleactionlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRuleactionlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRuleactionmulti
public void exitRuleactionmulti(sql.postgresql.PostgreSQLParser.RuleactionmultiContext ctx) Exit a parse tree produced byPostgreSQLParser.ruleactionmulti()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRuleactionmulti
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRuleactionmulti
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRuleactionstmt
public void exitRuleactionstmt(sql.postgresql.PostgreSQLParser.RuleactionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.ruleactionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRuleactionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRuleactionstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRuleactionstmtOrEmpty
public void exitRuleactionstmtOrEmpty(sql.postgresql.PostgreSQLParser.RuleactionstmtOrEmptyContext ctx) Exit a parse tree produced byPostgreSQLParser.ruleactionstmtOrEmpty()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRuleactionstmtOrEmpty
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRuleactionstmtOrEmpty
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitRulestmt
public void exitRulestmt(sql.postgresql.PostgreSQLParser.RulestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.rulestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitRulestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitRulestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSchema_stmt
public void exitSchema_stmt(sql.postgresql.PostgreSQLParser.Schema_stmtContext ctx) Exit a parse tree produced byPostgreSQLParser.schema_stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSchema_stmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSchema_stmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSconst
public void exitSconst(sql.postgresql.PostgreSQLParser.SconstContext ctx) Exit a parse tree produced byPostgreSQLParser.sconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSconst
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSeclabelstmt
public void exitSeclabelstmt(sql.postgresql.PostgreSQLParser.SeclabelstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.seclabelstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSeclabelstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSeclabelstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSecurity_label
public void exitSecurity_label(sql.postgresql.PostgreSQLParser.Security_labelContext ctx) Exit a parse tree produced byPostgreSQLParser.security_label()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSecurity_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSecurity_label
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSelect_clause
public void exitSelect_clause(sql.postgresql.PostgreSQLParser.Select_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.select_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSelect_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSelect_clause
in classsql.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 byPostgreSQLParser.select_fetch_first_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSelect_fetch_first_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSelect_fetch_first_value
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSelect_limit
public void exitSelect_limit(sql.postgresql.PostgreSQLParser.Select_limitContext ctx) Exit a parse tree produced byPostgreSQLParser.select_limit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSelect_limit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSelect_limit
in classsql.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 byPostgreSQLParser.select_limit_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSelect_limit_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSelect_limit_value
in classsql.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 byPostgreSQLParser.select_no_parens()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSelect_no_parens
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSelect_no_parens
in classsql.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 byPostgreSQLParser.select_offset_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSelect_offset_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSelect_offset_value
in classsql.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 byPostgreSQLParser.select_with_parens()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSelect_with_parens
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSelect_with_parens
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSelectstmt
public void exitSelectstmt(sql.postgresql.PostgreSQLParser.SelectstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.selectstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSelectstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSelectstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSeqoptelem
public void exitSeqoptelem(sql.postgresql.PostgreSQLParser.SeqoptelemContext ctx) Exit a parse tree produced byPostgreSQLParser.seqoptelem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSeqoptelem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSeqoptelem
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSeqoptlist
public void exitSeqoptlist(sql.postgresql.PostgreSQLParser.SeqoptlistContext ctx) Exit a parse tree produced byPostgreSQLParser.seqoptlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSeqoptlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSeqoptlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSet_clause
public void exitSet_clause(sql.postgresql.PostgreSQLParser.Set_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.set_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSet_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSet_clause
in classsql.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 byPostgreSQLParser.set_clause_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSet_clause_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSet_clause_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSet_rest
public void exitSet_rest(sql.postgresql.PostgreSQLParser.Set_restContext ctx) Exit a parse tree produced byPostgreSQLParser.set_rest()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSet_rest
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSet_rest
in classsql.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 byPostgreSQLParser.set_rest_more()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSet_rest_more
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSet_rest_more
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSet_target
public void exitSet_target(sql.postgresql.PostgreSQLParser.Set_targetContext ctx) Exit a parse tree produced byPostgreSQLParser.set_target()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSet_target
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSet_target
in classsql.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 byPostgreSQLParser.set_target_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSet_target_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSet_target_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSetresetclause
public void exitSetresetclause(sql.postgresql.PostgreSQLParser.SetresetclauseContext ctx) Exit a parse tree produced byPostgreSQLParser.setresetclause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSetresetclause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSetresetclause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSharp
public void exitSharp(sql.postgresql.PostgreSQLParser.SharpContext ctx) Exit a parse tree produced byPostgreSQLParser.sharp()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSharp
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSharp
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSignediconst
public void exitSignediconst(sql.postgresql.PostgreSQLParser.SignediconstContext ctx) Exit a parse tree produced byPostgreSQLParser.signediconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSignediconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSignediconst
in classsql.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 byPostgreSQLParser.simple_select_intersect()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSimple_select_intersect
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSimple_select_intersect
in classsql.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 byPostgreSQLParser.simple_select_pramary()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSimple_select_pramary
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSimple_select_pramary
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSimpletypename
public void exitSimpletypename(sql.postgresql.PostgreSQLParser.SimpletypenameContext ctx) Exit a parse tree produced byPostgreSQLParser.simpletypename()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSimpletypename
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSimpletypename
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSort_clause
public void exitSort_clause(sql.postgresql.PostgreSQLParser.Sort_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.sort_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSort_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSort_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSortby
public void exitSortby(sql.postgresql.PostgreSQLParser.SortbyContext ctx) Exit a parse tree produced byPostgreSQLParser.sortby()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSortby
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSortby
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSortby_list
public void exitSortby_list(sql.postgresql.PostgreSQLParser.Sortby_listContext ctx) Exit a parse tree produced byPostgreSQLParser.sortby_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSortby_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSortby_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSql_expression
public void exitSql_expression(sql.postgresql.PostgreSQLParser.Sql_expressionContext ctx) Exit a parse tree produced byPostgreSQLParser.sql_expression()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSql_expression
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSql_expression
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt
public void exitStmt(sql.postgresql.PostgreSQLParser.StmtContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_assert
public void exitStmt_assert(sql.postgresql.PostgreSQLParser.Stmt_assertContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_assert()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_assert
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_assert
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_assign
public void exitStmt_assign(sql.postgresql.PostgreSQLParser.Stmt_assignContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_assign()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_assign
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_assign
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_call
public void exitStmt_call(sql.postgresql.PostgreSQLParser.Stmt_callContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_call()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_call
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_call
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_case
public void exitStmt_case(sql.postgresql.PostgreSQLParser.Stmt_caseContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_case()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_case
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_case
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_close
public void exitStmt_close(sql.postgresql.PostgreSQLParser.Stmt_closeContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_close()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_close
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_close
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_commit
public void exitStmt_commit(sql.postgresql.PostgreSQLParser.Stmt_commitContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_commit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_commit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_commit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_dynexecute
public void exitStmt_dynexecute(sql.postgresql.PostgreSQLParser.Stmt_dynexecuteContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_dynexecute()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_dynexecute
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_dynexecute
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_else
public void exitStmt_else(sql.postgresql.PostgreSQLParser.Stmt_elseContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_else()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_else
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_else
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_elsifs
public void exitStmt_elsifs(sql.postgresql.PostgreSQLParser.Stmt_elsifsContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_elsifs()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_elsifs
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_elsifs
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_execsql
public void exitStmt_execsql(sql.postgresql.PostgreSQLParser.Stmt_execsqlContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_execsql()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_execsql
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_execsql
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_exit
public void exitStmt_exit(sql.postgresql.PostgreSQLParser.Stmt_exitContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_exit()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_exit
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_exit
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_fetch
public void exitStmt_fetch(sql.postgresql.PostgreSQLParser.Stmt_fetchContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_fetch()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_fetch
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_fetch
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_for
public void exitStmt_for(sql.postgresql.PostgreSQLParser.Stmt_forContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_for()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_for
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_for
in classsql.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 byPostgreSQLParser.stmt_foreach_a()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_foreach_a
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_foreach_a
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_getdiag
public void exitStmt_getdiag(sql.postgresql.PostgreSQLParser.Stmt_getdiagContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_getdiag()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_getdiag
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_getdiag
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_if
public void exitStmt_if(sql.postgresql.PostgreSQLParser.Stmt_ifContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_if()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_if
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_if
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_loop
public void exitStmt_loop(sql.postgresql.PostgreSQLParser.Stmt_loopContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_loop()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_loop
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_loop
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_move
public void exitStmt_move(sql.postgresql.PostgreSQLParser.Stmt_moveContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_move()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_move
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_move
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_null
public void exitStmt_null(sql.postgresql.PostgreSQLParser.Stmt_nullContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_null()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_null
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_null
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_open
public void exitStmt_open(sql.postgresql.PostgreSQLParser.Stmt_openContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_open()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_open
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_open
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_perform
public void exitStmt_perform(sql.postgresql.PostgreSQLParser.Stmt_performContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_perform()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_perform
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_perform
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_raise
public void exitStmt_raise(sql.postgresql.PostgreSQLParser.Stmt_raiseContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_raise()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_raise
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_raise
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_return
public void exitStmt_return(sql.postgresql.PostgreSQLParser.Stmt_returnContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_return()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_return
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_return
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_rollback
public void exitStmt_rollback(sql.postgresql.PostgreSQLParser.Stmt_rollbackContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_rollback()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_rollback
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_rollback
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_set
public void exitStmt_set(sql.postgresql.PostgreSQLParser.Stmt_setContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_set()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_set
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_set
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmt_while
public void exitStmt_while(sql.postgresql.PostgreSQLParser.Stmt_whileContext ctx) Exit a parse tree produced byPostgreSQLParser.stmt_while()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmt_while
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmt_while
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmtblock
public void exitStmtblock(sql.postgresql.PostgreSQLParser.StmtblockContext ctx) Exit a parse tree produced byPostgreSQLParser.stmtblock()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmtblock
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmtblock
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitStmtmulti
public void exitStmtmulti(sql.postgresql.PostgreSQLParser.StmtmultiContext ctx) Exit a parse tree produced byPostgreSQLParser.stmtmulti()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitStmtmulti
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitStmtmulti
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSub_type
public void exitSub_type(sql.postgresql.PostgreSQLParser.Sub_typeContext ctx) Exit a parse tree produced byPostgreSQLParser.sub_type()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSub_type
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSub_type
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSubquery_Op
public void exitSubquery_Op(sql.postgresql.PostgreSQLParser.Subquery_OpContext ctx) Exit a parse tree produced byPostgreSQLParser.subquery_Op()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSubquery_Op
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSubquery_Op
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitSubstr_list
public void exitSubstr_list(sql.postgresql.PostgreSQLParser.Substr_listContext ctx) Exit a parse tree produced byPostgreSQLParser.substr_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitSubstr_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitSubstr_list
in classsql.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 byPostgreSQLParser.table_access_method_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTable_access_method_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTable_access_method_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTable_alias
public void exitTable_alias(sql.postgresql.PostgreSQLParser.Table_aliasContext ctx) Exit a parse tree produced byPostgreSQLParser.table_alias()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTable_alias
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTable_alias
in classsql.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 byPostgreSQLParser.table_alias_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTable_alias_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTable_alias_clause
in classsql.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 byPostgreSQLParser.table_func_column()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTable_func_column
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTable_func_column
in classsql.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 byPostgreSQLParser.table_func_column_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTable_func_column_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTable_func_column_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTable_ref
public void exitTable_ref(sql.postgresql.PostgreSQLParser.Table_refContext ctx) Exit a parse tree produced byPostgreSQLParser.table_ref()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTable_ref
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTable_ref
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTableconstraint
public void exitTableconstraint(sql.postgresql.PostgreSQLParser.TableconstraintContext ctx) Exit a parse tree produced byPostgreSQLParser.tableconstraint()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTableconstraint
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTableconstraint
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTableelement
public void exitTableelement(sql.postgresql.PostgreSQLParser.TableelementContext ctx) Exit a parse tree produced byPostgreSQLParser.tableelement()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTableelement
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTableelement
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTableelementlist
public void exitTableelementlist(sql.postgresql.PostgreSQLParser.TableelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.tableelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTableelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTableelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTablefuncelement
public void exitTablefuncelement(sql.postgresql.PostgreSQLParser.TablefuncelementContext ctx) Exit a parse tree produced byPostgreSQLParser.tablefuncelement()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTablefuncelement
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTablefuncelement
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTablefuncelementlist
public void exitTablefuncelementlist(sql.postgresql.PostgreSQLParser.TablefuncelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.tablefuncelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTablefuncelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTablefuncelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTablelikeclause
public void exitTablelikeclause(sql.postgresql.PostgreSQLParser.TablelikeclauseContext ctx) Exit a parse tree produced byPostgreSQLParser.tablelikeclause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTablelikeclause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTablelikeclause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTablelikeoption
public void exitTablelikeoption(sql.postgresql.PostgreSQLParser.TablelikeoptionContext ctx) Exit a parse tree produced byPostgreSQLParser.tablelikeoption()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTablelikeoption
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTablelikeoption
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTablelikeoptionlist
public void exitTablelikeoptionlist(sql.postgresql.PostgreSQLParser.TablelikeoptionlistContext ctx) Exit a parse tree produced byPostgreSQLParser.tablelikeoptionlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTablelikeoptionlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTablelikeoptionlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTablesample_clause
public void exitTablesample_clause(sql.postgresql.PostgreSQLParser.Tablesample_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.tablesample_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTablesample_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTablesample_clause
in classsql.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 thetarget_label
labeled alternative inPostgreSQLParser.target_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTarget_label
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTarget_label
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTarget_list
public void exitTarget_list(sql.postgresql.PostgreSQLParser.Target_listContext ctx) Exit a parse tree produced byPostgreSQLParser.target_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTarget_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTarget_list
in classsql.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 thetarget_star
labeled alternative inPostgreSQLParser.target_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTarget_star
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTarget_star
in classsql.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 byPostgreSQLParser.transaction_mode_item()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTransaction_mode_item
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTransaction_mode_item
in classsql.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 byPostgreSQLParser.transaction_mode_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTransaction_mode_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTransaction_mode_list
in classsql.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 byPostgreSQLParser.transaction_mode_list_or_empty()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTransaction_mode_list_or_empty
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTransaction_mode_list_or_empty
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTransactionstmt
public void exitTransactionstmt(sql.postgresql.PostgreSQLParser.TransactionstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.transactionstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTransactionstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTransactionstmt
in classsql.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 byPostgreSQLParser.transform_element_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTransform_element_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTransform_element_list
in classsql.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 byPostgreSQLParser.transform_type_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTransform_type_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTransform_type_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTransitionoldornew
public void exitTransitionoldornew(sql.postgresql.PostgreSQLParser.TransitionoldornewContext ctx) Exit a parse tree produced byPostgreSQLParser.transitionoldornew()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTransitionoldornew
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTransitionoldornew
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTransitionrelname
public void exitTransitionrelname(sql.postgresql.PostgreSQLParser.TransitionrelnameContext ctx) Exit a parse tree produced byPostgreSQLParser.transitionrelname()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTransitionrelname
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTransitionrelname
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTransitionrowortable
public void exitTransitionrowortable(sql.postgresql.PostgreSQLParser.TransitionrowortableContext ctx) Exit a parse tree produced byPostgreSQLParser.transitionrowortable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTransitionrowortable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTransitionrowortable
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggeractiontime
public void exitTriggeractiontime(sql.postgresql.PostgreSQLParser.TriggeractiontimeContext ctx) Exit a parse tree produced byPostgreSQLParser.triggeractiontime()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggeractiontime
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggeractiontime
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggerevents
public void exitTriggerevents(sql.postgresql.PostgreSQLParser.TriggereventsContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerevents()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggerevents
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggerevents
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggerforopteach
public void exitTriggerforopteach(sql.postgresql.PostgreSQLParser.TriggerforopteachContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerforopteach()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggerforopteach
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggerforopteach
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggerforspec
public void exitTriggerforspec(sql.postgresql.PostgreSQLParser.TriggerforspecContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerforspec()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggerforspec
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggerforspec
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggerfortype
public void exitTriggerfortype(sql.postgresql.PostgreSQLParser.TriggerfortypeContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerfortype()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggerfortype
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggerfortype
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggerfuncarg
public void exitTriggerfuncarg(sql.postgresql.PostgreSQLParser.TriggerfuncargContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerfuncarg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggerfuncarg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggerfuncarg
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggerfuncargs
public void exitTriggerfuncargs(sql.postgresql.PostgreSQLParser.TriggerfuncargsContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerfuncargs()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggerfuncargs
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggerfuncargs
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggeroneevent
public void exitTriggeroneevent(sql.postgresql.PostgreSQLParser.TriggeroneeventContext ctx) Exit a parse tree produced byPostgreSQLParser.triggeroneevent()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggeroneevent
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggeroneevent
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggerreferencing
public void exitTriggerreferencing(sql.postgresql.PostgreSQLParser.TriggerreferencingContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerreferencing()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggerreferencing
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggerreferencing
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggertransition
public void exitTriggertransition(sql.postgresql.PostgreSQLParser.TriggertransitionContext ctx) Exit a parse tree produced byPostgreSQLParser.triggertransition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggertransition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggertransition
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggertransitions
public void exitTriggertransitions(sql.postgresql.PostgreSQLParser.TriggertransitionsContext ctx) Exit a parse tree produced byPostgreSQLParser.triggertransitions()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggertransitions
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggertransitions
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTriggerwhen
public void exitTriggerwhen(sql.postgresql.PostgreSQLParser.TriggerwhenContext ctx) Exit a parse tree produced byPostgreSQLParser.triggerwhen()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTriggerwhen
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTriggerwhen
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTrim_list
public void exitTrim_list(sql.postgresql.PostgreSQLParser.Trim_listContext ctx) Exit a parse tree produced byPostgreSQLParser.trim_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTrim_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTrim_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTruncatestmt
public void exitTruncatestmt(sql.postgresql.PostgreSQLParser.TruncatestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.truncatestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTruncatestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTruncatestmt
in classsql.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 byPostgreSQLParser.type_func_name_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitType_func_name_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitType_func_name_keyword
in classsql.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 byPostgreSQLParser.type_function_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitType_function_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitType_function_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitType_list
public void exitType_list(sql.postgresql.PostgreSQLParser.Type_listContext ctx) Exit a parse tree produced byPostgreSQLParser.type_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitType_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitType_list
in classsql.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 byPostgreSQLParser.type_name_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitType_name_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitType_name_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTypedtableelement
public void exitTypedtableelement(sql.postgresql.PostgreSQLParser.TypedtableelementContext ctx) Exit a parse tree produced byPostgreSQLParser.typedtableelement()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTypedtableelement
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTypedtableelement
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTypedtableelementlist
public void exitTypedtableelementlist(sql.postgresql.PostgreSQLParser.TypedtableelementlistContext ctx) Exit a parse tree produced byPostgreSQLParser.typedtableelementlist()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTypedtableelementlist
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTypedtableelementlist
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitTypename
public void exitTypename(sql.postgresql.PostgreSQLParser.TypenameContext ctx) Exit a parse tree produced byPostgreSQLParser.typename()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitTypename
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitTypename
in classsql.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 byPostgreSQLParser.unicode_normal_form()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitUnicode_normal_form
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitUnicode_normal_form
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitUnlistenstmt
public void exitUnlistenstmt(sql.postgresql.PostgreSQLParser.UnlistenstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.unlistenstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitUnlistenstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitUnlistenstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitUnreserved_keyword
public void exitUnreserved_keyword(sql.postgresql.PostgreSQLParser.Unreserved_keywordContext ctx) Exit a parse tree produced byPostgreSQLParser.unreserved_keyword()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitUnreserved_keyword
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitUnreserved_keyword
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitUpdatestmt
public void exitUpdatestmt(sql.postgresql.PostgreSQLParser.UpdatestmtContext ctx) Exit a parse tree produced byPostgreSQLParser.updatestmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitUpdatestmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitUpdatestmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitUsing_clause
public void exitUsing_clause(sql.postgresql.PostgreSQLParser.Using_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.using_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitUsing_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitUsing_clause
in classsql.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 byPostgreSQLParser.vac_analyze_option_arg()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVac_analyze_option_arg
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVac_analyze_option_arg
in classsql.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 byPostgreSQLParser.vac_analyze_option_elem()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVac_analyze_option_elem
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVac_analyze_option_elem
in classsql.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 byPostgreSQLParser.vac_analyze_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVac_analyze_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVac_analyze_option_list
in classsql.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 byPostgreSQLParser.vac_analyze_option_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVac_analyze_option_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVac_analyze_option_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitVacuum_relation
public void exitVacuum_relation(sql.postgresql.PostgreSQLParser.Vacuum_relationContext ctx) Exit a parse tree produced byPostgreSQLParser.vacuum_relation()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVacuum_relation
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVacuum_relation
in classsql.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 byPostgreSQLParser.vacuum_relation_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVacuum_relation_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVacuum_relation_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitVacuumstmt
public void exitVacuumstmt(sql.postgresql.PostgreSQLParser.VacuumstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.vacuumstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVacuumstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVacuumstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitValidator_clause
public void exitValidator_clause(sql.postgresql.PostgreSQLParser.Validator_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.validator_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitValidator_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitValidator_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitValues_clause
public void exitValues_clause(sql.postgresql.PostgreSQLParser.Values_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.values_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitValues_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitValues_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitVar_list
public void exitVar_list(sql.postgresql.PostgreSQLParser.Var_listContext ctx) Exit a parse tree produced byPostgreSQLParser.var_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVar_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVar_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitVar_name
public void exitVar_name(sql.postgresql.PostgreSQLParser.Var_nameContext ctx) Exit a parse tree produced byPostgreSQLParser.var_name()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVar_name
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVar_name
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitVar_value
public void exitVar_value(sql.postgresql.PostgreSQLParser.Var_valueContext ctx) Exit a parse tree produced byPostgreSQLParser.var_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVar_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVar_value
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitVariableresetstmt
public void exitVariableresetstmt(sql.postgresql.PostgreSQLParser.VariableresetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.variableresetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVariableresetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVariableresetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitVariablesetstmt
public void exitVariablesetstmt(sql.postgresql.PostgreSQLParser.VariablesetstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.variablesetstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVariablesetstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVariablesetstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitVariableshowstmt
public void exitVariableshowstmt(sql.postgresql.PostgreSQLParser.VariableshowstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.variableshowstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitVariableshowstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitVariableshowstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitViewstmt
public void exitViewstmt(sql.postgresql.PostgreSQLParser.ViewstmtContext ctx) Exit a parse tree produced byPostgreSQLParser.viewstmt()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitViewstmt
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitViewstmt
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitWhen_clause
public void exitWhen_clause(sql.postgresql.PostgreSQLParser.When_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.when_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWhen_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWhen_clause
in classsql.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 byPostgreSQLParser.when_clause_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWhen_clause_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWhen_clause_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitWhere_clause
public void exitWhere_clause(sql.postgresql.PostgreSQLParser.Where_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.where_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWhere_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWhere_clause
in classsql.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 byPostgreSQLParser.where_or_current_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWhere_or_current_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWhere_or_current_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitWindow_clause
public void exitWindow_clause(sql.postgresql.PostgreSQLParser.Window_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.window_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWindow_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWindow_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitWindow_definition
public void exitWindow_definition(sql.postgresql.PostgreSQLParser.Window_definitionContext ctx) Exit a parse tree produced byPostgreSQLParser.window_definition()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWindow_definition
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWindow_definition
in classsql.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 byPostgreSQLParser.window_definition_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWindow_definition_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWindow_definition_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitWindow_specification
public void exitWindow_specification(sql.postgresql.PostgreSQLParser.Window_specificationContext ctx) Exit a parse tree produced byPostgreSQLParser.window_specification()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWindow_specification
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWindow_specification
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitWith_clause
public void exitWith_clause(sql.postgresql.PostgreSQLParser.With_clauseContext ctx) Exit a parse tree produced byPostgreSQLParser.with_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWith_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWith_clause
in classsql.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 byPostgreSQLParser.within_group_clause()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitWithin_group_clause
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitWithin_group_clause
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitXconst
public void exitXconst(sql.postgresql.PostgreSQLParser.XconstContext ctx) Exit a parse tree produced byPostgreSQLParser.xconst()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXconst
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXconst
in classsql.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 byPostgreSQLParser.xml_attribute_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXml_attribute_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXml_attribute_el
in classsql.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 byPostgreSQLParser.xml_attribute_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXml_attribute_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXml_attribute_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitXml_attributes
public void exitXml_attributes(sql.postgresql.PostgreSQLParser.Xml_attributesContext ctx) Exit a parse tree produced byPostgreSQLParser.xml_attributes()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXml_attributes
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXml_attributes
in classsql.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 byPostgreSQLParser.xml_namespace_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXml_namespace_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXml_namespace_el
in classsql.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 byPostgreSQLParser.xml_namespace_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXml_namespace_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXml_namespace_list
in classsql.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 byPostgreSQLParser.xml_passing_mech()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXml_passing_mech
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXml_passing_mech
in classsql.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 byPostgreSQLParser.xml_root_version()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXml_root_version
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXml_root_version
in classsql.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 byPostgreSQLParser.xml_whitespace_option()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXml_whitespace_option
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXml_whitespace_option
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitXmlexists_argument
public void exitXmlexists_argument(sql.postgresql.PostgreSQLParser.Xmlexists_argumentContext ctx) Exit a parse tree produced byPostgreSQLParser.xmlexists_argument()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXmlexists_argument
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXmlexists_argument
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitXmltable
public void exitXmltable(sql.postgresql.PostgreSQLParser.XmltableContext ctx) Exit a parse tree produced byPostgreSQLParser.xmltable()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXmltable
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXmltable
in classsql.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 byPostgreSQLParser.xmltable_column_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXmltable_column_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXmltable_column_el
in classsql.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 byPostgreSQLParser.xmltable_column_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXmltable_column_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXmltable_column_list
in classsql.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 byPostgreSQLParser.xmltable_column_option_el()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXmltable_column_option_el
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXmltable_column_option_el
in classsql.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 byPostgreSQLParser.xmltable_column_option_list()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitXmltable_column_option_list
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitXmltable_column_option_list
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
exitZone_value
public void exitZone_value(sql.postgresql.PostgreSQLParser.Zone_valueContext ctx) Exit a parse tree produced byPostgreSQLParser.zone_value()
.The default implementation does nothing.
The default implementation does nothing.
- Specified by:
exitZone_value
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
exitZone_value
in classsql.postgresql.PostgreSQLParserBaseListener
- Parameters:
ctx
- the parse tree
-
getRootContext
Global access point to get a instance of the context, ensuring that only one instance of the context exists.- Specified by:
getRootContext
in interfacesql.postgresql.PostgreSQLParserListener
- Overrides:
getRootContext
in classsql.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 interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
- Overrides:
visitErrorNode
in classsql.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 interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
- Overrides:
visitTerminal
in classsql.postgresql.PostgreSQLParserBaseListener
-