PostgreSQLParserBaseListener

Classes > Nimblesite.DataProvider.Postgres.Parsing > PostgreSQLParserBaseListener

This class provides an empty implementation of ``, which can be extended to create a listener which only needs to handle a subset of the available methods.

[CLSCompliant(false)]
public class PostgreSQLParserBaseListener : IPostgreSQLParserListener, IParseTreeListener

Methods

EnterRoot(RootContext)

public virtual void EnterRoot(PostgreSQLParser.RootContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RootContext The parse tree.

ExitRoot(RootContext)

public virtual void ExitRoot(PostgreSQLParser.RootContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RootContext The parse tree.

EnterStmtblock(StmtblockContext)

public virtual void EnterStmtblock(PostgreSQLParser.StmtblockContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context StmtblockContext The parse tree.

ExitStmtblock(StmtblockContext)

public virtual void ExitStmtblock(PostgreSQLParser.StmtblockContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context StmtblockContext The parse tree.

EnterStmtmulti(StmtmultiContext)

public virtual void EnterStmtmulti(PostgreSQLParser.StmtmultiContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context StmtmultiContext The parse tree.

ExitStmtmulti(StmtmultiContext)

public virtual void ExitStmtmulti(PostgreSQLParser.StmtmultiContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context StmtmultiContext The parse tree.

EnterStmt(StmtContext)

public virtual void EnterStmt(PostgreSQLParser.StmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context StmtContext The parse tree.

ExitStmt(StmtContext)

public virtual void ExitStmt(PostgreSQLParser.StmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context StmtContext The parse tree.

EnterCallstmt(CallstmtContext)

public virtual void EnterCallstmt(PostgreSQLParser.CallstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CallstmtContext The parse tree.

ExitCallstmt(CallstmtContext)

public virtual void ExitCallstmt(PostgreSQLParser.CallstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CallstmtContext The parse tree.

EnterCreaterolestmt(CreaterolestmtContext)

public virtual void EnterCreaterolestmt(PostgreSQLParser.CreaterolestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreaterolestmtContext The parse tree.

ExitCreaterolestmt(CreaterolestmtContext)

public virtual void ExitCreaterolestmt(PostgreSQLParser.CreaterolestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreaterolestmtContext The parse tree.

EnterWith_(With_Context)

public virtual void EnterWith_(PostgreSQLParser.With_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context With_Context The parse tree.

ExitWith_(With_Context)

public virtual void ExitWith_(PostgreSQLParser.With_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context With_Context The parse tree.

EnterOptrolelist(OptrolelistContext)

public virtual void EnterOptrolelist(PostgreSQLParser.OptrolelistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptrolelistContext The parse tree.

ExitOptrolelist(OptrolelistContext)

public virtual void ExitOptrolelist(PostgreSQLParser.OptrolelistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptrolelistContext The parse tree.

EnterAlteroptrolelist(AlteroptrolelistContext)

public virtual void EnterAlteroptrolelist(PostgreSQLParser.AlteroptrolelistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlteroptrolelistContext The parse tree.

ExitAlteroptrolelist(AlteroptrolelistContext)

public virtual void ExitAlteroptrolelist(PostgreSQLParser.AlteroptrolelistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlteroptrolelistContext The parse tree.

EnterAlteroptroleelem(AlteroptroleelemContext)

public virtual void EnterAlteroptroleelem(PostgreSQLParser.AlteroptroleelemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlteroptroleelemContext The parse tree.

ExitAlteroptroleelem(AlteroptroleelemContext)

public virtual void ExitAlteroptroleelem(PostgreSQLParser.AlteroptroleelemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlteroptroleelemContext The parse tree.

EnterCreateoptroleelem(CreateoptroleelemContext)

public virtual void EnterCreateoptroleelem(PostgreSQLParser.CreateoptroleelemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateoptroleelemContext The parse tree.

ExitCreateoptroleelem(CreateoptroleelemContext)

public virtual void ExitCreateoptroleelem(PostgreSQLParser.CreateoptroleelemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateoptroleelemContext The parse tree.

EnterCreateuserstmt(CreateuserstmtContext)

public virtual void EnterCreateuserstmt(PostgreSQLParser.CreateuserstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateuserstmtContext The parse tree.

ExitCreateuserstmt(CreateuserstmtContext)

public virtual void ExitCreateuserstmt(PostgreSQLParser.CreateuserstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateuserstmtContext The parse tree.

EnterAlterrolestmt(AlterrolestmtContext)

public virtual void EnterAlterrolestmt(PostgreSQLParser.AlterrolestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterrolestmtContext The parse tree.

ExitAlterrolestmt(AlterrolestmtContext)

public virtual void ExitAlterrolestmt(PostgreSQLParser.AlterrolestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterrolestmtContext The parse tree.

EnterIn_database_(In_database_Context)

public virtual void EnterIn_database_(PostgreSQLParser.In_database_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context In_database_Context The parse tree.

ExitIn_database_(In_database_Context)

public virtual void ExitIn_database_(PostgreSQLParser.In_database_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context In_database_Context The parse tree.

EnterAlterrolesetstmt(AlterrolesetstmtContext)

public virtual void EnterAlterrolesetstmt(PostgreSQLParser.AlterrolesetstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterrolesetstmtContext The parse tree.

ExitAlterrolesetstmt(AlterrolesetstmtContext)

public virtual void ExitAlterrolesetstmt(PostgreSQLParser.AlterrolesetstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterrolesetstmtContext The parse tree.

EnterDroprolestmt(DroprolestmtContext)

public virtual void EnterDroprolestmt(PostgreSQLParser.DroprolestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DroprolestmtContext The parse tree.

ExitDroprolestmt(DroprolestmtContext)

public virtual void ExitDroprolestmt(PostgreSQLParser.DroprolestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DroprolestmtContext The parse tree.

EnterCreategroupstmt(CreategroupstmtContext)

public virtual void EnterCreategroupstmt(PostgreSQLParser.CreategroupstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreategroupstmtContext The parse tree.

ExitCreategroupstmt(CreategroupstmtContext)

public virtual void ExitCreategroupstmt(PostgreSQLParser.CreategroupstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreategroupstmtContext The parse tree.

EnterAltergroupstmt(AltergroupstmtContext)

public virtual void EnterAltergroupstmt(PostgreSQLParser.AltergroupstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltergroupstmtContext The parse tree.

ExitAltergroupstmt(AltergroupstmtContext)

public virtual void ExitAltergroupstmt(PostgreSQLParser.AltergroupstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltergroupstmtContext The parse tree.

EnterAdd_drop(Add_dropContext)

public virtual void EnterAdd_drop(PostgreSQLParser.Add_dropContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Add_dropContext The parse tree.

ExitAdd_drop(Add_dropContext)

public virtual void ExitAdd_drop(PostgreSQLParser.Add_dropContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Add_dropContext The parse tree.

EnterCreateschemastmt(CreateschemastmtContext)

public virtual void EnterCreateschemastmt(PostgreSQLParser.CreateschemastmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateschemastmtContext The parse tree.

ExitCreateschemastmt(CreateschemastmtContext)

public virtual void ExitCreateschemastmt(PostgreSQLParser.CreateschemastmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateschemastmtContext The parse tree.

EnterOptschemaname(OptschemanameContext)

public virtual void EnterOptschemaname(PostgreSQLParser.OptschemanameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptschemanameContext The parse tree.

ExitOptschemaname(OptschemanameContext)

public virtual void ExitOptschemaname(PostgreSQLParser.OptschemanameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptschemanameContext The parse tree.

EnterOptschemaeltlist(OptschemaeltlistContext)

public virtual void EnterOptschemaeltlist(PostgreSQLParser.OptschemaeltlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptschemaeltlistContext The parse tree.

ExitOptschemaeltlist(OptschemaeltlistContext)

public virtual void ExitOptschemaeltlist(PostgreSQLParser.OptschemaeltlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptschemaeltlistContext The parse tree.

EnterSchema_stmt(Schema_stmtContext)

public virtual void EnterSchema_stmt(PostgreSQLParser.Schema_stmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Schema_stmtContext The parse tree.

ExitSchema_stmt(Schema_stmtContext)

public virtual void ExitSchema_stmt(PostgreSQLParser.Schema_stmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Schema_stmtContext The parse tree.

EnterVariablesetstmt(VariablesetstmtContext)

public virtual void EnterVariablesetstmt(PostgreSQLParser.VariablesetstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context VariablesetstmtContext The parse tree.

ExitVariablesetstmt(VariablesetstmtContext)

public virtual void ExitVariablesetstmt(PostgreSQLParser.VariablesetstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context VariablesetstmtContext The parse tree.

EnterSet_rest(Set_restContext)

public virtual void EnterSet_rest(PostgreSQLParser.Set_restContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_restContext The parse tree.

ExitSet_rest(Set_restContext)

public virtual void ExitSet_rest(PostgreSQLParser.Set_restContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_restContext The parse tree.

EnterGeneric_set(Generic_setContext)

public virtual void EnterGeneric_set(PostgreSQLParser.Generic_setContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_setContext The parse tree.

ExitGeneric_set(Generic_setContext)

public virtual void ExitGeneric_set(PostgreSQLParser.Generic_setContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_setContext The parse tree.

EnterSet_rest_more(Set_rest_moreContext)

public virtual void EnterSet_rest_more(PostgreSQLParser.Set_rest_moreContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_rest_moreContext The parse tree.

ExitSet_rest_more(Set_rest_moreContext)

public virtual void ExitSet_rest_more(PostgreSQLParser.Set_rest_moreContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_rest_moreContext The parse tree.

EnterVar_name(Var_nameContext)

public virtual void EnterVar_name(PostgreSQLParser.Var_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Var_nameContext The parse tree.

ExitVar_name(Var_nameContext)

public virtual void ExitVar_name(PostgreSQLParser.Var_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Var_nameContext The parse tree.

EnterVar_list(Var_listContext)

public virtual void EnterVar_list(PostgreSQLParser.Var_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Var_listContext The parse tree.

ExitVar_list(Var_listContext)

public virtual void ExitVar_list(PostgreSQLParser.Var_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Var_listContext The parse tree.

EnterVar_value(Var_valueContext)

public virtual void EnterVar_value(PostgreSQLParser.Var_valueContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Var_valueContext The parse tree.

ExitVar_value(Var_valueContext)

public virtual void ExitVar_value(PostgreSQLParser.Var_valueContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Var_valueContext The parse tree.

EnterIso_level(Iso_levelContext)

public virtual void EnterIso_level(PostgreSQLParser.Iso_levelContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Iso_levelContext The parse tree.

ExitIso_level(Iso_levelContext)

public virtual void ExitIso_level(PostgreSQLParser.Iso_levelContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Iso_levelContext The parse tree.

EnterBoolean_or_string_(Boolean_or_string_Context)

public virtual void EnterBoolean_or_string_(PostgreSQLParser.Boolean_or_string_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Boolean_or_string_Context The parse tree.

ExitBoolean_or_string_(Boolean_or_string_Context)

public virtual void ExitBoolean_or_string_(PostgreSQLParser.Boolean_or_string_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Boolean_or_string_Context The parse tree.

EnterZone_value(Zone_valueContext)

public virtual void EnterZone_value(PostgreSQLParser.Zone_valueContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Zone_valueContext The parse tree.

ExitZone_value(Zone_valueContext)

public virtual void ExitZone_value(PostgreSQLParser.Zone_valueContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Zone_valueContext The parse tree.

EnterEncoding_(Encoding_Context)

public virtual void EnterEncoding_(PostgreSQLParser.Encoding_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Encoding_Context The parse tree.

ExitEncoding_(Encoding_Context)

public virtual void ExitEncoding_(PostgreSQLParser.Encoding_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Encoding_Context The parse tree.

EnterNonreservedword_or_sconst(Nonreservedword_or_sconstContext)

public virtual void EnterNonreservedword_or_sconst(PostgreSQLParser.Nonreservedword_or_sconstContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nonreservedword_or_sconstContext The parse tree.

ExitNonreservedword_or_sconst(Nonreservedword_or_sconstContext)

public virtual void ExitNonreservedword_or_sconst(PostgreSQLParser.Nonreservedword_or_sconstContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nonreservedword_or_sconstContext The parse tree.

EnterVariableresetstmt(VariableresetstmtContext)

public virtual void EnterVariableresetstmt(PostgreSQLParser.VariableresetstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context VariableresetstmtContext The parse tree.

ExitVariableresetstmt(VariableresetstmtContext)

public virtual void ExitVariableresetstmt(PostgreSQLParser.VariableresetstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context VariableresetstmtContext The parse tree.

EnterReset_rest(Reset_restContext)

public virtual void EnterReset_rest(PostgreSQLParser.Reset_restContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reset_restContext The parse tree.

ExitReset_rest(Reset_restContext)

public virtual void ExitReset_rest(PostgreSQLParser.Reset_restContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reset_restContext The parse tree.

EnterGeneric_reset(Generic_resetContext)

public virtual void EnterGeneric_reset(PostgreSQLParser.Generic_resetContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_resetContext The parse tree.

ExitGeneric_reset(Generic_resetContext)

public virtual void ExitGeneric_reset(PostgreSQLParser.Generic_resetContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_resetContext The parse tree.

EnterSetresetclause(SetresetclauseContext)

public virtual void EnterSetresetclause(PostgreSQLParser.SetresetclauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SetresetclauseContext The parse tree.

ExitSetresetclause(SetresetclauseContext)

public virtual void ExitSetresetclause(PostgreSQLParser.SetresetclauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SetresetclauseContext The parse tree.

EnterFunctionsetresetclause(FunctionsetresetclauseContext)

public virtual void EnterFunctionsetresetclause(PostgreSQLParser.FunctionsetresetclauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context FunctionsetresetclauseContext The parse tree.

ExitFunctionsetresetclause(FunctionsetresetclauseContext)

public virtual void ExitFunctionsetresetclause(PostgreSQLParser.FunctionsetresetclauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context FunctionsetresetclauseContext The parse tree.

EnterVariableshowstmt(VariableshowstmtContext)

public virtual void EnterVariableshowstmt(PostgreSQLParser.VariableshowstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context VariableshowstmtContext The parse tree.

ExitVariableshowstmt(VariableshowstmtContext)

public virtual void ExitVariableshowstmt(PostgreSQLParser.VariableshowstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context VariableshowstmtContext The parse tree.

EnterConstraintssetstmt(ConstraintssetstmtContext)

public virtual void EnterConstraintssetstmt(PostgreSQLParser.ConstraintssetstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintssetstmtContext The parse tree.

ExitConstraintssetstmt(ConstraintssetstmtContext)

public virtual void ExitConstraintssetstmt(PostgreSQLParser.ConstraintssetstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintssetstmtContext The parse tree.

EnterConstraints_set_list(Constraints_set_listContext)

public virtual void EnterConstraints_set_list(PostgreSQLParser.Constraints_set_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Constraints_set_listContext The parse tree.

ExitConstraints_set_list(Constraints_set_listContext)

public virtual void ExitConstraints_set_list(PostgreSQLParser.Constraints_set_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Constraints_set_listContext The parse tree.

EnterConstraints_set_mode(Constraints_set_modeContext)

public virtual void EnterConstraints_set_mode(PostgreSQLParser.Constraints_set_modeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Constraints_set_modeContext The parse tree.

ExitConstraints_set_mode(Constraints_set_modeContext)

public virtual void ExitConstraints_set_mode(PostgreSQLParser.Constraints_set_modeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Constraints_set_modeContext The parse tree.

EnterCheckpointstmt(CheckpointstmtContext)

public virtual void EnterCheckpointstmt(PostgreSQLParser.CheckpointstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CheckpointstmtContext The parse tree.

ExitCheckpointstmt(CheckpointstmtContext)

public virtual void ExitCheckpointstmt(PostgreSQLParser.CheckpointstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CheckpointstmtContext The parse tree.

EnterDiscardstmt(DiscardstmtContext)

public virtual void EnterDiscardstmt(PostgreSQLParser.DiscardstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DiscardstmtContext The parse tree.

ExitDiscardstmt(DiscardstmtContext)

public virtual void ExitDiscardstmt(PostgreSQLParser.DiscardstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DiscardstmtContext The parse tree.

EnterAltertablestmt(AltertablestmtContext)

public virtual void EnterAltertablestmt(PostgreSQLParser.AltertablestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertablestmtContext The parse tree.

ExitAltertablestmt(AltertablestmtContext)

public virtual void ExitAltertablestmt(PostgreSQLParser.AltertablestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertablestmtContext The parse tree.

EnterAlter_table_cmds(Alter_table_cmdsContext)

public virtual void EnterAlter_table_cmds(PostgreSQLParser.Alter_table_cmdsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_table_cmdsContext The parse tree.

ExitAlter_table_cmds(Alter_table_cmdsContext)

public virtual void ExitAlter_table_cmds(PostgreSQLParser.Alter_table_cmdsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_table_cmdsContext The parse tree.

EnterPartition_cmd(Partition_cmdContext)

public virtual void EnterPartition_cmd(PostgreSQLParser.Partition_cmdContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Partition_cmdContext The parse tree.

ExitPartition_cmd(Partition_cmdContext)

public virtual void ExitPartition_cmd(PostgreSQLParser.Partition_cmdContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Partition_cmdContext The parse tree.

EnterIndex_partition_cmd(Index_partition_cmdContext)

public virtual void EnterIndex_partition_cmd(PostgreSQLParser.Index_partition_cmdContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_partition_cmdContext The parse tree.

ExitIndex_partition_cmd(Index_partition_cmdContext)

public virtual void ExitIndex_partition_cmd(PostgreSQLParser.Index_partition_cmdContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_partition_cmdContext The parse tree.

EnterAlter_table_cmd(Alter_table_cmdContext)

public virtual void EnterAlter_table_cmd(PostgreSQLParser.Alter_table_cmdContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_table_cmdContext The parse tree.

ExitAlter_table_cmd(Alter_table_cmdContext)

public virtual void ExitAlter_table_cmd(PostgreSQLParser.Alter_table_cmdContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_table_cmdContext The parse tree.

EnterAlter_column_default(Alter_column_defaultContext)

public virtual void EnterAlter_column_default(PostgreSQLParser.Alter_column_defaultContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_column_defaultContext The parse tree.

ExitAlter_column_default(Alter_column_defaultContext)

public virtual void ExitAlter_column_default(PostgreSQLParser.Alter_column_defaultContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_column_defaultContext The parse tree.

EnterDrop_behavior_(Drop_behavior_Context)

public virtual void EnterDrop_behavior_(PostgreSQLParser.Drop_behavior_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Drop_behavior_Context The parse tree.

ExitDrop_behavior_(Drop_behavior_Context)

public virtual void ExitDrop_behavior_(PostgreSQLParser.Drop_behavior_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Drop_behavior_Context The parse tree.

EnterCollate_clause_(Collate_clause_Context)

public virtual void EnterCollate_clause_(PostgreSQLParser.Collate_clause_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Collate_clause_Context The parse tree.

ExitCollate_clause_(Collate_clause_Context)

public virtual void ExitCollate_clause_(PostgreSQLParser.Collate_clause_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Collate_clause_Context The parse tree.

EnterAlter_using(Alter_usingContext)

public virtual void EnterAlter_using(PostgreSQLParser.Alter_usingContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_usingContext The parse tree.

ExitAlter_using(Alter_usingContext)

public virtual void ExitAlter_using(PostgreSQLParser.Alter_usingContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_usingContext The parse tree.

EnterReplica_identity(Replica_identityContext)

public virtual void EnterReplica_identity(PostgreSQLParser.Replica_identityContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Replica_identityContext The parse tree.

ExitReplica_identity(Replica_identityContext)

public virtual void ExitReplica_identity(PostgreSQLParser.Replica_identityContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Replica_identityContext The parse tree.

EnterReloptions(ReloptionsContext)

public virtual void EnterReloptions(PostgreSQLParser.ReloptionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ReloptionsContext The parse tree.

ExitReloptions(ReloptionsContext)

public virtual void ExitReloptions(PostgreSQLParser.ReloptionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ReloptionsContext The parse tree.

EnterReloptions_(Reloptions_Context)

public virtual void EnterReloptions_(PostgreSQLParser.Reloptions_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reloptions_Context The parse tree.

ExitReloptions_(Reloptions_Context)

public virtual void ExitReloptions_(PostgreSQLParser.Reloptions_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reloptions_Context The parse tree.

EnterReloption_list(Reloption_listContext)

public virtual void EnterReloption_list(PostgreSQLParser.Reloption_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reloption_listContext The parse tree.

ExitReloption_list(Reloption_listContext)

public virtual void ExitReloption_list(PostgreSQLParser.Reloption_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reloption_listContext The parse tree.

EnterReloption_elem(Reloption_elemContext)

public virtual void EnterReloption_elem(PostgreSQLParser.Reloption_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reloption_elemContext The parse tree.

ExitReloption_elem(Reloption_elemContext)

public virtual void ExitReloption_elem(PostgreSQLParser.Reloption_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reloption_elemContext The parse tree.

EnterAlter_identity_column_option_list(Alter_identity_column_option_listContext)

public virtual void EnterAlter_identity_column_option_list(PostgreSQLParser.Alter_identity_column_option_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_identity_column_option_listContext The parse tree.

ExitAlter_identity_column_option_list(Alter_identity_column_option_listContext)

public virtual void ExitAlter_identity_column_option_list(PostgreSQLParser.Alter_identity_column_option_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_identity_column_option_listContext The parse tree.

EnterAlter_identity_column_option(Alter_identity_column_optionContext)

public virtual void EnterAlter_identity_column_option(PostgreSQLParser.Alter_identity_column_optionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_identity_column_optionContext The parse tree.

ExitAlter_identity_column_option(Alter_identity_column_optionContext)

public virtual void ExitAlter_identity_column_option(PostgreSQLParser.Alter_identity_column_optionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_identity_column_optionContext The parse tree.

EnterPartitionboundspec(PartitionboundspecContext)

public virtual void EnterPartitionboundspec(PostgreSQLParser.PartitionboundspecContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PartitionboundspecContext The parse tree.

ExitPartitionboundspec(PartitionboundspecContext)

public virtual void ExitPartitionboundspec(PostgreSQLParser.PartitionboundspecContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PartitionboundspecContext The parse tree.

EnterHash_partbound_elem(Hash_partbound_elemContext)

public virtual void EnterHash_partbound_elem(PostgreSQLParser.Hash_partbound_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Hash_partbound_elemContext The parse tree.

ExitHash_partbound_elem(Hash_partbound_elemContext)

public virtual void ExitHash_partbound_elem(PostgreSQLParser.Hash_partbound_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Hash_partbound_elemContext The parse tree.

EnterHash_partbound(Hash_partboundContext)

public virtual void EnterHash_partbound(PostgreSQLParser.Hash_partboundContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Hash_partboundContext The parse tree.

ExitHash_partbound(Hash_partboundContext)

public virtual void ExitHash_partbound(PostgreSQLParser.Hash_partboundContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Hash_partboundContext The parse tree.

EnterAltercompositetypestmt(AltercompositetypestmtContext)

public virtual void EnterAltercompositetypestmt(PostgreSQLParser.AltercompositetypestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltercompositetypestmtContext The parse tree.

ExitAltercompositetypestmt(AltercompositetypestmtContext)

public virtual void ExitAltercompositetypestmt(PostgreSQLParser.AltercompositetypestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltercompositetypestmtContext The parse tree.

EnterAlter_type_cmds(Alter_type_cmdsContext)

public virtual void EnterAlter_type_cmds(PostgreSQLParser.Alter_type_cmdsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_type_cmdsContext The parse tree.

ExitAlter_type_cmds(Alter_type_cmdsContext)

public virtual void ExitAlter_type_cmds(PostgreSQLParser.Alter_type_cmdsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_type_cmdsContext The parse tree.

EnterAlter_type_cmd(Alter_type_cmdContext)

public virtual void EnterAlter_type_cmd(PostgreSQLParser.Alter_type_cmdContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_type_cmdContext The parse tree.

ExitAlter_type_cmd(Alter_type_cmdContext)

public virtual void ExitAlter_type_cmd(PostgreSQLParser.Alter_type_cmdContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_type_cmdContext The parse tree.

EnterCloseportalstmt(CloseportalstmtContext)

public virtual void EnterCloseportalstmt(PostgreSQLParser.CloseportalstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CloseportalstmtContext The parse tree.

ExitCloseportalstmt(CloseportalstmtContext)

public virtual void ExitCloseportalstmt(PostgreSQLParser.CloseportalstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CloseportalstmtContext The parse tree.

EnterCopystmt(CopystmtContext)

public virtual void EnterCopystmt(PostgreSQLParser.CopystmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CopystmtContext The parse tree.

ExitCopystmt(CopystmtContext)

public virtual void ExitCopystmt(PostgreSQLParser.CopystmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CopystmtContext The parse tree.

EnterCopy_from(Copy_fromContext)

public virtual void EnterCopy_from(PostgreSQLParser.Copy_fromContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_fromContext The parse tree.

ExitCopy_from(Copy_fromContext)

public virtual void ExitCopy_from(PostgreSQLParser.Copy_fromContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_fromContext The parse tree.

EnterProgram_(Program_Context)

public virtual void EnterProgram_(PostgreSQLParser.Program_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Program_Context The parse tree.

ExitProgram_(Program_Context)

public virtual void ExitProgram_(PostgreSQLParser.Program_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Program_Context The parse tree.

EnterCopy_file_name(Copy_file_nameContext)

public virtual void EnterCopy_file_name(PostgreSQLParser.Copy_file_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_file_nameContext The parse tree.

ExitCopy_file_name(Copy_file_nameContext)

public virtual void ExitCopy_file_name(PostgreSQLParser.Copy_file_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_file_nameContext The parse tree.

EnterCopy_options(Copy_optionsContext)

public virtual void EnterCopy_options(PostgreSQLParser.Copy_optionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_optionsContext The parse tree.

ExitCopy_options(Copy_optionsContext)

public virtual void ExitCopy_options(PostgreSQLParser.Copy_optionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_optionsContext The parse tree.

EnterCopy_opt_list(Copy_opt_listContext)

public virtual void EnterCopy_opt_list(PostgreSQLParser.Copy_opt_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_opt_listContext The parse tree.

ExitCopy_opt_list(Copy_opt_listContext)

public virtual void ExitCopy_opt_list(PostgreSQLParser.Copy_opt_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_opt_listContext The parse tree.

EnterCopy_opt_item(Copy_opt_itemContext)

public virtual void EnterCopy_opt_item(PostgreSQLParser.Copy_opt_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_opt_itemContext The parse tree.

ExitCopy_opt_item(Copy_opt_itemContext)

public virtual void ExitCopy_opt_item(PostgreSQLParser.Copy_opt_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_opt_itemContext The parse tree.

EnterBinary_(Binary_Context)

public virtual void EnterBinary_(PostgreSQLParser.Binary_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Binary_Context The parse tree.

ExitBinary_(Binary_Context)

public virtual void ExitBinary_(PostgreSQLParser.Binary_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Binary_Context The parse tree.

EnterCopy_delimiter(Copy_delimiterContext)

public virtual void EnterCopy_delimiter(PostgreSQLParser.Copy_delimiterContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_delimiterContext The parse tree.

ExitCopy_delimiter(Copy_delimiterContext)

public virtual void ExitCopy_delimiter(PostgreSQLParser.Copy_delimiterContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_delimiterContext The parse tree.

EnterUsing_(Using_Context)

public virtual void EnterUsing_(PostgreSQLParser.Using_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Using_Context The parse tree.

ExitUsing_(Using_Context)

public virtual void ExitUsing_(PostgreSQLParser.Using_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Using_Context The parse tree.

EnterCopy_generic_opt_list(Copy_generic_opt_listContext)

public virtual void EnterCopy_generic_opt_list(PostgreSQLParser.Copy_generic_opt_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_listContext The parse tree.

ExitCopy_generic_opt_list(Copy_generic_opt_listContext)

public virtual void ExitCopy_generic_opt_list(PostgreSQLParser.Copy_generic_opt_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_listContext The parse tree.

EnterCopy_generic_opt_elem(Copy_generic_opt_elemContext)

public virtual void EnterCopy_generic_opt_elem(PostgreSQLParser.Copy_generic_opt_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_elemContext The parse tree.

ExitCopy_generic_opt_elem(Copy_generic_opt_elemContext)

public virtual void ExitCopy_generic_opt_elem(PostgreSQLParser.Copy_generic_opt_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_elemContext The parse tree.

EnterCopy_generic_opt_arg(Copy_generic_opt_argContext)

public virtual void EnterCopy_generic_opt_arg(PostgreSQLParser.Copy_generic_opt_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_argContext The parse tree.

ExitCopy_generic_opt_arg(Copy_generic_opt_argContext)

public virtual void ExitCopy_generic_opt_arg(PostgreSQLParser.Copy_generic_opt_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_argContext The parse tree.

EnterCopy_generic_opt_arg_list(Copy_generic_opt_arg_listContext)

public virtual void EnterCopy_generic_opt_arg_list(PostgreSQLParser.Copy_generic_opt_arg_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_arg_listContext The parse tree.

ExitCopy_generic_opt_arg_list(Copy_generic_opt_arg_listContext)

public virtual void ExitCopy_generic_opt_arg_list(PostgreSQLParser.Copy_generic_opt_arg_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_arg_listContext The parse tree.

EnterCopy_generic_opt_arg_list_item(Copy_generic_opt_arg_list_itemContext)

public virtual void EnterCopy_generic_opt_arg_list_item(PostgreSQLParser.Copy_generic_opt_arg_list_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_arg_list_itemContext The parse tree.

ExitCopy_generic_opt_arg_list_item(Copy_generic_opt_arg_list_itemContext)

public virtual void ExitCopy_generic_opt_arg_list_item(PostgreSQLParser.Copy_generic_opt_arg_list_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Copy_generic_opt_arg_list_itemContext The parse tree.

EnterCreatestmt(CreatestmtContext)

public virtual void EnterCreatestmt(PostgreSQLParser.CreatestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatestmtContext The parse tree.

ExitCreatestmt(CreatestmtContext)

public virtual void ExitCreatestmt(PostgreSQLParser.CreatestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatestmtContext The parse tree.

EnterOpttemp(OpttempContext)

public virtual void EnterOpttemp(PostgreSQLParser.OpttempContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttempContext The parse tree.

ExitOpttemp(OpttempContext)

public virtual void ExitOpttemp(PostgreSQLParser.OpttempContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttempContext The parse tree.

EnterOpttableelementlist(OpttableelementlistContext)

public virtual void EnterOpttableelementlist(PostgreSQLParser.OpttableelementlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttableelementlistContext The parse tree.

ExitOpttableelementlist(OpttableelementlistContext)

public virtual void ExitOpttableelementlist(PostgreSQLParser.OpttableelementlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttableelementlistContext The parse tree.

EnterOpttypedtableelementlist(OpttypedtableelementlistContext)

public virtual void EnterOpttypedtableelementlist(PostgreSQLParser.OpttypedtableelementlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttypedtableelementlistContext The parse tree.

ExitOpttypedtableelementlist(OpttypedtableelementlistContext)

public virtual void ExitOpttypedtableelementlist(PostgreSQLParser.OpttypedtableelementlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttypedtableelementlistContext The parse tree.

EnterTableelementlist(TableelementlistContext)

public virtual void EnterTableelementlist(PostgreSQLParser.TableelementlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TableelementlistContext The parse tree.

ExitTableelementlist(TableelementlistContext)

public virtual void ExitTableelementlist(PostgreSQLParser.TableelementlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TableelementlistContext The parse tree.

EnterTypedtableelementlist(TypedtableelementlistContext)

public virtual void EnterTypedtableelementlist(PostgreSQLParser.TypedtableelementlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TypedtableelementlistContext The parse tree.

ExitTypedtableelementlist(TypedtableelementlistContext)

public virtual void ExitTypedtableelementlist(PostgreSQLParser.TypedtableelementlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TypedtableelementlistContext The parse tree.

EnterTableelement(TableelementContext)

public virtual void EnterTableelement(PostgreSQLParser.TableelementContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TableelementContext The parse tree.

ExitTableelement(TableelementContext)

public virtual void ExitTableelement(PostgreSQLParser.TableelementContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TableelementContext The parse tree.

EnterTypedtableelement(TypedtableelementContext)

public virtual void EnterTypedtableelement(PostgreSQLParser.TypedtableelementContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TypedtableelementContext The parse tree.

ExitTypedtableelement(TypedtableelementContext)

public virtual void ExitTypedtableelement(PostgreSQLParser.TypedtableelementContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TypedtableelementContext The parse tree.

EnterColumnDef(ColumnDefContext)

public virtual void EnterColumnDef(PostgreSQLParser.ColumnDefContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnDefContext The parse tree.

ExitColumnDef(ColumnDefContext)

public virtual void ExitColumnDef(PostgreSQLParser.ColumnDefContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnDefContext The parse tree.

EnterColumnOptions(ColumnOptionsContext)

public virtual void EnterColumnOptions(PostgreSQLParser.ColumnOptionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnOptionsContext The parse tree.

ExitColumnOptions(ColumnOptionsContext)

public virtual void ExitColumnOptions(PostgreSQLParser.ColumnOptionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnOptionsContext The parse tree.

EnterColquallist(ColquallistContext)

public virtual void EnterColquallist(PostgreSQLParser.ColquallistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColquallistContext The parse tree.

ExitColquallist(ColquallistContext)

public virtual void ExitColquallist(PostgreSQLParser.ColquallistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColquallistContext The parse tree.

EnterColconstraint(ColconstraintContext)

public virtual void EnterColconstraint(PostgreSQLParser.ColconstraintContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColconstraintContext The parse tree.

ExitColconstraint(ColconstraintContext)

public virtual void ExitColconstraint(PostgreSQLParser.ColconstraintContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColconstraintContext The parse tree.

EnterColconstraintelem(ColconstraintelemContext)

public virtual void EnterColconstraintelem(PostgreSQLParser.ColconstraintelemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColconstraintelemContext The parse tree.

ExitColconstraintelem(ColconstraintelemContext)

public virtual void ExitColconstraintelem(PostgreSQLParser.ColconstraintelemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColconstraintelemContext The parse tree.

EnterGenerated_when(Generated_whenContext)

public virtual void EnterGenerated_when(PostgreSQLParser.Generated_whenContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generated_whenContext The parse tree.

ExitGenerated_when(Generated_whenContext)

public virtual void ExitGenerated_when(PostgreSQLParser.Generated_whenContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generated_whenContext The parse tree.

EnterConstraintattr(ConstraintattrContext)

public virtual void EnterConstraintattr(PostgreSQLParser.ConstraintattrContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintattrContext The parse tree.

ExitConstraintattr(ConstraintattrContext)

public virtual void ExitConstraintattr(PostgreSQLParser.ConstraintattrContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintattrContext The parse tree.

EnterTablelikeclause(TablelikeclauseContext)

public virtual void EnterTablelikeclause(PostgreSQLParser.TablelikeclauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablelikeclauseContext The parse tree.

ExitTablelikeclause(TablelikeclauseContext)

public virtual void ExitTablelikeclause(PostgreSQLParser.TablelikeclauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablelikeclauseContext The parse tree.

EnterTablelikeoptionlist(TablelikeoptionlistContext)

public virtual void EnterTablelikeoptionlist(PostgreSQLParser.TablelikeoptionlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablelikeoptionlistContext The parse tree.

ExitTablelikeoptionlist(TablelikeoptionlistContext)

public virtual void ExitTablelikeoptionlist(PostgreSQLParser.TablelikeoptionlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablelikeoptionlistContext The parse tree.

EnterTablelikeoption(TablelikeoptionContext)

public virtual void EnterTablelikeoption(PostgreSQLParser.TablelikeoptionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablelikeoptionContext The parse tree.

ExitTablelikeoption(TablelikeoptionContext)

public virtual void ExitTablelikeoption(PostgreSQLParser.TablelikeoptionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablelikeoptionContext The parse tree.

EnterTableconstraint(TableconstraintContext)

public virtual void EnterTableconstraint(PostgreSQLParser.TableconstraintContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TableconstraintContext The parse tree.

ExitTableconstraint(TableconstraintContext)

public virtual void ExitTableconstraint(PostgreSQLParser.TableconstraintContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TableconstraintContext The parse tree.

EnterConstraintelem(ConstraintelemContext)

public virtual void EnterConstraintelem(PostgreSQLParser.ConstraintelemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintelemContext The parse tree.

ExitConstraintelem(ConstraintelemContext)

public virtual void ExitConstraintelem(PostgreSQLParser.ConstraintelemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintelemContext The parse tree.

EnterNo_inherit_(No_inherit_Context)

public virtual void EnterNo_inherit_(PostgreSQLParser.No_inherit_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context No_inherit_Context The parse tree.

ExitNo_inherit_(No_inherit_Context)

public virtual void ExitNo_inherit_(PostgreSQLParser.No_inherit_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context No_inherit_Context The parse tree.

EnterColumn_list_(Column_list_Context)

public virtual void EnterColumn_list_(PostgreSQLParser.Column_list_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Column_list_Context The parse tree.

ExitColumn_list_(Column_list_Context)

public virtual void ExitColumn_list_(PostgreSQLParser.Column_list_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Column_list_Context The parse tree.

EnterColumnlist(ColumnlistContext)

public virtual void EnterColumnlist(PostgreSQLParser.ColumnlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnlistContext The parse tree.

ExitColumnlist(ColumnlistContext)

public virtual void ExitColumnlist(PostgreSQLParser.ColumnlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnlistContext The parse tree.

EnterColumnElem(ColumnElemContext)

public virtual void EnterColumnElem(PostgreSQLParser.ColumnElemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnElemContext The parse tree.

ExitColumnElem(ColumnElemContext)

public virtual void ExitColumnElem(PostgreSQLParser.ColumnElemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnElemContext The parse tree.

EnterC_include_(C_include_Context)

public virtual void EnterC_include_(PostgreSQLParser.C_include_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context C_include_Context The parse tree.

ExitC_include_(C_include_Context)

public virtual void ExitC_include_(PostgreSQLParser.C_include_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context C_include_Context The parse tree.

EnterKey_match(Key_matchContext)

public virtual void EnterKey_match(PostgreSQLParser.Key_matchContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_matchContext The parse tree.

ExitKey_match(Key_matchContext)

public virtual void ExitKey_match(PostgreSQLParser.Key_matchContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_matchContext The parse tree.

EnterExclusionconstraintlist(ExclusionconstraintlistContext)

public virtual void EnterExclusionconstraintlist(PostgreSQLParser.ExclusionconstraintlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExclusionconstraintlistContext The parse tree.

ExitExclusionconstraintlist(ExclusionconstraintlistContext)

public virtual void ExitExclusionconstraintlist(PostgreSQLParser.ExclusionconstraintlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExclusionconstraintlistContext The parse tree.

EnterExclusionconstraintelem(ExclusionconstraintelemContext)

public virtual void EnterExclusionconstraintelem(PostgreSQLParser.ExclusionconstraintelemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExclusionconstraintelemContext The parse tree.

ExitExclusionconstraintelem(ExclusionconstraintelemContext)

public virtual void ExitExclusionconstraintelem(PostgreSQLParser.ExclusionconstraintelemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExclusionconstraintelemContext The parse tree.

EnterExclusionwhereclause(ExclusionwhereclauseContext)

public virtual void EnterExclusionwhereclause(PostgreSQLParser.ExclusionwhereclauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExclusionwhereclauseContext The parse tree.

ExitExclusionwhereclause(ExclusionwhereclauseContext)

public virtual void ExitExclusionwhereclause(PostgreSQLParser.ExclusionwhereclauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExclusionwhereclauseContext The parse tree.

EnterKey_actions(Key_actionsContext)

public virtual void EnterKey_actions(PostgreSQLParser.Key_actionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_actionsContext The parse tree.

ExitKey_actions(Key_actionsContext)

public virtual void ExitKey_actions(PostgreSQLParser.Key_actionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_actionsContext The parse tree.

EnterKey_update(Key_updateContext)

public virtual void EnterKey_update(PostgreSQLParser.Key_updateContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_updateContext The parse tree.

ExitKey_update(Key_updateContext)

public virtual void ExitKey_update(PostgreSQLParser.Key_updateContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_updateContext The parse tree.

EnterKey_delete(Key_deleteContext)

public virtual void EnterKey_delete(PostgreSQLParser.Key_deleteContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_deleteContext The parse tree.

ExitKey_delete(Key_deleteContext)

public virtual void ExitKey_delete(PostgreSQLParser.Key_deleteContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_deleteContext The parse tree.

EnterKey_action(Key_actionContext)

public virtual void EnterKey_action(PostgreSQLParser.Key_actionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_actionContext The parse tree.

ExitKey_action(Key_actionContext)

public virtual void ExitKey_action(PostgreSQLParser.Key_actionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Key_actionContext The parse tree.

EnterOptinherit(OptinheritContext)

public virtual void EnterOptinherit(PostgreSQLParser.OptinheritContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptinheritContext The parse tree.

ExitOptinherit(OptinheritContext)

public virtual void ExitOptinherit(PostgreSQLParser.OptinheritContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptinheritContext The parse tree.

EnterOptpartitionspec(OptpartitionspecContext)

public virtual void EnterOptpartitionspec(PostgreSQLParser.OptpartitionspecContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptpartitionspecContext The parse tree.

ExitOptpartitionspec(OptpartitionspecContext)

public virtual void ExitOptpartitionspec(PostgreSQLParser.OptpartitionspecContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptpartitionspecContext The parse tree.

EnterPartitionspec(PartitionspecContext)

public virtual void EnterPartitionspec(PostgreSQLParser.PartitionspecContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PartitionspecContext The parse tree.

ExitPartitionspec(PartitionspecContext)

public virtual void ExitPartitionspec(PostgreSQLParser.PartitionspecContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PartitionspecContext The parse tree.

EnterPart_params(Part_paramsContext)

public virtual void EnterPart_params(PostgreSQLParser.Part_paramsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Part_paramsContext The parse tree.

ExitPart_params(Part_paramsContext)

public virtual void ExitPart_params(PostgreSQLParser.Part_paramsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Part_paramsContext The parse tree.

EnterPart_elem(Part_elemContext)

public virtual void EnterPart_elem(PostgreSQLParser.Part_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Part_elemContext The parse tree.

ExitPart_elem(Part_elemContext)

public virtual void ExitPart_elem(PostgreSQLParser.Part_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Part_elemContext The parse tree.

EnterTable_access_method_clause(Table_access_method_clauseContext)

public virtual void EnterTable_access_method_clause(PostgreSQLParser.Table_access_method_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_access_method_clauseContext The parse tree.

ExitTable_access_method_clause(Table_access_method_clauseContext)

public virtual void ExitTable_access_method_clause(PostgreSQLParser.Table_access_method_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_access_method_clauseContext The parse tree.

EnterOptwith(OptwithContext)

public virtual void EnterOptwith(PostgreSQLParser.OptwithContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptwithContext The parse tree.

ExitOptwith(OptwithContext)

public virtual void ExitOptwith(PostgreSQLParser.OptwithContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptwithContext The parse tree.

EnterOncommitoption(OncommitoptionContext)

public virtual void EnterOncommitoption(PostgreSQLParser.OncommitoptionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OncommitoptionContext The parse tree.

ExitOncommitoption(OncommitoptionContext)

public virtual void ExitOncommitoption(PostgreSQLParser.OncommitoptionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OncommitoptionContext The parse tree.

EnterOpttablespace(OpttablespaceContext)

public virtual void EnterOpttablespace(PostgreSQLParser.OpttablespaceContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttablespaceContext The parse tree.

ExitOpttablespace(OpttablespaceContext)

public virtual void ExitOpttablespace(PostgreSQLParser.OpttablespaceContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttablespaceContext The parse tree.

EnterOptconstablespace(OptconstablespaceContext)

public virtual void EnterOptconstablespace(PostgreSQLParser.OptconstablespaceContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptconstablespaceContext The parse tree.

ExitOptconstablespace(OptconstablespaceContext)

public virtual void ExitOptconstablespace(PostgreSQLParser.OptconstablespaceContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptconstablespaceContext The parse tree.

EnterExistingindex(ExistingindexContext)

public virtual void EnterExistingindex(PostgreSQLParser.ExistingindexContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExistingindexContext The parse tree.

ExitExistingindex(ExistingindexContext)

public virtual void ExitExistingindex(PostgreSQLParser.ExistingindexContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExistingindexContext The parse tree.

EnterCreatestatsstmt(CreatestatsstmtContext)

public virtual void EnterCreatestatsstmt(PostgreSQLParser.CreatestatsstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatestatsstmtContext The parse tree.

ExitCreatestatsstmt(CreatestatsstmtContext)

public virtual void ExitCreatestatsstmt(PostgreSQLParser.CreatestatsstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatestatsstmtContext The parse tree.

EnterAlterstatsstmt(AlterstatsstmtContext)

public virtual void EnterAlterstatsstmt(PostgreSQLParser.AlterstatsstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterstatsstmtContext The parse tree.

ExitAlterstatsstmt(AlterstatsstmtContext)

public virtual void ExitAlterstatsstmt(PostgreSQLParser.AlterstatsstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterstatsstmtContext The parse tree.

EnterCreateasstmt(CreateasstmtContext)

public virtual void EnterCreateasstmt(PostgreSQLParser.CreateasstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateasstmtContext The parse tree.

ExitCreateasstmt(CreateasstmtContext)

public virtual void ExitCreateasstmt(PostgreSQLParser.CreateasstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateasstmtContext The parse tree.

EnterCreate_as_target(Create_as_targetContext)

public virtual void EnterCreate_as_target(PostgreSQLParser.Create_as_targetContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_as_targetContext The parse tree.

ExitCreate_as_target(Create_as_targetContext)

public virtual void ExitCreate_as_target(PostgreSQLParser.Create_as_targetContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_as_targetContext The parse tree.

EnterWith_data_(With_data_Context)

public virtual void EnterWith_data_(PostgreSQLParser.With_data_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context With_data_Context The parse tree.

ExitWith_data_(With_data_Context)

public virtual void ExitWith_data_(PostgreSQLParser.With_data_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context With_data_Context The parse tree.

EnterCreatematviewstmt(CreatematviewstmtContext)

public virtual void EnterCreatematviewstmt(PostgreSQLParser.CreatematviewstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatematviewstmtContext The parse tree.

ExitCreatematviewstmt(CreatematviewstmtContext)

public virtual void ExitCreatematviewstmt(PostgreSQLParser.CreatematviewstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatematviewstmtContext The parse tree.

EnterCreate_mv_target(Create_mv_targetContext)

public virtual void EnterCreate_mv_target(PostgreSQLParser.Create_mv_targetContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_mv_targetContext The parse tree.

ExitCreate_mv_target(Create_mv_targetContext)

public virtual void ExitCreate_mv_target(PostgreSQLParser.Create_mv_targetContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_mv_targetContext The parse tree.

EnterOptnolog(OptnologContext)

public virtual void EnterOptnolog(PostgreSQLParser.OptnologContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptnologContext The parse tree.

ExitOptnolog(OptnologContext)

public virtual void ExitOptnolog(PostgreSQLParser.OptnologContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptnologContext The parse tree.

EnterRefreshmatviewstmt(RefreshmatviewstmtContext)

public virtual void EnterRefreshmatviewstmt(PostgreSQLParser.RefreshmatviewstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RefreshmatviewstmtContext The parse tree.

ExitRefreshmatviewstmt(RefreshmatviewstmtContext)

public virtual void ExitRefreshmatviewstmt(PostgreSQLParser.RefreshmatviewstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RefreshmatviewstmtContext The parse tree.

EnterCreateseqstmt(CreateseqstmtContext)

public virtual void EnterCreateseqstmt(PostgreSQLParser.CreateseqstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateseqstmtContext The parse tree.

ExitCreateseqstmt(CreateseqstmtContext)

public virtual void ExitCreateseqstmt(PostgreSQLParser.CreateseqstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateseqstmtContext The parse tree.

EnterAlterseqstmt(AlterseqstmtContext)

public virtual void EnterAlterseqstmt(PostgreSQLParser.AlterseqstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterseqstmtContext The parse tree.

ExitAlterseqstmt(AlterseqstmtContext)

public virtual void ExitAlterseqstmt(PostgreSQLParser.AlterseqstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterseqstmtContext The parse tree.

EnterOptseqoptlist(OptseqoptlistContext)

public virtual void EnterOptseqoptlist(PostgreSQLParser.OptseqoptlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptseqoptlistContext The parse tree.

ExitOptseqoptlist(OptseqoptlistContext)

public virtual void ExitOptseqoptlist(PostgreSQLParser.OptseqoptlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptseqoptlistContext The parse tree.

EnterOptparenthesizedseqoptlist(OptparenthesizedseqoptlistContext)

public virtual void EnterOptparenthesizedseqoptlist(PostgreSQLParser.OptparenthesizedseqoptlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptparenthesizedseqoptlistContext The parse tree.

ExitOptparenthesizedseqoptlist(OptparenthesizedseqoptlistContext)

public virtual void ExitOptparenthesizedseqoptlist(PostgreSQLParser.OptparenthesizedseqoptlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptparenthesizedseqoptlistContext The parse tree.

EnterSeqoptlist(SeqoptlistContext)

public virtual void EnterSeqoptlist(PostgreSQLParser.SeqoptlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SeqoptlistContext The parse tree.

ExitSeqoptlist(SeqoptlistContext)

public virtual void ExitSeqoptlist(PostgreSQLParser.SeqoptlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SeqoptlistContext The parse tree.

EnterSeqoptelem(SeqoptelemContext)

public virtual void EnterSeqoptelem(PostgreSQLParser.SeqoptelemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SeqoptelemContext The parse tree.

ExitSeqoptelem(SeqoptelemContext)

public virtual void ExitSeqoptelem(PostgreSQLParser.SeqoptelemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SeqoptelemContext The parse tree.

EnterBy_(By_Context)

public virtual void EnterBy_(PostgreSQLParser.By_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context By_Context The parse tree.

ExitBy_(By_Context)

public virtual void ExitBy_(PostgreSQLParser.By_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context By_Context The parse tree.

EnterNumericonly(NumericonlyContext)

public virtual void EnterNumericonly(PostgreSQLParser.NumericonlyContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NumericonlyContext The parse tree.

ExitNumericonly(NumericonlyContext)

public virtual void ExitNumericonly(PostgreSQLParser.NumericonlyContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NumericonlyContext The parse tree.

EnterNumericonly_list(Numericonly_listContext)

public virtual void EnterNumericonly_list(PostgreSQLParser.Numericonly_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Numericonly_listContext The parse tree.

ExitNumericonly_list(Numericonly_listContext)

public virtual void ExitNumericonly_list(PostgreSQLParser.Numericonly_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Numericonly_listContext The parse tree.

EnterCreateplangstmt(CreateplangstmtContext)

public virtual void EnterCreateplangstmt(PostgreSQLParser.CreateplangstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateplangstmtContext The parse tree.

ExitCreateplangstmt(CreateplangstmtContext)

public virtual void ExitCreateplangstmt(PostgreSQLParser.CreateplangstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateplangstmtContext The parse tree.

EnterTrusted_(Trusted_Context)

public virtual void EnterTrusted_(PostgreSQLParser.Trusted_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Trusted_Context The parse tree.

ExitTrusted_(Trusted_Context)

public virtual void ExitTrusted_(PostgreSQLParser.Trusted_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Trusted_Context The parse tree.

EnterHandler_name(Handler_nameContext)

public virtual void EnterHandler_name(PostgreSQLParser.Handler_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Handler_nameContext The parse tree.

ExitHandler_name(Handler_nameContext)

public virtual void ExitHandler_name(PostgreSQLParser.Handler_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Handler_nameContext The parse tree.

EnterInline_handler_(Inline_handler_Context)

public virtual void EnterInline_handler_(PostgreSQLParser.Inline_handler_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Inline_handler_Context The parse tree.

ExitInline_handler_(Inline_handler_Context)

public virtual void ExitInline_handler_(PostgreSQLParser.Inline_handler_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Inline_handler_Context The parse tree.

EnterValidator_clause(Validator_clauseContext)

public virtual void EnterValidator_clause(PostgreSQLParser.Validator_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Validator_clauseContext The parse tree.

ExitValidator_clause(Validator_clauseContext)

public virtual void ExitValidator_clause(PostgreSQLParser.Validator_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Validator_clauseContext The parse tree.

EnterValidator_(Validator_Context)

public virtual void EnterValidator_(PostgreSQLParser.Validator_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Validator_Context The parse tree.

ExitValidator_(Validator_Context)

public virtual void ExitValidator_(PostgreSQLParser.Validator_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Validator_Context The parse tree.

EnterProcedural_(Procedural_Context)

public virtual void EnterProcedural_(PostgreSQLParser.Procedural_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Procedural_Context The parse tree.

ExitProcedural_(Procedural_Context)

public virtual void ExitProcedural_(PostgreSQLParser.Procedural_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Procedural_Context The parse tree.

EnterCreatetablespacestmt(CreatetablespacestmtContext)

public virtual void EnterCreatetablespacestmt(PostgreSQLParser.CreatetablespacestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatetablespacestmtContext The parse tree.

ExitCreatetablespacestmt(CreatetablespacestmtContext)

public virtual void ExitCreatetablespacestmt(PostgreSQLParser.CreatetablespacestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatetablespacestmtContext The parse tree.

EnterOpttablespaceowner(OpttablespaceownerContext)

public virtual void EnterOpttablespaceowner(PostgreSQLParser.OpttablespaceownerContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttablespaceownerContext The parse tree.

ExitOpttablespaceowner(OpttablespaceownerContext)

public virtual void ExitOpttablespaceowner(PostgreSQLParser.OpttablespaceownerContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttablespaceownerContext The parse tree.

EnterDroptablespacestmt(DroptablespacestmtContext)

public virtual void EnterDroptablespacestmt(PostgreSQLParser.DroptablespacestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DroptablespacestmtContext The parse tree.

ExitDroptablespacestmt(DroptablespacestmtContext)

public virtual void ExitDroptablespacestmt(PostgreSQLParser.DroptablespacestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DroptablespacestmtContext The parse tree.

EnterCreateextensionstmt(CreateextensionstmtContext)

public virtual void EnterCreateextensionstmt(PostgreSQLParser.CreateextensionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateextensionstmtContext The parse tree.

ExitCreateextensionstmt(CreateextensionstmtContext)

public virtual void ExitCreateextensionstmt(PostgreSQLParser.CreateextensionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateextensionstmtContext The parse tree.

EnterCreate_extension_opt_list(Create_extension_opt_listContext)

public virtual void EnterCreate_extension_opt_list(PostgreSQLParser.Create_extension_opt_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_extension_opt_listContext The parse tree.

ExitCreate_extension_opt_list(Create_extension_opt_listContext)

public virtual void ExitCreate_extension_opt_list(PostgreSQLParser.Create_extension_opt_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_extension_opt_listContext The parse tree.

EnterCreate_extension_opt_item(Create_extension_opt_itemContext)

public virtual void EnterCreate_extension_opt_item(PostgreSQLParser.Create_extension_opt_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_extension_opt_itemContext The parse tree.

ExitCreate_extension_opt_item(Create_extension_opt_itemContext)

public virtual void ExitCreate_extension_opt_item(PostgreSQLParser.Create_extension_opt_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_extension_opt_itemContext The parse tree.

EnterAlterextensionstmt(AlterextensionstmtContext)

public virtual void EnterAlterextensionstmt(PostgreSQLParser.AlterextensionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterextensionstmtContext The parse tree.

ExitAlterextensionstmt(AlterextensionstmtContext)

public virtual void ExitAlterextensionstmt(PostgreSQLParser.AlterextensionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterextensionstmtContext The parse tree.

EnterAlter_extension_opt_list(Alter_extension_opt_listContext)

public virtual void EnterAlter_extension_opt_list(PostgreSQLParser.Alter_extension_opt_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_extension_opt_listContext The parse tree.

ExitAlter_extension_opt_list(Alter_extension_opt_listContext)

public virtual void ExitAlter_extension_opt_list(PostgreSQLParser.Alter_extension_opt_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_extension_opt_listContext The parse tree.

EnterAlter_extension_opt_item(Alter_extension_opt_itemContext)

public virtual void EnterAlter_extension_opt_item(PostgreSQLParser.Alter_extension_opt_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_extension_opt_itemContext The parse tree.

ExitAlter_extension_opt_item(Alter_extension_opt_itemContext)

public virtual void ExitAlter_extension_opt_item(PostgreSQLParser.Alter_extension_opt_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_extension_opt_itemContext The parse tree.

EnterAlterextensioncontentsstmt(AlterextensioncontentsstmtContext)

public virtual void EnterAlterextensioncontentsstmt(PostgreSQLParser.AlterextensioncontentsstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterextensioncontentsstmtContext The parse tree.

ExitAlterextensioncontentsstmt(AlterextensioncontentsstmtContext)

public virtual void ExitAlterextensioncontentsstmt(PostgreSQLParser.AlterextensioncontentsstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterextensioncontentsstmtContext The parse tree.

EnterCreatefdwstmt(CreatefdwstmtContext)

public virtual void EnterCreatefdwstmt(PostgreSQLParser.CreatefdwstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatefdwstmtContext The parse tree.

ExitCreatefdwstmt(CreatefdwstmtContext)

public virtual void ExitCreatefdwstmt(PostgreSQLParser.CreatefdwstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatefdwstmtContext The parse tree.

EnterFdw_option(Fdw_optionContext)

public virtual void EnterFdw_option(PostgreSQLParser.Fdw_optionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Fdw_optionContext The parse tree.

ExitFdw_option(Fdw_optionContext)

public virtual void ExitFdw_option(PostgreSQLParser.Fdw_optionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Fdw_optionContext The parse tree.

EnterFdw_options(Fdw_optionsContext)

public virtual void EnterFdw_options(PostgreSQLParser.Fdw_optionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Fdw_optionsContext The parse tree.

ExitFdw_options(Fdw_optionsContext)

public virtual void ExitFdw_options(PostgreSQLParser.Fdw_optionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Fdw_optionsContext The parse tree.

EnterFdw_options_(Fdw_options_Context)

public virtual void EnterFdw_options_(PostgreSQLParser.Fdw_options_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Fdw_options_Context The parse tree.

ExitFdw_options_(Fdw_options_Context)

public virtual void ExitFdw_options_(PostgreSQLParser.Fdw_options_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Fdw_options_Context The parse tree.

EnterAlterfdwstmt(AlterfdwstmtContext)

public virtual void EnterAlterfdwstmt(PostgreSQLParser.AlterfdwstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterfdwstmtContext The parse tree.

ExitAlterfdwstmt(AlterfdwstmtContext)

public virtual void ExitAlterfdwstmt(PostgreSQLParser.AlterfdwstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterfdwstmtContext The parse tree.

EnterCreate_generic_options(Create_generic_optionsContext)

public virtual void EnterCreate_generic_options(PostgreSQLParser.Create_generic_optionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_generic_optionsContext The parse tree.

ExitCreate_generic_options(Create_generic_optionsContext)

public virtual void ExitCreate_generic_options(PostgreSQLParser.Create_generic_optionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Create_generic_optionsContext The parse tree.

EnterGeneric_option_list(Generic_option_listContext)

public virtual void EnterGeneric_option_list(PostgreSQLParser.Generic_option_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_option_listContext The parse tree.

ExitGeneric_option_list(Generic_option_listContext)

public virtual void ExitGeneric_option_list(PostgreSQLParser.Generic_option_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_option_listContext The parse tree.

EnterAlter_generic_options(Alter_generic_optionsContext)

public virtual void EnterAlter_generic_options(PostgreSQLParser.Alter_generic_optionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_generic_optionsContext The parse tree.

ExitAlter_generic_options(Alter_generic_optionsContext)

public virtual void ExitAlter_generic_options(PostgreSQLParser.Alter_generic_optionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_generic_optionsContext The parse tree.

EnterAlter_generic_option_list(Alter_generic_option_listContext)

public virtual void EnterAlter_generic_option_list(PostgreSQLParser.Alter_generic_option_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_generic_option_listContext The parse tree.

ExitAlter_generic_option_list(Alter_generic_option_listContext)

public virtual void ExitAlter_generic_option_list(PostgreSQLParser.Alter_generic_option_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_generic_option_listContext The parse tree.

EnterAlter_generic_option_elem(Alter_generic_option_elemContext)

public virtual void EnterAlter_generic_option_elem(PostgreSQLParser.Alter_generic_option_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_generic_option_elemContext The parse tree.

ExitAlter_generic_option_elem(Alter_generic_option_elemContext)

public virtual void ExitAlter_generic_option_elem(PostgreSQLParser.Alter_generic_option_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alter_generic_option_elemContext The parse tree.

EnterGeneric_option_elem(Generic_option_elemContext)

public virtual void EnterGeneric_option_elem(PostgreSQLParser.Generic_option_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_option_elemContext The parse tree.

ExitGeneric_option_elem(Generic_option_elemContext)

public virtual void ExitGeneric_option_elem(PostgreSQLParser.Generic_option_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_option_elemContext The parse tree.

EnterGeneric_option_name(Generic_option_nameContext)

public virtual void EnterGeneric_option_name(PostgreSQLParser.Generic_option_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_option_nameContext The parse tree.

ExitGeneric_option_name(Generic_option_nameContext)

public virtual void ExitGeneric_option_name(PostgreSQLParser.Generic_option_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_option_nameContext The parse tree.

EnterGeneric_option_arg(Generic_option_argContext)

public virtual void EnterGeneric_option_arg(PostgreSQLParser.Generic_option_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_option_argContext The parse tree.

ExitGeneric_option_arg(Generic_option_argContext)

public virtual void ExitGeneric_option_arg(PostgreSQLParser.Generic_option_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Generic_option_argContext The parse tree.

EnterCreateforeignserverstmt(CreateforeignserverstmtContext)

public virtual void EnterCreateforeignserverstmt(PostgreSQLParser.CreateforeignserverstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateforeignserverstmtContext The parse tree.

ExitCreateforeignserverstmt(CreateforeignserverstmtContext)

public virtual void ExitCreateforeignserverstmt(PostgreSQLParser.CreateforeignserverstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateforeignserverstmtContext The parse tree.

EnterType_(Type_Context)

public virtual void EnterType_(PostgreSQLParser.Type_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_Context The parse tree.

ExitType_(Type_Context)

public virtual void ExitType_(PostgreSQLParser.Type_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_Context The parse tree.

EnterForeign_server_version(Foreign_server_versionContext)

public virtual void EnterForeign_server_version(PostgreSQLParser.Foreign_server_versionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Foreign_server_versionContext The parse tree.

ExitForeign_server_version(Foreign_server_versionContext)

public virtual void ExitForeign_server_version(PostgreSQLParser.Foreign_server_versionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Foreign_server_versionContext The parse tree.

EnterForeign_server_version_(Foreign_server_version_Context)

public virtual void EnterForeign_server_version_(PostgreSQLParser.Foreign_server_version_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Foreign_server_version_Context The parse tree.

ExitForeign_server_version_(Foreign_server_version_Context)

public virtual void ExitForeign_server_version_(PostgreSQLParser.Foreign_server_version_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Foreign_server_version_Context The parse tree.

EnterAlterforeignserverstmt(AlterforeignserverstmtContext)

public virtual void EnterAlterforeignserverstmt(PostgreSQLParser.AlterforeignserverstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterforeignserverstmtContext The parse tree.

ExitAlterforeignserverstmt(AlterforeignserverstmtContext)

public virtual void ExitAlterforeignserverstmt(PostgreSQLParser.AlterforeignserverstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterforeignserverstmtContext The parse tree.

EnterCreateforeigntablestmt(CreateforeigntablestmtContext)

public virtual void EnterCreateforeigntablestmt(PostgreSQLParser.CreateforeigntablestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateforeigntablestmtContext The parse tree.

ExitCreateforeigntablestmt(CreateforeigntablestmtContext)

public virtual void ExitCreateforeigntablestmt(PostgreSQLParser.CreateforeigntablestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateforeigntablestmtContext The parse tree.

EnterImportforeignschemastmt(ImportforeignschemastmtContext)

public virtual void EnterImportforeignschemastmt(PostgreSQLParser.ImportforeignschemastmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ImportforeignschemastmtContext The parse tree.

ExitImportforeignschemastmt(ImportforeignschemastmtContext)

public virtual void ExitImportforeignschemastmt(PostgreSQLParser.ImportforeignschemastmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ImportforeignschemastmtContext The parse tree.

EnterImport_qualification_type(Import_qualification_typeContext)

public virtual void EnterImport_qualification_type(PostgreSQLParser.Import_qualification_typeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Import_qualification_typeContext The parse tree.

ExitImport_qualification_type(Import_qualification_typeContext)

public virtual void ExitImport_qualification_type(PostgreSQLParser.Import_qualification_typeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Import_qualification_typeContext The parse tree.

EnterImport_qualification(Import_qualificationContext)

public virtual void EnterImport_qualification(PostgreSQLParser.Import_qualificationContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Import_qualificationContext The parse tree.

ExitImport_qualification(Import_qualificationContext)

public virtual void ExitImport_qualification(PostgreSQLParser.Import_qualificationContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Import_qualificationContext The parse tree.

EnterCreateusermappingstmt(CreateusermappingstmtContext)

public virtual void EnterCreateusermappingstmt(PostgreSQLParser.CreateusermappingstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateusermappingstmtContext The parse tree.

ExitCreateusermappingstmt(CreateusermappingstmtContext)

public virtual void ExitCreateusermappingstmt(PostgreSQLParser.CreateusermappingstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateusermappingstmtContext The parse tree.

EnterAuth_ident(Auth_identContext)

public virtual void EnterAuth_ident(PostgreSQLParser.Auth_identContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Auth_identContext The parse tree.

ExitAuth_ident(Auth_identContext)

public virtual void ExitAuth_ident(PostgreSQLParser.Auth_identContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Auth_identContext The parse tree.

EnterDropusermappingstmt(DropusermappingstmtContext)

public virtual void EnterDropusermappingstmt(PostgreSQLParser.DropusermappingstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropusermappingstmtContext The parse tree.

ExitDropusermappingstmt(DropusermappingstmtContext)

public virtual void ExitDropusermappingstmt(PostgreSQLParser.DropusermappingstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropusermappingstmtContext The parse tree.

EnterAlterusermappingstmt(AlterusermappingstmtContext)

public virtual void EnterAlterusermappingstmt(PostgreSQLParser.AlterusermappingstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterusermappingstmtContext The parse tree.

ExitAlterusermappingstmt(AlterusermappingstmtContext)

public virtual void ExitAlterusermappingstmt(PostgreSQLParser.AlterusermappingstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterusermappingstmtContext The parse tree.

EnterCreatepolicystmt(CreatepolicystmtContext)

public virtual void EnterCreatepolicystmt(PostgreSQLParser.CreatepolicystmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatepolicystmtContext The parse tree.

ExitCreatepolicystmt(CreatepolicystmtContext)

public virtual void ExitCreatepolicystmt(PostgreSQLParser.CreatepolicystmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatepolicystmtContext The parse tree.

EnterAlterpolicystmt(AlterpolicystmtContext)

public virtual void EnterAlterpolicystmt(PostgreSQLParser.AlterpolicystmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterpolicystmtContext The parse tree.

ExitAlterpolicystmt(AlterpolicystmtContext)

public virtual void ExitAlterpolicystmt(PostgreSQLParser.AlterpolicystmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterpolicystmtContext The parse tree.

EnterRowsecurityoptionalexpr(RowsecurityoptionalexprContext)

public virtual void EnterRowsecurityoptionalexpr(PostgreSQLParser.RowsecurityoptionalexprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecurityoptionalexprContext The parse tree.

ExitRowsecurityoptionalexpr(RowsecurityoptionalexprContext)

public virtual void ExitRowsecurityoptionalexpr(PostgreSQLParser.RowsecurityoptionalexprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecurityoptionalexprContext The parse tree.

EnterRowsecurityoptionalwithcheck(RowsecurityoptionalwithcheckContext)

public virtual void EnterRowsecurityoptionalwithcheck(PostgreSQLParser.RowsecurityoptionalwithcheckContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecurityoptionalwithcheckContext The parse tree.

ExitRowsecurityoptionalwithcheck(RowsecurityoptionalwithcheckContext)

public virtual void ExitRowsecurityoptionalwithcheck(PostgreSQLParser.RowsecurityoptionalwithcheckContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecurityoptionalwithcheckContext The parse tree.

EnterRowsecuritydefaulttorole(RowsecuritydefaulttoroleContext)

public virtual void EnterRowsecuritydefaulttorole(PostgreSQLParser.RowsecuritydefaulttoroleContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecuritydefaulttoroleContext The parse tree.

ExitRowsecuritydefaulttorole(RowsecuritydefaulttoroleContext)

public virtual void ExitRowsecuritydefaulttorole(PostgreSQLParser.RowsecuritydefaulttoroleContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecuritydefaulttoroleContext The parse tree.

EnterRowsecurityoptionaltorole(RowsecurityoptionaltoroleContext)

public virtual void EnterRowsecurityoptionaltorole(PostgreSQLParser.RowsecurityoptionaltoroleContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecurityoptionaltoroleContext The parse tree.

ExitRowsecurityoptionaltorole(RowsecurityoptionaltoroleContext)

public virtual void ExitRowsecurityoptionaltorole(PostgreSQLParser.RowsecurityoptionaltoroleContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecurityoptionaltoroleContext The parse tree.

EnterRowsecuritydefaultpermissive(RowsecuritydefaultpermissiveContext)

public virtual void EnterRowsecuritydefaultpermissive(PostgreSQLParser.RowsecuritydefaultpermissiveContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecuritydefaultpermissiveContext The parse tree.

ExitRowsecuritydefaultpermissive(RowsecuritydefaultpermissiveContext)

public virtual void ExitRowsecuritydefaultpermissive(PostgreSQLParser.RowsecuritydefaultpermissiveContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecuritydefaultpermissiveContext The parse tree.

EnterRowsecuritydefaultforcmd(RowsecuritydefaultforcmdContext)

public virtual void EnterRowsecuritydefaultforcmd(PostgreSQLParser.RowsecuritydefaultforcmdContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecuritydefaultforcmdContext The parse tree.

ExitRowsecuritydefaultforcmd(RowsecuritydefaultforcmdContext)

public virtual void ExitRowsecuritydefaultforcmd(PostgreSQLParser.RowsecuritydefaultforcmdContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowsecuritydefaultforcmdContext The parse tree.

EnterRow_security_cmd(Row_security_cmdContext)

public virtual void EnterRow_security_cmd(PostgreSQLParser.Row_security_cmdContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Row_security_cmdContext The parse tree.

ExitRow_security_cmd(Row_security_cmdContext)

public virtual void ExitRow_security_cmd(PostgreSQLParser.Row_security_cmdContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Row_security_cmdContext The parse tree.

EnterCreateamstmt(CreateamstmtContext)

public virtual void EnterCreateamstmt(PostgreSQLParser.CreateamstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateamstmtContext The parse tree.

ExitCreateamstmt(CreateamstmtContext)

public virtual void ExitCreateamstmt(PostgreSQLParser.CreateamstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateamstmtContext The parse tree.

EnterAm_type(Am_typeContext)

public virtual void EnterAm_type(PostgreSQLParser.Am_typeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Am_typeContext The parse tree.

ExitAm_type(Am_typeContext)

public virtual void ExitAm_type(PostgreSQLParser.Am_typeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Am_typeContext The parse tree.

EnterCreatetrigstmt(CreatetrigstmtContext)

public virtual void EnterCreatetrigstmt(PostgreSQLParser.CreatetrigstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatetrigstmtContext The parse tree.

ExitCreatetrigstmt(CreatetrigstmtContext)

public virtual void ExitCreatetrigstmt(PostgreSQLParser.CreatetrigstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatetrigstmtContext The parse tree.

EnterTriggeractiontime(TriggeractiontimeContext)

public virtual void EnterTriggeractiontime(PostgreSQLParser.TriggeractiontimeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggeractiontimeContext The parse tree.

ExitTriggeractiontime(TriggeractiontimeContext)

public virtual void ExitTriggeractiontime(PostgreSQLParser.TriggeractiontimeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggeractiontimeContext The parse tree.

EnterTriggerevents(TriggereventsContext)

public virtual void EnterTriggerevents(PostgreSQLParser.TriggereventsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggereventsContext The parse tree.

ExitTriggerevents(TriggereventsContext)

public virtual void ExitTriggerevents(PostgreSQLParser.TriggereventsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggereventsContext The parse tree.

EnterTriggeroneevent(TriggeroneeventContext)

public virtual void EnterTriggeroneevent(PostgreSQLParser.TriggeroneeventContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggeroneeventContext The parse tree.

ExitTriggeroneevent(TriggeroneeventContext)

public virtual void ExitTriggeroneevent(PostgreSQLParser.TriggeroneeventContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggeroneeventContext The parse tree.

EnterTriggerreferencing(TriggerreferencingContext)

public virtual void EnterTriggerreferencing(PostgreSQLParser.TriggerreferencingContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerreferencingContext The parse tree.

ExitTriggerreferencing(TriggerreferencingContext)

public virtual void ExitTriggerreferencing(PostgreSQLParser.TriggerreferencingContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerreferencingContext The parse tree.

EnterTriggertransitions(TriggertransitionsContext)

public virtual void EnterTriggertransitions(PostgreSQLParser.TriggertransitionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggertransitionsContext The parse tree.

ExitTriggertransitions(TriggertransitionsContext)

public virtual void ExitTriggertransitions(PostgreSQLParser.TriggertransitionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggertransitionsContext The parse tree.

EnterTriggertransition(TriggertransitionContext)

public virtual void EnterTriggertransition(PostgreSQLParser.TriggertransitionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggertransitionContext The parse tree.

ExitTriggertransition(TriggertransitionContext)

public virtual void ExitTriggertransition(PostgreSQLParser.TriggertransitionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggertransitionContext The parse tree.

EnterTransitionoldornew(TransitionoldornewContext)

public virtual void EnterTransitionoldornew(PostgreSQLParser.TransitionoldornewContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TransitionoldornewContext The parse tree.

ExitTransitionoldornew(TransitionoldornewContext)

public virtual void ExitTransitionoldornew(PostgreSQLParser.TransitionoldornewContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TransitionoldornewContext The parse tree.

EnterTransitionrowortable(TransitionrowortableContext)

public virtual void EnterTransitionrowortable(PostgreSQLParser.TransitionrowortableContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TransitionrowortableContext The parse tree.

ExitTransitionrowortable(TransitionrowortableContext)

public virtual void ExitTransitionrowortable(PostgreSQLParser.TransitionrowortableContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TransitionrowortableContext The parse tree.

EnterTransitionrelname(TransitionrelnameContext)

public virtual void EnterTransitionrelname(PostgreSQLParser.TransitionrelnameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TransitionrelnameContext The parse tree.

ExitTransitionrelname(TransitionrelnameContext)

public virtual void ExitTransitionrelname(PostgreSQLParser.TransitionrelnameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TransitionrelnameContext The parse tree.

EnterTriggerforspec(TriggerforspecContext)

public virtual void EnterTriggerforspec(PostgreSQLParser.TriggerforspecContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerforspecContext The parse tree.

ExitTriggerforspec(TriggerforspecContext)

public virtual void ExitTriggerforspec(PostgreSQLParser.TriggerforspecContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerforspecContext The parse tree.

EnterTriggerforopteach(TriggerforopteachContext)

public virtual void EnterTriggerforopteach(PostgreSQLParser.TriggerforopteachContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerforopteachContext The parse tree.

ExitTriggerforopteach(TriggerforopteachContext)

public virtual void ExitTriggerforopteach(PostgreSQLParser.TriggerforopteachContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerforopteachContext The parse tree.

EnterTriggerfortype(TriggerfortypeContext)

public virtual void EnterTriggerfortype(PostgreSQLParser.TriggerfortypeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerfortypeContext The parse tree.

ExitTriggerfortype(TriggerfortypeContext)

public virtual void ExitTriggerfortype(PostgreSQLParser.TriggerfortypeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerfortypeContext The parse tree.

EnterTriggerwhen(TriggerwhenContext)

public virtual void EnterTriggerwhen(PostgreSQLParser.TriggerwhenContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerwhenContext The parse tree.

ExitTriggerwhen(TriggerwhenContext)

public virtual void ExitTriggerwhen(PostgreSQLParser.TriggerwhenContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerwhenContext The parse tree.

EnterFunction_or_procedure(Function_or_procedureContext)

public virtual void EnterFunction_or_procedure(PostgreSQLParser.Function_or_procedureContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Function_or_procedureContext The parse tree.

ExitFunction_or_procedure(Function_or_procedureContext)

public virtual void ExitFunction_or_procedure(PostgreSQLParser.Function_or_procedureContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Function_or_procedureContext The parse tree.

EnterTriggerfuncargs(TriggerfuncargsContext)

public virtual void EnterTriggerfuncargs(PostgreSQLParser.TriggerfuncargsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerfuncargsContext The parse tree.

ExitTriggerfuncargs(TriggerfuncargsContext)

public virtual void ExitTriggerfuncargs(PostgreSQLParser.TriggerfuncargsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerfuncargsContext The parse tree.

EnterTriggerfuncarg(TriggerfuncargContext)

public virtual void EnterTriggerfuncarg(PostgreSQLParser.TriggerfuncargContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerfuncargContext The parse tree.

ExitTriggerfuncarg(TriggerfuncargContext)

public virtual void ExitTriggerfuncarg(PostgreSQLParser.TriggerfuncargContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TriggerfuncargContext The parse tree.

EnterOptconstrfromtable(OptconstrfromtableContext)

public virtual void EnterOptconstrfromtable(PostgreSQLParser.OptconstrfromtableContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptconstrfromtableContext The parse tree.

ExitOptconstrfromtable(OptconstrfromtableContext)

public virtual void ExitOptconstrfromtable(PostgreSQLParser.OptconstrfromtableContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OptconstrfromtableContext The parse tree.

EnterConstraintattributespec(ConstraintattributespecContext)

public virtual void EnterConstraintattributespec(PostgreSQLParser.ConstraintattributespecContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintattributespecContext The parse tree.

ExitConstraintattributespec(ConstraintattributespecContext)

public virtual void ExitConstraintattributespec(PostgreSQLParser.ConstraintattributespecContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintattributespecContext The parse tree.

EnterConstraintattributeElem(ConstraintattributeElemContext)

public virtual void EnterConstraintattributeElem(PostgreSQLParser.ConstraintattributeElemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintattributeElemContext The parse tree.

ExitConstraintattributeElem(ConstraintattributeElemContext)

public virtual void ExitConstraintattributeElem(PostgreSQLParser.ConstraintattributeElemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstraintattributeElemContext The parse tree.

EnterCreateeventtrigstmt(CreateeventtrigstmtContext)

public virtual void EnterCreateeventtrigstmt(PostgreSQLParser.CreateeventtrigstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateeventtrigstmtContext The parse tree.

ExitCreateeventtrigstmt(CreateeventtrigstmtContext)

public virtual void ExitCreateeventtrigstmt(PostgreSQLParser.CreateeventtrigstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateeventtrigstmtContext The parse tree.

EnterEvent_trigger_when_list(Event_trigger_when_listContext)

public virtual void EnterEvent_trigger_when_list(PostgreSQLParser.Event_trigger_when_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Event_trigger_when_listContext The parse tree.

ExitEvent_trigger_when_list(Event_trigger_when_listContext)

public virtual void ExitEvent_trigger_when_list(PostgreSQLParser.Event_trigger_when_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Event_trigger_when_listContext The parse tree.

EnterEvent_trigger_when_item(Event_trigger_when_itemContext)

public virtual void EnterEvent_trigger_when_item(PostgreSQLParser.Event_trigger_when_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Event_trigger_when_itemContext The parse tree.

ExitEvent_trigger_when_item(Event_trigger_when_itemContext)

public virtual void ExitEvent_trigger_when_item(PostgreSQLParser.Event_trigger_when_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Event_trigger_when_itemContext The parse tree.

EnterEvent_trigger_value_list(Event_trigger_value_listContext)

public virtual void EnterEvent_trigger_value_list(PostgreSQLParser.Event_trigger_value_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Event_trigger_value_listContext The parse tree.

ExitEvent_trigger_value_list(Event_trigger_value_listContext)

public virtual void ExitEvent_trigger_value_list(PostgreSQLParser.Event_trigger_value_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Event_trigger_value_listContext The parse tree.

EnterAltereventtrigstmt(AltereventtrigstmtContext)

public virtual void EnterAltereventtrigstmt(PostgreSQLParser.AltereventtrigstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltereventtrigstmtContext The parse tree.

ExitAltereventtrigstmt(AltereventtrigstmtContext)

public virtual void ExitAltereventtrigstmt(PostgreSQLParser.AltereventtrigstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltereventtrigstmtContext The parse tree.

EnterEnable_trigger(Enable_triggerContext)

public virtual void EnterEnable_trigger(PostgreSQLParser.Enable_triggerContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Enable_triggerContext The parse tree.

ExitEnable_trigger(Enable_triggerContext)

public virtual void ExitEnable_trigger(PostgreSQLParser.Enable_triggerContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Enable_triggerContext The parse tree.

EnterCreateassertionstmt(CreateassertionstmtContext)

public virtual void EnterCreateassertionstmt(PostgreSQLParser.CreateassertionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateassertionstmtContext The parse tree.

ExitCreateassertionstmt(CreateassertionstmtContext)

public virtual void ExitCreateassertionstmt(PostgreSQLParser.CreateassertionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateassertionstmtContext The parse tree.

EnterDefinestmt(DefinestmtContext)

public virtual void EnterDefinestmt(PostgreSQLParser.DefinestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefinestmtContext The parse tree.

ExitDefinestmt(DefinestmtContext)

public virtual void ExitDefinestmt(PostgreSQLParser.DefinestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefinestmtContext The parse tree.

EnterDefinition(DefinitionContext)

public virtual void EnterDefinition(PostgreSQLParser.DefinitionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefinitionContext The parse tree.

ExitDefinition(DefinitionContext)

public virtual void ExitDefinition(PostgreSQLParser.DefinitionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefinitionContext The parse tree.

EnterDef_list(Def_listContext)

public virtual void EnterDef_list(PostgreSQLParser.Def_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Def_listContext The parse tree.

ExitDef_list(Def_listContext)

public virtual void ExitDef_list(PostgreSQLParser.Def_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Def_listContext The parse tree.

EnterDef_elem(Def_elemContext)

public virtual void EnterDef_elem(PostgreSQLParser.Def_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Def_elemContext The parse tree.

ExitDef_elem(Def_elemContext)

public virtual void ExitDef_elem(PostgreSQLParser.Def_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Def_elemContext The parse tree.

EnterDef_arg(Def_argContext)

public virtual void EnterDef_arg(PostgreSQLParser.Def_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Def_argContext The parse tree.

ExitDef_arg(Def_argContext)

public virtual void ExitDef_arg(PostgreSQLParser.Def_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Def_argContext The parse tree.

EnterOld_aggr_definition(Old_aggr_definitionContext)

public virtual void EnterOld_aggr_definition(PostgreSQLParser.Old_aggr_definitionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Old_aggr_definitionContext The parse tree.

ExitOld_aggr_definition(Old_aggr_definitionContext)

public virtual void ExitOld_aggr_definition(PostgreSQLParser.Old_aggr_definitionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Old_aggr_definitionContext The parse tree.

EnterOld_aggr_list(Old_aggr_listContext)

public virtual void EnterOld_aggr_list(PostgreSQLParser.Old_aggr_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Old_aggr_listContext The parse tree.

ExitOld_aggr_list(Old_aggr_listContext)

public virtual void ExitOld_aggr_list(PostgreSQLParser.Old_aggr_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Old_aggr_listContext The parse tree.

EnterOld_aggr_elem(Old_aggr_elemContext)

public virtual void EnterOld_aggr_elem(PostgreSQLParser.Old_aggr_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Old_aggr_elemContext The parse tree.

ExitOld_aggr_elem(Old_aggr_elemContext)

public virtual void ExitOld_aggr_elem(PostgreSQLParser.Old_aggr_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Old_aggr_elemContext The parse tree.

EnterEnum_val_list_(Enum_val_list_Context)

public virtual void EnterEnum_val_list_(PostgreSQLParser.Enum_val_list_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Enum_val_list_Context The parse tree.

ExitEnum_val_list_(Enum_val_list_Context)

public virtual void ExitEnum_val_list_(PostgreSQLParser.Enum_val_list_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Enum_val_list_Context The parse tree.

EnterEnum_val_list(Enum_val_listContext)

public virtual void EnterEnum_val_list(PostgreSQLParser.Enum_val_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Enum_val_listContext The parse tree.

ExitEnum_val_list(Enum_val_listContext)

public virtual void ExitEnum_val_list(PostgreSQLParser.Enum_val_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Enum_val_listContext The parse tree.

EnterAlterenumstmt(AlterenumstmtContext)

public virtual void EnterAlterenumstmt(PostgreSQLParser.AlterenumstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterenumstmtContext The parse tree.

ExitAlterenumstmt(AlterenumstmtContext)

public virtual void ExitAlterenumstmt(PostgreSQLParser.AlterenumstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterenumstmtContext The parse tree.

EnterIf_not_exists_(If_not_exists_Context)

public virtual void EnterIf_not_exists_(PostgreSQLParser.If_not_exists_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context If_not_exists_Context The parse tree.

ExitIf_not_exists_(If_not_exists_Context)

public virtual void ExitIf_not_exists_(PostgreSQLParser.If_not_exists_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context If_not_exists_Context The parse tree.

EnterCreateopclassstmt(CreateopclassstmtContext)

public virtual void EnterCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateopclassstmtContext The parse tree.

ExitCreateopclassstmt(CreateopclassstmtContext)

public virtual void ExitCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateopclassstmtContext The parse tree.

EnterOpclass_item_list(Opclass_item_listContext)

public virtual void EnterOpclass_item_list(PostgreSQLParser.Opclass_item_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_item_listContext The parse tree.

ExitOpclass_item_list(Opclass_item_listContext)

public virtual void ExitOpclass_item_list(PostgreSQLParser.Opclass_item_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_item_listContext The parse tree.

EnterOpclass_item(Opclass_itemContext)

public virtual void EnterOpclass_item(PostgreSQLParser.Opclass_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_itemContext The parse tree.

ExitOpclass_item(Opclass_itemContext)

public virtual void ExitOpclass_item(PostgreSQLParser.Opclass_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_itemContext The parse tree.

EnterDefault_(Default_Context)

public virtual void EnterDefault_(PostgreSQLParser.Default_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Default_Context The parse tree.

ExitDefault_(Default_Context)

public virtual void ExitDefault_(PostgreSQLParser.Default_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Default_Context The parse tree.

EnterOpfamily_(Opfamily_Context)

public virtual void EnterOpfamily_(PostgreSQLParser.Opfamily_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opfamily_Context The parse tree.

ExitOpfamily_(Opfamily_Context)

public virtual void ExitOpfamily_(PostgreSQLParser.Opfamily_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opfamily_Context The parse tree.

EnterOpclass_purpose(Opclass_purposeContext)

public virtual void EnterOpclass_purpose(PostgreSQLParser.Opclass_purposeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_purposeContext The parse tree.

ExitOpclass_purpose(Opclass_purposeContext)

public virtual void ExitOpclass_purpose(PostgreSQLParser.Opclass_purposeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_purposeContext The parse tree.

EnterRecheck_(Recheck_Context)

public virtual void EnterRecheck_(PostgreSQLParser.Recheck_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Recheck_Context The parse tree.

ExitRecheck_(Recheck_Context)

public virtual void ExitRecheck_(PostgreSQLParser.Recheck_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Recheck_Context The parse tree.

EnterCreateopfamilystmt(CreateopfamilystmtContext)

public virtual void EnterCreateopfamilystmt(PostgreSQLParser.CreateopfamilystmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateopfamilystmtContext The parse tree.

ExitCreateopfamilystmt(CreateopfamilystmtContext)

public virtual void ExitCreateopfamilystmt(PostgreSQLParser.CreateopfamilystmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateopfamilystmtContext The parse tree.

EnterAlteropfamilystmt(AlteropfamilystmtContext)

public virtual void EnterAlteropfamilystmt(PostgreSQLParser.AlteropfamilystmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlteropfamilystmtContext The parse tree.

ExitAlteropfamilystmt(AlteropfamilystmtContext)

public virtual void ExitAlteropfamilystmt(PostgreSQLParser.AlteropfamilystmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlteropfamilystmtContext The parse tree.

EnterOpclass_drop_list(Opclass_drop_listContext)

public virtual void EnterOpclass_drop_list(PostgreSQLParser.Opclass_drop_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_drop_listContext The parse tree.

ExitOpclass_drop_list(Opclass_drop_listContext)

public virtual void ExitOpclass_drop_list(PostgreSQLParser.Opclass_drop_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_drop_listContext The parse tree.

EnterOpclass_drop(Opclass_dropContext)

public virtual void EnterOpclass_drop(PostgreSQLParser.Opclass_dropContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_dropContext The parse tree.

ExitOpclass_drop(Opclass_dropContext)

public virtual void ExitOpclass_drop(PostgreSQLParser.Opclass_dropContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opclass_dropContext The parse tree.

EnterDropopclassstmt(DropopclassstmtContext)

public virtual void EnterDropopclassstmt(PostgreSQLParser.DropopclassstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropopclassstmtContext The parse tree.

ExitDropopclassstmt(DropopclassstmtContext)

public virtual void ExitDropopclassstmt(PostgreSQLParser.DropopclassstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropopclassstmtContext The parse tree.

EnterDropopfamilystmt(DropopfamilystmtContext)

public virtual void EnterDropopfamilystmt(PostgreSQLParser.DropopfamilystmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropopfamilystmtContext The parse tree.

ExitDropopfamilystmt(DropopfamilystmtContext)

public virtual void ExitDropopfamilystmt(PostgreSQLParser.DropopfamilystmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropopfamilystmtContext The parse tree.

EnterDropownedstmt(DropownedstmtContext)

public virtual void EnterDropownedstmt(PostgreSQLParser.DropownedstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropownedstmtContext The parse tree.

ExitDropownedstmt(DropownedstmtContext)

public virtual void ExitDropownedstmt(PostgreSQLParser.DropownedstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropownedstmtContext The parse tree.

EnterReassignownedstmt(ReassignownedstmtContext)

public virtual void EnterReassignownedstmt(PostgreSQLParser.ReassignownedstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ReassignownedstmtContext The parse tree.

ExitReassignownedstmt(ReassignownedstmtContext)

public virtual void ExitReassignownedstmt(PostgreSQLParser.ReassignownedstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ReassignownedstmtContext The parse tree.

EnterDropstmt(DropstmtContext)

public virtual void EnterDropstmt(PostgreSQLParser.DropstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropstmtContext The parse tree.

ExitDropstmt(DropstmtContext)

public virtual void ExitDropstmt(PostgreSQLParser.DropstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropstmtContext The parse tree.

EnterObject_type_any_name(Object_type_any_nameContext)

public virtual void EnterObject_type_any_name(PostgreSQLParser.Object_type_any_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Object_type_any_nameContext The parse tree.

ExitObject_type_any_name(Object_type_any_nameContext)

public virtual void ExitObject_type_any_name(PostgreSQLParser.Object_type_any_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Object_type_any_nameContext The parse tree.

EnterObject_type_name(Object_type_nameContext)

public virtual void EnterObject_type_name(PostgreSQLParser.Object_type_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Object_type_nameContext The parse tree.

ExitObject_type_name(Object_type_nameContext)

public virtual void ExitObject_type_name(PostgreSQLParser.Object_type_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Object_type_nameContext The parse tree.

EnterDrop_type_name(Drop_type_nameContext)

public virtual void EnterDrop_type_name(PostgreSQLParser.Drop_type_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Drop_type_nameContext The parse tree.

ExitDrop_type_name(Drop_type_nameContext)

public virtual void ExitDrop_type_name(PostgreSQLParser.Drop_type_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Drop_type_nameContext The parse tree.

EnterObject_type_name_on_any_name(Object_type_name_on_any_nameContext)

public virtual void EnterObject_type_name_on_any_name(PostgreSQLParser.Object_type_name_on_any_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Object_type_name_on_any_nameContext The parse tree.

ExitObject_type_name_on_any_name(Object_type_name_on_any_nameContext)

public virtual void ExitObject_type_name_on_any_name(PostgreSQLParser.Object_type_name_on_any_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Object_type_name_on_any_nameContext The parse tree.

EnterAny_name_list_(Any_name_list_Context)

public virtual void EnterAny_name_list_(PostgreSQLParser.Any_name_list_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_name_list_Context The parse tree.

ExitAny_name_list_(Any_name_list_Context)

public virtual void ExitAny_name_list_(PostgreSQLParser.Any_name_list_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_name_list_Context The parse tree.

EnterAny_name(Any_nameContext)

public virtual void EnterAny_name(PostgreSQLParser.Any_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_nameContext The parse tree.

ExitAny_name(Any_nameContext)

public virtual void ExitAny_name(PostgreSQLParser.Any_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_nameContext The parse tree.

EnterAttrs(AttrsContext)

public virtual void EnterAttrs(PostgreSQLParser.AttrsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AttrsContext The parse tree.

ExitAttrs(AttrsContext)

public virtual void ExitAttrs(PostgreSQLParser.AttrsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AttrsContext The parse tree.

EnterType_name_list(Type_name_listContext)

public virtual void EnterType_name_list(PostgreSQLParser.Type_name_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_name_listContext The parse tree.

ExitType_name_list(Type_name_listContext)

public virtual void ExitType_name_list(PostgreSQLParser.Type_name_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_name_listContext The parse tree.

EnterTruncatestmt(TruncatestmtContext)

public virtual void EnterTruncatestmt(PostgreSQLParser.TruncatestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TruncatestmtContext The parse tree.

ExitTruncatestmt(TruncatestmtContext)

public virtual void ExitTruncatestmt(PostgreSQLParser.TruncatestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TruncatestmtContext The parse tree.

EnterRestart_seqs_(Restart_seqs_Context)

public virtual void EnterRestart_seqs_(PostgreSQLParser.Restart_seqs_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Restart_seqs_Context The parse tree.

ExitRestart_seqs_(Restart_seqs_Context)

public virtual void ExitRestart_seqs_(PostgreSQLParser.Restart_seqs_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Restart_seqs_Context The parse tree.

EnterCommentstmt(CommentstmtContext)

public virtual void EnterCommentstmt(PostgreSQLParser.CommentstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CommentstmtContext The parse tree.

ExitCommentstmt(CommentstmtContext)

public virtual void ExitCommentstmt(PostgreSQLParser.CommentstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CommentstmtContext The parse tree.

EnterComment_text(Comment_textContext)

public virtual void EnterComment_text(PostgreSQLParser.Comment_textContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Comment_textContext The parse tree.

ExitComment_text(Comment_textContext)

public virtual void ExitComment_text(PostgreSQLParser.Comment_textContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Comment_textContext The parse tree.

EnterSeclabelstmt(SeclabelstmtContext)

public virtual void EnterSeclabelstmt(PostgreSQLParser.SeclabelstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SeclabelstmtContext The parse tree.

ExitSeclabelstmt(SeclabelstmtContext)

public virtual void ExitSeclabelstmt(PostgreSQLParser.SeclabelstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SeclabelstmtContext The parse tree.

EnterProvider_(Provider_Context)

public virtual void EnterProvider_(PostgreSQLParser.Provider_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Provider_Context The parse tree.

ExitProvider_(Provider_Context)

public virtual void ExitProvider_(PostgreSQLParser.Provider_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Provider_Context The parse tree.

EnterSecurity_label(Security_labelContext)

public virtual void EnterSecurity_label(PostgreSQLParser.Security_labelContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Security_labelContext The parse tree.

ExitSecurity_label(Security_labelContext)

public virtual void ExitSecurity_label(PostgreSQLParser.Security_labelContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Security_labelContext The parse tree.

EnterFetchstmt(FetchstmtContext)

public virtual void EnterFetchstmt(PostgreSQLParser.FetchstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context FetchstmtContext The parse tree.

ExitFetchstmt(FetchstmtContext)

public virtual void ExitFetchstmt(PostgreSQLParser.FetchstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context FetchstmtContext The parse tree.

EnterFetch_args(Fetch_argsContext)

public virtual void EnterFetch_args(PostgreSQLParser.Fetch_argsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Fetch_argsContext The parse tree.

ExitFetch_args(Fetch_argsContext)

public virtual void ExitFetch_args(PostgreSQLParser.Fetch_argsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Fetch_argsContext The parse tree.

EnterFrom_in(From_inContext)

public virtual void EnterFrom_in(PostgreSQLParser.From_inContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context From_inContext The parse tree.

ExitFrom_in(From_inContext)

public virtual void ExitFrom_in(PostgreSQLParser.From_inContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context From_inContext The parse tree.

EnterFrom_in_(From_in_Context)

public virtual void EnterFrom_in_(PostgreSQLParser.From_in_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context From_in_Context The parse tree.

ExitFrom_in_(From_in_Context)

public virtual void ExitFrom_in_(PostgreSQLParser.From_in_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context From_in_Context The parse tree.

EnterGrantstmt(GrantstmtContext)

public virtual void EnterGrantstmt(PostgreSQLParser.GrantstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context GrantstmtContext The parse tree.

ExitGrantstmt(GrantstmtContext)

public virtual void ExitGrantstmt(PostgreSQLParser.GrantstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context GrantstmtContext The parse tree.

EnterRevokestmt(RevokestmtContext)

public virtual void EnterRevokestmt(PostgreSQLParser.RevokestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RevokestmtContext The parse tree.

ExitRevokestmt(RevokestmtContext)

public virtual void ExitRevokestmt(PostgreSQLParser.RevokestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RevokestmtContext The parse tree.

EnterPrivileges(PrivilegesContext)

public virtual void EnterPrivileges(PostgreSQLParser.PrivilegesContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PrivilegesContext The parse tree.

ExitPrivileges(PrivilegesContext)

public virtual void ExitPrivileges(PostgreSQLParser.PrivilegesContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PrivilegesContext The parse tree.

EnterPrivilege_list(Privilege_listContext)

public virtual void EnterPrivilege_list(PostgreSQLParser.Privilege_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Privilege_listContext The parse tree.

ExitPrivilege_list(Privilege_listContext)

public virtual void ExitPrivilege_list(PostgreSQLParser.Privilege_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Privilege_listContext The parse tree.

EnterPrivilege(PrivilegeContext)

public virtual void EnterPrivilege(PostgreSQLParser.PrivilegeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PrivilegeContext The parse tree.

ExitPrivilege(PrivilegeContext)

public virtual void ExitPrivilege(PostgreSQLParser.PrivilegeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PrivilegeContext The parse tree.

EnterPrivilege_target(Privilege_targetContext)

public virtual void EnterPrivilege_target(PostgreSQLParser.Privilege_targetContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Privilege_targetContext The parse tree.

ExitPrivilege_target(Privilege_targetContext)

public virtual void ExitPrivilege_target(PostgreSQLParser.Privilege_targetContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Privilege_targetContext The parse tree.

EnterGrantee_list(Grantee_listContext)

public virtual void EnterGrantee_list(PostgreSQLParser.Grantee_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Grantee_listContext The parse tree.

ExitGrantee_list(Grantee_listContext)

public virtual void ExitGrantee_list(PostgreSQLParser.Grantee_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Grantee_listContext The parse tree.

EnterGrantee(GranteeContext)

public virtual void EnterGrantee(PostgreSQLParser.GranteeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context GranteeContext The parse tree.

ExitGrantee(GranteeContext)

public virtual void ExitGrantee(PostgreSQLParser.GranteeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context GranteeContext The parse tree.

EnterGrant_grant_option_(Grant_grant_option_Context)

public virtual void EnterGrant_grant_option_(PostgreSQLParser.Grant_grant_option_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Grant_grant_option_Context The parse tree.

ExitGrant_grant_option_(Grant_grant_option_Context)

public virtual void ExitGrant_grant_option_(PostgreSQLParser.Grant_grant_option_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Grant_grant_option_Context The parse tree.

EnterGrantrolestmt(GrantrolestmtContext)

public virtual void EnterGrantrolestmt(PostgreSQLParser.GrantrolestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context GrantrolestmtContext The parse tree.

ExitGrantrolestmt(GrantrolestmtContext)

public virtual void ExitGrantrolestmt(PostgreSQLParser.GrantrolestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context GrantrolestmtContext The parse tree.

EnterRevokerolestmt(RevokerolestmtContext)

public virtual void EnterRevokerolestmt(PostgreSQLParser.RevokerolestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RevokerolestmtContext The parse tree.

ExitRevokerolestmt(RevokerolestmtContext)

public virtual void ExitRevokerolestmt(PostgreSQLParser.RevokerolestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RevokerolestmtContext The parse tree.

EnterGrant_admin_option_(Grant_admin_option_Context)

public virtual void EnterGrant_admin_option_(PostgreSQLParser.Grant_admin_option_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Grant_admin_option_Context The parse tree.

ExitGrant_admin_option_(Grant_admin_option_Context)

public virtual void ExitGrant_admin_option_(PostgreSQLParser.Grant_admin_option_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Grant_admin_option_Context The parse tree.

EnterGranted_by_(Granted_by_Context)

public virtual void EnterGranted_by_(PostgreSQLParser.Granted_by_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Granted_by_Context The parse tree.

ExitGranted_by_(Granted_by_Context)

public virtual void ExitGranted_by_(PostgreSQLParser.Granted_by_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Granted_by_Context The parse tree.

EnterAlterdefaultprivilegesstmt(AlterdefaultprivilegesstmtContext)

public virtual void EnterAlterdefaultprivilegesstmt(PostgreSQLParser.AlterdefaultprivilegesstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterdefaultprivilegesstmtContext The parse tree.

ExitAlterdefaultprivilegesstmt(AlterdefaultprivilegesstmtContext)

public virtual void ExitAlterdefaultprivilegesstmt(PostgreSQLParser.AlterdefaultprivilegesstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterdefaultprivilegesstmtContext The parse tree.

EnterDefacloptionlist(DefacloptionlistContext)

public virtual void EnterDefacloptionlist(PostgreSQLParser.DefacloptionlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefacloptionlistContext The parse tree.

ExitDefacloptionlist(DefacloptionlistContext)

public virtual void ExitDefacloptionlist(PostgreSQLParser.DefacloptionlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefacloptionlistContext The parse tree.

EnterDefacloption(DefacloptionContext)

public virtual void EnterDefacloption(PostgreSQLParser.DefacloptionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefacloptionContext The parse tree.

ExitDefacloption(DefacloptionContext)

public virtual void ExitDefacloption(PostgreSQLParser.DefacloptionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefacloptionContext The parse tree.

EnterDefaclaction(DefaclactionContext)

public virtual void EnterDefaclaction(PostgreSQLParser.DefaclactionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefaclactionContext The parse tree.

ExitDefaclaction(DefaclactionContext)

public virtual void ExitDefaclaction(PostgreSQLParser.DefaclactionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DefaclactionContext The parse tree.

EnterDefacl_privilege_target(Defacl_privilege_targetContext)

public virtual void EnterDefacl_privilege_target(PostgreSQLParser.Defacl_privilege_targetContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Defacl_privilege_targetContext The parse tree.

ExitDefacl_privilege_target(Defacl_privilege_targetContext)

public virtual void ExitDefacl_privilege_target(PostgreSQLParser.Defacl_privilege_targetContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Defacl_privilege_targetContext The parse tree.

EnterIndexstmt(IndexstmtContext)

public virtual void EnterIndexstmt(PostgreSQLParser.IndexstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context IndexstmtContext The parse tree.

ExitIndexstmt(IndexstmtContext)

public virtual void ExitIndexstmt(PostgreSQLParser.IndexstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context IndexstmtContext The parse tree.

EnterUnique_(Unique_Context)

public virtual void EnterUnique_(PostgreSQLParser.Unique_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Unique_Context The parse tree.

ExitUnique_(Unique_Context)

public virtual void ExitUnique_(PostgreSQLParser.Unique_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Unique_Context The parse tree.

EnterNulls_distinct(Nulls_distinctContext)

public virtual void EnterNulls_distinct(PostgreSQLParser.Nulls_distinctContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nulls_distinctContext The parse tree.

ExitNulls_distinct(Nulls_distinctContext)

public virtual void ExitNulls_distinct(PostgreSQLParser.Nulls_distinctContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nulls_distinctContext The parse tree.

EnterSingle_name_(Single_name_Context)

public virtual void EnterSingle_name_(PostgreSQLParser.Single_name_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Single_name_Context The parse tree.

ExitSingle_name_(Single_name_Context)

public virtual void ExitSingle_name_(PostgreSQLParser.Single_name_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Single_name_Context The parse tree.

EnterConcurrently_(Concurrently_Context)

public virtual void EnterConcurrently_(PostgreSQLParser.Concurrently_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Concurrently_Context The parse tree.

ExitConcurrently_(Concurrently_Context)

public virtual void ExitConcurrently_(PostgreSQLParser.Concurrently_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Concurrently_Context The parse tree.

EnterIndex_name_(Index_name_Context)

public virtual void EnterIndex_name_(PostgreSQLParser.Index_name_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_name_Context The parse tree.

ExitIndex_name_(Index_name_Context)

public virtual void ExitIndex_name_(PostgreSQLParser.Index_name_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_name_Context The parse tree.

EnterAccess_method_clause(Access_method_clauseContext)

public virtual void EnterAccess_method_clause(PostgreSQLParser.Access_method_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Access_method_clauseContext The parse tree.

ExitAccess_method_clause(Access_method_clauseContext)

public virtual void ExitAccess_method_clause(PostgreSQLParser.Access_method_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Access_method_clauseContext The parse tree.

EnterIndex_params(Index_paramsContext)

public virtual void EnterIndex_params(PostgreSQLParser.Index_paramsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_paramsContext The parse tree.

ExitIndex_params(Index_paramsContext)

public virtual void ExitIndex_params(PostgreSQLParser.Index_paramsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_paramsContext The parse tree.

EnterIndex_elem_options(Index_elem_optionsContext)

public virtual void EnterIndex_elem_options(PostgreSQLParser.Index_elem_optionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_elem_optionsContext The parse tree.

ExitIndex_elem_options(Index_elem_optionsContext)

public virtual void ExitIndex_elem_options(PostgreSQLParser.Index_elem_optionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_elem_optionsContext The parse tree.

EnterIndex_elem(Index_elemContext)

public virtual void EnterIndex_elem(PostgreSQLParser.Index_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_elemContext The parse tree.

ExitIndex_elem(Index_elemContext)

public virtual void ExitIndex_elem(PostgreSQLParser.Index_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_elemContext The parse tree.

EnterInclude_(Include_Context)

public virtual void EnterInclude_(PostgreSQLParser.Include_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Include_Context The parse tree.

ExitInclude_(Include_Context)

public virtual void ExitInclude_(PostgreSQLParser.Include_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Include_Context The parse tree.

EnterIndex_including_params(Index_including_paramsContext)

public virtual void EnterIndex_including_params(PostgreSQLParser.Index_including_paramsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_including_paramsContext The parse tree.

ExitIndex_including_params(Index_including_paramsContext)

public virtual void ExitIndex_including_params(PostgreSQLParser.Index_including_paramsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Index_including_paramsContext The parse tree.

EnterCollate_(Collate_Context)

public virtual void EnterCollate_(PostgreSQLParser.Collate_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Collate_Context The parse tree.

ExitCollate_(Collate_Context)

public virtual void ExitCollate_(PostgreSQLParser.Collate_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Collate_Context The parse tree.

EnterClass_(Class_Context)

public virtual void EnterClass_(PostgreSQLParser.Class_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Class_Context The parse tree.

ExitClass_(Class_Context)

public virtual void ExitClass_(PostgreSQLParser.Class_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Class_Context The parse tree.

EnterAsc_desc_(Asc_desc_Context)

public virtual void EnterAsc_desc_(PostgreSQLParser.Asc_desc_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Asc_desc_Context The parse tree.

ExitAsc_desc_(Asc_desc_Context)

public virtual void ExitAsc_desc_(PostgreSQLParser.Asc_desc_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Asc_desc_Context The parse tree.

EnterNulls_order_(Nulls_order_Context)

public virtual void EnterNulls_order_(PostgreSQLParser.Nulls_order_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nulls_order_Context The parse tree.

ExitNulls_order_(Nulls_order_Context)

public virtual void ExitNulls_order_(PostgreSQLParser.Nulls_order_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nulls_order_Context The parse tree.

EnterCreatefunctionstmt(CreatefunctionstmtContext)

public virtual void EnterCreatefunctionstmt(PostgreSQLParser.CreatefunctionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatefunctionstmtContext The parse tree.

ExitCreatefunctionstmt(CreatefunctionstmtContext)

public virtual void ExitCreatefunctionstmt(PostgreSQLParser.CreatefunctionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatefunctionstmtContext The parse tree.

EnterOr_replace_(Or_replace_Context)

public virtual void EnterOr_replace_(PostgreSQLParser.Or_replace_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Or_replace_Context The parse tree.

ExitOr_replace_(Or_replace_Context)

public virtual void ExitOr_replace_(PostgreSQLParser.Or_replace_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Or_replace_Context The parse tree.

EnterFunc_args(Func_argsContext)

public virtual void EnterFunc_args(PostgreSQLParser.Func_argsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_argsContext The parse tree.

ExitFunc_args(Func_argsContext)

public virtual void ExitFunc_args(PostgreSQLParser.Func_argsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_argsContext The parse tree.

EnterFunc_args_list(Func_args_listContext)

public virtual void EnterFunc_args_list(PostgreSQLParser.Func_args_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_args_listContext The parse tree.

ExitFunc_args_list(Func_args_listContext)

public virtual void ExitFunc_args_list(PostgreSQLParser.Func_args_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_args_listContext The parse tree.

EnterFunction_with_argtypes_list(Function_with_argtypes_listContext)

public virtual void EnterFunction_with_argtypes_list(PostgreSQLParser.Function_with_argtypes_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Function_with_argtypes_listContext The parse tree.

ExitFunction_with_argtypes_list(Function_with_argtypes_listContext)

public virtual void ExitFunction_with_argtypes_list(PostgreSQLParser.Function_with_argtypes_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Function_with_argtypes_listContext The parse tree.

EnterFunction_with_argtypes(Function_with_argtypesContext)

public virtual void EnterFunction_with_argtypes(PostgreSQLParser.Function_with_argtypesContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Function_with_argtypesContext The parse tree.

ExitFunction_with_argtypes(Function_with_argtypesContext)

public virtual void ExitFunction_with_argtypes(PostgreSQLParser.Function_with_argtypesContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Function_with_argtypesContext The parse tree.

EnterFunc_args_with_defaults(Func_args_with_defaultsContext)

public virtual void EnterFunc_args_with_defaults(PostgreSQLParser.Func_args_with_defaultsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_args_with_defaultsContext The parse tree.

ExitFunc_args_with_defaults(Func_args_with_defaultsContext)

public virtual void ExitFunc_args_with_defaults(PostgreSQLParser.Func_args_with_defaultsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_args_with_defaultsContext The parse tree.

EnterFunc_args_with_defaults_list(Func_args_with_defaults_listContext)

public virtual void EnterFunc_args_with_defaults_list(PostgreSQLParser.Func_args_with_defaults_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_args_with_defaults_listContext The parse tree.

ExitFunc_args_with_defaults_list(Func_args_with_defaults_listContext)

public virtual void ExitFunc_args_with_defaults_list(PostgreSQLParser.Func_args_with_defaults_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_args_with_defaults_listContext The parse tree.

EnterFunc_arg(Func_argContext)

public virtual void EnterFunc_arg(PostgreSQLParser.Func_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_argContext The parse tree.

ExitFunc_arg(Func_argContext)

public virtual void ExitFunc_arg(PostgreSQLParser.Func_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_argContext The parse tree.

EnterArg_class(Arg_classContext)

public virtual void EnterArg_class(PostgreSQLParser.Arg_classContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Arg_classContext The parse tree.

ExitArg_class(Arg_classContext)

public virtual void ExitArg_class(PostgreSQLParser.Arg_classContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Arg_classContext The parse tree.

EnterParam_name(Param_nameContext)

public virtual void EnterParam_name(PostgreSQLParser.Param_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Param_nameContext The parse tree.

ExitParam_name(Param_nameContext)

public virtual void ExitParam_name(PostgreSQLParser.Param_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Param_nameContext The parse tree.

EnterFunc_return(Func_returnContext)

public virtual void EnterFunc_return(PostgreSQLParser.Func_returnContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_returnContext The parse tree.

ExitFunc_return(Func_returnContext)

public virtual void ExitFunc_return(PostgreSQLParser.Func_returnContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_returnContext The parse tree.

EnterFunc_type(Func_typeContext)

public virtual void EnterFunc_type(PostgreSQLParser.Func_typeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_typeContext The parse tree.

ExitFunc_type(Func_typeContext)

public virtual void ExitFunc_type(PostgreSQLParser.Func_typeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_typeContext The parse tree.

EnterFunc_arg_with_default(Func_arg_with_defaultContext)

public virtual void EnterFunc_arg_with_default(PostgreSQLParser.Func_arg_with_defaultContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_arg_with_defaultContext The parse tree.

ExitFunc_arg_with_default(Func_arg_with_defaultContext)

public virtual void ExitFunc_arg_with_default(PostgreSQLParser.Func_arg_with_defaultContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_arg_with_defaultContext The parse tree.

EnterAggr_arg(Aggr_argContext)

public virtual void EnterAggr_arg(PostgreSQLParser.Aggr_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggr_argContext The parse tree.

ExitAggr_arg(Aggr_argContext)

public virtual void ExitAggr_arg(PostgreSQLParser.Aggr_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggr_argContext The parse tree.

EnterAggr_args(Aggr_argsContext)

public virtual void EnterAggr_args(PostgreSQLParser.Aggr_argsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggr_argsContext The parse tree.

ExitAggr_args(Aggr_argsContext)

public virtual void ExitAggr_args(PostgreSQLParser.Aggr_argsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggr_argsContext The parse tree.

EnterAggr_args_list(Aggr_args_listContext)

public virtual void EnterAggr_args_list(PostgreSQLParser.Aggr_args_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggr_args_listContext The parse tree.

ExitAggr_args_list(Aggr_args_listContext)

public virtual void ExitAggr_args_list(PostgreSQLParser.Aggr_args_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggr_args_listContext The parse tree.

EnterAggregate_with_argtypes(Aggregate_with_argtypesContext)

public virtual void EnterAggregate_with_argtypes(PostgreSQLParser.Aggregate_with_argtypesContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggregate_with_argtypesContext The parse tree.

ExitAggregate_with_argtypes(Aggregate_with_argtypesContext)

public virtual void ExitAggregate_with_argtypes(PostgreSQLParser.Aggregate_with_argtypesContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggregate_with_argtypesContext The parse tree.

EnterAggregate_with_argtypes_list(Aggregate_with_argtypes_listContext)

public virtual void EnterAggregate_with_argtypes_list(PostgreSQLParser.Aggregate_with_argtypes_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggregate_with_argtypes_listContext The parse tree.

ExitAggregate_with_argtypes_list(Aggregate_with_argtypes_listContext)

public virtual void ExitAggregate_with_argtypes_list(PostgreSQLParser.Aggregate_with_argtypes_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Aggregate_with_argtypes_listContext The parse tree.

EnterCreatefunc_opt_list(Createfunc_opt_listContext)

public virtual void EnterCreatefunc_opt_list(PostgreSQLParser.Createfunc_opt_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createfunc_opt_listContext The parse tree.

ExitCreatefunc_opt_list(Createfunc_opt_listContext)

public virtual void ExitCreatefunc_opt_list(PostgreSQLParser.Createfunc_opt_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createfunc_opt_listContext The parse tree.

EnterCommon_func_opt_item(Common_func_opt_itemContext)

public virtual void EnterCommon_func_opt_item(PostgreSQLParser.Common_func_opt_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Common_func_opt_itemContext The parse tree.

ExitCommon_func_opt_item(Common_func_opt_itemContext)

public virtual void ExitCommon_func_opt_item(PostgreSQLParser.Common_func_opt_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Common_func_opt_itemContext The parse tree.

EnterCreatefunc_opt_item(Createfunc_opt_itemContext)

public virtual void EnterCreatefunc_opt_item(PostgreSQLParser.Createfunc_opt_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createfunc_opt_itemContext The parse tree.

ExitCreatefunc_opt_item(Createfunc_opt_itemContext)

public virtual void ExitCreatefunc_opt_item(PostgreSQLParser.Createfunc_opt_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createfunc_opt_itemContext The parse tree.

EnterFunc_as(Func_asContext)

public virtual void EnterFunc_as(PostgreSQLParser.Func_asContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_asContext The parse tree.

ExitFunc_as(Func_asContext)

public virtual void ExitFunc_as(PostgreSQLParser.Func_asContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_asContext The parse tree.

EnterTransform_type_list(Transform_type_listContext)

public virtual void EnterTransform_type_list(PostgreSQLParser.Transform_type_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transform_type_listContext The parse tree.

ExitTransform_type_list(Transform_type_listContext)

public virtual void ExitTransform_type_list(PostgreSQLParser.Transform_type_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transform_type_listContext The parse tree.

EnterDefinition_(Definition_Context)

public virtual void EnterDefinition_(PostgreSQLParser.Definition_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Definition_Context The parse tree.

ExitDefinition_(Definition_Context)

public virtual void ExitDefinition_(PostgreSQLParser.Definition_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Definition_Context The parse tree.

EnterTable_func_column(Table_func_columnContext)

public virtual void EnterTable_func_column(PostgreSQLParser.Table_func_columnContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_func_columnContext The parse tree.

ExitTable_func_column(Table_func_columnContext)

public virtual void ExitTable_func_column(PostgreSQLParser.Table_func_columnContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_func_columnContext The parse tree.

EnterTable_func_column_list(Table_func_column_listContext)

public virtual void EnterTable_func_column_list(PostgreSQLParser.Table_func_column_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_func_column_listContext The parse tree.

ExitTable_func_column_list(Table_func_column_listContext)

public virtual void ExitTable_func_column_list(PostgreSQLParser.Table_func_column_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_func_column_listContext The parse tree.

EnterAlterfunctionstmt(AlterfunctionstmtContext)

public virtual void EnterAlterfunctionstmt(PostgreSQLParser.AlterfunctionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterfunctionstmtContext The parse tree.

ExitAlterfunctionstmt(AlterfunctionstmtContext)

public virtual void ExitAlterfunctionstmt(PostgreSQLParser.AlterfunctionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterfunctionstmtContext The parse tree.

EnterAlterfunc_opt_list(Alterfunc_opt_listContext)

public virtual void EnterAlterfunc_opt_list(PostgreSQLParser.Alterfunc_opt_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alterfunc_opt_listContext The parse tree.

ExitAlterfunc_opt_list(Alterfunc_opt_listContext)

public virtual void ExitAlterfunc_opt_list(PostgreSQLParser.Alterfunc_opt_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alterfunc_opt_listContext The parse tree.

EnterRestrict_(Restrict_Context)

public virtual void EnterRestrict_(PostgreSQLParser.Restrict_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Restrict_Context The parse tree.

ExitRestrict_(Restrict_Context)

public virtual void ExitRestrict_(PostgreSQLParser.Restrict_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Restrict_Context The parse tree.

EnterRemovefuncstmt(RemovefuncstmtContext)

public virtual void EnterRemovefuncstmt(PostgreSQLParser.RemovefuncstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RemovefuncstmtContext The parse tree.

ExitRemovefuncstmt(RemovefuncstmtContext)

public virtual void ExitRemovefuncstmt(PostgreSQLParser.RemovefuncstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RemovefuncstmtContext The parse tree.

EnterRemoveaggrstmt(RemoveaggrstmtContext)

public virtual void EnterRemoveaggrstmt(PostgreSQLParser.RemoveaggrstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RemoveaggrstmtContext The parse tree.

ExitRemoveaggrstmt(RemoveaggrstmtContext)

public virtual void ExitRemoveaggrstmt(PostgreSQLParser.RemoveaggrstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RemoveaggrstmtContext The parse tree.

EnterRemoveoperstmt(RemoveoperstmtContext)

public virtual void EnterRemoveoperstmt(PostgreSQLParser.RemoveoperstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RemoveoperstmtContext The parse tree.

ExitRemoveoperstmt(RemoveoperstmtContext)

public virtual void ExitRemoveoperstmt(PostgreSQLParser.RemoveoperstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RemoveoperstmtContext The parse tree.

EnterOper_argtypes(Oper_argtypesContext)

public virtual void EnterOper_argtypes(PostgreSQLParser.Oper_argtypesContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Oper_argtypesContext The parse tree.

ExitOper_argtypes(Oper_argtypesContext)

public virtual void ExitOper_argtypes(PostgreSQLParser.Oper_argtypesContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Oper_argtypesContext The parse tree.

EnterAny_operator(Any_operatorContext)

public virtual void EnterAny_operator(PostgreSQLParser.Any_operatorContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_operatorContext The parse tree.

ExitAny_operator(Any_operatorContext)

public virtual void ExitAny_operator(PostgreSQLParser.Any_operatorContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_operatorContext The parse tree.

EnterOperator_with_argtypes_list(Operator_with_argtypes_listContext)

public virtual void EnterOperator_with_argtypes_list(PostgreSQLParser.Operator_with_argtypes_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_with_argtypes_listContext The parse tree.

ExitOperator_with_argtypes_list(Operator_with_argtypes_listContext)

public virtual void ExitOperator_with_argtypes_list(PostgreSQLParser.Operator_with_argtypes_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_with_argtypes_listContext The parse tree.

EnterOperator_with_argtypes(Operator_with_argtypesContext)

public virtual void EnterOperator_with_argtypes(PostgreSQLParser.Operator_with_argtypesContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_with_argtypesContext The parse tree.

ExitOperator_with_argtypes(Operator_with_argtypesContext)

public virtual void ExitOperator_with_argtypes(PostgreSQLParser.Operator_with_argtypesContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_with_argtypesContext The parse tree.

EnterDostmt(DostmtContext)

public virtual void EnterDostmt(PostgreSQLParser.DostmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DostmtContext The parse tree.

ExitDostmt(DostmtContext)

public virtual void ExitDostmt(PostgreSQLParser.DostmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DostmtContext The parse tree.

EnterDostmt_opt_list(Dostmt_opt_listContext)

public virtual void EnterDostmt_opt_list(PostgreSQLParser.Dostmt_opt_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Dostmt_opt_listContext The parse tree.

ExitDostmt_opt_list(Dostmt_opt_listContext)

public virtual void ExitDostmt_opt_list(PostgreSQLParser.Dostmt_opt_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Dostmt_opt_listContext The parse tree.

EnterDostmt_opt_item(Dostmt_opt_itemContext)

public virtual void EnterDostmt_opt_item(PostgreSQLParser.Dostmt_opt_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Dostmt_opt_itemContext The parse tree.

ExitDostmt_opt_item(Dostmt_opt_itemContext)

public virtual void ExitDostmt_opt_item(PostgreSQLParser.Dostmt_opt_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Dostmt_opt_itemContext The parse tree.

EnterCreatecaststmt(CreatecaststmtContext)

public virtual void EnterCreatecaststmt(PostgreSQLParser.CreatecaststmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatecaststmtContext The parse tree.

ExitCreatecaststmt(CreatecaststmtContext)

public virtual void ExitCreatecaststmt(PostgreSQLParser.CreatecaststmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatecaststmtContext The parse tree.

EnterCast_context(Cast_contextContext)

public virtual void EnterCast_context(PostgreSQLParser.Cast_contextContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cast_contextContext The parse tree.

ExitCast_context(Cast_contextContext)

public virtual void ExitCast_context(PostgreSQLParser.Cast_contextContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cast_contextContext The parse tree.

EnterDropcaststmt(DropcaststmtContext)

public virtual void EnterDropcaststmt(PostgreSQLParser.DropcaststmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropcaststmtContext The parse tree.

ExitDropcaststmt(DropcaststmtContext)

public virtual void ExitDropcaststmt(PostgreSQLParser.DropcaststmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropcaststmtContext The parse tree.

EnterIf_exists_(If_exists_Context)

public virtual void EnterIf_exists_(PostgreSQLParser.If_exists_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context If_exists_Context The parse tree.

ExitIf_exists_(If_exists_Context)

public virtual void ExitIf_exists_(PostgreSQLParser.If_exists_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context If_exists_Context The parse tree.

EnterCreatetransformstmt(CreatetransformstmtContext)

public virtual void EnterCreatetransformstmt(PostgreSQLParser.CreatetransformstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatetransformstmtContext The parse tree.

ExitCreatetransformstmt(CreatetransformstmtContext)

public virtual void ExitCreatetransformstmt(PostgreSQLParser.CreatetransformstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatetransformstmtContext The parse tree.

EnterTransform_element_list(Transform_element_listContext)

public virtual void EnterTransform_element_list(PostgreSQLParser.Transform_element_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transform_element_listContext The parse tree.

ExitTransform_element_list(Transform_element_listContext)

public virtual void ExitTransform_element_list(PostgreSQLParser.Transform_element_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transform_element_listContext The parse tree.

EnterDroptransformstmt(DroptransformstmtContext)

public virtual void EnterDroptransformstmt(PostgreSQLParser.DroptransformstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DroptransformstmtContext The parse tree.

ExitDroptransformstmt(DroptransformstmtContext)

public virtual void ExitDroptransformstmt(PostgreSQLParser.DroptransformstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DroptransformstmtContext The parse tree.

EnterReindexstmt(ReindexstmtContext)

public virtual void EnterReindexstmt(PostgreSQLParser.ReindexstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ReindexstmtContext The parse tree.

ExitReindexstmt(ReindexstmtContext)

public virtual void ExitReindexstmt(PostgreSQLParser.ReindexstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ReindexstmtContext The parse tree.

EnterReindex_target_relation(Reindex_target_relationContext)

public virtual void EnterReindex_target_relation(PostgreSQLParser.Reindex_target_relationContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reindex_target_relationContext The parse tree.

ExitReindex_target_relation(Reindex_target_relationContext)

public virtual void ExitReindex_target_relation(PostgreSQLParser.Reindex_target_relationContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reindex_target_relationContext The parse tree.

EnterReindex_target_all(Reindex_target_allContext)

public virtual void EnterReindex_target_all(PostgreSQLParser.Reindex_target_allContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reindex_target_allContext The parse tree.

ExitReindex_target_all(Reindex_target_allContext)

public virtual void ExitReindex_target_all(PostgreSQLParser.Reindex_target_allContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reindex_target_allContext The parse tree.

EnterReindex_option_list(Reindex_option_listContext)

public virtual void EnterReindex_option_list(PostgreSQLParser.Reindex_option_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reindex_option_listContext The parse tree.

ExitReindex_option_list(Reindex_option_listContext)

public virtual void ExitReindex_option_list(PostgreSQLParser.Reindex_option_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reindex_option_listContext The parse tree.

EnterAltertblspcstmt(AltertblspcstmtContext)

public virtual void EnterAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertblspcstmtContext The parse tree.

ExitAltertblspcstmt(AltertblspcstmtContext)

public virtual void ExitAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertblspcstmtContext The parse tree.

EnterRenamestmt(RenamestmtContext)

public virtual void EnterRenamestmt(PostgreSQLParser.RenamestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RenamestmtContext The parse tree.

ExitRenamestmt(RenamestmtContext)

public virtual void ExitRenamestmt(PostgreSQLParser.RenamestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RenamestmtContext The parse tree.

EnterColumn_(Column_Context)

public virtual void EnterColumn_(PostgreSQLParser.Column_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Column_Context The parse tree.

ExitColumn_(Column_Context)

public virtual void ExitColumn_(PostgreSQLParser.Column_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Column_Context The parse tree.

EnterSet_data_(Set_data_Context)

public virtual void EnterSet_data_(PostgreSQLParser.Set_data_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_data_Context The parse tree.

ExitSet_data_(Set_data_Context)

public virtual void ExitSet_data_(PostgreSQLParser.Set_data_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_data_Context The parse tree.

EnterAlterobjectdependsstmt(AlterobjectdependsstmtContext)

public virtual void EnterAlterobjectdependsstmt(PostgreSQLParser.AlterobjectdependsstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterobjectdependsstmtContext The parse tree.

ExitAlterobjectdependsstmt(AlterobjectdependsstmtContext)

public virtual void ExitAlterobjectdependsstmt(PostgreSQLParser.AlterobjectdependsstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterobjectdependsstmtContext The parse tree.

EnterNo_(No_Context)

public virtual void EnterNo_(PostgreSQLParser.No_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context No_Context The parse tree.

ExitNo_(No_Context)

public virtual void ExitNo_(PostgreSQLParser.No_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context No_Context The parse tree.

EnterAlterobjectschemastmt(AlterobjectschemastmtContext)

public virtual void EnterAlterobjectschemastmt(PostgreSQLParser.AlterobjectschemastmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterobjectschemastmtContext The parse tree.

ExitAlterobjectschemastmt(AlterobjectschemastmtContext)

public virtual void ExitAlterobjectschemastmt(PostgreSQLParser.AlterobjectschemastmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterobjectschemastmtContext The parse tree.

EnterAlteroperatorstmt(AlteroperatorstmtContext)

public virtual void EnterAlteroperatorstmt(PostgreSQLParser.AlteroperatorstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlteroperatorstmtContext The parse tree.

ExitAlteroperatorstmt(AlteroperatorstmtContext)

public virtual void ExitAlteroperatorstmt(PostgreSQLParser.AlteroperatorstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlteroperatorstmtContext The parse tree.

EnterOperator_def_list(Operator_def_listContext)

public virtual void EnterOperator_def_list(PostgreSQLParser.Operator_def_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_def_listContext The parse tree.

ExitOperator_def_list(Operator_def_listContext)

public virtual void ExitOperator_def_list(PostgreSQLParser.Operator_def_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_def_listContext The parse tree.

EnterOperator_def_elem(Operator_def_elemContext)

public virtual void EnterOperator_def_elem(PostgreSQLParser.Operator_def_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_def_elemContext The parse tree.

ExitOperator_def_elem(Operator_def_elemContext)

public virtual void ExitOperator_def_elem(PostgreSQLParser.Operator_def_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_def_elemContext The parse tree.

EnterOperator_def_arg(Operator_def_argContext)

public virtual void EnterOperator_def_arg(PostgreSQLParser.Operator_def_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_def_argContext The parse tree.

ExitOperator_def_arg(Operator_def_argContext)

public virtual void ExitOperator_def_arg(PostgreSQLParser.Operator_def_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Operator_def_argContext The parse tree.

EnterAltertypestmt(AltertypestmtContext)

public virtual void EnterAltertypestmt(PostgreSQLParser.AltertypestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertypestmtContext The parse tree.

ExitAltertypestmt(AltertypestmtContext)

public virtual void ExitAltertypestmt(PostgreSQLParser.AltertypestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertypestmtContext The parse tree.

EnterAlterownerstmt(AlterownerstmtContext)

public virtual void EnterAlterownerstmt(PostgreSQLParser.AlterownerstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterownerstmtContext The parse tree.

ExitAlterownerstmt(AlterownerstmtContext)

public virtual void ExitAlterownerstmt(PostgreSQLParser.AlterownerstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterownerstmtContext The parse tree.

EnterCreatepublicationstmt(CreatepublicationstmtContext)

public virtual void EnterCreatepublicationstmt(PostgreSQLParser.CreatepublicationstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatepublicationstmtContext The parse tree.

ExitCreatepublicationstmt(CreatepublicationstmtContext)

public virtual void ExitCreatepublicationstmt(PostgreSQLParser.CreatepublicationstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatepublicationstmtContext The parse tree.

EnterPublication_for_tables_(Publication_for_tables_Context)

public virtual void EnterPublication_for_tables_(PostgreSQLParser.Publication_for_tables_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Publication_for_tables_Context The parse tree.

ExitPublication_for_tables_(Publication_for_tables_Context)

public virtual void ExitPublication_for_tables_(PostgreSQLParser.Publication_for_tables_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Publication_for_tables_Context The parse tree.

EnterPublication_for_tables(Publication_for_tablesContext)

public virtual void EnterPublication_for_tables(PostgreSQLParser.Publication_for_tablesContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Publication_for_tablesContext The parse tree.

ExitPublication_for_tables(Publication_for_tablesContext)

public virtual void ExitPublication_for_tables(PostgreSQLParser.Publication_for_tablesContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Publication_for_tablesContext The parse tree.

EnterAlterpublicationstmt(AlterpublicationstmtContext)

public virtual void EnterAlterpublicationstmt(PostgreSQLParser.AlterpublicationstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterpublicationstmtContext The parse tree.

ExitAlterpublicationstmt(AlterpublicationstmtContext)

public virtual void ExitAlterpublicationstmt(PostgreSQLParser.AlterpublicationstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterpublicationstmtContext The parse tree.

EnterCreatesubscriptionstmt(CreatesubscriptionstmtContext)

public virtual void EnterCreatesubscriptionstmt(PostgreSQLParser.CreatesubscriptionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatesubscriptionstmtContext The parse tree.

ExitCreatesubscriptionstmt(CreatesubscriptionstmtContext)

public virtual void ExitCreatesubscriptionstmt(PostgreSQLParser.CreatesubscriptionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatesubscriptionstmtContext The parse tree.

EnterPublication_name_list(Publication_name_listContext)

public virtual void EnterPublication_name_list(PostgreSQLParser.Publication_name_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Publication_name_listContext The parse tree.

ExitPublication_name_list(Publication_name_listContext)

public virtual void ExitPublication_name_list(PostgreSQLParser.Publication_name_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Publication_name_listContext The parse tree.

EnterPublication_name_item(Publication_name_itemContext)

public virtual void EnterPublication_name_item(PostgreSQLParser.Publication_name_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Publication_name_itemContext The parse tree.

ExitPublication_name_item(Publication_name_itemContext)

public virtual void ExitPublication_name_item(PostgreSQLParser.Publication_name_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Publication_name_itemContext The parse tree.

EnterAltersubscriptionstmt(AltersubscriptionstmtContext)

public virtual void EnterAltersubscriptionstmt(PostgreSQLParser.AltersubscriptionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltersubscriptionstmtContext The parse tree.

ExitAltersubscriptionstmt(AltersubscriptionstmtContext)

public virtual void ExitAltersubscriptionstmt(PostgreSQLParser.AltersubscriptionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltersubscriptionstmtContext The parse tree.

EnterDropsubscriptionstmt(DropsubscriptionstmtContext)

public virtual void EnterDropsubscriptionstmt(PostgreSQLParser.DropsubscriptionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropsubscriptionstmtContext The parse tree.

ExitDropsubscriptionstmt(DropsubscriptionstmtContext)

public virtual void ExitDropsubscriptionstmt(PostgreSQLParser.DropsubscriptionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropsubscriptionstmtContext The parse tree.

EnterRulestmt(RulestmtContext)

public virtual void EnterRulestmt(PostgreSQLParser.RulestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RulestmtContext The parse tree.

ExitRulestmt(RulestmtContext)

public virtual void ExitRulestmt(PostgreSQLParser.RulestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RulestmtContext The parse tree.

EnterRuleactionlist(RuleactionlistContext)

public virtual void EnterRuleactionlist(PostgreSQLParser.RuleactionlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RuleactionlistContext The parse tree.

ExitRuleactionlist(RuleactionlistContext)

public virtual void ExitRuleactionlist(PostgreSQLParser.RuleactionlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RuleactionlistContext The parse tree.

EnterRuleactionmulti(RuleactionmultiContext)

public virtual void EnterRuleactionmulti(PostgreSQLParser.RuleactionmultiContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RuleactionmultiContext The parse tree.

ExitRuleactionmulti(RuleactionmultiContext)

public virtual void ExitRuleactionmulti(PostgreSQLParser.RuleactionmultiContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RuleactionmultiContext The parse tree.

EnterRuleactionstmt(RuleactionstmtContext)

public virtual void EnterRuleactionstmt(PostgreSQLParser.RuleactionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RuleactionstmtContext The parse tree.

ExitRuleactionstmt(RuleactionstmtContext)

public virtual void ExitRuleactionstmt(PostgreSQLParser.RuleactionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RuleactionstmtContext The parse tree.

EnterRuleactionstmtOrEmpty(RuleactionstmtOrEmptyContext)

public virtual void EnterRuleactionstmtOrEmpty(PostgreSQLParser.RuleactionstmtOrEmptyContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RuleactionstmtOrEmptyContext The parse tree.

ExitRuleactionstmtOrEmpty(RuleactionstmtOrEmptyContext)

public virtual void ExitRuleactionstmtOrEmpty(PostgreSQLParser.RuleactionstmtOrEmptyContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RuleactionstmtOrEmptyContext The parse tree.

EnterEvent(EventContext)

public virtual void EnterEvent(PostgreSQLParser.EventContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context EventContext The parse tree.

ExitEvent(EventContext)

public virtual void ExitEvent(PostgreSQLParser.EventContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context EventContext The parse tree.

EnterInstead_(Instead_Context)

public virtual void EnterInstead_(PostgreSQLParser.Instead_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Instead_Context The parse tree.

ExitInstead_(Instead_Context)

public virtual void ExitInstead_(PostgreSQLParser.Instead_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Instead_Context The parse tree.

EnterNotifystmt(NotifystmtContext)

public virtual void EnterNotifystmt(PostgreSQLParser.NotifystmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NotifystmtContext The parse tree.

ExitNotifystmt(NotifystmtContext)

public virtual void ExitNotifystmt(PostgreSQLParser.NotifystmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NotifystmtContext The parse tree.

EnterNotify_payload(Notify_payloadContext)

public virtual void EnterNotify_payload(PostgreSQLParser.Notify_payloadContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Notify_payloadContext The parse tree.

ExitNotify_payload(Notify_payloadContext)

public virtual void ExitNotify_payload(PostgreSQLParser.Notify_payloadContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Notify_payloadContext The parse tree.

EnterListenstmt(ListenstmtContext)

public virtual void EnterListenstmt(PostgreSQLParser.ListenstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ListenstmtContext The parse tree.

ExitListenstmt(ListenstmtContext)

public virtual void ExitListenstmt(PostgreSQLParser.ListenstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ListenstmtContext The parse tree.

EnterUnlistenstmt(UnlistenstmtContext)

public virtual void EnterUnlistenstmt(PostgreSQLParser.UnlistenstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context UnlistenstmtContext The parse tree.

ExitUnlistenstmt(UnlistenstmtContext)

public virtual void ExitUnlistenstmt(PostgreSQLParser.UnlistenstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context UnlistenstmtContext The parse tree.

EnterTransactionstmt(TransactionstmtContext)

public virtual void EnterTransactionstmt(PostgreSQLParser.TransactionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TransactionstmtContext The parse tree.

ExitTransactionstmt(TransactionstmtContext)

public virtual void ExitTransactionstmt(PostgreSQLParser.TransactionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TransactionstmtContext The parse tree.

EnterTransaction_(Transaction_Context)

public virtual void EnterTransaction_(PostgreSQLParser.Transaction_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_Context The parse tree.

ExitTransaction_(Transaction_Context)

public virtual void ExitTransaction_(PostgreSQLParser.Transaction_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_Context The parse tree.

EnterTransaction_mode_item(Transaction_mode_itemContext)

public virtual void EnterTransaction_mode_item(PostgreSQLParser.Transaction_mode_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_mode_itemContext The parse tree.

ExitTransaction_mode_item(Transaction_mode_itemContext)

public virtual void ExitTransaction_mode_item(PostgreSQLParser.Transaction_mode_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_mode_itemContext The parse tree.

EnterTransaction_mode_list(Transaction_mode_listContext)

public virtual void EnterTransaction_mode_list(PostgreSQLParser.Transaction_mode_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_mode_listContext The parse tree.

ExitTransaction_mode_list(Transaction_mode_listContext)

public virtual void ExitTransaction_mode_list(PostgreSQLParser.Transaction_mode_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_mode_listContext The parse tree.

EnterTransaction_mode_list_or_empty(Transaction_mode_list_or_emptyContext)

public virtual void EnterTransaction_mode_list_or_empty(PostgreSQLParser.Transaction_mode_list_or_emptyContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_mode_list_or_emptyContext The parse tree.

ExitTransaction_mode_list_or_empty(Transaction_mode_list_or_emptyContext)

public virtual void ExitTransaction_mode_list_or_empty(PostgreSQLParser.Transaction_mode_list_or_emptyContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_mode_list_or_emptyContext The parse tree.

EnterTransaction_chain_(Transaction_chain_Context)

public virtual void EnterTransaction_chain_(PostgreSQLParser.Transaction_chain_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_chain_Context The parse tree.

ExitTransaction_chain_(Transaction_chain_Context)

public virtual void ExitTransaction_chain_(PostgreSQLParser.Transaction_chain_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Transaction_chain_Context The parse tree.

EnterViewstmt(ViewstmtContext)

public virtual void EnterViewstmt(PostgreSQLParser.ViewstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ViewstmtContext The parse tree.

ExitViewstmt(ViewstmtContext)

public virtual void ExitViewstmt(PostgreSQLParser.ViewstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ViewstmtContext The parse tree.

EnterCheck_option_(Check_option_Context)

public virtual void EnterCheck_option_(PostgreSQLParser.Check_option_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Check_option_Context The parse tree.

ExitCheck_option_(Check_option_Context)

public virtual void ExitCheck_option_(PostgreSQLParser.Check_option_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Check_option_Context The parse tree.

EnterLoadstmt(LoadstmtContext)

public virtual void EnterLoadstmt(PostgreSQLParser.LoadstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context LoadstmtContext The parse tree.

ExitLoadstmt(LoadstmtContext)

public virtual void ExitLoadstmt(PostgreSQLParser.LoadstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context LoadstmtContext The parse tree.

EnterCreatedbstmt(CreatedbstmtContext)

public virtual void EnterCreatedbstmt(PostgreSQLParser.CreatedbstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatedbstmtContext The parse tree.

ExitCreatedbstmt(CreatedbstmtContext)

public virtual void ExitCreatedbstmt(PostgreSQLParser.CreatedbstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatedbstmtContext The parse tree.

EnterCreatedb_opt_list(Createdb_opt_listContext)

public virtual void EnterCreatedb_opt_list(PostgreSQLParser.Createdb_opt_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createdb_opt_listContext The parse tree.

ExitCreatedb_opt_list(Createdb_opt_listContext)

public virtual void ExitCreatedb_opt_list(PostgreSQLParser.Createdb_opt_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createdb_opt_listContext The parse tree.

EnterCreatedb_opt_items(Createdb_opt_itemsContext)

public virtual void EnterCreatedb_opt_items(PostgreSQLParser.Createdb_opt_itemsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createdb_opt_itemsContext The parse tree.

ExitCreatedb_opt_items(Createdb_opt_itemsContext)

public virtual void ExitCreatedb_opt_items(PostgreSQLParser.Createdb_opt_itemsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createdb_opt_itemsContext The parse tree.

EnterCreatedb_opt_item(Createdb_opt_itemContext)

public virtual void EnterCreatedb_opt_item(PostgreSQLParser.Createdb_opt_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createdb_opt_itemContext The parse tree.

ExitCreatedb_opt_item(Createdb_opt_itemContext)

public virtual void ExitCreatedb_opt_item(PostgreSQLParser.Createdb_opt_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createdb_opt_itemContext The parse tree.

EnterCreatedb_opt_name(Createdb_opt_nameContext)

public virtual void EnterCreatedb_opt_name(PostgreSQLParser.Createdb_opt_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createdb_opt_nameContext The parse tree.

ExitCreatedb_opt_name(Createdb_opt_nameContext)

public virtual void ExitCreatedb_opt_name(PostgreSQLParser.Createdb_opt_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Createdb_opt_nameContext The parse tree.

EnterEqual_(Equal_Context)

public virtual void EnterEqual_(PostgreSQLParser.Equal_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Equal_Context The parse tree.

ExitEqual_(Equal_Context)

public virtual void ExitEqual_(PostgreSQLParser.Equal_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Equal_Context The parse tree.

EnterAlterdatabasestmt(AlterdatabasestmtContext)

public virtual void EnterAlterdatabasestmt(PostgreSQLParser.AlterdatabasestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterdatabasestmtContext The parse tree.

ExitAlterdatabasestmt(AlterdatabasestmtContext)

public virtual void ExitAlterdatabasestmt(PostgreSQLParser.AlterdatabasestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterdatabasestmtContext The parse tree.

EnterAlterdatabasesetstmt(AlterdatabasesetstmtContext)

public virtual void EnterAlterdatabasesetstmt(PostgreSQLParser.AlterdatabasesetstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterdatabasesetstmtContext The parse tree.

ExitAlterdatabasesetstmt(AlterdatabasesetstmtContext)

public virtual void ExitAlterdatabasesetstmt(PostgreSQLParser.AlterdatabasesetstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterdatabasesetstmtContext The parse tree.

EnterDropdbstmt(DropdbstmtContext)

public virtual void EnterDropdbstmt(PostgreSQLParser.DropdbstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropdbstmtContext The parse tree.

ExitDropdbstmt(DropdbstmtContext)

public virtual void ExitDropdbstmt(PostgreSQLParser.DropdbstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DropdbstmtContext The parse tree.

EnterDrop_option_list(Drop_option_listContext)

public virtual void EnterDrop_option_list(PostgreSQLParser.Drop_option_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Drop_option_listContext The parse tree.

ExitDrop_option_list(Drop_option_listContext)

public virtual void ExitDrop_option_list(PostgreSQLParser.Drop_option_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Drop_option_listContext The parse tree.

EnterDrop_option(Drop_optionContext)

public virtual void EnterDrop_option(PostgreSQLParser.Drop_optionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Drop_optionContext The parse tree.

ExitDrop_option(Drop_optionContext)

public virtual void ExitDrop_option(PostgreSQLParser.Drop_optionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Drop_optionContext The parse tree.

EnterAltercollationstmt(AltercollationstmtContext)

public virtual void EnterAltercollationstmt(PostgreSQLParser.AltercollationstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltercollationstmtContext The parse tree.

ExitAltercollationstmt(AltercollationstmtContext)

public virtual void ExitAltercollationstmt(PostgreSQLParser.AltercollationstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltercollationstmtContext The parse tree.

EnterAltersystemstmt(AltersystemstmtContext)

public virtual void EnterAltersystemstmt(PostgreSQLParser.AltersystemstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltersystemstmtContext The parse tree.

ExitAltersystemstmt(AltersystemstmtContext)

public virtual void ExitAltersystemstmt(PostgreSQLParser.AltersystemstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltersystemstmtContext The parse tree.

EnterCreatedomainstmt(CreatedomainstmtContext)

public virtual void EnterCreatedomainstmt(PostgreSQLParser.CreatedomainstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatedomainstmtContext The parse tree.

ExitCreatedomainstmt(CreatedomainstmtContext)

public virtual void ExitCreatedomainstmt(PostgreSQLParser.CreatedomainstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreatedomainstmtContext The parse tree.

EnterAlterdomainstmt(AlterdomainstmtContext)

public virtual void EnterAlterdomainstmt(PostgreSQLParser.AlterdomainstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterdomainstmtContext The parse tree.

ExitAlterdomainstmt(AlterdomainstmtContext)

public virtual void ExitAlterdomainstmt(PostgreSQLParser.AlterdomainstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AlterdomainstmtContext The parse tree.

EnterAs_(As_Context)

public virtual void EnterAs_(PostgreSQLParser.As_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context As_Context The parse tree.

ExitAs_(As_Context)

public virtual void ExitAs_(PostgreSQLParser.As_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context As_Context The parse tree.

EnterAltertsdictionarystmt(AltertsdictionarystmtContext)

public virtual void EnterAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertsdictionarystmtContext The parse tree.

ExitAltertsdictionarystmt(AltertsdictionarystmtContext)

public virtual void ExitAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertsdictionarystmtContext The parse tree.

EnterAltertsconfigurationstmt(AltertsconfigurationstmtContext)

public virtual void EnterAltertsconfigurationstmt(PostgreSQLParser.AltertsconfigurationstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertsconfigurationstmtContext The parse tree.

ExitAltertsconfigurationstmt(AltertsconfigurationstmtContext)

public virtual void ExitAltertsconfigurationstmt(PostgreSQLParser.AltertsconfigurationstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AltertsconfigurationstmtContext The parse tree.

EnterAny_with(Any_withContext)

public virtual void EnterAny_with(PostgreSQLParser.Any_withContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_withContext The parse tree.

ExitAny_with(Any_withContext)

public virtual void ExitAny_with(PostgreSQLParser.Any_withContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_withContext The parse tree.

EnterCreateconversionstmt(CreateconversionstmtContext)

public virtual void EnterCreateconversionstmt(PostgreSQLParser.CreateconversionstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateconversionstmtContext The parse tree.

ExitCreateconversionstmt(CreateconversionstmtContext)

public virtual void ExitCreateconversionstmt(PostgreSQLParser.CreateconversionstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CreateconversionstmtContext The parse tree.

EnterClusterstmt(ClusterstmtContext)

public virtual void EnterClusterstmt(PostgreSQLParser.ClusterstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ClusterstmtContext The parse tree.

ExitClusterstmt(ClusterstmtContext)

public virtual void ExitClusterstmt(PostgreSQLParser.ClusterstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ClusterstmtContext The parse tree.

EnterCluster_index_specification(Cluster_index_specificationContext)

public virtual void EnterCluster_index_specification(PostgreSQLParser.Cluster_index_specificationContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cluster_index_specificationContext The parse tree.

ExitCluster_index_specification(Cluster_index_specificationContext)

public virtual void ExitCluster_index_specification(PostgreSQLParser.Cluster_index_specificationContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cluster_index_specificationContext The parse tree.

EnterVacuumstmt(VacuumstmtContext)

public virtual void EnterVacuumstmt(PostgreSQLParser.VacuumstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context VacuumstmtContext The parse tree.

ExitVacuumstmt(VacuumstmtContext)

public virtual void ExitVacuumstmt(PostgreSQLParser.VacuumstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context VacuumstmtContext The parse tree.

EnterAnalyzestmt(AnalyzestmtContext)

public virtual void EnterAnalyzestmt(PostgreSQLParser.AnalyzestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AnalyzestmtContext The parse tree.

ExitAnalyzestmt(AnalyzestmtContext)

public virtual void ExitAnalyzestmt(PostgreSQLParser.AnalyzestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AnalyzestmtContext The parse tree.

EnterUtility_option_list(Utility_option_listContext)

public virtual void EnterUtility_option_list(PostgreSQLParser.Utility_option_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Utility_option_listContext The parse tree.

ExitUtility_option_list(Utility_option_listContext)

public virtual void ExitUtility_option_list(PostgreSQLParser.Utility_option_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Utility_option_listContext The parse tree.

EnterVac_analyze_option_list(Vac_analyze_option_listContext)

public virtual void EnterVac_analyze_option_list(PostgreSQLParser.Vac_analyze_option_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vac_analyze_option_listContext The parse tree.

ExitVac_analyze_option_list(Vac_analyze_option_listContext)

public virtual void ExitVac_analyze_option_list(PostgreSQLParser.Vac_analyze_option_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vac_analyze_option_listContext The parse tree.

EnterAnalyze_keyword(Analyze_keywordContext)

public virtual void EnterAnalyze_keyword(PostgreSQLParser.Analyze_keywordContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Analyze_keywordContext The parse tree.

ExitAnalyze_keyword(Analyze_keywordContext)

public virtual void ExitAnalyze_keyword(PostgreSQLParser.Analyze_keywordContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Analyze_keywordContext The parse tree.

EnterUtility_option_elem(Utility_option_elemContext)

public virtual void EnterUtility_option_elem(PostgreSQLParser.Utility_option_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Utility_option_elemContext The parse tree.

ExitUtility_option_elem(Utility_option_elemContext)

public virtual void ExitUtility_option_elem(PostgreSQLParser.Utility_option_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Utility_option_elemContext The parse tree.

EnterUtility_option_name(Utility_option_nameContext)

public virtual void EnterUtility_option_name(PostgreSQLParser.Utility_option_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Utility_option_nameContext The parse tree.

ExitUtility_option_name(Utility_option_nameContext)

public virtual void ExitUtility_option_name(PostgreSQLParser.Utility_option_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Utility_option_nameContext The parse tree.

EnterUtility_option_arg(Utility_option_argContext)

public virtual void EnterUtility_option_arg(PostgreSQLParser.Utility_option_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Utility_option_argContext The parse tree.

ExitUtility_option_arg(Utility_option_argContext)

public virtual void ExitUtility_option_arg(PostgreSQLParser.Utility_option_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Utility_option_argContext The parse tree.

EnterVac_analyze_option_elem(Vac_analyze_option_elemContext)

public virtual void EnterVac_analyze_option_elem(PostgreSQLParser.Vac_analyze_option_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vac_analyze_option_elemContext The parse tree.

ExitVac_analyze_option_elem(Vac_analyze_option_elemContext)

public virtual void ExitVac_analyze_option_elem(PostgreSQLParser.Vac_analyze_option_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vac_analyze_option_elemContext The parse tree.

EnterVac_analyze_option_name(Vac_analyze_option_nameContext)

public virtual void EnterVac_analyze_option_name(PostgreSQLParser.Vac_analyze_option_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vac_analyze_option_nameContext The parse tree.

ExitVac_analyze_option_name(Vac_analyze_option_nameContext)

public virtual void ExitVac_analyze_option_name(PostgreSQLParser.Vac_analyze_option_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vac_analyze_option_nameContext The parse tree.

EnterVac_analyze_option_arg(Vac_analyze_option_argContext)

public virtual void EnterVac_analyze_option_arg(PostgreSQLParser.Vac_analyze_option_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vac_analyze_option_argContext The parse tree.

ExitVac_analyze_option_arg(Vac_analyze_option_argContext)

public virtual void ExitVac_analyze_option_arg(PostgreSQLParser.Vac_analyze_option_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vac_analyze_option_argContext The parse tree.

EnterAnalyze_(Analyze_Context)

public virtual void EnterAnalyze_(PostgreSQLParser.Analyze_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Analyze_Context The parse tree.

ExitAnalyze_(Analyze_Context)

public virtual void ExitAnalyze_(PostgreSQLParser.Analyze_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Analyze_Context The parse tree.

EnterVerbose_(Verbose_Context)

public virtual void EnterVerbose_(PostgreSQLParser.Verbose_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Verbose_Context The parse tree.

ExitVerbose_(Verbose_Context)

public virtual void ExitVerbose_(PostgreSQLParser.Verbose_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Verbose_Context The parse tree.

EnterFull_(Full_Context)

public virtual void EnterFull_(PostgreSQLParser.Full_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Full_Context The parse tree.

ExitFull_(Full_Context)

public virtual void ExitFull_(PostgreSQLParser.Full_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Full_Context The parse tree.

EnterFreeze_(Freeze_Context)

public virtual void EnterFreeze_(PostgreSQLParser.Freeze_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Freeze_Context The parse tree.

ExitFreeze_(Freeze_Context)

public virtual void ExitFreeze_(PostgreSQLParser.Freeze_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Freeze_Context The parse tree.

EnterName_list_(Name_list_Context)

public virtual void EnterName_list_(PostgreSQLParser.Name_list_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Name_list_Context The parse tree.

ExitName_list_(Name_list_Context)

public virtual void ExitName_list_(PostgreSQLParser.Name_list_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Name_list_Context The parse tree.

EnterVacuum_relation(Vacuum_relationContext)

public virtual void EnterVacuum_relation(PostgreSQLParser.Vacuum_relationContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vacuum_relationContext The parse tree.

ExitVacuum_relation(Vacuum_relationContext)

public virtual void ExitVacuum_relation(PostgreSQLParser.Vacuum_relationContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vacuum_relationContext The parse tree.

EnterVacuum_relation_list(Vacuum_relation_listContext)

public virtual void EnterVacuum_relation_list(PostgreSQLParser.Vacuum_relation_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vacuum_relation_listContext The parse tree.

ExitVacuum_relation_list(Vacuum_relation_listContext)

public virtual void ExitVacuum_relation_list(PostgreSQLParser.Vacuum_relation_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vacuum_relation_listContext The parse tree.

EnterVacuum_relation_list_(Vacuum_relation_list_Context)

public virtual void EnterVacuum_relation_list_(PostgreSQLParser.Vacuum_relation_list_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vacuum_relation_list_Context The parse tree.

ExitVacuum_relation_list_(Vacuum_relation_list_Context)

public virtual void ExitVacuum_relation_list_(PostgreSQLParser.Vacuum_relation_list_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Vacuum_relation_list_Context The parse tree.

EnterExplainstmt(ExplainstmtContext)

public virtual void EnterExplainstmt(PostgreSQLParser.ExplainstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExplainstmtContext The parse tree.

ExitExplainstmt(ExplainstmtContext)

public virtual void ExitExplainstmt(PostgreSQLParser.ExplainstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExplainstmtContext The parse tree.

EnterExplainablestmt(ExplainablestmtContext)

public virtual void EnterExplainablestmt(PostgreSQLParser.ExplainablestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExplainablestmtContext The parse tree.

ExitExplainablestmt(ExplainablestmtContext)

public virtual void ExitExplainablestmt(PostgreSQLParser.ExplainablestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExplainablestmtContext The parse tree.

EnterExplain_option_list(Explain_option_listContext)

public virtual void EnterExplain_option_list(PostgreSQLParser.Explain_option_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explain_option_listContext The parse tree.

ExitExplain_option_list(Explain_option_listContext)

public virtual void ExitExplain_option_list(PostgreSQLParser.Explain_option_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explain_option_listContext The parse tree.

EnterExplain_option_elem(Explain_option_elemContext)

public virtual void EnterExplain_option_elem(PostgreSQLParser.Explain_option_elemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explain_option_elemContext The parse tree.

ExitExplain_option_elem(Explain_option_elemContext)

public virtual void ExitExplain_option_elem(PostgreSQLParser.Explain_option_elemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explain_option_elemContext The parse tree.

EnterExplain_option_name(Explain_option_nameContext)

public virtual void EnterExplain_option_name(PostgreSQLParser.Explain_option_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explain_option_nameContext The parse tree.

ExitExplain_option_name(Explain_option_nameContext)

public virtual void ExitExplain_option_name(PostgreSQLParser.Explain_option_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explain_option_nameContext The parse tree.

EnterExplain_option_arg(Explain_option_argContext)

public virtual void EnterExplain_option_arg(PostgreSQLParser.Explain_option_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explain_option_argContext The parse tree.

ExitExplain_option_arg(Explain_option_argContext)

public virtual void ExitExplain_option_arg(PostgreSQLParser.Explain_option_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explain_option_argContext The parse tree.

EnterPreparestmt(PreparestmtContext)

public virtual void EnterPreparestmt(PostgreSQLParser.PreparestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PreparestmtContext The parse tree.

ExitPreparestmt(PreparestmtContext)

public virtual void ExitPreparestmt(PostgreSQLParser.PreparestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PreparestmtContext The parse tree.

EnterPrep_type_clause(Prep_type_clauseContext)

public virtual void EnterPrep_type_clause(PostgreSQLParser.Prep_type_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Prep_type_clauseContext The parse tree.

ExitPrep_type_clause(Prep_type_clauseContext)

public virtual void ExitPrep_type_clause(PostgreSQLParser.Prep_type_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Prep_type_clauseContext The parse tree.

EnterPreparablestmt(PreparablestmtContext)

public virtual void EnterPreparablestmt(PostgreSQLParser.PreparablestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PreparablestmtContext The parse tree.

ExitPreparablestmt(PreparablestmtContext)

public virtual void ExitPreparablestmt(PostgreSQLParser.PreparablestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PreparablestmtContext The parse tree.

EnterExecutestmt(ExecutestmtContext)

public virtual void EnterExecutestmt(PostgreSQLParser.ExecutestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExecutestmtContext The parse tree.

ExitExecutestmt(ExecutestmtContext)

public virtual void ExitExecutestmt(PostgreSQLParser.ExecutestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ExecutestmtContext The parse tree.

EnterExecute_param_clause(Execute_param_clauseContext)

public virtual void EnterExecute_param_clause(PostgreSQLParser.Execute_param_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Execute_param_clauseContext The parse tree.

ExitExecute_param_clause(Execute_param_clauseContext)

public virtual void ExitExecute_param_clause(PostgreSQLParser.Execute_param_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Execute_param_clauseContext The parse tree.

EnterDeallocatestmt(DeallocatestmtContext)

public virtual void EnterDeallocatestmt(PostgreSQLParser.DeallocatestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DeallocatestmtContext The parse tree.

ExitDeallocatestmt(DeallocatestmtContext)

public virtual void ExitDeallocatestmt(PostgreSQLParser.DeallocatestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DeallocatestmtContext The parse tree.

EnterInsertstmt(InsertstmtContext)

public virtual void EnterInsertstmt(PostgreSQLParser.InsertstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context InsertstmtContext The parse tree.

ExitInsertstmt(InsertstmtContext)

public virtual void ExitInsertstmt(PostgreSQLParser.InsertstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context InsertstmtContext The parse tree.

EnterInsert_target(Insert_targetContext)

public virtual void EnterInsert_target(PostgreSQLParser.Insert_targetContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Insert_targetContext The parse tree.

ExitInsert_target(Insert_targetContext)

public virtual void ExitInsert_target(PostgreSQLParser.Insert_targetContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Insert_targetContext The parse tree.

EnterInsert_rest(Insert_restContext)

public virtual void EnterInsert_rest(PostgreSQLParser.Insert_restContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Insert_restContext The parse tree.

ExitInsert_rest(Insert_restContext)

public virtual void ExitInsert_rest(PostgreSQLParser.Insert_restContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Insert_restContext The parse tree.

EnterOverride_kind(Override_kindContext)

public virtual void EnterOverride_kind(PostgreSQLParser.Override_kindContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Override_kindContext The parse tree.

ExitOverride_kind(Override_kindContext)

public virtual void ExitOverride_kind(PostgreSQLParser.Override_kindContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Override_kindContext The parse tree.

EnterInsert_column_list(Insert_column_listContext)

public virtual void EnterInsert_column_list(PostgreSQLParser.Insert_column_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Insert_column_listContext The parse tree.

ExitInsert_column_list(Insert_column_listContext)

public virtual void ExitInsert_column_list(PostgreSQLParser.Insert_column_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Insert_column_listContext The parse tree.

EnterInsert_column_item(Insert_column_itemContext)

public virtual void EnterInsert_column_item(PostgreSQLParser.Insert_column_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Insert_column_itemContext The parse tree.

ExitInsert_column_item(Insert_column_itemContext)

public virtual void ExitInsert_column_item(PostgreSQLParser.Insert_column_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Insert_column_itemContext The parse tree.

EnterOn_conflict_(On_conflict_Context)

public virtual void EnterOn_conflict_(PostgreSQLParser.On_conflict_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context On_conflict_Context The parse tree.

ExitOn_conflict_(On_conflict_Context)

public virtual void ExitOn_conflict_(PostgreSQLParser.On_conflict_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context On_conflict_Context The parse tree.

EnterConf_expr_(Conf_expr_Context)

public virtual void EnterConf_expr_(PostgreSQLParser.Conf_expr_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Conf_expr_Context The parse tree.

ExitConf_expr_(Conf_expr_Context)

public virtual void ExitConf_expr_(PostgreSQLParser.Conf_expr_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Conf_expr_Context The parse tree.

EnterReturning_clause(Returning_clauseContext)

public virtual void EnterReturning_clause(PostgreSQLParser.Returning_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Returning_clauseContext The parse tree.

ExitReturning_clause(Returning_clauseContext)

public virtual void ExitReturning_clause(PostgreSQLParser.Returning_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Returning_clauseContext The parse tree.

EnterMergestmt(MergestmtContext)

public virtual void EnterMergestmt(PostgreSQLParser.MergestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context MergestmtContext The parse tree.

ExitMergestmt(MergestmtContext)

public virtual void ExitMergestmt(PostgreSQLParser.MergestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context MergestmtContext The parse tree.

EnterMerge_insert_clause(Merge_insert_clauseContext)

public virtual void EnterMerge_insert_clause(PostgreSQLParser.Merge_insert_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Merge_insert_clauseContext The parse tree.

ExitMerge_insert_clause(Merge_insert_clauseContext)

public virtual void ExitMerge_insert_clause(PostgreSQLParser.Merge_insert_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Merge_insert_clauseContext The parse tree.

EnterMerge_update_clause(Merge_update_clauseContext)

public virtual void EnterMerge_update_clause(PostgreSQLParser.Merge_update_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Merge_update_clauseContext The parse tree.

ExitMerge_update_clause(Merge_update_clauseContext)

public virtual void ExitMerge_update_clause(PostgreSQLParser.Merge_update_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Merge_update_clauseContext The parse tree.

EnterMerge_delete_clause(Merge_delete_clauseContext)

public virtual void EnterMerge_delete_clause(PostgreSQLParser.Merge_delete_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Merge_delete_clauseContext The parse tree.

ExitMerge_delete_clause(Merge_delete_clauseContext)

public virtual void ExitMerge_delete_clause(PostgreSQLParser.Merge_delete_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Merge_delete_clauseContext The parse tree.

EnterDeletestmt(DeletestmtContext)

public virtual void EnterDeletestmt(PostgreSQLParser.DeletestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DeletestmtContext The parse tree.

ExitDeletestmt(DeletestmtContext)

public virtual void ExitDeletestmt(PostgreSQLParser.DeletestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DeletestmtContext The parse tree.

EnterUsing_clause(Using_clauseContext)

public virtual void EnterUsing_clause(PostgreSQLParser.Using_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Using_clauseContext The parse tree.

ExitUsing_clause(Using_clauseContext)

public virtual void ExitUsing_clause(PostgreSQLParser.Using_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Using_clauseContext The parse tree.

EnterLockstmt(LockstmtContext)

public virtual void EnterLockstmt(PostgreSQLParser.LockstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context LockstmtContext The parse tree.

ExitLockstmt(LockstmtContext)

public virtual void ExitLockstmt(PostgreSQLParser.LockstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context LockstmtContext The parse tree.

EnterLock_(Lock_Context)

public virtual void EnterLock_(PostgreSQLParser.Lock_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Lock_Context The parse tree.

ExitLock_(Lock_Context)

public virtual void ExitLock_(PostgreSQLParser.Lock_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Lock_Context The parse tree.

EnterLock_type(Lock_typeContext)

public virtual void EnterLock_type(PostgreSQLParser.Lock_typeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Lock_typeContext The parse tree.

ExitLock_type(Lock_typeContext)

public virtual void ExitLock_type(PostgreSQLParser.Lock_typeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Lock_typeContext The parse tree.

EnterNowait_(Nowait_Context)

public virtual void EnterNowait_(PostgreSQLParser.Nowait_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nowait_Context The parse tree.

ExitNowait_(Nowait_Context)

public virtual void ExitNowait_(PostgreSQLParser.Nowait_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nowait_Context The parse tree.

EnterNowait_or_skip_(Nowait_or_skip_Context)

public virtual void EnterNowait_or_skip_(PostgreSQLParser.Nowait_or_skip_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nowait_or_skip_Context The parse tree.

ExitNowait_or_skip_(Nowait_or_skip_Context)

public virtual void ExitNowait_or_skip_(PostgreSQLParser.Nowait_or_skip_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Nowait_or_skip_Context The parse tree.

EnterUpdatestmt(UpdatestmtContext)

public virtual void EnterUpdatestmt(PostgreSQLParser.UpdatestmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context UpdatestmtContext The parse tree.

ExitUpdatestmt(UpdatestmtContext)

public virtual void ExitUpdatestmt(PostgreSQLParser.UpdatestmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context UpdatestmtContext The parse tree.

EnterSet_clause_list(Set_clause_listContext)

public virtual void EnterSet_clause_list(PostgreSQLParser.Set_clause_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_clause_listContext The parse tree.

ExitSet_clause_list(Set_clause_listContext)

public virtual void ExitSet_clause_list(PostgreSQLParser.Set_clause_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_clause_listContext The parse tree.

EnterSet_clause(Set_clauseContext)

public virtual void EnterSet_clause(PostgreSQLParser.Set_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_clauseContext The parse tree.

ExitSet_clause(Set_clauseContext)

public virtual void ExitSet_clause(PostgreSQLParser.Set_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_clauseContext The parse tree.

EnterSet_target(Set_targetContext)

public virtual void EnterSet_target(PostgreSQLParser.Set_targetContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_targetContext The parse tree.

ExitSet_target(Set_targetContext)

public virtual void ExitSet_target(PostgreSQLParser.Set_targetContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_targetContext The parse tree.

EnterSet_target_list(Set_target_listContext)

public virtual void EnterSet_target_list(PostgreSQLParser.Set_target_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_target_listContext The parse tree.

ExitSet_target_list(Set_target_listContext)

public virtual void ExitSet_target_list(PostgreSQLParser.Set_target_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Set_target_listContext The parse tree.

EnterDeclarecursorstmt(DeclarecursorstmtContext)

public virtual void EnterDeclarecursorstmt(PostgreSQLParser.DeclarecursorstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DeclarecursorstmtContext The parse tree.

ExitDeclarecursorstmt(DeclarecursorstmtContext)

public virtual void ExitDeclarecursorstmt(PostgreSQLParser.DeclarecursorstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context DeclarecursorstmtContext The parse tree.

EnterCursor_name(Cursor_nameContext)

public virtual void EnterCursor_name(PostgreSQLParser.Cursor_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cursor_nameContext The parse tree.

ExitCursor_name(Cursor_nameContext)

public virtual void ExitCursor_name(PostgreSQLParser.Cursor_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cursor_nameContext The parse tree.

EnterCursor_options(Cursor_optionsContext)

public virtual void EnterCursor_options(PostgreSQLParser.Cursor_optionsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cursor_optionsContext The parse tree.

ExitCursor_options(Cursor_optionsContext)

public virtual void ExitCursor_options(PostgreSQLParser.Cursor_optionsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cursor_optionsContext The parse tree.

EnterHold_(Hold_Context)

public virtual void EnterHold_(PostgreSQLParser.Hold_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Hold_Context The parse tree.

ExitHold_(Hold_Context)

public virtual void ExitHold_(PostgreSQLParser.Hold_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Hold_Context The parse tree.

EnterSelectstmt(SelectstmtContext)

public virtual void EnterSelectstmt(PostgreSQLParser.SelectstmtContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SelectstmtContext The parse tree.

ExitSelectstmt(SelectstmtContext)

public virtual void ExitSelectstmt(PostgreSQLParser.SelectstmtContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SelectstmtContext The parse tree.

EnterSelect_with_parens(Select_with_parensContext)

public virtual void EnterSelect_with_parens(PostgreSQLParser.Select_with_parensContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_with_parensContext The parse tree.

ExitSelect_with_parens(Select_with_parensContext)

public virtual void ExitSelect_with_parens(PostgreSQLParser.Select_with_parensContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_with_parensContext The parse tree.

EnterSelect_no_parens(Select_no_parensContext)

public virtual void EnterSelect_no_parens(PostgreSQLParser.Select_no_parensContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_no_parensContext The parse tree.

ExitSelect_no_parens(Select_no_parensContext)

public virtual void ExitSelect_no_parens(PostgreSQLParser.Select_no_parensContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_no_parensContext The parse tree.

EnterSelect_clause(Select_clauseContext)

public virtual void EnterSelect_clause(PostgreSQLParser.Select_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_clauseContext The parse tree.

ExitSelect_clause(Select_clauseContext)

public virtual void ExitSelect_clause(PostgreSQLParser.Select_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_clauseContext The parse tree.

EnterSimple_select_intersect(Simple_select_intersectContext)

public virtual void EnterSimple_select_intersect(PostgreSQLParser.Simple_select_intersectContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Simple_select_intersectContext The parse tree.

ExitSimple_select_intersect(Simple_select_intersectContext)

public virtual void ExitSimple_select_intersect(PostgreSQLParser.Simple_select_intersectContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Simple_select_intersectContext The parse tree.

EnterSimple_select_pramary(Simple_select_pramaryContext)

public virtual void EnterSimple_select_pramary(PostgreSQLParser.Simple_select_pramaryContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Simple_select_pramaryContext The parse tree.

ExitSimple_select_pramary(Simple_select_pramaryContext)

public virtual void ExitSimple_select_pramary(PostgreSQLParser.Simple_select_pramaryContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Simple_select_pramaryContext The parse tree.

EnterWith_clause(With_clauseContext)

public virtual void EnterWith_clause(PostgreSQLParser.With_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context With_clauseContext The parse tree.

ExitWith_clause(With_clauseContext)

public virtual void ExitWith_clause(PostgreSQLParser.With_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context With_clauseContext The parse tree.

EnterCte_list(Cte_listContext)

public virtual void EnterCte_list(PostgreSQLParser.Cte_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cte_listContext The parse tree.

ExitCte_list(Cte_listContext)

public virtual void ExitCte_list(PostgreSQLParser.Cte_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cte_listContext The parse tree.

EnterCommon_table_expr(Common_table_exprContext)

public virtual void EnterCommon_table_expr(PostgreSQLParser.Common_table_exprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Common_table_exprContext The parse tree.

ExitCommon_table_expr(Common_table_exprContext)

public virtual void ExitCommon_table_expr(PostgreSQLParser.Common_table_exprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Common_table_exprContext The parse tree.

EnterMaterialized_(Materialized_Context)

public virtual void EnterMaterialized_(PostgreSQLParser.Materialized_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Materialized_Context The parse tree.

ExitMaterialized_(Materialized_Context)

public virtual void ExitMaterialized_(PostgreSQLParser.Materialized_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Materialized_Context The parse tree.

EnterWith_clause_(With_clause_Context)

public virtual void EnterWith_clause_(PostgreSQLParser.With_clause_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context With_clause_Context The parse tree.

ExitWith_clause_(With_clause_Context)

public virtual void ExitWith_clause_(PostgreSQLParser.With_clause_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context With_clause_Context The parse tree.

EnterInto_clause(Into_clauseContext)

public virtual void EnterInto_clause(PostgreSQLParser.Into_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Into_clauseContext The parse tree.

ExitInto_clause(Into_clauseContext)

public virtual void ExitInto_clause(PostgreSQLParser.Into_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Into_clauseContext The parse tree.

EnterStrict_(Strict_Context)

public virtual void EnterStrict_(PostgreSQLParser.Strict_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Strict_Context The parse tree.

ExitStrict_(Strict_Context)

public virtual void ExitStrict_(PostgreSQLParser.Strict_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Strict_Context The parse tree.

EnterOpttempTableName(OpttempTableNameContext)

public virtual void EnterOpttempTableName(PostgreSQLParser.OpttempTableNameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttempTableNameContext The parse tree.

ExitOpttempTableName(OpttempTableNameContext)

public virtual void ExitOpttempTableName(PostgreSQLParser.OpttempTableNameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttempTableNameContext The parse tree.

EnterTable_(Table_Context)

public virtual void EnterTable_(PostgreSQLParser.Table_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_Context The parse tree.

ExitTable_(Table_Context)

public virtual void ExitTable_(PostgreSQLParser.Table_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_Context The parse tree.

EnterAll_or_distinct(All_or_distinctContext)

public virtual void EnterAll_or_distinct(PostgreSQLParser.All_or_distinctContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context All_or_distinctContext The parse tree.

ExitAll_or_distinct(All_or_distinctContext)

public virtual void ExitAll_or_distinct(PostgreSQLParser.All_or_distinctContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context All_or_distinctContext The parse tree.

EnterDistinct_clause(Distinct_clauseContext)

public virtual void EnterDistinct_clause(PostgreSQLParser.Distinct_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Distinct_clauseContext The parse tree.

ExitDistinct_clause(Distinct_clauseContext)

public virtual void ExitDistinct_clause(PostgreSQLParser.Distinct_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Distinct_clauseContext The parse tree.

EnterAll_clause_(All_clause_Context)

public virtual void EnterAll_clause_(PostgreSQLParser.All_clause_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context All_clause_Context The parse tree.

ExitAll_clause_(All_clause_Context)

public virtual void ExitAll_clause_(PostgreSQLParser.All_clause_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context All_clause_Context The parse tree.

EnterSort_clause_(Sort_clause_Context)

public virtual void EnterSort_clause_(PostgreSQLParser.Sort_clause_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Sort_clause_Context The parse tree.

ExitSort_clause_(Sort_clause_Context)

public virtual void ExitSort_clause_(PostgreSQLParser.Sort_clause_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Sort_clause_Context The parse tree.

EnterSort_clause(Sort_clauseContext)

public virtual void EnterSort_clause(PostgreSQLParser.Sort_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Sort_clauseContext The parse tree.

ExitSort_clause(Sort_clauseContext)

public virtual void ExitSort_clause(PostgreSQLParser.Sort_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Sort_clauseContext The parse tree.

EnterSortby_list(Sortby_listContext)

public virtual void EnterSortby_list(PostgreSQLParser.Sortby_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Sortby_listContext The parse tree.

ExitSortby_list(Sortby_listContext)

public virtual void ExitSortby_list(PostgreSQLParser.Sortby_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Sortby_listContext The parse tree.

EnterSortby(SortbyContext)

public virtual void EnterSortby(PostgreSQLParser.SortbyContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SortbyContext The parse tree.

ExitSortby(SortbyContext)

public virtual void ExitSortby(PostgreSQLParser.SortbyContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SortbyContext The parse tree.

EnterSelect_limit(Select_limitContext)

public virtual void EnterSelect_limit(PostgreSQLParser.Select_limitContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_limitContext The parse tree.

ExitSelect_limit(Select_limitContext)

public virtual void ExitSelect_limit(PostgreSQLParser.Select_limitContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_limitContext The parse tree.

EnterSelect_limit_(Select_limit_Context)

public virtual void EnterSelect_limit_(PostgreSQLParser.Select_limit_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_limit_Context The parse tree.

ExitSelect_limit_(Select_limit_Context)

public virtual void ExitSelect_limit_(PostgreSQLParser.Select_limit_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_limit_Context The parse tree.

EnterLimit_clause(Limit_clauseContext)

public virtual void EnterLimit_clause(PostgreSQLParser.Limit_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Limit_clauseContext The parse tree.

ExitLimit_clause(Limit_clauseContext)

public virtual void ExitLimit_clause(PostgreSQLParser.Limit_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Limit_clauseContext The parse tree.

EnterOffset_clause(Offset_clauseContext)

public virtual void EnterOffset_clause(PostgreSQLParser.Offset_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Offset_clauseContext The parse tree.

ExitOffset_clause(Offset_clauseContext)

public virtual void ExitOffset_clause(PostgreSQLParser.Offset_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Offset_clauseContext The parse tree.

EnterSelect_limit_value(Select_limit_valueContext)

public virtual void EnterSelect_limit_value(PostgreSQLParser.Select_limit_valueContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_limit_valueContext The parse tree.

ExitSelect_limit_value(Select_limit_valueContext)

public virtual void ExitSelect_limit_value(PostgreSQLParser.Select_limit_valueContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_limit_valueContext The parse tree.

EnterSelect_offset_value(Select_offset_valueContext)

public virtual void EnterSelect_offset_value(PostgreSQLParser.Select_offset_valueContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_offset_valueContext The parse tree.

ExitSelect_offset_value(Select_offset_valueContext)

public virtual void ExitSelect_offset_value(PostgreSQLParser.Select_offset_valueContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_offset_valueContext The parse tree.

EnterSelect_fetch_first_value(Select_fetch_first_valueContext)

public virtual void EnterSelect_fetch_first_value(PostgreSQLParser.Select_fetch_first_valueContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_fetch_first_valueContext The parse tree.

ExitSelect_fetch_first_value(Select_fetch_first_valueContext)

public virtual void ExitSelect_fetch_first_value(PostgreSQLParser.Select_fetch_first_valueContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Select_fetch_first_valueContext The parse tree.

EnterI_or_f_const(I_or_f_constContext)

public virtual void EnterI_or_f_const(PostgreSQLParser.I_or_f_constContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context I_or_f_constContext The parse tree.

ExitI_or_f_const(I_or_f_constContext)

public virtual void ExitI_or_f_const(PostgreSQLParser.I_or_f_constContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context I_or_f_constContext The parse tree.

EnterRow_or_rows(Row_or_rowsContext)

public virtual void EnterRow_or_rows(PostgreSQLParser.Row_or_rowsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Row_or_rowsContext The parse tree.

ExitRow_or_rows(Row_or_rowsContext)

public virtual void ExitRow_or_rows(PostgreSQLParser.Row_or_rowsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Row_or_rowsContext The parse tree.

EnterFirst_or_next(First_or_nextContext)

public virtual void EnterFirst_or_next(PostgreSQLParser.First_or_nextContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context First_or_nextContext The parse tree.

ExitFirst_or_next(First_or_nextContext)

public virtual void ExitFirst_or_next(PostgreSQLParser.First_or_nextContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context First_or_nextContext The parse tree.

EnterGroup_clause(Group_clauseContext)

public virtual void EnterGroup_clause(PostgreSQLParser.Group_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Group_clauseContext The parse tree.

ExitGroup_clause(Group_clauseContext)

public virtual void ExitGroup_clause(PostgreSQLParser.Group_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Group_clauseContext The parse tree.

EnterGroup_by_list(Group_by_listContext)

public virtual void EnterGroup_by_list(PostgreSQLParser.Group_by_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Group_by_listContext The parse tree.

ExitGroup_by_list(Group_by_listContext)

public virtual void ExitGroup_by_list(PostgreSQLParser.Group_by_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Group_by_listContext The parse tree.

EnterGroup_by_item(Group_by_itemContext)

public virtual void EnterGroup_by_item(PostgreSQLParser.Group_by_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Group_by_itemContext The parse tree.

ExitGroup_by_item(Group_by_itemContext)

public virtual void ExitGroup_by_item(PostgreSQLParser.Group_by_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Group_by_itemContext The parse tree.

EnterEmpty_grouping_set(Empty_grouping_setContext)

public virtual void EnterEmpty_grouping_set(PostgreSQLParser.Empty_grouping_setContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Empty_grouping_setContext The parse tree.

ExitEmpty_grouping_set(Empty_grouping_setContext)

public virtual void ExitEmpty_grouping_set(PostgreSQLParser.Empty_grouping_setContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Empty_grouping_setContext The parse tree.

EnterRollup_clause(Rollup_clauseContext)

public virtual void EnterRollup_clause(PostgreSQLParser.Rollup_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Rollup_clauseContext The parse tree.

ExitRollup_clause(Rollup_clauseContext)

public virtual void ExitRollup_clause(PostgreSQLParser.Rollup_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Rollup_clauseContext The parse tree.

EnterCube_clause(Cube_clauseContext)

public virtual void EnterCube_clause(PostgreSQLParser.Cube_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cube_clauseContext The parse tree.

ExitCube_clause(Cube_clauseContext)

public virtual void ExitCube_clause(PostgreSQLParser.Cube_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Cube_clauseContext The parse tree.

EnterGrouping_sets_clause(Grouping_sets_clauseContext)

public virtual void EnterGrouping_sets_clause(PostgreSQLParser.Grouping_sets_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Grouping_sets_clauseContext The parse tree.

ExitGrouping_sets_clause(Grouping_sets_clauseContext)

public virtual void ExitGrouping_sets_clause(PostgreSQLParser.Grouping_sets_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Grouping_sets_clauseContext The parse tree.

EnterHaving_clause(Having_clauseContext)

public virtual void EnterHaving_clause(PostgreSQLParser.Having_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Having_clauseContext The parse tree.

ExitHaving_clause(Having_clauseContext)

public virtual void ExitHaving_clause(PostgreSQLParser.Having_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Having_clauseContext The parse tree.

EnterFor_locking_clause(For_locking_clauseContext)

public virtual void EnterFor_locking_clause(PostgreSQLParser.For_locking_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_clauseContext The parse tree.

ExitFor_locking_clause(For_locking_clauseContext)

public virtual void ExitFor_locking_clause(PostgreSQLParser.For_locking_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_clauseContext The parse tree.

EnterFor_locking_clause_(For_locking_clause_Context)

public virtual void EnterFor_locking_clause_(PostgreSQLParser.For_locking_clause_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_clause_Context The parse tree.

ExitFor_locking_clause_(For_locking_clause_Context)

public virtual void ExitFor_locking_clause_(PostgreSQLParser.For_locking_clause_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_clause_Context The parse tree.

EnterFor_locking_items(For_locking_itemsContext)

public virtual void EnterFor_locking_items(PostgreSQLParser.For_locking_itemsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_itemsContext The parse tree.

ExitFor_locking_items(For_locking_itemsContext)

public virtual void ExitFor_locking_items(PostgreSQLParser.For_locking_itemsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_itemsContext The parse tree.

EnterFor_locking_item(For_locking_itemContext)

public virtual void EnterFor_locking_item(PostgreSQLParser.For_locking_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_itemContext The parse tree.

ExitFor_locking_item(For_locking_itemContext)

public virtual void ExitFor_locking_item(PostgreSQLParser.For_locking_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_itemContext The parse tree.

EnterFor_locking_strength(For_locking_strengthContext)

public virtual void EnterFor_locking_strength(PostgreSQLParser.For_locking_strengthContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_strengthContext The parse tree.

ExitFor_locking_strength(For_locking_strengthContext)

public virtual void ExitFor_locking_strength(PostgreSQLParser.For_locking_strengthContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context For_locking_strengthContext The parse tree.

EnterLocked_rels_list(Locked_rels_listContext)

public virtual void EnterLocked_rels_list(PostgreSQLParser.Locked_rels_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Locked_rels_listContext The parse tree.

ExitLocked_rels_list(Locked_rels_listContext)

public virtual void ExitLocked_rels_list(PostgreSQLParser.Locked_rels_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Locked_rels_listContext The parse tree.

EnterValues_clause(Values_clauseContext)

public virtual void EnterValues_clause(PostgreSQLParser.Values_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Values_clauseContext The parse tree.

ExitValues_clause(Values_clauseContext)

public virtual void ExitValues_clause(PostgreSQLParser.Values_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Values_clauseContext The parse tree.

EnterFrom_clause(From_clauseContext)

public virtual void EnterFrom_clause(PostgreSQLParser.From_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context From_clauseContext The parse tree.

ExitFrom_clause(From_clauseContext)

public virtual void ExitFrom_clause(PostgreSQLParser.From_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context From_clauseContext The parse tree.

EnterFrom_list(From_listContext)

public virtual void EnterFrom_list(PostgreSQLParser.From_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context From_listContext The parse tree.

ExitFrom_list(From_listContext)

public virtual void ExitFrom_list(PostgreSQLParser.From_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context From_listContext The parse tree.

EnterTable_ref(Table_refContext)

public virtual void EnterTable_ref(PostgreSQLParser.Table_refContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_refContext The parse tree.

ExitTable_ref(Table_refContext)

public virtual void ExitTable_ref(PostgreSQLParser.Table_refContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Table_refContext The parse tree.

EnterAlias_clause(Alias_clauseContext)

public virtual void EnterAlias_clause(PostgreSQLParser.Alias_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alias_clauseContext The parse tree.

ExitAlias_clause(Alias_clauseContext)

public virtual void ExitAlias_clause(PostgreSQLParser.Alias_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Alias_clauseContext The parse tree.

EnterFunc_alias_clause(Func_alias_clauseContext)

public virtual void EnterFunc_alias_clause(PostgreSQLParser.Func_alias_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_alias_clauseContext The parse tree.

ExitFunc_alias_clause(Func_alias_clauseContext)

public virtual void ExitFunc_alias_clause(PostgreSQLParser.Func_alias_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_alias_clauseContext The parse tree.

EnterJoin_type(Join_typeContext)

public virtual void EnterJoin_type(PostgreSQLParser.Join_typeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Join_typeContext The parse tree.

ExitJoin_type(Join_typeContext)

public virtual void ExitJoin_type(PostgreSQLParser.Join_typeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Join_typeContext The parse tree.

EnterJoin_qual(Join_qualContext)

public virtual void EnterJoin_qual(PostgreSQLParser.Join_qualContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Join_qualContext The parse tree.

ExitJoin_qual(Join_qualContext)

public virtual void ExitJoin_qual(PostgreSQLParser.Join_qualContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Join_qualContext The parse tree.

EnterRelation_expr(Relation_exprContext)

public virtual void EnterRelation_expr(PostgreSQLParser.Relation_exprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Relation_exprContext The parse tree.

ExitRelation_expr(Relation_exprContext)

public virtual void ExitRelation_expr(PostgreSQLParser.Relation_exprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Relation_exprContext The parse tree.

EnterRelation_expr_list(Relation_expr_listContext)

public virtual void EnterRelation_expr_list(PostgreSQLParser.Relation_expr_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Relation_expr_listContext The parse tree.

ExitRelation_expr_list(Relation_expr_listContext)

public virtual void ExitRelation_expr_list(PostgreSQLParser.Relation_expr_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Relation_expr_listContext The parse tree.

EnterRelation_expr_opt_alias(Relation_expr_opt_aliasContext)

public virtual void EnterRelation_expr_opt_alias(PostgreSQLParser.Relation_expr_opt_aliasContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Relation_expr_opt_aliasContext The parse tree.

ExitRelation_expr_opt_alias(Relation_expr_opt_aliasContext)

public virtual void ExitRelation_expr_opt_alias(PostgreSQLParser.Relation_expr_opt_aliasContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Relation_expr_opt_aliasContext The parse tree.

EnterTablesample_clause(Tablesample_clauseContext)

public virtual void EnterTablesample_clause(PostgreSQLParser.Tablesample_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Tablesample_clauseContext The parse tree.

ExitTablesample_clause(Tablesample_clauseContext)

public virtual void ExitTablesample_clause(PostgreSQLParser.Tablesample_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Tablesample_clauseContext The parse tree.

EnterRepeatable_clause_(Repeatable_clause_Context)

public virtual void EnterRepeatable_clause_(PostgreSQLParser.Repeatable_clause_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Repeatable_clause_Context The parse tree.

ExitRepeatable_clause_(Repeatable_clause_Context)

public virtual void ExitRepeatable_clause_(PostgreSQLParser.Repeatable_clause_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Repeatable_clause_Context The parse tree.

EnterFunc_table(Func_tableContext)

public virtual void EnterFunc_table(PostgreSQLParser.Func_tableContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_tableContext The parse tree.

ExitFunc_table(Func_tableContext)

public virtual void ExitFunc_table(PostgreSQLParser.Func_tableContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_tableContext The parse tree.

EnterRowsfrom_item(Rowsfrom_itemContext)

public virtual void EnterRowsfrom_item(PostgreSQLParser.Rowsfrom_itemContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Rowsfrom_itemContext The parse tree.

ExitRowsfrom_item(Rowsfrom_itemContext)

public virtual void ExitRowsfrom_item(PostgreSQLParser.Rowsfrom_itemContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Rowsfrom_itemContext The parse tree.

EnterRowsfrom_list(Rowsfrom_listContext)

public virtual void EnterRowsfrom_list(PostgreSQLParser.Rowsfrom_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Rowsfrom_listContext The parse tree.

ExitRowsfrom_list(Rowsfrom_listContext)

public virtual void ExitRowsfrom_list(PostgreSQLParser.Rowsfrom_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Rowsfrom_listContext The parse tree.

EnterCol_def_list_(Col_def_list_Context)

public virtual void EnterCol_def_list_(PostgreSQLParser.Col_def_list_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Col_def_list_Context The parse tree.

ExitCol_def_list_(Col_def_list_Context)

public virtual void ExitCol_def_list_(PostgreSQLParser.Col_def_list_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Col_def_list_Context The parse tree.

EnterOrdinality_(Ordinality_Context)

public virtual void EnterOrdinality_(PostgreSQLParser.Ordinality_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Ordinality_Context The parse tree.

ExitOrdinality_(Ordinality_Context)

public virtual void ExitOrdinality_(PostgreSQLParser.Ordinality_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Ordinality_Context The parse tree.

EnterWhere_clause(Where_clauseContext)

public virtual void EnterWhere_clause(PostgreSQLParser.Where_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Where_clauseContext The parse tree.

ExitWhere_clause(Where_clauseContext)

public virtual void ExitWhere_clause(PostgreSQLParser.Where_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Where_clauseContext The parse tree.

EnterWhere_or_current_clause(Where_or_current_clauseContext)

public virtual void EnterWhere_or_current_clause(PostgreSQLParser.Where_or_current_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Where_or_current_clauseContext The parse tree.

ExitWhere_or_current_clause(Where_or_current_clauseContext)

public virtual void ExitWhere_or_current_clause(PostgreSQLParser.Where_or_current_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Where_or_current_clauseContext The parse tree.

EnterOpttablefuncelementlist(OpttablefuncelementlistContext)

public virtual void EnterOpttablefuncelementlist(PostgreSQLParser.OpttablefuncelementlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttablefuncelementlistContext The parse tree.

ExitOpttablefuncelementlist(OpttablefuncelementlistContext)

public virtual void ExitOpttablefuncelementlist(PostgreSQLParser.OpttablefuncelementlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context OpttablefuncelementlistContext The parse tree.

EnterTablefuncelementlist(TablefuncelementlistContext)

public virtual void EnterTablefuncelementlist(PostgreSQLParser.TablefuncelementlistContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablefuncelementlistContext The parse tree.

ExitTablefuncelementlist(TablefuncelementlistContext)

public virtual void ExitTablefuncelementlist(PostgreSQLParser.TablefuncelementlistContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablefuncelementlistContext The parse tree.

EnterTablefuncelement(TablefuncelementContext)

public virtual void EnterTablefuncelement(PostgreSQLParser.TablefuncelementContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablefuncelementContext The parse tree.

ExitTablefuncelement(TablefuncelementContext)

public virtual void ExitTablefuncelement(PostgreSQLParser.TablefuncelementContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TablefuncelementContext The parse tree.

EnterXmltable(XmltableContext)

public virtual void EnterXmltable(PostgreSQLParser.XmltableContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context XmltableContext The parse tree.

ExitXmltable(XmltableContext)

public virtual void ExitXmltable(PostgreSQLParser.XmltableContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context XmltableContext The parse tree.

EnterXmltable_column_list(Xmltable_column_listContext)

public virtual void EnterXmltable_column_list(PostgreSQLParser.Xmltable_column_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmltable_column_listContext The parse tree.

ExitXmltable_column_list(Xmltable_column_listContext)

public virtual void ExitXmltable_column_list(PostgreSQLParser.Xmltable_column_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmltable_column_listContext The parse tree.

EnterXmltable_column_el(Xmltable_column_elContext)

public virtual void EnterXmltable_column_el(PostgreSQLParser.Xmltable_column_elContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmltable_column_elContext The parse tree.

ExitXmltable_column_el(Xmltable_column_elContext)

public virtual void ExitXmltable_column_el(PostgreSQLParser.Xmltable_column_elContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmltable_column_elContext The parse tree.

EnterXmltable_column_option_list(Xmltable_column_option_listContext)

public virtual void EnterXmltable_column_option_list(PostgreSQLParser.Xmltable_column_option_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmltable_column_option_listContext The parse tree.

ExitXmltable_column_option_list(Xmltable_column_option_listContext)

public virtual void ExitXmltable_column_option_list(PostgreSQLParser.Xmltable_column_option_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmltable_column_option_listContext The parse tree.

EnterXmltable_column_option_el(Xmltable_column_option_elContext)

public virtual void EnterXmltable_column_option_el(PostgreSQLParser.Xmltable_column_option_elContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmltable_column_option_elContext The parse tree.

ExitXmltable_column_option_el(Xmltable_column_option_elContext)

public virtual void ExitXmltable_column_option_el(PostgreSQLParser.Xmltable_column_option_elContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmltable_column_option_elContext The parse tree.

EnterXml_namespace_list(Xml_namespace_listContext)

public virtual void EnterXml_namespace_list(PostgreSQLParser.Xml_namespace_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_namespace_listContext The parse tree.

ExitXml_namespace_list(Xml_namespace_listContext)

public virtual void ExitXml_namespace_list(PostgreSQLParser.Xml_namespace_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_namespace_listContext The parse tree.

EnterXml_namespace_el(Xml_namespace_elContext)

public virtual void EnterXml_namespace_el(PostgreSQLParser.Xml_namespace_elContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_namespace_elContext The parse tree.

ExitXml_namespace_el(Xml_namespace_elContext)

public virtual void ExitXml_namespace_el(PostgreSQLParser.Xml_namespace_elContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_namespace_elContext The parse tree.

EnterTypename(TypenameContext)

public virtual void EnterTypename(PostgreSQLParser.TypenameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TypenameContext The parse tree.

ExitTypename(TypenameContext)

public virtual void ExitTypename(PostgreSQLParser.TypenameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context TypenameContext The parse tree.

EnterOpt_array_bounds(Opt_array_boundsContext)

public virtual void EnterOpt_array_bounds(PostgreSQLParser.Opt_array_boundsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opt_array_boundsContext The parse tree.

ExitOpt_array_bounds(Opt_array_boundsContext)

public virtual void ExitOpt_array_bounds(PostgreSQLParser.Opt_array_boundsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opt_array_boundsContext The parse tree.

EnterSimpletypename(SimpletypenameContext)

public virtual void EnterSimpletypename(PostgreSQLParser.SimpletypenameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SimpletypenameContext The parse tree.

ExitSimpletypename(SimpletypenameContext)

public virtual void ExitSimpletypename(PostgreSQLParser.SimpletypenameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SimpletypenameContext The parse tree.

EnterConsttypename(ConsttypenameContext)

public virtual void EnterConsttypename(PostgreSQLParser.ConsttypenameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConsttypenameContext The parse tree.

ExitConsttypename(ConsttypenameContext)

public virtual void ExitConsttypename(PostgreSQLParser.ConsttypenameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConsttypenameContext The parse tree.

EnterGenerictype(GenerictypeContext)

public virtual void EnterGenerictype(PostgreSQLParser.GenerictypeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context GenerictypeContext The parse tree.

ExitGenerictype(GenerictypeContext)

public virtual void ExitGenerictype(PostgreSQLParser.GenerictypeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context GenerictypeContext The parse tree.

EnterType_modifiers_(Type_modifiers_Context)

public virtual void EnterType_modifiers_(PostgreSQLParser.Type_modifiers_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_modifiers_Context The parse tree.

ExitType_modifiers_(Type_modifiers_Context)

public virtual void ExitType_modifiers_(PostgreSQLParser.Type_modifiers_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_modifiers_Context The parse tree.

EnterNumeric(NumericContext)

public virtual void EnterNumeric(PostgreSQLParser.NumericContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NumericContext The parse tree.

ExitNumeric(NumericContext)

public virtual void ExitNumeric(PostgreSQLParser.NumericContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NumericContext The parse tree.

EnterFloat_(Float_Context)

public virtual void EnterFloat_(PostgreSQLParser.Float_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Float_Context The parse tree.

ExitFloat_(Float_Context)

public virtual void ExitFloat_(PostgreSQLParser.Float_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Float_Context The parse tree.

EnterBit(BitContext)

public virtual void EnterBit(PostgreSQLParser.BitContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BitContext The parse tree.

ExitBit(BitContext)

public virtual void ExitBit(PostgreSQLParser.BitContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BitContext The parse tree.

EnterConstbit(ConstbitContext)

public virtual void EnterConstbit(PostgreSQLParser.ConstbitContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstbitContext The parse tree.

ExitConstbit(ConstbitContext)

public virtual void ExitConstbit(PostgreSQLParser.ConstbitContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstbitContext The parse tree.

EnterBitwithlength(BitwithlengthContext)

public virtual void EnterBitwithlength(PostgreSQLParser.BitwithlengthContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BitwithlengthContext The parse tree.

ExitBitwithlength(BitwithlengthContext)

public virtual void ExitBitwithlength(PostgreSQLParser.BitwithlengthContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BitwithlengthContext The parse tree.

EnterBitwithoutlength(BitwithoutlengthContext)

public virtual void EnterBitwithoutlength(PostgreSQLParser.BitwithoutlengthContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BitwithoutlengthContext The parse tree.

ExitBitwithoutlength(BitwithoutlengthContext)

public virtual void ExitBitwithoutlength(PostgreSQLParser.BitwithoutlengthContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BitwithoutlengthContext The parse tree.

EnterCharacter(CharacterContext)

public virtual void EnterCharacter(PostgreSQLParser.CharacterContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CharacterContext The parse tree.

ExitCharacter(CharacterContext)

public virtual void ExitCharacter(PostgreSQLParser.CharacterContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context CharacterContext The parse tree.

EnterConstcharacter(ConstcharacterContext)

public virtual void EnterConstcharacter(PostgreSQLParser.ConstcharacterContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstcharacterContext The parse tree.

ExitConstcharacter(ConstcharacterContext)

public virtual void ExitConstcharacter(PostgreSQLParser.ConstcharacterContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstcharacterContext The parse tree.

EnterCharacter_c(Character_cContext)

public virtual void EnterCharacter_c(PostgreSQLParser.Character_cContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Character_cContext The parse tree.

ExitCharacter_c(Character_cContext)

public virtual void ExitCharacter_c(PostgreSQLParser.Character_cContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Character_cContext The parse tree.

EnterVarying_(Varying_Context)

public virtual void EnterVarying_(PostgreSQLParser.Varying_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Varying_Context The parse tree.

ExitVarying_(Varying_Context)

public virtual void ExitVarying_(PostgreSQLParser.Varying_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Varying_Context The parse tree.

EnterConstdatetime(ConstdatetimeContext)

public virtual void EnterConstdatetime(PostgreSQLParser.ConstdatetimeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstdatetimeContext The parse tree.

ExitConstdatetime(ConstdatetimeContext)

public virtual void ExitConstdatetime(PostgreSQLParser.ConstdatetimeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstdatetimeContext The parse tree.

EnterConstinterval(ConstintervalContext)

public virtual void EnterConstinterval(PostgreSQLParser.ConstintervalContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstintervalContext The parse tree.

ExitConstinterval(ConstintervalContext)

public virtual void ExitConstinterval(PostgreSQLParser.ConstintervalContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ConstintervalContext The parse tree.

EnterTimezone_(Timezone_Context)

public virtual void EnterTimezone_(PostgreSQLParser.Timezone_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Timezone_Context The parse tree.

ExitTimezone_(Timezone_Context)

public virtual void ExitTimezone_(PostgreSQLParser.Timezone_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Timezone_Context The parse tree.

EnterInterval_(Interval_Context)

public virtual void EnterInterval_(PostgreSQLParser.Interval_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Interval_Context The parse tree.

ExitInterval_(Interval_Context)

public virtual void ExitInterval_(PostgreSQLParser.Interval_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Interval_Context The parse tree.

EnterInterval_second(Interval_secondContext)

public virtual void EnterInterval_second(PostgreSQLParser.Interval_secondContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Interval_secondContext The parse tree.

ExitInterval_second(Interval_secondContext)

public virtual void ExitInterval_second(PostgreSQLParser.Interval_secondContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Interval_secondContext The parse tree.

EnterJsonType(JsonTypeContext)

public virtual void EnterJsonType(PostgreSQLParser.JsonTypeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context JsonTypeContext The parse tree.

ExitJsonType(JsonTypeContext)

public virtual void ExitJsonType(PostgreSQLParser.JsonTypeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context JsonTypeContext The parse tree.

EnterEscape_(Escape_Context)

public virtual void EnterEscape_(PostgreSQLParser.Escape_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Escape_Context The parse tree.

ExitEscape_(Escape_Context)

public virtual void ExitEscape_(PostgreSQLParser.Escape_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Escape_Context The parse tree.

EnterA_expr(A_exprContext)

public virtual void EnterA_expr(PostgreSQLParser.A_exprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_exprContext The parse tree.

ExitA_expr(A_exprContext)

public virtual void ExitA_expr(PostgreSQLParser.A_exprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_exprContext The parse tree.

EnterA_expr_qual(A_expr_qualContext)

public virtual void EnterA_expr_qual(PostgreSQLParser.A_expr_qualContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_qualContext The parse tree.

ExitA_expr_qual(A_expr_qualContext)

public virtual void ExitA_expr_qual(PostgreSQLParser.A_expr_qualContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_qualContext The parse tree.

EnterA_expr_lessless(A_expr_lesslessContext)

public virtual void EnterA_expr_lessless(PostgreSQLParser.A_expr_lesslessContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_lesslessContext The parse tree.

ExitA_expr_lessless(A_expr_lesslessContext)

public virtual void ExitA_expr_lessless(PostgreSQLParser.A_expr_lesslessContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_lesslessContext The parse tree.

EnterA_expr_or(A_expr_orContext)

public virtual void EnterA_expr_or(PostgreSQLParser.A_expr_orContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_orContext The parse tree.

ExitA_expr_or(A_expr_orContext)

public virtual void ExitA_expr_or(PostgreSQLParser.A_expr_orContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_orContext The parse tree.

EnterA_expr_and(A_expr_andContext)

public virtual void EnterA_expr_and(PostgreSQLParser.A_expr_andContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_andContext The parse tree.

ExitA_expr_and(A_expr_andContext)

public virtual void ExitA_expr_and(PostgreSQLParser.A_expr_andContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_andContext The parse tree.

EnterA_expr_between(A_expr_betweenContext)

public virtual void EnterA_expr_between(PostgreSQLParser.A_expr_betweenContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_betweenContext The parse tree.

ExitA_expr_between(A_expr_betweenContext)

public virtual void ExitA_expr_between(PostgreSQLParser.A_expr_betweenContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_betweenContext The parse tree.

EnterA_expr_in(A_expr_inContext)

public virtual void EnterA_expr_in(PostgreSQLParser.A_expr_inContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_inContext The parse tree.

ExitA_expr_in(A_expr_inContext)

public virtual void ExitA_expr_in(PostgreSQLParser.A_expr_inContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_inContext The parse tree.

EnterA_expr_unary_not(A_expr_unary_notContext)

public virtual void EnterA_expr_unary_not(PostgreSQLParser.A_expr_unary_notContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_unary_notContext The parse tree.

ExitA_expr_unary_not(A_expr_unary_notContext)

public virtual void ExitA_expr_unary_not(PostgreSQLParser.A_expr_unary_notContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_unary_notContext The parse tree.

EnterA_expr_isnull(A_expr_isnullContext)

public virtual void EnterA_expr_isnull(PostgreSQLParser.A_expr_isnullContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_isnullContext The parse tree.

ExitA_expr_isnull(A_expr_isnullContext)

public virtual void ExitA_expr_isnull(PostgreSQLParser.A_expr_isnullContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_isnullContext The parse tree.

EnterA_expr_is_not(A_expr_is_notContext)

public virtual void EnterA_expr_is_not(PostgreSQLParser.A_expr_is_notContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_is_notContext The parse tree.

ExitA_expr_is_not(A_expr_is_notContext)

public virtual void ExitA_expr_is_not(PostgreSQLParser.A_expr_is_notContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_is_notContext The parse tree.

EnterA_expr_compare(A_expr_compareContext)

public virtual void EnterA_expr_compare(PostgreSQLParser.A_expr_compareContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_compareContext The parse tree.

ExitA_expr_compare(A_expr_compareContext)

public virtual void ExitA_expr_compare(PostgreSQLParser.A_expr_compareContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_compareContext The parse tree.

EnterA_expr_like(A_expr_likeContext)

public virtual void EnterA_expr_like(PostgreSQLParser.A_expr_likeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_likeContext The parse tree.

ExitA_expr_like(A_expr_likeContext)

public virtual void ExitA_expr_like(PostgreSQLParser.A_expr_likeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_likeContext The parse tree.

EnterA_expr_qual_op(A_expr_qual_opContext)

public virtual void EnterA_expr_qual_op(PostgreSQLParser.A_expr_qual_opContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_qual_opContext The parse tree.

ExitA_expr_qual_op(A_expr_qual_opContext)

public virtual void ExitA_expr_qual_op(PostgreSQLParser.A_expr_qual_opContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_qual_opContext The parse tree.

EnterA_expr_unary_qualop(A_expr_unary_qualopContext)

public virtual void EnterA_expr_unary_qualop(PostgreSQLParser.A_expr_unary_qualopContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_unary_qualopContext The parse tree.

ExitA_expr_unary_qualop(A_expr_unary_qualopContext)

public virtual void ExitA_expr_unary_qualop(PostgreSQLParser.A_expr_unary_qualopContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_unary_qualopContext The parse tree.

EnterA_expr_add(A_expr_addContext)

public virtual void EnterA_expr_add(PostgreSQLParser.A_expr_addContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_addContext The parse tree.

ExitA_expr_add(A_expr_addContext)

public virtual void ExitA_expr_add(PostgreSQLParser.A_expr_addContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_addContext The parse tree.

EnterA_expr_mul(A_expr_mulContext)

public virtual void EnterA_expr_mul(PostgreSQLParser.A_expr_mulContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_mulContext The parse tree.

ExitA_expr_mul(A_expr_mulContext)

public virtual void ExitA_expr_mul(PostgreSQLParser.A_expr_mulContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_mulContext The parse tree.

EnterA_expr_caret(A_expr_caretContext)

public virtual void EnterA_expr_caret(PostgreSQLParser.A_expr_caretContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_caretContext The parse tree.

ExitA_expr_caret(A_expr_caretContext)

public virtual void ExitA_expr_caret(PostgreSQLParser.A_expr_caretContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_caretContext The parse tree.

EnterA_expr_unary_sign(A_expr_unary_signContext)

public virtual void EnterA_expr_unary_sign(PostgreSQLParser.A_expr_unary_signContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_unary_signContext The parse tree.

ExitA_expr_unary_sign(A_expr_unary_signContext)

public virtual void ExitA_expr_unary_sign(PostgreSQLParser.A_expr_unary_signContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_unary_signContext The parse tree.

EnterA_expr_at_time_zone(A_expr_at_time_zoneContext)

public virtual void EnterA_expr_at_time_zone(PostgreSQLParser.A_expr_at_time_zoneContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_at_time_zoneContext The parse tree.

ExitA_expr_at_time_zone(A_expr_at_time_zoneContext)

public virtual void ExitA_expr_at_time_zone(PostgreSQLParser.A_expr_at_time_zoneContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_at_time_zoneContext The parse tree.

EnterA_expr_collate(A_expr_collateContext)

public virtual void EnterA_expr_collate(PostgreSQLParser.A_expr_collateContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_collateContext The parse tree.

ExitA_expr_collate(A_expr_collateContext)

public virtual void ExitA_expr_collate(PostgreSQLParser.A_expr_collateContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_collateContext The parse tree.

EnterA_expr_typecast(A_expr_typecastContext)

public virtual void EnterA_expr_typecast(PostgreSQLParser.A_expr_typecastContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_typecastContext The parse tree.

ExitA_expr_typecast(A_expr_typecastContext)

public virtual void ExitA_expr_typecast(PostgreSQLParser.A_expr_typecastContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context A_expr_typecastContext The parse tree.

EnterB_expr(B_exprContext)

public virtual void EnterB_expr(PostgreSQLParser.B_exprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context B_exprContext The parse tree.

ExitB_expr(B_exprContext)

public virtual void ExitB_expr(PostgreSQLParser.B_exprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context B_exprContext The parse tree.

EnterC_expr_exists(C_expr_existsContext)

public virtual void EnterC_expr_exists(PostgreSQLParser.C_expr_existsContext context)

Enter a parse tree produced by the c_expr_exists labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context C_expr_existsContext The parse tree.

ExitC_expr_exists(C_expr_existsContext)

public virtual void ExitC_expr_exists(PostgreSQLParser.C_expr_existsContext context)

Exit a parse tree produced by the c_expr_exists labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context C_expr_existsContext The parse tree.

EnterC_expr_expr(C_expr_exprContext)

public virtual void EnterC_expr_expr(PostgreSQLParser.C_expr_exprContext context)

Enter a parse tree produced by the c_expr_expr labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context C_expr_exprContext The parse tree.

ExitC_expr_expr(C_expr_exprContext)

public virtual void ExitC_expr_expr(PostgreSQLParser.C_expr_exprContext context)

Exit a parse tree produced by the c_expr_expr labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context C_expr_exprContext The parse tree.

EnterC_expr_case(C_expr_caseContext)

public virtual void EnterC_expr_case(PostgreSQLParser.C_expr_caseContext context)

Enter a parse tree produced by the c_expr_case labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context C_expr_caseContext The parse tree.

ExitC_expr_case(C_expr_caseContext)

public virtual void ExitC_expr_case(PostgreSQLParser.C_expr_caseContext context)

Exit a parse tree produced by the c_expr_case labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context C_expr_caseContext The parse tree.

EnterPlsqlvariablename(PlsqlvariablenameContext)

public virtual void EnterPlsqlvariablename(PostgreSQLParser.PlsqlvariablenameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PlsqlvariablenameContext The parse tree.

ExitPlsqlvariablename(PlsqlvariablenameContext)

public virtual void ExitPlsqlvariablename(PostgreSQLParser.PlsqlvariablenameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context PlsqlvariablenameContext The parse tree.

EnterFunc_application(Func_applicationContext)

public virtual void EnterFunc_application(PostgreSQLParser.Func_applicationContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_applicationContext The parse tree.

ExitFunc_application(Func_applicationContext)

public virtual void ExitFunc_application(PostgreSQLParser.Func_applicationContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_applicationContext The parse tree.

EnterFunc_expr(Func_exprContext)

public virtual void EnterFunc_expr(PostgreSQLParser.Func_exprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_exprContext The parse tree.

ExitFunc_expr(Func_exprContext)

public virtual void ExitFunc_expr(PostgreSQLParser.Func_exprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_exprContext The parse tree.

EnterFunc_expr_windowless(Func_expr_windowlessContext)

public virtual void EnterFunc_expr_windowless(PostgreSQLParser.Func_expr_windowlessContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_expr_windowlessContext The parse tree.

ExitFunc_expr_windowless(Func_expr_windowlessContext)

public virtual void ExitFunc_expr_windowless(PostgreSQLParser.Func_expr_windowlessContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_expr_windowlessContext The parse tree.

EnterFunc_expr_common_subexpr(Func_expr_common_subexprContext)

public virtual void EnterFunc_expr_common_subexpr(PostgreSQLParser.Func_expr_common_subexprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_expr_common_subexprContext The parse tree.

ExitFunc_expr_common_subexpr(Func_expr_common_subexprContext)

public virtual void ExitFunc_expr_common_subexpr(PostgreSQLParser.Func_expr_common_subexprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_expr_common_subexprContext The parse tree.

EnterXml_root_version(Xml_root_versionContext)

public virtual void EnterXml_root_version(PostgreSQLParser.Xml_root_versionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_root_versionContext The parse tree.

ExitXml_root_version(Xml_root_versionContext)

public virtual void ExitXml_root_version(PostgreSQLParser.Xml_root_versionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_root_versionContext The parse tree.

EnterXml_root_standalone_(Xml_root_standalone_Context)

public virtual void EnterXml_root_standalone_(PostgreSQLParser.Xml_root_standalone_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_root_standalone_Context The parse tree.

ExitXml_root_standalone_(Xml_root_standalone_Context)

public virtual void ExitXml_root_standalone_(PostgreSQLParser.Xml_root_standalone_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_root_standalone_Context The parse tree.

EnterXml_attributes(Xml_attributesContext)

public virtual void EnterXml_attributes(PostgreSQLParser.Xml_attributesContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_attributesContext The parse tree.

ExitXml_attributes(Xml_attributesContext)

public virtual void ExitXml_attributes(PostgreSQLParser.Xml_attributesContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_attributesContext The parse tree.

EnterXml_attribute_list(Xml_attribute_listContext)

public virtual void EnterXml_attribute_list(PostgreSQLParser.Xml_attribute_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_attribute_listContext The parse tree.

ExitXml_attribute_list(Xml_attribute_listContext)

public virtual void ExitXml_attribute_list(PostgreSQLParser.Xml_attribute_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_attribute_listContext The parse tree.

EnterXml_attribute_el(Xml_attribute_elContext)

public virtual void EnterXml_attribute_el(PostgreSQLParser.Xml_attribute_elContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_attribute_elContext The parse tree.

ExitXml_attribute_el(Xml_attribute_elContext)

public virtual void ExitXml_attribute_el(PostgreSQLParser.Xml_attribute_elContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_attribute_elContext The parse tree.

EnterDocument_or_content(Document_or_contentContext)

public virtual void EnterDocument_or_content(PostgreSQLParser.Document_or_contentContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Document_or_contentContext The parse tree.

ExitDocument_or_content(Document_or_contentContext)

public virtual void ExitDocument_or_content(PostgreSQLParser.Document_or_contentContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Document_or_contentContext The parse tree.

EnterXml_whitespace_option(Xml_whitespace_optionContext)

public virtual void EnterXml_whitespace_option(PostgreSQLParser.Xml_whitespace_optionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_whitespace_optionContext The parse tree.

ExitXml_whitespace_option(Xml_whitespace_optionContext)

public virtual void ExitXml_whitespace_option(PostgreSQLParser.Xml_whitespace_optionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_whitespace_optionContext The parse tree.

EnterXmlexists_argument(Xmlexists_argumentContext)

public virtual void EnterXmlexists_argument(PostgreSQLParser.Xmlexists_argumentContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmlexists_argumentContext The parse tree.

ExitXmlexists_argument(Xmlexists_argumentContext)

public virtual void ExitXmlexists_argument(PostgreSQLParser.Xmlexists_argumentContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xmlexists_argumentContext The parse tree.

EnterXml_passing_mech(Xml_passing_mechContext)

public virtual void EnterXml_passing_mech(PostgreSQLParser.Xml_passing_mechContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_passing_mechContext The parse tree.

ExitXml_passing_mech(Xml_passing_mechContext)

public virtual void ExitXml_passing_mech(PostgreSQLParser.Xml_passing_mechContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Xml_passing_mechContext The parse tree.

EnterWithin_group_clause(Within_group_clauseContext)

public virtual void EnterWithin_group_clause(PostgreSQLParser.Within_group_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Within_group_clauseContext The parse tree.

ExitWithin_group_clause(Within_group_clauseContext)

public virtual void ExitWithin_group_clause(PostgreSQLParser.Within_group_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Within_group_clauseContext The parse tree.

EnterFilter_clause(Filter_clauseContext)

public virtual void EnterFilter_clause(PostgreSQLParser.Filter_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Filter_clauseContext The parse tree.

ExitFilter_clause(Filter_clauseContext)

public virtual void ExitFilter_clause(PostgreSQLParser.Filter_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Filter_clauseContext The parse tree.

EnterWindow_clause(Window_clauseContext)

public virtual void EnterWindow_clause(PostgreSQLParser.Window_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_clauseContext The parse tree.

ExitWindow_clause(Window_clauseContext)

public virtual void ExitWindow_clause(PostgreSQLParser.Window_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_clauseContext The parse tree.

EnterWindow_definition_list(Window_definition_listContext)

public virtual void EnterWindow_definition_list(PostgreSQLParser.Window_definition_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_definition_listContext The parse tree.

ExitWindow_definition_list(Window_definition_listContext)

public virtual void ExitWindow_definition_list(PostgreSQLParser.Window_definition_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_definition_listContext The parse tree.

EnterWindow_definition(Window_definitionContext)

public virtual void EnterWindow_definition(PostgreSQLParser.Window_definitionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_definitionContext The parse tree.

ExitWindow_definition(Window_definitionContext)

public virtual void ExitWindow_definition(PostgreSQLParser.Window_definitionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_definitionContext The parse tree.

EnterOver_clause(Over_clauseContext)

public virtual void EnterOver_clause(PostgreSQLParser.Over_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Over_clauseContext The parse tree.

ExitOver_clause(Over_clauseContext)

public virtual void ExitOver_clause(PostgreSQLParser.Over_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Over_clauseContext The parse tree.

EnterWindow_specification(Window_specificationContext)

public virtual void EnterWindow_specification(PostgreSQLParser.Window_specificationContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_specificationContext The parse tree.

ExitWindow_specification(Window_specificationContext)

public virtual void ExitWindow_specification(PostgreSQLParser.Window_specificationContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_specificationContext The parse tree.

EnterExisting_window_name_(Existing_window_name_Context)

public virtual void EnterExisting_window_name_(PostgreSQLParser.Existing_window_name_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Existing_window_name_Context The parse tree.

ExitExisting_window_name_(Existing_window_name_Context)

public virtual void ExitExisting_window_name_(PostgreSQLParser.Existing_window_name_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Existing_window_name_Context The parse tree.

EnterPartition_clause_(Partition_clause_Context)

public virtual void EnterPartition_clause_(PostgreSQLParser.Partition_clause_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Partition_clause_Context The parse tree.

ExitPartition_clause_(Partition_clause_Context)

public virtual void ExitPartition_clause_(PostgreSQLParser.Partition_clause_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Partition_clause_Context The parse tree.

EnterFrame_clause_(Frame_clause_Context)

public virtual void EnterFrame_clause_(PostgreSQLParser.Frame_clause_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Frame_clause_Context The parse tree.

ExitFrame_clause_(Frame_clause_Context)

public virtual void ExitFrame_clause_(PostgreSQLParser.Frame_clause_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Frame_clause_Context The parse tree.

EnterFrame_extent(Frame_extentContext)

public virtual void EnterFrame_extent(PostgreSQLParser.Frame_extentContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Frame_extentContext The parse tree.

ExitFrame_extent(Frame_extentContext)

public virtual void ExitFrame_extent(PostgreSQLParser.Frame_extentContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Frame_extentContext The parse tree.

EnterFrame_bound(Frame_boundContext)

public virtual void EnterFrame_bound(PostgreSQLParser.Frame_boundContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Frame_boundContext The parse tree.

ExitFrame_bound(Frame_boundContext)

public virtual void ExitFrame_bound(PostgreSQLParser.Frame_boundContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Frame_boundContext The parse tree.

EnterWindow_exclusion_clause_(Window_exclusion_clause_Context)

public virtual void EnterWindow_exclusion_clause_(PostgreSQLParser.Window_exclusion_clause_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_exclusion_clause_Context The parse tree.

ExitWindow_exclusion_clause_(Window_exclusion_clause_Context)

public virtual void ExitWindow_exclusion_clause_(PostgreSQLParser.Window_exclusion_clause_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Window_exclusion_clause_Context The parse tree.

EnterRow(RowContext)

public virtual void EnterRow(PostgreSQLParser.RowContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowContext The parse tree.

ExitRow(RowContext)

public virtual void ExitRow(PostgreSQLParser.RowContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RowContext The parse tree.

EnterExplicit_row(Explicit_rowContext)

public virtual void EnterExplicit_row(PostgreSQLParser.Explicit_rowContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explicit_rowContext The parse tree.

ExitExplicit_row(Explicit_rowContext)

public virtual void ExitExplicit_row(PostgreSQLParser.Explicit_rowContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Explicit_rowContext The parse tree.

EnterImplicit_row(Implicit_rowContext)

public virtual void EnterImplicit_row(PostgreSQLParser.Implicit_rowContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Implicit_rowContext The parse tree.

ExitImplicit_row(Implicit_rowContext)

public virtual void ExitImplicit_row(PostgreSQLParser.Implicit_rowContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Implicit_rowContext The parse tree.

EnterSub_type(Sub_typeContext)

public virtual void EnterSub_type(PostgreSQLParser.Sub_typeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Sub_typeContext The parse tree.

ExitSub_type(Sub_typeContext)

public virtual void ExitSub_type(PostgreSQLParser.Sub_typeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Sub_typeContext The parse tree.

EnterAll_op(All_opContext)

public virtual void EnterAll_op(PostgreSQLParser.All_opContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context All_opContext The parse tree.

ExitAll_op(All_opContext)

public virtual void ExitAll_op(PostgreSQLParser.All_opContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context All_opContext The parse tree.

EnterMathop(MathopContext)

public virtual void EnterMathop(PostgreSQLParser.MathopContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context MathopContext The parse tree.

ExitMathop(MathopContext)

public virtual void ExitMathop(PostgreSQLParser.MathopContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context MathopContext The parse tree.

EnterQual_op(Qual_opContext)

public virtual void EnterQual_op(PostgreSQLParser.Qual_opContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Qual_opContext The parse tree.

ExitQual_op(Qual_opContext)

public virtual void ExitQual_op(PostgreSQLParser.Qual_opContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Qual_opContext The parse tree.

EnterQual_all_op(Qual_all_opContext)

public virtual void EnterQual_all_op(PostgreSQLParser.Qual_all_opContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Qual_all_opContext The parse tree.

ExitQual_all_op(Qual_all_opContext)

public virtual void ExitQual_all_op(PostgreSQLParser.Qual_all_opContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Qual_all_opContext The parse tree.

EnterSubquery_Op(Subquery_OpContext)

public virtual void EnterSubquery_Op(PostgreSQLParser.Subquery_OpContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Subquery_OpContext The parse tree.

ExitSubquery_Op(Subquery_OpContext)

public virtual void ExitSubquery_Op(PostgreSQLParser.Subquery_OpContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Subquery_OpContext The parse tree.

EnterExpr_list(Expr_listContext)

public virtual void EnterExpr_list(PostgreSQLParser.Expr_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Expr_listContext The parse tree.

ExitExpr_list(Expr_listContext)

public virtual void ExitExpr_list(PostgreSQLParser.Expr_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Expr_listContext The parse tree.

EnterFunc_arg_list(Func_arg_listContext)

public virtual void EnterFunc_arg_list(PostgreSQLParser.Func_arg_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_arg_listContext The parse tree.

ExitFunc_arg_list(Func_arg_listContext)

public virtual void ExitFunc_arg_list(PostgreSQLParser.Func_arg_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_arg_listContext The parse tree.

EnterFunc_arg_expr(Func_arg_exprContext)

public virtual void EnterFunc_arg_expr(PostgreSQLParser.Func_arg_exprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_arg_exprContext The parse tree.

ExitFunc_arg_expr(Func_arg_exprContext)

public virtual void ExitFunc_arg_expr(PostgreSQLParser.Func_arg_exprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_arg_exprContext The parse tree.

EnterType_list(Type_listContext)

public virtual void EnterType_list(PostgreSQLParser.Type_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_listContext The parse tree.

ExitType_list(Type_listContext)

public virtual void ExitType_list(PostgreSQLParser.Type_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_listContext The parse tree.

EnterArray_expr(Array_exprContext)

public virtual void EnterArray_expr(PostgreSQLParser.Array_exprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Array_exprContext The parse tree.

ExitArray_expr(Array_exprContext)

public virtual void ExitArray_expr(PostgreSQLParser.Array_exprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Array_exprContext The parse tree.

EnterArray_expr_list(Array_expr_listContext)

public virtual void EnterArray_expr_list(PostgreSQLParser.Array_expr_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Array_expr_listContext The parse tree.

ExitArray_expr_list(Array_expr_listContext)

public virtual void ExitArray_expr_list(PostgreSQLParser.Array_expr_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Array_expr_listContext The parse tree.

EnterExtract_list(Extract_listContext)

public virtual void EnterExtract_list(PostgreSQLParser.Extract_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Extract_listContext The parse tree.

ExitExtract_list(Extract_listContext)

public virtual void ExitExtract_list(PostgreSQLParser.Extract_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Extract_listContext The parse tree.

EnterExtract_arg(Extract_argContext)

public virtual void EnterExtract_arg(PostgreSQLParser.Extract_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Extract_argContext The parse tree.

ExitExtract_arg(Extract_argContext)

public virtual void ExitExtract_arg(PostgreSQLParser.Extract_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Extract_argContext The parse tree.

EnterUnicode_normal_form(Unicode_normal_formContext)

public virtual void EnterUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Unicode_normal_formContext The parse tree.

ExitUnicode_normal_form(Unicode_normal_formContext)

public virtual void ExitUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Unicode_normal_formContext The parse tree.

EnterOverlay_list(Overlay_listContext)

public virtual void EnterOverlay_list(PostgreSQLParser.Overlay_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Overlay_listContext The parse tree.

ExitOverlay_list(Overlay_listContext)

public virtual void ExitOverlay_list(PostgreSQLParser.Overlay_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Overlay_listContext The parse tree.

EnterPosition_list(Position_listContext)

public virtual void EnterPosition_list(PostgreSQLParser.Position_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Position_listContext The parse tree.

ExitPosition_list(Position_listContext)

public virtual void ExitPosition_list(PostgreSQLParser.Position_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Position_listContext The parse tree.

EnterSubstr_list(Substr_listContext)

public virtual void EnterSubstr_list(PostgreSQLParser.Substr_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Substr_listContext The parse tree.

ExitSubstr_list(Substr_listContext)

public virtual void ExitSubstr_list(PostgreSQLParser.Substr_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Substr_listContext The parse tree.

EnterTrim_list(Trim_listContext)

public virtual void EnterTrim_list(PostgreSQLParser.Trim_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Trim_listContext The parse tree.

ExitTrim_list(Trim_listContext)

public virtual void ExitTrim_list(PostgreSQLParser.Trim_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Trim_listContext The parse tree.

EnterIn_expr_select(In_expr_selectContext)

public virtual void EnterIn_expr_select(PostgreSQLParser.In_expr_selectContext context)

Enter a parse tree produced by the in_expr_select labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context In_expr_selectContext The parse tree.

ExitIn_expr_select(In_expr_selectContext)

public virtual void ExitIn_expr_select(PostgreSQLParser.In_expr_selectContext context)

Exit a parse tree produced by the in_expr_select labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context In_expr_selectContext The parse tree.

EnterIn_expr_list(In_expr_listContext)

public virtual void EnterIn_expr_list(PostgreSQLParser.In_expr_listContext context)

Enter a parse tree produced by the in_expr_list labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context In_expr_listContext The parse tree.

ExitIn_expr_list(In_expr_listContext)

public virtual void ExitIn_expr_list(PostgreSQLParser.In_expr_listContext context)

Exit a parse tree produced by the in_expr_list labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context In_expr_listContext The parse tree.

EnterCase_expr(Case_exprContext)

public virtual void EnterCase_expr(PostgreSQLParser.Case_exprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Case_exprContext The parse tree.

ExitCase_expr(Case_exprContext)

public virtual void ExitCase_expr(PostgreSQLParser.Case_exprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Case_exprContext The parse tree.

EnterWhen_clause_list(When_clause_listContext)

public virtual void EnterWhen_clause_list(PostgreSQLParser.When_clause_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context When_clause_listContext The parse tree.

ExitWhen_clause_list(When_clause_listContext)

public virtual void ExitWhen_clause_list(PostgreSQLParser.When_clause_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context When_clause_listContext The parse tree.

EnterWhen_clause(When_clauseContext)

public virtual void EnterWhen_clause(PostgreSQLParser.When_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context When_clauseContext The parse tree.

ExitWhen_clause(When_clauseContext)

public virtual void ExitWhen_clause(PostgreSQLParser.When_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context When_clauseContext The parse tree.

EnterCase_default(Case_defaultContext)

public virtual void EnterCase_default(PostgreSQLParser.Case_defaultContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Case_defaultContext The parse tree.

ExitCase_default(Case_defaultContext)

public virtual void ExitCase_default(PostgreSQLParser.Case_defaultContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Case_defaultContext The parse tree.

EnterCase_arg(Case_argContext)

public virtual void EnterCase_arg(PostgreSQLParser.Case_argContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Case_argContext The parse tree.

ExitCase_arg(Case_argContext)

public virtual void ExitCase_arg(PostgreSQLParser.Case_argContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Case_argContext The parse tree.

EnterColumnref(ColumnrefContext)

public virtual void EnterColumnref(PostgreSQLParser.ColumnrefContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnrefContext The parse tree.

ExitColumnref(ColumnrefContext)

public virtual void ExitColumnref(PostgreSQLParser.ColumnrefContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColumnrefContext The parse tree.

EnterIndirection_el(Indirection_elContext)

public virtual void EnterIndirection_el(PostgreSQLParser.Indirection_elContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Indirection_elContext The parse tree.

ExitIndirection_el(Indirection_elContext)

public virtual void ExitIndirection_el(PostgreSQLParser.Indirection_elContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Indirection_elContext The parse tree.

EnterSlice_bound_(Slice_bound_Context)

public virtual void EnterSlice_bound_(PostgreSQLParser.Slice_bound_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Slice_bound_Context The parse tree.

ExitSlice_bound_(Slice_bound_Context)

public virtual void ExitSlice_bound_(PostgreSQLParser.Slice_bound_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Slice_bound_Context The parse tree.

EnterIndirection(IndirectionContext)

public virtual void EnterIndirection(PostgreSQLParser.IndirectionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context IndirectionContext The parse tree.

ExitIndirection(IndirectionContext)

public virtual void ExitIndirection(PostgreSQLParser.IndirectionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context IndirectionContext The parse tree.

EnterOpt_indirection(Opt_indirectionContext)

public virtual void EnterOpt_indirection(PostgreSQLParser.Opt_indirectionContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opt_indirectionContext The parse tree.

ExitOpt_indirection(Opt_indirectionContext)

public virtual void ExitOpt_indirection(PostgreSQLParser.Opt_indirectionContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Opt_indirectionContext The parse tree.

EnterJson_passing_clause(Json_passing_clauseContext)

public virtual void EnterJson_passing_clause(PostgreSQLParser.Json_passing_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_passing_clauseContext The parse tree.

ExitJson_passing_clause(Json_passing_clauseContext)

public virtual void ExitJson_passing_clause(PostgreSQLParser.Json_passing_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_passing_clauseContext The parse tree.

EnterJson_arguments(Json_argumentsContext)

public virtual void EnterJson_arguments(PostgreSQLParser.Json_argumentsContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_argumentsContext The parse tree.

ExitJson_arguments(Json_argumentsContext)

public virtual void ExitJson_arguments(PostgreSQLParser.Json_argumentsContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_argumentsContext The parse tree.

EnterJson_argument(Json_argumentContext)

public virtual void EnterJson_argument(PostgreSQLParser.Json_argumentContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_argumentContext The parse tree.

ExitJson_argument(Json_argumentContext)

public virtual void ExitJson_argument(PostgreSQLParser.Json_argumentContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_argumentContext The parse tree.

EnterJson_wrapper_behavior(Json_wrapper_behaviorContext)

public virtual void EnterJson_wrapper_behavior(PostgreSQLParser.Json_wrapper_behaviorContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_wrapper_behaviorContext The parse tree.

ExitJson_wrapper_behavior(Json_wrapper_behaviorContext)

public virtual void ExitJson_wrapper_behavior(PostgreSQLParser.Json_wrapper_behaviorContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_wrapper_behaviorContext The parse tree.

EnterJson_behavior(Json_behaviorContext)

public virtual void EnterJson_behavior(PostgreSQLParser.Json_behaviorContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_behaviorContext The parse tree.

ExitJson_behavior(Json_behaviorContext)

public virtual void ExitJson_behavior(PostgreSQLParser.Json_behaviorContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_behaviorContext The parse tree.

EnterJson_behavior_type(Json_behavior_typeContext)

public virtual void EnterJson_behavior_type(PostgreSQLParser.Json_behavior_typeContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_behavior_typeContext The parse tree.

ExitJson_behavior_type(Json_behavior_typeContext)

public virtual void ExitJson_behavior_type(PostgreSQLParser.Json_behavior_typeContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_behavior_typeContext The parse tree.

EnterJson_behavior_clause(Json_behavior_clauseContext)

public virtual void EnterJson_behavior_clause(PostgreSQLParser.Json_behavior_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_behavior_clauseContext The parse tree.

ExitJson_behavior_clause(Json_behavior_clauseContext)

public virtual void ExitJson_behavior_clause(PostgreSQLParser.Json_behavior_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_behavior_clauseContext The parse tree.

EnterJson_on_error_clause(Json_on_error_clauseContext)

public virtual void EnterJson_on_error_clause(PostgreSQLParser.Json_on_error_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_on_error_clauseContext The parse tree.

ExitJson_on_error_clause(Json_on_error_clauseContext)

public virtual void ExitJson_on_error_clause(PostgreSQLParser.Json_on_error_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_on_error_clauseContext The parse tree.

EnterJson_value_expr(Json_value_exprContext)

public virtual void EnterJson_value_expr(PostgreSQLParser.Json_value_exprContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_value_exprContext The parse tree.

ExitJson_value_expr(Json_value_exprContext)

public virtual void ExitJson_value_expr(PostgreSQLParser.Json_value_exprContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_value_exprContext The parse tree.

EnterJson_format_clause(Json_format_clauseContext)

public virtual void EnterJson_format_clause(PostgreSQLParser.Json_format_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_format_clauseContext The parse tree.

ExitJson_format_clause(Json_format_clauseContext)

public virtual void ExitJson_format_clause(PostgreSQLParser.Json_format_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_format_clauseContext The parse tree.

EnterJson_quotes_clause(Json_quotes_clauseContext)

public virtual void EnterJson_quotes_clause(PostgreSQLParser.Json_quotes_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_quotes_clauseContext The parse tree.

ExitJson_quotes_clause(Json_quotes_clauseContext)

public virtual void ExitJson_quotes_clause(PostgreSQLParser.Json_quotes_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_quotes_clauseContext The parse tree.

EnterJson_returning_clause(Json_returning_clauseContext)

public virtual void EnterJson_returning_clause(PostgreSQLParser.Json_returning_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_returning_clauseContext The parse tree.

ExitJson_returning_clause(Json_returning_clauseContext)

public virtual void ExitJson_returning_clause(PostgreSQLParser.Json_returning_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_returning_clauseContext The parse tree.

EnterJson_predicate_type_constraint(Json_predicate_type_constraintContext)

public virtual void EnterJson_predicate_type_constraint(PostgreSQLParser.Json_predicate_type_constraintContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_predicate_type_constraintContext The parse tree.

ExitJson_predicate_type_constraint(Json_predicate_type_constraintContext)

public virtual void ExitJson_predicate_type_constraint(PostgreSQLParser.Json_predicate_type_constraintContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_predicate_type_constraintContext The parse tree.

EnterJson_key_uniqueness_constraint(Json_key_uniqueness_constraintContext)

public virtual void EnterJson_key_uniqueness_constraint(PostgreSQLParser.Json_key_uniqueness_constraintContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_key_uniqueness_constraintContext The parse tree.

ExitJson_key_uniqueness_constraint(Json_key_uniqueness_constraintContext)

public virtual void ExitJson_key_uniqueness_constraint(PostgreSQLParser.Json_key_uniqueness_constraintContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_key_uniqueness_constraintContext The parse tree.

EnterJson_name_and_value_list(Json_name_and_value_listContext)

public virtual void EnterJson_name_and_value_list(PostgreSQLParser.Json_name_and_value_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_name_and_value_listContext The parse tree.

ExitJson_name_and_value_list(Json_name_and_value_listContext)

public virtual void ExitJson_name_and_value_list(PostgreSQLParser.Json_name_and_value_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_name_and_value_listContext The parse tree.

EnterJson_name_and_value(Json_name_and_valueContext)

public virtual void EnterJson_name_and_value(PostgreSQLParser.Json_name_and_valueContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_name_and_valueContext The parse tree.

ExitJson_name_and_value(Json_name_and_valueContext)

public virtual void ExitJson_name_and_value(PostgreSQLParser.Json_name_and_valueContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_name_and_valueContext The parse tree.

EnterJson_object_constructor_null_clause(Json_object_constructor_null_clauseContext)

public virtual void EnterJson_object_constructor_null_clause(PostgreSQLParser.Json_object_constructor_null_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_object_constructor_null_clauseContext The parse tree.

ExitJson_object_constructor_null_clause(Json_object_constructor_null_clauseContext)

public virtual void ExitJson_object_constructor_null_clause(PostgreSQLParser.Json_object_constructor_null_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_object_constructor_null_clauseContext The parse tree.

EnterJson_array_constructor_null_clause(Json_array_constructor_null_clauseContext)

public virtual void EnterJson_array_constructor_null_clause(PostgreSQLParser.Json_array_constructor_null_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_array_constructor_null_clauseContext The parse tree.

ExitJson_array_constructor_null_clause(Json_array_constructor_null_clauseContext)

public virtual void ExitJson_array_constructor_null_clause(PostgreSQLParser.Json_array_constructor_null_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_array_constructor_null_clauseContext The parse tree.

EnterJson_value_expr_list(Json_value_expr_listContext)

public virtual void EnterJson_value_expr_list(PostgreSQLParser.Json_value_expr_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_value_expr_listContext The parse tree.

ExitJson_value_expr_list(Json_value_expr_listContext)

public virtual void ExitJson_value_expr_list(PostgreSQLParser.Json_value_expr_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_value_expr_listContext The parse tree.

EnterJson_aggregate_func(Json_aggregate_funcContext)

public virtual void EnterJson_aggregate_func(PostgreSQLParser.Json_aggregate_funcContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_aggregate_funcContext The parse tree.

ExitJson_aggregate_func(Json_aggregate_funcContext)

public virtual void ExitJson_aggregate_func(PostgreSQLParser.Json_aggregate_funcContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_aggregate_funcContext The parse tree.

EnterJson_array_aggregate_order_by_clause(Json_array_aggregate_order_by_clauseContext)

public virtual void EnterJson_array_aggregate_order_by_clause(PostgreSQLParser.Json_array_aggregate_order_by_clauseContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_array_aggregate_order_by_clauseContext The parse tree.

ExitJson_array_aggregate_order_by_clause(Json_array_aggregate_order_by_clauseContext)

public virtual void ExitJson_array_aggregate_order_by_clause(PostgreSQLParser.Json_array_aggregate_order_by_clauseContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Json_array_aggregate_order_by_clauseContext The parse tree.

EnterTarget_list_(Target_list_Context)

public virtual void EnterTarget_list_(PostgreSQLParser.Target_list_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Target_list_Context The parse tree.

ExitTarget_list_(Target_list_Context)

public virtual void ExitTarget_list_(PostgreSQLParser.Target_list_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Target_list_Context The parse tree.

EnterTarget_list(Target_listContext)

public virtual void EnterTarget_list(PostgreSQLParser.Target_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Target_listContext The parse tree.

ExitTarget_list(Target_listContext)

public virtual void ExitTarget_list(PostgreSQLParser.Target_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Target_listContext The parse tree.

EnterTarget_label(Target_labelContext)

public virtual void EnterTarget_label(PostgreSQLParser.Target_labelContext context)

Enter a parse tree produced by the target_label labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Target_labelContext The parse tree.

ExitTarget_label(Target_labelContext)

public virtual void ExitTarget_label(PostgreSQLParser.Target_labelContext context)

Exit a parse tree produced by the target_label labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Target_labelContext The parse tree.

EnterTarget_star(Target_starContext)

public virtual void EnterTarget_star(PostgreSQLParser.Target_starContext context)

Enter a parse tree produced by the target_star labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Target_starContext The parse tree.

ExitTarget_star(Target_starContext)

public virtual void ExitTarget_star(PostgreSQLParser.Target_starContext context)

Exit a parse tree produced by the target_star labeled alternative in ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Target_starContext The parse tree.

EnterQualified_name_list(Qualified_name_listContext)

public virtual void EnterQualified_name_list(PostgreSQLParser.Qualified_name_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Qualified_name_listContext The parse tree.

ExitQualified_name_list(Qualified_name_listContext)

public virtual void ExitQualified_name_list(PostgreSQLParser.Qualified_name_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Qualified_name_listContext The parse tree.

EnterQualified_name(Qualified_nameContext)

public virtual void EnterQualified_name(PostgreSQLParser.Qualified_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Qualified_nameContext The parse tree.

ExitQualified_name(Qualified_nameContext)

public virtual void ExitQualified_name(PostgreSQLParser.Qualified_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Qualified_nameContext The parse tree.

EnterName_list(Name_listContext)

public virtual void EnterName_list(PostgreSQLParser.Name_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Name_listContext The parse tree.

ExitName_list(Name_listContext)

public virtual void ExitName_list(PostgreSQLParser.Name_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Name_listContext The parse tree.

EnterName(NameContext)

public virtual void EnterName(PostgreSQLParser.NameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NameContext The parse tree.

ExitName(NameContext)

public virtual void ExitName(PostgreSQLParser.NameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NameContext The parse tree.

EnterAttr_name(Attr_nameContext)

public virtual void EnterAttr_name(PostgreSQLParser.Attr_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Attr_nameContext The parse tree.

ExitAttr_name(Attr_nameContext)

public virtual void ExitAttr_name(PostgreSQLParser.Attr_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Attr_nameContext The parse tree.

EnterFile_name(File_nameContext)

public virtual void EnterFile_name(PostgreSQLParser.File_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context File_nameContext The parse tree.

ExitFile_name(File_nameContext)

public virtual void ExitFile_name(PostgreSQLParser.File_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context File_nameContext The parse tree.

EnterFunc_name(Func_nameContext)

public virtual void EnterFunc_name(PostgreSQLParser.Func_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_nameContext The parse tree.

ExitFunc_name(Func_nameContext)

public virtual void ExitFunc_name(PostgreSQLParser.Func_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Func_nameContext The parse tree.

EnterAexprconst(AexprconstContext)

public virtual void EnterAexprconst(PostgreSQLParser.AexprconstContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AexprconstContext The parse tree.

ExitAexprconst(AexprconstContext)

public virtual void ExitAexprconst(PostgreSQLParser.AexprconstContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AexprconstContext The parse tree.

EnterXconst(XconstContext)

public virtual void EnterXconst(PostgreSQLParser.XconstContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context XconstContext The parse tree.

ExitXconst(XconstContext)

public virtual void ExitXconst(PostgreSQLParser.XconstContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context XconstContext The parse tree.

EnterBconst(BconstContext)

public virtual void EnterBconst(PostgreSQLParser.BconstContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BconstContext The parse tree.

ExitBconst(BconstContext)

public virtual void ExitBconst(PostgreSQLParser.BconstContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BconstContext The parse tree.

EnterFconst(FconstContext)

public virtual void EnterFconst(PostgreSQLParser.FconstContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context FconstContext The parse tree.

ExitFconst(FconstContext)

public virtual void ExitFconst(PostgreSQLParser.FconstContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context FconstContext The parse tree.

EnterIconst(IconstContext)

public virtual void EnterIconst(PostgreSQLParser.IconstContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context IconstContext The parse tree.

ExitIconst(IconstContext)

public virtual void ExitIconst(PostgreSQLParser.IconstContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context IconstContext The parse tree.

EnterSconst(SconstContext)

public virtual void EnterSconst(PostgreSQLParser.SconstContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SconstContext The parse tree.

ExitSconst(SconstContext)

public virtual void ExitSconst(PostgreSQLParser.SconstContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SconstContext The parse tree.

EnterAnysconst(AnysconstContext)

public virtual void EnterAnysconst(PostgreSQLParser.AnysconstContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AnysconstContext The parse tree.

ExitAnysconst(AnysconstContext)

public virtual void ExitAnysconst(PostgreSQLParser.AnysconstContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context AnysconstContext The parse tree.

EnterUescape_(Uescape_Context)

public virtual void EnterUescape_(PostgreSQLParser.Uescape_Context context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Uescape_Context The parse tree.

ExitUescape_(Uescape_Context)

public virtual void ExitUescape_(PostgreSQLParser.Uescape_Context context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Uescape_Context The parse tree.

EnterSignediconst(SignediconstContext)

public virtual void EnterSignediconst(PostgreSQLParser.SignediconstContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SignediconstContext The parse tree.

ExitSignediconst(SignediconstContext)

public virtual void ExitSignediconst(PostgreSQLParser.SignediconstContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context SignediconstContext The parse tree.

EnterRoleid(RoleidContext)

public virtual void EnterRoleid(PostgreSQLParser.RoleidContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RoleidContext The parse tree.

ExitRoleid(RoleidContext)

public virtual void ExitRoleid(PostgreSQLParser.RoleidContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RoleidContext The parse tree.

EnterRolespec(RolespecContext)

public virtual void EnterRolespec(PostgreSQLParser.RolespecContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RolespecContext The parse tree.

ExitRolespec(RolespecContext)

public virtual void ExitRolespec(PostgreSQLParser.RolespecContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context RolespecContext The parse tree.

EnterRole_list(Role_listContext)

public virtual void EnterRole_list(PostgreSQLParser.Role_listContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Role_listContext The parse tree.

ExitRole_list(Role_listContext)

public virtual void ExitRole_list(PostgreSQLParser.Role_listContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Role_listContext The parse tree.

EnterColid(ColidContext)

public virtual void EnterColid(PostgreSQLParser.ColidContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColidContext The parse tree.

ExitColid(ColidContext)

public virtual void ExitColid(PostgreSQLParser.ColidContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColidContext The parse tree.

EnterType_function_name(Type_function_nameContext)

public virtual void EnterType_function_name(PostgreSQLParser.Type_function_nameContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_function_nameContext The parse tree.

ExitType_function_name(Type_function_nameContext)

public virtual void ExitType_function_name(PostgreSQLParser.Type_function_nameContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_function_nameContext The parse tree.

EnterNonreservedword(NonreservedwordContext)

public virtual void EnterNonreservedword(PostgreSQLParser.NonreservedwordContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NonreservedwordContext The parse tree.

ExitNonreservedword(NonreservedwordContext)

public virtual void ExitNonreservedword(PostgreSQLParser.NonreservedwordContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context NonreservedwordContext The parse tree.

EnterColLabel(ColLabelContext)

public virtual void EnterColLabel(PostgreSQLParser.ColLabelContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColLabelContext The parse tree.

ExitColLabel(ColLabelContext)

public virtual void ExitColLabel(PostgreSQLParser.ColLabelContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context ColLabelContext The parse tree.

EnterBareColLabel(BareColLabelContext)

public virtual void EnterBareColLabel(PostgreSQLParser.BareColLabelContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BareColLabelContext The parse tree.

ExitBareColLabel(BareColLabelContext)

public virtual void ExitBareColLabel(PostgreSQLParser.BareColLabelContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context BareColLabelContext The parse tree.

EnterUnreserved_keyword(Unreserved_keywordContext)

public virtual void EnterUnreserved_keyword(PostgreSQLParser.Unreserved_keywordContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Unreserved_keywordContext The parse tree.

ExitUnreserved_keyword(Unreserved_keywordContext)

public virtual void ExitUnreserved_keyword(PostgreSQLParser.Unreserved_keywordContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Unreserved_keywordContext The parse tree.

EnterCol_name_keyword(Col_name_keywordContext)

public virtual void EnterCol_name_keyword(PostgreSQLParser.Col_name_keywordContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Col_name_keywordContext The parse tree.

ExitCol_name_keyword(Col_name_keywordContext)

public virtual void ExitCol_name_keyword(PostgreSQLParser.Col_name_keywordContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Col_name_keywordContext The parse tree.

EnterType_func_name_keyword(Type_func_name_keywordContext)

public virtual void EnterType_func_name_keyword(PostgreSQLParser.Type_func_name_keywordContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_func_name_keywordContext The parse tree.

ExitType_func_name_keyword(Type_func_name_keywordContext)

public virtual void ExitType_func_name_keyword(PostgreSQLParser.Type_func_name_keywordContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Type_func_name_keywordContext The parse tree.

EnterReserved_keyword(Reserved_keywordContext)

public virtual void EnterReserved_keyword(PostgreSQLParser.Reserved_keywordContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reserved_keywordContext The parse tree.

ExitReserved_keyword(Reserved_keywordContext)

public virtual void ExitReserved_keyword(PostgreSQLParser.Reserved_keywordContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Reserved_keywordContext The parse tree.

EnterBare_label_keyword(Bare_label_keywordContext)

public virtual void EnterBare_label_keyword(PostgreSQLParser.Bare_label_keywordContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Bare_label_keywordContext The parse tree.

ExitBare_label_keyword(Bare_label_keywordContext)

public virtual void ExitBare_label_keyword(PostgreSQLParser.Bare_label_keywordContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Bare_label_keywordContext The parse tree.

EnterAny_identifier(Any_identifierContext)

public virtual void EnterAny_identifier(PostgreSQLParser.Any_identifierContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_identifierContext The parse tree.

ExitAny_identifier(Any_identifierContext)

public virtual void ExitAny_identifier(PostgreSQLParser.Any_identifierContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context Any_identifierContext The parse tree.

EnterIdentifier(IdentifierContext)

public virtual void EnterIdentifier(PostgreSQLParser.IdentifierContext context)

Enter a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context IdentifierContext The parse tree.

ExitIdentifier(IdentifierContext)

public virtual void ExitIdentifier(PostgreSQLParser.IdentifierContext context)

Exit a parse tree produced by ``.

The default implementation does nothing.

Parameters:

Name Type Description
context IdentifierContext The parse tree.

EnterEveryRule(ParserRuleContext)

public virtual void EnterEveryRule(ParserRuleContext context)

Parameters:

Name Type Description
context ParserRuleContext

ExitEveryRule(ParserRuleContext)

public virtual void ExitEveryRule(ParserRuleContext context)

Parameters:

Name Type Description
context ParserRuleContext

VisitTerminal(ITerminalNode)

public virtual void VisitTerminal(ITerminalNode node)

Parameters:

Name Type Description
node ITerminalNode

VisitErrorNode(IErrorNode)

public virtual void VisitErrorNode(IErrorNode node)

Parameters:

Name Type Description
node IErrorNode