IPostgreSQLParserListener
This interface defines a complete listener for a parse tree produced by ``.
[CLSCompliant(false)]
public interface IPostgreSQLParserListener : IParseTreeListener
Methods
EnterRoot(RootContext)
void EnterRoot(PostgreSQLParser.RootContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RootContext |
The parse tree. |
ExitRoot(RootContext)
void ExitRoot(PostgreSQLParser.RootContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RootContext |
The parse tree. |
EnterStmtblock(StmtblockContext)
void EnterStmtblock(PostgreSQLParser.StmtblockContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
StmtblockContext |
The parse tree. |
ExitStmtblock(StmtblockContext)
void ExitStmtblock(PostgreSQLParser.StmtblockContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
StmtblockContext |
The parse tree. |
EnterStmtmulti(StmtmultiContext)
void EnterStmtmulti(PostgreSQLParser.StmtmultiContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
StmtmultiContext |
The parse tree. |
ExitStmtmulti(StmtmultiContext)
void ExitStmtmulti(PostgreSQLParser.StmtmultiContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
StmtmultiContext |
The parse tree. |
EnterStmt(StmtContext)
void EnterStmt(PostgreSQLParser.StmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
StmtContext |
The parse tree. |
ExitStmt(StmtContext)
void ExitStmt(PostgreSQLParser.StmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
StmtContext |
The parse tree. |
EnterCallstmt(CallstmtContext)
void EnterCallstmt(PostgreSQLParser.CallstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CallstmtContext |
The parse tree. |
ExitCallstmt(CallstmtContext)
void ExitCallstmt(PostgreSQLParser.CallstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CallstmtContext |
The parse tree. |
EnterCreaterolestmt(CreaterolestmtContext)
void EnterCreaterolestmt(PostgreSQLParser.CreaterolestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreaterolestmtContext |
The parse tree. |
ExitCreaterolestmt(CreaterolestmtContext)
void ExitCreaterolestmt(PostgreSQLParser.CreaterolestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreaterolestmtContext |
The parse tree. |
EnterWith_(With_Context)
void EnterWith_(PostgreSQLParser.With_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_Context |
The parse tree. |
ExitWith_(With_Context)
void ExitWith_(PostgreSQLParser.With_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_Context |
The parse tree. |
EnterOptrolelist(OptrolelistContext)
void EnterOptrolelist(PostgreSQLParser.OptrolelistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptrolelistContext |
The parse tree. |
ExitOptrolelist(OptrolelistContext)
void ExitOptrolelist(PostgreSQLParser.OptrolelistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptrolelistContext |
The parse tree. |
EnterAlteroptrolelist(AlteroptrolelistContext)
void EnterAlteroptrolelist(PostgreSQLParser.AlteroptrolelistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlteroptrolelistContext |
The parse tree. |
ExitAlteroptrolelist(AlteroptrolelistContext)
void ExitAlteroptrolelist(PostgreSQLParser.AlteroptrolelistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlteroptrolelistContext |
The parse tree. |
EnterAlteroptroleelem(AlteroptroleelemContext)
void EnterAlteroptroleelem(PostgreSQLParser.AlteroptroleelemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlteroptroleelemContext |
The parse tree. |
ExitAlteroptroleelem(AlteroptroleelemContext)
void ExitAlteroptroleelem(PostgreSQLParser.AlteroptroleelemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlteroptroleelemContext |
The parse tree. |
EnterCreateoptroleelem(CreateoptroleelemContext)
void EnterCreateoptroleelem(PostgreSQLParser.CreateoptroleelemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateoptroleelemContext |
The parse tree. |
ExitCreateoptroleelem(CreateoptroleelemContext)
void ExitCreateoptroleelem(PostgreSQLParser.CreateoptroleelemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateoptroleelemContext |
The parse tree. |
EnterCreateuserstmt(CreateuserstmtContext)
void EnterCreateuserstmt(PostgreSQLParser.CreateuserstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateuserstmtContext |
The parse tree. |
ExitCreateuserstmt(CreateuserstmtContext)
void ExitCreateuserstmt(PostgreSQLParser.CreateuserstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateuserstmtContext |
The parse tree. |
EnterAlterrolestmt(AlterrolestmtContext)
void EnterAlterrolestmt(PostgreSQLParser.AlterrolestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterrolestmtContext |
The parse tree. |
ExitAlterrolestmt(AlterrolestmtContext)
void ExitAlterrolestmt(PostgreSQLParser.AlterrolestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterrolestmtContext |
The parse tree. |
EnterIn_database_(In_database_Context)
void EnterIn_database_(PostgreSQLParser.In_database_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
In_database_Context |
The parse tree. |
ExitIn_database_(In_database_Context)
void ExitIn_database_(PostgreSQLParser.In_database_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
In_database_Context |
The parse tree. |
EnterAlterrolesetstmt(AlterrolesetstmtContext)
void EnterAlterrolesetstmt(PostgreSQLParser.AlterrolesetstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterrolesetstmtContext |
The parse tree. |
ExitAlterrolesetstmt(AlterrolesetstmtContext)
void ExitAlterrolesetstmt(PostgreSQLParser.AlterrolesetstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterrolesetstmtContext |
The parse tree. |
EnterDroprolestmt(DroprolestmtContext)
void EnterDroprolestmt(PostgreSQLParser.DroprolestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DroprolestmtContext |
The parse tree. |
ExitDroprolestmt(DroprolestmtContext)
void ExitDroprolestmt(PostgreSQLParser.DroprolestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DroprolestmtContext |
The parse tree. |
EnterCreategroupstmt(CreategroupstmtContext)
void EnterCreategroupstmt(PostgreSQLParser.CreategroupstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreategroupstmtContext |
The parse tree. |
ExitCreategroupstmt(CreategroupstmtContext)
void ExitCreategroupstmt(PostgreSQLParser.CreategroupstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreategroupstmtContext |
The parse tree. |
EnterAltergroupstmt(AltergroupstmtContext)
void EnterAltergroupstmt(PostgreSQLParser.AltergroupstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltergroupstmtContext |
The parse tree. |
ExitAltergroupstmt(AltergroupstmtContext)
void ExitAltergroupstmt(PostgreSQLParser.AltergroupstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltergroupstmtContext |
The parse tree. |
EnterAdd_drop(Add_dropContext)
void EnterAdd_drop(PostgreSQLParser.Add_dropContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Add_dropContext |
The parse tree. |
ExitAdd_drop(Add_dropContext)
void ExitAdd_drop(PostgreSQLParser.Add_dropContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Add_dropContext |
The parse tree. |
EnterCreateschemastmt(CreateschemastmtContext)
void EnterCreateschemastmt(PostgreSQLParser.CreateschemastmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateschemastmtContext |
The parse tree. |
ExitCreateschemastmt(CreateschemastmtContext)
void ExitCreateschemastmt(PostgreSQLParser.CreateschemastmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateschemastmtContext |
The parse tree. |
EnterOptschemaname(OptschemanameContext)
void EnterOptschemaname(PostgreSQLParser.OptschemanameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptschemanameContext |
The parse tree. |
ExitOptschemaname(OptschemanameContext)
void ExitOptschemaname(PostgreSQLParser.OptschemanameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptschemanameContext |
The parse tree. |
EnterOptschemaeltlist(OptschemaeltlistContext)
void EnterOptschemaeltlist(PostgreSQLParser.OptschemaeltlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptschemaeltlistContext |
The parse tree. |
ExitOptschemaeltlist(OptschemaeltlistContext)
void ExitOptschemaeltlist(PostgreSQLParser.OptschemaeltlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptschemaeltlistContext |
The parse tree. |
EnterSchema_stmt(Schema_stmtContext)
void EnterSchema_stmt(PostgreSQLParser.Schema_stmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Schema_stmtContext |
The parse tree. |
ExitSchema_stmt(Schema_stmtContext)
void ExitSchema_stmt(PostgreSQLParser.Schema_stmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Schema_stmtContext |
The parse tree. |
EnterVariablesetstmt(VariablesetstmtContext)
void EnterVariablesetstmt(PostgreSQLParser.VariablesetstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
VariablesetstmtContext |
The parse tree. |
ExitVariablesetstmt(VariablesetstmtContext)
void ExitVariablesetstmt(PostgreSQLParser.VariablesetstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
VariablesetstmtContext |
The parse tree. |
EnterSet_rest(Set_restContext)
void EnterSet_rest(PostgreSQLParser.Set_restContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_restContext |
The parse tree. |
ExitSet_rest(Set_restContext)
void ExitSet_rest(PostgreSQLParser.Set_restContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_restContext |
The parse tree. |
EnterGeneric_set(Generic_setContext)
void EnterGeneric_set(PostgreSQLParser.Generic_setContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_setContext |
The parse tree. |
ExitGeneric_set(Generic_setContext)
void ExitGeneric_set(PostgreSQLParser.Generic_setContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_setContext |
The parse tree. |
EnterSet_rest_more(Set_rest_moreContext)
void EnterSet_rest_more(PostgreSQLParser.Set_rest_moreContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_rest_moreContext |
The parse tree. |
ExitSet_rest_more(Set_rest_moreContext)
void ExitSet_rest_more(PostgreSQLParser.Set_rest_moreContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_rest_moreContext |
The parse tree. |
EnterVar_name(Var_nameContext)
void EnterVar_name(PostgreSQLParser.Var_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Var_nameContext |
The parse tree. |
ExitVar_name(Var_nameContext)
void ExitVar_name(PostgreSQLParser.Var_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Var_nameContext |
The parse tree. |
EnterVar_list(Var_listContext)
void EnterVar_list(PostgreSQLParser.Var_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Var_listContext |
The parse tree. |
ExitVar_list(Var_listContext)
void ExitVar_list(PostgreSQLParser.Var_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Var_listContext |
The parse tree. |
EnterVar_value(Var_valueContext)
void EnterVar_value(PostgreSQLParser.Var_valueContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Var_valueContext |
The parse tree. |
ExitVar_value(Var_valueContext)
void ExitVar_value(PostgreSQLParser.Var_valueContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Var_valueContext |
The parse tree. |
EnterIso_level(Iso_levelContext)
void EnterIso_level(PostgreSQLParser.Iso_levelContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Iso_levelContext |
The parse tree. |
ExitIso_level(Iso_levelContext)
void ExitIso_level(PostgreSQLParser.Iso_levelContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Iso_levelContext |
The parse tree. |
EnterBoolean_or_string_(Boolean_or_string_Context)
void EnterBoolean_or_string_(PostgreSQLParser.Boolean_or_string_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Boolean_or_string_Context |
The parse tree. |
ExitBoolean_or_string_(Boolean_or_string_Context)
void ExitBoolean_or_string_(PostgreSQLParser.Boolean_or_string_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Boolean_or_string_Context |
The parse tree. |
EnterZone_value(Zone_valueContext)
void EnterZone_value(PostgreSQLParser.Zone_valueContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Zone_valueContext |
The parse tree. |
ExitZone_value(Zone_valueContext)
void ExitZone_value(PostgreSQLParser.Zone_valueContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Zone_valueContext |
The parse tree. |
EnterEncoding_(Encoding_Context)
void EnterEncoding_(PostgreSQLParser.Encoding_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Encoding_Context |
The parse tree. |
ExitEncoding_(Encoding_Context)
void ExitEncoding_(PostgreSQLParser.Encoding_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Encoding_Context |
The parse tree. |
EnterNonreservedword_or_sconst(Nonreservedword_or_sconstContext)
void EnterNonreservedword_or_sconst(PostgreSQLParser.Nonreservedword_or_sconstContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nonreservedword_or_sconstContext |
The parse tree. |
ExitNonreservedword_or_sconst(Nonreservedword_or_sconstContext)
void ExitNonreservedword_or_sconst(PostgreSQLParser.Nonreservedword_or_sconstContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nonreservedword_or_sconstContext |
The parse tree. |
EnterVariableresetstmt(VariableresetstmtContext)
void EnterVariableresetstmt(PostgreSQLParser.VariableresetstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
VariableresetstmtContext |
The parse tree. |
ExitVariableresetstmt(VariableresetstmtContext)
void ExitVariableresetstmt(PostgreSQLParser.VariableresetstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
VariableresetstmtContext |
The parse tree. |
EnterReset_rest(Reset_restContext)
void EnterReset_rest(PostgreSQLParser.Reset_restContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reset_restContext |
The parse tree. |
ExitReset_rest(Reset_restContext)
void ExitReset_rest(PostgreSQLParser.Reset_restContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reset_restContext |
The parse tree. |
EnterGeneric_reset(Generic_resetContext)
void EnterGeneric_reset(PostgreSQLParser.Generic_resetContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_resetContext |
The parse tree. |
ExitGeneric_reset(Generic_resetContext)
void ExitGeneric_reset(PostgreSQLParser.Generic_resetContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_resetContext |
The parse tree. |
EnterSetresetclause(SetresetclauseContext)
void EnterSetresetclause(PostgreSQLParser.SetresetclauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SetresetclauseContext |
The parse tree. |
ExitSetresetclause(SetresetclauseContext)
void ExitSetresetclause(PostgreSQLParser.SetresetclauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SetresetclauseContext |
The parse tree. |
EnterFunctionsetresetclause(FunctionsetresetclauseContext)
void EnterFunctionsetresetclause(PostgreSQLParser.FunctionsetresetclauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
FunctionsetresetclauseContext |
The parse tree. |
ExitFunctionsetresetclause(FunctionsetresetclauseContext)
void ExitFunctionsetresetclause(PostgreSQLParser.FunctionsetresetclauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
FunctionsetresetclauseContext |
The parse tree. |
EnterVariableshowstmt(VariableshowstmtContext)
void EnterVariableshowstmt(PostgreSQLParser.VariableshowstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
VariableshowstmtContext |
The parse tree. |
ExitVariableshowstmt(VariableshowstmtContext)
void ExitVariableshowstmt(PostgreSQLParser.VariableshowstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
VariableshowstmtContext |
The parse tree. |
EnterConstraintssetstmt(ConstraintssetstmtContext)
void EnterConstraintssetstmt(PostgreSQLParser.ConstraintssetstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintssetstmtContext |
The parse tree. |
ExitConstraintssetstmt(ConstraintssetstmtContext)
void ExitConstraintssetstmt(PostgreSQLParser.ConstraintssetstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintssetstmtContext |
The parse tree. |
EnterConstraints_set_list(Constraints_set_listContext)
void EnterConstraints_set_list(PostgreSQLParser.Constraints_set_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Constraints_set_listContext |
The parse tree. |
ExitConstraints_set_list(Constraints_set_listContext)
void ExitConstraints_set_list(PostgreSQLParser.Constraints_set_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Constraints_set_listContext |
The parse tree. |
EnterConstraints_set_mode(Constraints_set_modeContext)
void EnterConstraints_set_mode(PostgreSQLParser.Constraints_set_modeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Constraints_set_modeContext |
The parse tree. |
ExitConstraints_set_mode(Constraints_set_modeContext)
void ExitConstraints_set_mode(PostgreSQLParser.Constraints_set_modeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Constraints_set_modeContext |
The parse tree. |
EnterCheckpointstmt(CheckpointstmtContext)
void EnterCheckpointstmt(PostgreSQLParser.CheckpointstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CheckpointstmtContext |
The parse tree. |
ExitCheckpointstmt(CheckpointstmtContext)
void ExitCheckpointstmt(PostgreSQLParser.CheckpointstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CheckpointstmtContext |
The parse tree. |
EnterDiscardstmt(DiscardstmtContext)
void EnterDiscardstmt(PostgreSQLParser.DiscardstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DiscardstmtContext |
The parse tree. |
ExitDiscardstmt(DiscardstmtContext)
void ExitDiscardstmt(PostgreSQLParser.DiscardstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DiscardstmtContext |
The parse tree. |
EnterAltertablestmt(AltertablestmtContext)
void EnterAltertablestmt(PostgreSQLParser.AltertablestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertablestmtContext |
The parse tree. |
ExitAltertablestmt(AltertablestmtContext)
void ExitAltertablestmt(PostgreSQLParser.AltertablestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertablestmtContext |
The parse tree. |
EnterAlter_table_cmds(Alter_table_cmdsContext)
void EnterAlter_table_cmds(PostgreSQLParser.Alter_table_cmdsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_table_cmdsContext |
The parse tree. |
ExitAlter_table_cmds(Alter_table_cmdsContext)
void ExitAlter_table_cmds(PostgreSQLParser.Alter_table_cmdsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_table_cmdsContext |
The parse tree. |
EnterPartition_cmd(Partition_cmdContext)
void EnterPartition_cmd(PostgreSQLParser.Partition_cmdContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Partition_cmdContext |
The parse tree. |
ExitPartition_cmd(Partition_cmdContext)
void ExitPartition_cmd(PostgreSQLParser.Partition_cmdContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Partition_cmdContext |
The parse tree. |
EnterIndex_partition_cmd(Index_partition_cmdContext)
void EnterIndex_partition_cmd(PostgreSQLParser.Index_partition_cmdContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_partition_cmdContext |
The parse tree. |
ExitIndex_partition_cmd(Index_partition_cmdContext)
void ExitIndex_partition_cmd(PostgreSQLParser.Index_partition_cmdContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_partition_cmdContext |
The parse tree. |
EnterAlter_table_cmd(Alter_table_cmdContext)
void EnterAlter_table_cmd(PostgreSQLParser.Alter_table_cmdContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_table_cmdContext |
The parse tree. |
ExitAlter_table_cmd(Alter_table_cmdContext)
void ExitAlter_table_cmd(PostgreSQLParser.Alter_table_cmdContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_table_cmdContext |
The parse tree. |
EnterAlter_column_default(Alter_column_defaultContext)
void EnterAlter_column_default(PostgreSQLParser.Alter_column_defaultContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_column_defaultContext |
The parse tree. |
ExitAlter_column_default(Alter_column_defaultContext)
void ExitAlter_column_default(PostgreSQLParser.Alter_column_defaultContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_column_defaultContext |
The parse tree. |
EnterDrop_behavior_(Drop_behavior_Context)
void EnterDrop_behavior_(PostgreSQLParser.Drop_behavior_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_behavior_Context |
The parse tree. |
ExitDrop_behavior_(Drop_behavior_Context)
void ExitDrop_behavior_(PostgreSQLParser.Drop_behavior_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_behavior_Context |
The parse tree. |
EnterCollate_clause_(Collate_clause_Context)
void EnterCollate_clause_(PostgreSQLParser.Collate_clause_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Collate_clause_Context |
The parse tree. |
ExitCollate_clause_(Collate_clause_Context)
void ExitCollate_clause_(PostgreSQLParser.Collate_clause_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Collate_clause_Context |
The parse tree. |
EnterAlter_using(Alter_usingContext)
void EnterAlter_using(PostgreSQLParser.Alter_usingContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_usingContext |
The parse tree. |
ExitAlter_using(Alter_usingContext)
void ExitAlter_using(PostgreSQLParser.Alter_usingContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_usingContext |
The parse tree. |
EnterReplica_identity(Replica_identityContext)
void EnterReplica_identity(PostgreSQLParser.Replica_identityContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Replica_identityContext |
The parse tree. |
ExitReplica_identity(Replica_identityContext)
void ExitReplica_identity(PostgreSQLParser.Replica_identityContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Replica_identityContext |
The parse tree. |
EnterReloptions(ReloptionsContext)
void EnterReloptions(PostgreSQLParser.ReloptionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ReloptionsContext |
The parse tree. |
ExitReloptions(ReloptionsContext)
void ExitReloptions(PostgreSQLParser.ReloptionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ReloptionsContext |
The parse tree. |
EnterReloptions_(Reloptions_Context)
void EnterReloptions_(PostgreSQLParser.Reloptions_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reloptions_Context |
The parse tree. |
ExitReloptions_(Reloptions_Context)
void ExitReloptions_(PostgreSQLParser.Reloptions_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reloptions_Context |
The parse tree. |
EnterReloption_list(Reloption_listContext)
void EnterReloption_list(PostgreSQLParser.Reloption_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reloption_listContext |
The parse tree. |
ExitReloption_list(Reloption_listContext)
void ExitReloption_list(PostgreSQLParser.Reloption_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reloption_listContext |
The parse tree. |
EnterReloption_elem(Reloption_elemContext)
void EnterReloption_elem(PostgreSQLParser.Reloption_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reloption_elemContext |
The parse tree. |
ExitReloption_elem(Reloption_elemContext)
void ExitReloption_elem(PostgreSQLParser.Reloption_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reloption_elemContext |
The parse tree. |
EnterAlter_identity_column_option_list(Alter_identity_column_option_listContext)
void EnterAlter_identity_column_option_list(PostgreSQLParser.Alter_identity_column_option_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_identity_column_option_listContext |
The parse tree. |
ExitAlter_identity_column_option_list(Alter_identity_column_option_listContext)
void ExitAlter_identity_column_option_list(PostgreSQLParser.Alter_identity_column_option_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_identity_column_option_listContext |
The parse tree. |
EnterAlter_identity_column_option(Alter_identity_column_optionContext)
void EnterAlter_identity_column_option(PostgreSQLParser.Alter_identity_column_optionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_identity_column_optionContext |
The parse tree. |
ExitAlter_identity_column_option(Alter_identity_column_optionContext)
void ExitAlter_identity_column_option(PostgreSQLParser.Alter_identity_column_optionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_identity_column_optionContext |
The parse tree. |
EnterPartitionboundspec(PartitionboundspecContext)
void EnterPartitionboundspec(PostgreSQLParser.PartitionboundspecContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PartitionboundspecContext |
The parse tree. |
ExitPartitionboundspec(PartitionboundspecContext)
void ExitPartitionboundspec(PostgreSQLParser.PartitionboundspecContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PartitionboundspecContext |
The parse tree. |
EnterHash_partbound_elem(Hash_partbound_elemContext)
void EnterHash_partbound_elem(PostgreSQLParser.Hash_partbound_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Hash_partbound_elemContext |
The parse tree. |
ExitHash_partbound_elem(Hash_partbound_elemContext)
void ExitHash_partbound_elem(PostgreSQLParser.Hash_partbound_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Hash_partbound_elemContext |
The parse tree. |
EnterHash_partbound(Hash_partboundContext)
void EnterHash_partbound(PostgreSQLParser.Hash_partboundContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Hash_partboundContext |
The parse tree. |
ExitHash_partbound(Hash_partboundContext)
void ExitHash_partbound(PostgreSQLParser.Hash_partboundContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Hash_partboundContext |
The parse tree. |
EnterAltercompositetypestmt(AltercompositetypestmtContext)
void EnterAltercompositetypestmt(PostgreSQLParser.AltercompositetypestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltercompositetypestmtContext |
The parse tree. |
ExitAltercompositetypestmt(AltercompositetypestmtContext)
void ExitAltercompositetypestmt(PostgreSQLParser.AltercompositetypestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltercompositetypestmtContext |
The parse tree. |
EnterAlter_type_cmds(Alter_type_cmdsContext)
void EnterAlter_type_cmds(PostgreSQLParser.Alter_type_cmdsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_type_cmdsContext |
The parse tree. |
ExitAlter_type_cmds(Alter_type_cmdsContext)
void ExitAlter_type_cmds(PostgreSQLParser.Alter_type_cmdsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_type_cmdsContext |
The parse tree. |
EnterAlter_type_cmd(Alter_type_cmdContext)
void EnterAlter_type_cmd(PostgreSQLParser.Alter_type_cmdContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_type_cmdContext |
The parse tree. |
ExitAlter_type_cmd(Alter_type_cmdContext)
void ExitAlter_type_cmd(PostgreSQLParser.Alter_type_cmdContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_type_cmdContext |
The parse tree. |
EnterCloseportalstmt(CloseportalstmtContext)
void EnterCloseportalstmt(PostgreSQLParser.CloseportalstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CloseportalstmtContext |
The parse tree. |
ExitCloseportalstmt(CloseportalstmtContext)
void ExitCloseportalstmt(PostgreSQLParser.CloseportalstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CloseportalstmtContext |
The parse tree. |
EnterCopystmt(CopystmtContext)
void EnterCopystmt(PostgreSQLParser.CopystmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CopystmtContext |
The parse tree. |
ExitCopystmt(CopystmtContext)
void ExitCopystmt(PostgreSQLParser.CopystmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CopystmtContext |
The parse tree. |
EnterCopy_from(Copy_fromContext)
void EnterCopy_from(PostgreSQLParser.Copy_fromContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_fromContext |
The parse tree. |
ExitCopy_from(Copy_fromContext)
void ExitCopy_from(PostgreSQLParser.Copy_fromContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_fromContext |
The parse tree. |
EnterProgram_(Program_Context)
void EnterProgram_(PostgreSQLParser.Program_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Program_Context |
The parse tree. |
ExitProgram_(Program_Context)
void ExitProgram_(PostgreSQLParser.Program_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Program_Context |
The parse tree. |
EnterCopy_file_name(Copy_file_nameContext)
void EnterCopy_file_name(PostgreSQLParser.Copy_file_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_file_nameContext |
The parse tree. |
ExitCopy_file_name(Copy_file_nameContext)
void ExitCopy_file_name(PostgreSQLParser.Copy_file_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_file_nameContext |
The parse tree. |
EnterCopy_options(Copy_optionsContext)
void EnterCopy_options(PostgreSQLParser.Copy_optionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_optionsContext |
The parse tree. |
ExitCopy_options(Copy_optionsContext)
void ExitCopy_options(PostgreSQLParser.Copy_optionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_optionsContext |
The parse tree. |
EnterCopy_opt_list(Copy_opt_listContext)
void EnterCopy_opt_list(PostgreSQLParser.Copy_opt_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_opt_listContext |
The parse tree. |
ExitCopy_opt_list(Copy_opt_listContext)
void ExitCopy_opt_list(PostgreSQLParser.Copy_opt_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_opt_listContext |
The parse tree. |
EnterCopy_opt_item(Copy_opt_itemContext)
void EnterCopy_opt_item(PostgreSQLParser.Copy_opt_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_opt_itemContext |
The parse tree. |
ExitCopy_opt_item(Copy_opt_itemContext)
void ExitCopy_opt_item(PostgreSQLParser.Copy_opt_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_opt_itemContext |
The parse tree. |
EnterBinary_(Binary_Context)
void EnterBinary_(PostgreSQLParser.Binary_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Binary_Context |
The parse tree. |
ExitBinary_(Binary_Context)
void ExitBinary_(PostgreSQLParser.Binary_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Binary_Context |
The parse tree. |
EnterCopy_delimiter(Copy_delimiterContext)
void EnterCopy_delimiter(PostgreSQLParser.Copy_delimiterContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_delimiterContext |
The parse tree. |
ExitCopy_delimiter(Copy_delimiterContext)
void ExitCopy_delimiter(PostgreSQLParser.Copy_delimiterContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_delimiterContext |
The parse tree. |
EnterUsing_(Using_Context)
void EnterUsing_(PostgreSQLParser.Using_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Using_Context |
The parse tree. |
ExitUsing_(Using_Context)
void ExitUsing_(PostgreSQLParser.Using_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Using_Context |
The parse tree. |
EnterCopy_generic_opt_list(Copy_generic_opt_listContext)
void EnterCopy_generic_opt_list(PostgreSQLParser.Copy_generic_opt_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_generic_opt_listContext |
The parse tree. |
ExitCopy_generic_opt_list(Copy_generic_opt_listContext)
void ExitCopy_generic_opt_list(PostgreSQLParser.Copy_generic_opt_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_generic_opt_listContext |
The parse tree. |
EnterCopy_generic_opt_elem(Copy_generic_opt_elemContext)
void EnterCopy_generic_opt_elem(PostgreSQLParser.Copy_generic_opt_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_generic_opt_elemContext |
The parse tree. |
ExitCopy_generic_opt_elem(Copy_generic_opt_elemContext)
void ExitCopy_generic_opt_elem(PostgreSQLParser.Copy_generic_opt_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_generic_opt_elemContext |
The parse tree. |
EnterCopy_generic_opt_arg(Copy_generic_opt_argContext)
void EnterCopy_generic_opt_arg(PostgreSQLParser.Copy_generic_opt_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_generic_opt_argContext |
The parse tree. |
ExitCopy_generic_opt_arg(Copy_generic_opt_argContext)
void ExitCopy_generic_opt_arg(PostgreSQLParser.Copy_generic_opt_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_generic_opt_argContext |
The parse tree. |
EnterCopy_generic_opt_arg_list(Copy_generic_opt_arg_listContext)
void EnterCopy_generic_opt_arg_list(PostgreSQLParser.Copy_generic_opt_arg_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_generic_opt_arg_listContext |
The parse tree. |
ExitCopy_generic_opt_arg_list(Copy_generic_opt_arg_listContext)
void ExitCopy_generic_opt_arg_list(PostgreSQLParser.Copy_generic_opt_arg_listContext context)
Exit a parse tree produced by ``.
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)
void EnterCopy_generic_opt_arg_list_item(PostgreSQLParser.Copy_generic_opt_arg_list_itemContext context)
Enter a parse tree produced by ``.
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)
void ExitCopy_generic_opt_arg_list_item(PostgreSQLParser.Copy_generic_opt_arg_list_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Copy_generic_opt_arg_list_itemContext |
The parse tree. |
EnterCreatestmt(CreatestmtContext)
void EnterCreatestmt(PostgreSQLParser.CreatestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatestmtContext |
The parse tree. |
ExitCreatestmt(CreatestmtContext)
void ExitCreatestmt(PostgreSQLParser.CreatestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatestmtContext |
The parse tree. |
EnterOpttemp(OpttempContext)
void EnterOpttemp(PostgreSQLParser.OpttempContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttempContext |
The parse tree. |
ExitOpttemp(OpttempContext)
void ExitOpttemp(PostgreSQLParser.OpttempContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttempContext |
The parse tree. |
EnterOpttableelementlist(OpttableelementlistContext)
void EnterOpttableelementlist(PostgreSQLParser.OpttableelementlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttableelementlistContext |
The parse tree. |
ExitOpttableelementlist(OpttableelementlistContext)
void ExitOpttableelementlist(PostgreSQLParser.OpttableelementlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttableelementlistContext |
The parse tree. |
EnterOpttypedtableelementlist(OpttypedtableelementlistContext)
void EnterOpttypedtableelementlist(PostgreSQLParser.OpttypedtableelementlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttypedtableelementlistContext |
The parse tree. |
ExitOpttypedtableelementlist(OpttypedtableelementlistContext)
void ExitOpttypedtableelementlist(PostgreSQLParser.OpttypedtableelementlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttypedtableelementlistContext |
The parse tree. |
EnterTableelementlist(TableelementlistContext)
void EnterTableelementlist(PostgreSQLParser.TableelementlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TableelementlistContext |
The parse tree. |
ExitTableelementlist(TableelementlistContext)
void ExitTableelementlist(PostgreSQLParser.TableelementlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TableelementlistContext |
The parse tree. |
EnterTypedtableelementlist(TypedtableelementlistContext)
void EnterTypedtableelementlist(PostgreSQLParser.TypedtableelementlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TypedtableelementlistContext |
The parse tree. |
ExitTypedtableelementlist(TypedtableelementlistContext)
void ExitTypedtableelementlist(PostgreSQLParser.TypedtableelementlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TypedtableelementlistContext |
The parse tree. |
EnterTableelement(TableelementContext)
void EnterTableelement(PostgreSQLParser.TableelementContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TableelementContext |
The parse tree. |
ExitTableelement(TableelementContext)
void ExitTableelement(PostgreSQLParser.TableelementContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TableelementContext |
The parse tree. |
EnterTypedtableelement(TypedtableelementContext)
void EnterTypedtableelement(PostgreSQLParser.TypedtableelementContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TypedtableelementContext |
The parse tree. |
ExitTypedtableelement(TypedtableelementContext)
void ExitTypedtableelement(PostgreSQLParser.TypedtableelementContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TypedtableelementContext |
The parse tree. |
EnterColumnDef(ColumnDefContext)
void EnterColumnDef(PostgreSQLParser.ColumnDefContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnDefContext |
The parse tree. |
ExitColumnDef(ColumnDefContext)
void ExitColumnDef(PostgreSQLParser.ColumnDefContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnDefContext |
The parse tree. |
EnterColumnOptions(ColumnOptionsContext)
void EnterColumnOptions(PostgreSQLParser.ColumnOptionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnOptionsContext |
The parse tree. |
ExitColumnOptions(ColumnOptionsContext)
void ExitColumnOptions(PostgreSQLParser.ColumnOptionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnOptionsContext |
The parse tree. |
EnterColquallist(ColquallistContext)
void EnterColquallist(PostgreSQLParser.ColquallistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColquallistContext |
The parse tree. |
ExitColquallist(ColquallistContext)
void ExitColquallist(PostgreSQLParser.ColquallistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColquallistContext |
The parse tree. |
EnterColconstraint(ColconstraintContext)
void EnterColconstraint(PostgreSQLParser.ColconstraintContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColconstraintContext |
The parse tree. |
ExitColconstraint(ColconstraintContext)
void ExitColconstraint(PostgreSQLParser.ColconstraintContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColconstraintContext |
The parse tree. |
EnterColconstraintelem(ColconstraintelemContext)
void EnterColconstraintelem(PostgreSQLParser.ColconstraintelemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColconstraintelemContext |
The parse tree. |
ExitColconstraintelem(ColconstraintelemContext)
void ExitColconstraintelem(PostgreSQLParser.ColconstraintelemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColconstraintelemContext |
The parse tree. |
EnterGenerated_when(Generated_whenContext)
void EnterGenerated_when(PostgreSQLParser.Generated_whenContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generated_whenContext |
The parse tree. |
ExitGenerated_when(Generated_whenContext)
void ExitGenerated_when(PostgreSQLParser.Generated_whenContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generated_whenContext |
The parse tree. |
EnterConstraintattr(ConstraintattrContext)
void EnterConstraintattr(PostgreSQLParser.ConstraintattrContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintattrContext |
The parse tree. |
ExitConstraintattr(ConstraintattrContext)
void ExitConstraintattr(PostgreSQLParser.ConstraintattrContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintattrContext |
The parse tree. |
EnterTablelikeclause(TablelikeclauseContext)
void EnterTablelikeclause(PostgreSQLParser.TablelikeclauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablelikeclauseContext |
The parse tree. |
ExitTablelikeclause(TablelikeclauseContext)
void ExitTablelikeclause(PostgreSQLParser.TablelikeclauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablelikeclauseContext |
The parse tree. |
EnterTablelikeoptionlist(TablelikeoptionlistContext)
void EnterTablelikeoptionlist(PostgreSQLParser.TablelikeoptionlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablelikeoptionlistContext |
The parse tree. |
ExitTablelikeoptionlist(TablelikeoptionlistContext)
void ExitTablelikeoptionlist(PostgreSQLParser.TablelikeoptionlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablelikeoptionlistContext |
The parse tree. |
EnterTablelikeoption(TablelikeoptionContext)
void EnterTablelikeoption(PostgreSQLParser.TablelikeoptionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablelikeoptionContext |
The parse tree. |
ExitTablelikeoption(TablelikeoptionContext)
void ExitTablelikeoption(PostgreSQLParser.TablelikeoptionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablelikeoptionContext |
The parse tree. |
EnterTableconstraint(TableconstraintContext)
void EnterTableconstraint(PostgreSQLParser.TableconstraintContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TableconstraintContext |
The parse tree. |
ExitTableconstraint(TableconstraintContext)
void ExitTableconstraint(PostgreSQLParser.TableconstraintContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TableconstraintContext |
The parse tree. |
EnterConstraintelem(ConstraintelemContext)
void EnterConstraintelem(PostgreSQLParser.ConstraintelemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintelemContext |
The parse tree. |
ExitConstraintelem(ConstraintelemContext)
void ExitConstraintelem(PostgreSQLParser.ConstraintelemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintelemContext |
The parse tree. |
EnterNo_inherit_(No_inherit_Context)
void EnterNo_inherit_(PostgreSQLParser.No_inherit_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
No_inherit_Context |
The parse tree. |
ExitNo_inherit_(No_inherit_Context)
void ExitNo_inherit_(PostgreSQLParser.No_inherit_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
No_inherit_Context |
The parse tree. |
EnterColumn_list_(Column_list_Context)
void EnterColumn_list_(PostgreSQLParser.Column_list_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_list_Context |
The parse tree. |
ExitColumn_list_(Column_list_Context)
void ExitColumn_list_(PostgreSQLParser.Column_list_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_list_Context |
The parse tree. |
EnterColumnlist(ColumnlistContext)
void EnterColumnlist(PostgreSQLParser.ColumnlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnlistContext |
The parse tree. |
ExitColumnlist(ColumnlistContext)
void ExitColumnlist(PostgreSQLParser.ColumnlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnlistContext |
The parse tree. |
EnterColumnElem(ColumnElemContext)
void EnterColumnElem(PostgreSQLParser.ColumnElemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnElemContext |
The parse tree. |
ExitColumnElem(ColumnElemContext)
void ExitColumnElem(PostgreSQLParser.ColumnElemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnElemContext |
The parse tree. |
EnterC_include_(C_include_Context)
void EnterC_include_(PostgreSQLParser.C_include_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
C_include_Context |
The parse tree. |
ExitC_include_(C_include_Context)
void ExitC_include_(PostgreSQLParser.C_include_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
C_include_Context |
The parse tree. |
EnterKey_match(Key_matchContext)
void EnterKey_match(PostgreSQLParser.Key_matchContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_matchContext |
The parse tree. |
ExitKey_match(Key_matchContext)
void ExitKey_match(PostgreSQLParser.Key_matchContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_matchContext |
The parse tree. |
EnterExclusionconstraintlist(ExclusionconstraintlistContext)
void EnterExclusionconstraintlist(PostgreSQLParser.ExclusionconstraintlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExclusionconstraintlistContext |
The parse tree. |
ExitExclusionconstraintlist(ExclusionconstraintlistContext)
void ExitExclusionconstraintlist(PostgreSQLParser.ExclusionconstraintlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExclusionconstraintlistContext |
The parse tree. |
EnterExclusionconstraintelem(ExclusionconstraintelemContext)
void EnterExclusionconstraintelem(PostgreSQLParser.ExclusionconstraintelemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExclusionconstraintelemContext |
The parse tree. |
ExitExclusionconstraintelem(ExclusionconstraintelemContext)
void ExitExclusionconstraintelem(PostgreSQLParser.ExclusionconstraintelemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExclusionconstraintelemContext |
The parse tree. |
EnterExclusionwhereclause(ExclusionwhereclauseContext)
void EnterExclusionwhereclause(PostgreSQLParser.ExclusionwhereclauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExclusionwhereclauseContext |
The parse tree. |
ExitExclusionwhereclause(ExclusionwhereclauseContext)
void ExitExclusionwhereclause(PostgreSQLParser.ExclusionwhereclauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExclusionwhereclauseContext |
The parse tree. |
EnterKey_actions(Key_actionsContext)
void EnterKey_actions(PostgreSQLParser.Key_actionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_actionsContext |
The parse tree. |
ExitKey_actions(Key_actionsContext)
void ExitKey_actions(PostgreSQLParser.Key_actionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_actionsContext |
The parse tree. |
EnterKey_update(Key_updateContext)
void EnterKey_update(PostgreSQLParser.Key_updateContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_updateContext |
The parse tree. |
ExitKey_update(Key_updateContext)
void ExitKey_update(PostgreSQLParser.Key_updateContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_updateContext |
The parse tree. |
EnterKey_delete(Key_deleteContext)
void EnterKey_delete(PostgreSQLParser.Key_deleteContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_deleteContext |
The parse tree. |
ExitKey_delete(Key_deleteContext)
void ExitKey_delete(PostgreSQLParser.Key_deleteContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_deleteContext |
The parse tree. |
EnterKey_action(Key_actionContext)
void EnterKey_action(PostgreSQLParser.Key_actionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_actionContext |
The parse tree. |
ExitKey_action(Key_actionContext)
void ExitKey_action(PostgreSQLParser.Key_actionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Key_actionContext |
The parse tree. |
EnterOptinherit(OptinheritContext)
void EnterOptinherit(PostgreSQLParser.OptinheritContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptinheritContext |
The parse tree. |
ExitOptinherit(OptinheritContext)
void ExitOptinherit(PostgreSQLParser.OptinheritContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptinheritContext |
The parse tree. |
EnterOptpartitionspec(OptpartitionspecContext)
void EnterOptpartitionspec(PostgreSQLParser.OptpartitionspecContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptpartitionspecContext |
The parse tree. |
ExitOptpartitionspec(OptpartitionspecContext)
void ExitOptpartitionspec(PostgreSQLParser.OptpartitionspecContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptpartitionspecContext |
The parse tree. |
EnterPartitionspec(PartitionspecContext)
void EnterPartitionspec(PostgreSQLParser.PartitionspecContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PartitionspecContext |
The parse tree. |
ExitPartitionspec(PartitionspecContext)
void ExitPartitionspec(PostgreSQLParser.PartitionspecContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PartitionspecContext |
The parse tree. |
EnterPart_params(Part_paramsContext)
void EnterPart_params(PostgreSQLParser.Part_paramsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Part_paramsContext |
The parse tree. |
ExitPart_params(Part_paramsContext)
void ExitPart_params(PostgreSQLParser.Part_paramsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Part_paramsContext |
The parse tree. |
EnterPart_elem(Part_elemContext)
void EnterPart_elem(PostgreSQLParser.Part_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Part_elemContext |
The parse tree. |
ExitPart_elem(Part_elemContext)
void ExitPart_elem(PostgreSQLParser.Part_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Part_elemContext |
The parse tree. |
EnterTable_access_method_clause(Table_access_method_clauseContext)
void EnterTable_access_method_clause(PostgreSQLParser.Table_access_method_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_access_method_clauseContext |
The parse tree. |
ExitTable_access_method_clause(Table_access_method_clauseContext)
void ExitTable_access_method_clause(PostgreSQLParser.Table_access_method_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_access_method_clauseContext |
The parse tree. |
EnterOptwith(OptwithContext)
void EnterOptwith(PostgreSQLParser.OptwithContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptwithContext |
The parse tree. |
ExitOptwith(OptwithContext)
void ExitOptwith(PostgreSQLParser.OptwithContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptwithContext |
The parse tree. |
EnterOncommitoption(OncommitoptionContext)
void EnterOncommitoption(PostgreSQLParser.OncommitoptionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OncommitoptionContext |
The parse tree. |
ExitOncommitoption(OncommitoptionContext)
void ExitOncommitoption(PostgreSQLParser.OncommitoptionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OncommitoptionContext |
The parse tree. |
EnterOpttablespace(OpttablespaceContext)
void EnterOpttablespace(PostgreSQLParser.OpttablespaceContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttablespaceContext |
The parse tree. |
ExitOpttablespace(OpttablespaceContext)
void ExitOpttablespace(PostgreSQLParser.OpttablespaceContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttablespaceContext |
The parse tree. |
EnterOptconstablespace(OptconstablespaceContext)
void EnterOptconstablespace(PostgreSQLParser.OptconstablespaceContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptconstablespaceContext |
The parse tree. |
ExitOptconstablespace(OptconstablespaceContext)
void ExitOptconstablespace(PostgreSQLParser.OptconstablespaceContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptconstablespaceContext |
The parse tree. |
EnterExistingindex(ExistingindexContext)
void EnterExistingindex(PostgreSQLParser.ExistingindexContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExistingindexContext |
The parse tree. |
ExitExistingindex(ExistingindexContext)
void ExitExistingindex(PostgreSQLParser.ExistingindexContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExistingindexContext |
The parse tree. |
EnterCreatestatsstmt(CreatestatsstmtContext)
void EnterCreatestatsstmt(PostgreSQLParser.CreatestatsstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatestatsstmtContext |
The parse tree. |
ExitCreatestatsstmt(CreatestatsstmtContext)
void ExitCreatestatsstmt(PostgreSQLParser.CreatestatsstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatestatsstmtContext |
The parse tree. |
EnterAlterstatsstmt(AlterstatsstmtContext)
void EnterAlterstatsstmt(PostgreSQLParser.AlterstatsstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterstatsstmtContext |
The parse tree. |
ExitAlterstatsstmt(AlterstatsstmtContext)
void ExitAlterstatsstmt(PostgreSQLParser.AlterstatsstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterstatsstmtContext |
The parse tree. |
EnterCreateasstmt(CreateasstmtContext)
void EnterCreateasstmt(PostgreSQLParser.CreateasstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateasstmtContext |
The parse tree. |
ExitCreateasstmt(CreateasstmtContext)
void ExitCreateasstmt(PostgreSQLParser.CreateasstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateasstmtContext |
The parse tree. |
EnterCreate_as_target(Create_as_targetContext)
void EnterCreate_as_target(PostgreSQLParser.Create_as_targetContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_as_targetContext |
The parse tree. |
ExitCreate_as_target(Create_as_targetContext)
void ExitCreate_as_target(PostgreSQLParser.Create_as_targetContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_as_targetContext |
The parse tree. |
EnterWith_data_(With_data_Context)
void EnterWith_data_(PostgreSQLParser.With_data_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_data_Context |
The parse tree. |
ExitWith_data_(With_data_Context)
void ExitWith_data_(PostgreSQLParser.With_data_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_data_Context |
The parse tree. |
EnterCreatematviewstmt(CreatematviewstmtContext)
void EnterCreatematviewstmt(PostgreSQLParser.CreatematviewstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatematviewstmtContext |
The parse tree. |
ExitCreatematviewstmt(CreatematviewstmtContext)
void ExitCreatematviewstmt(PostgreSQLParser.CreatematviewstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatematviewstmtContext |
The parse tree. |
EnterCreate_mv_target(Create_mv_targetContext)
void EnterCreate_mv_target(PostgreSQLParser.Create_mv_targetContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_mv_targetContext |
The parse tree. |
ExitCreate_mv_target(Create_mv_targetContext)
void ExitCreate_mv_target(PostgreSQLParser.Create_mv_targetContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_mv_targetContext |
The parse tree. |
EnterOptnolog(OptnologContext)
void EnterOptnolog(PostgreSQLParser.OptnologContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptnologContext |
The parse tree. |
ExitOptnolog(OptnologContext)
void ExitOptnolog(PostgreSQLParser.OptnologContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptnologContext |
The parse tree. |
EnterRefreshmatviewstmt(RefreshmatviewstmtContext)
void EnterRefreshmatviewstmt(PostgreSQLParser.RefreshmatviewstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RefreshmatviewstmtContext |
The parse tree. |
ExitRefreshmatviewstmt(RefreshmatviewstmtContext)
void ExitRefreshmatviewstmt(PostgreSQLParser.RefreshmatviewstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RefreshmatviewstmtContext |
The parse tree. |
EnterCreateseqstmt(CreateseqstmtContext)
void EnterCreateseqstmt(PostgreSQLParser.CreateseqstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateseqstmtContext |
The parse tree. |
ExitCreateseqstmt(CreateseqstmtContext)
void ExitCreateseqstmt(PostgreSQLParser.CreateseqstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateseqstmtContext |
The parse tree. |
EnterAlterseqstmt(AlterseqstmtContext)
void EnterAlterseqstmt(PostgreSQLParser.AlterseqstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterseqstmtContext |
The parse tree. |
ExitAlterseqstmt(AlterseqstmtContext)
void ExitAlterseqstmt(PostgreSQLParser.AlterseqstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterseqstmtContext |
The parse tree. |
EnterOptseqoptlist(OptseqoptlistContext)
void EnterOptseqoptlist(PostgreSQLParser.OptseqoptlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptseqoptlistContext |
The parse tree. |
ExitOptseqoptlist(OptseqoptlistContext)
void ExitOptseqoptlist(PostgreSQLParser.OptseqoptlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptseqoptlistContext |
The parse tree. |
EnterOptparenthesizedseqoptlist(OptparenthesizedseqoptlistContext)
void EnterOptparenthesizedseqoptlist(PostgreSQLParser.OptparenthesizedseqoptlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptparenthesizedseqoptlistContext |
The parse tree. |
ExitOptparenthesizedseqoptlist(OptparenthesizedseqoptlistContext)
void ExitOptparenthesizedseqoptlist(PostgreSQLParser.OptparenthesizedseqoptlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptparenthesizedseqoptlistContext |
The parse tree. |
EnterSeqoptlist(SeqoptlistContext)
void EnterSeqoptlist(PostgreSQLParser.SeqoptlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SeqoptlistContext |
The parse tree. |
ExitSeqoptlist(SeqoptlistContext)
void ExitSeqoptlist(PostgreSQLParser.SeqoptlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SeqoptlistContext |
The parse tree. |
EnterSeqoptelem(SeqoptelemContext)
void EnterSeqoptelem(PostgreSQLParser.SeqoptelemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SeqoptelemContext |
The parse tree. |
ExitSeqoptelem(SeqoptelemContext)
void ExitSeqoptelem(PostgreSQLParser.SeqoptelemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SeqoptelemContext |
The parse tree. |
EnterBy_(By_Context)
void EnterBy_(PostgreSQLParser.By_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
By_Context |
The parse tree. |
ExitBy_(By_Context)
void ExitBy_(PostgreSQLParser.By_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
By_Context |
The parse tree. |
EnterNumericonly(NumericonlyContext)
void EnterNumericonly(PostgreSQLParser.NumericonlyContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NumericonlyContext |
The parse tree. |
ExitNumericonly(NumericonlyContext)
void ExitNumericonly(PostgreSQLParser.NumericonlyContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NumericonlyContext |
The parse tree. |
EnterNumericonly_list(Numericonly_listContext)
void EnterNumericonly_list(PostgreSQLParser.Numericonly_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Numericonly_listContext |
The parse tree. |
ExitNumericonly_list(Numericonly_listContext)
void ExitNumericonly_list(PostgreSQLParser.Numericonly_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Numericonly_listContext |
The parse tree. |
EnterCreateplangstmt(CreateplangstmtContext)
void EnterCreateplangstmt(PostgreSQLParser.CreateplangstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateplangstmtContext |
The parse tree. |
ExitCreateplangstmt(CreateplangstmtContext)
void ExitCreateplangstmt(PostgreSQLParser.CreateplangstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateplangstmtContext |
The parse tree. |
EnterTrusted_(Trusted_Context)
void EnterTrusted_(PostgreSQLParser.Trusted_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Trusted_Context |
The parse tree. |
ExitTrusted_(Trusted_Context)
void ExitTrusted_(PostgreSQLParser.Trusted_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Trusted_Context |
The parse tree. |
EnterHandler_name(Handler_nameContext)
void EnterHandler_name(PostgreSQLParser.Handler_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Handler_nameContext |
The parse tree. |
ExitHandler_name(Handler_nameContext)
void ExitHandler_name(PostgreSQLParser.Handler_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Handler_nameContext |
The parse tree. |
EnterInline_handler_(Inline_handler_Context)
void EnterInline_handler_(PostgreSQLParser.Inline_handler_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Inline_handler_Context |
The parse tree. |
ExitInline_handler_(Inline_handler_Context)
void ExitInline_handler_(PostgreSQLParser.Inline_handler_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Inline_handler_Context |
The parse tree. |
EnterValidator_clause(Validator_clauseContext)
void EnterValidator_clause(PostgreSQLParser.Validator_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Validator_clauseContext |
The parse tree. |
ExitValidator_clause(Validator_clauseContext)
void ExitValidator_clause(PostgreSQLParser.Validator_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Validator_clauseContext |
The parse tree. |
EnterValidator_(Validator_Context)
void EnterValidator_(PostgreSQLParser.Validator_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Validator_Context |
The parse tree. |
ExitValidator_(Validator_Context)
void ExitValidator_(PostgreSQLParser.Validator_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Validator_Context |
The parse tree. |
EnterProcedural_(Procedural_Context)
void EnterProcedural_(PostgreSQLParser.Procedural_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Procedural_Context |
The parse tree. |
ExitProcedural_(Procedural_Context)
void ExitProcedural_(PostgreSQLParser.Procedural_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Procedural_Context |
The parse tree. |
EnterCreatetablespacestmt(CreatetablespacestmtContext)
void EnterCreatetablespacestmt(PostgreSQLParser.CreatetablespacestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatetablespacestmtContext |
The parse tree. |
ExitCreatetablespacestmt(CreatetablespacestmtContext)
void ExitCreatetablespacestmt(PostgreSQLParser.CreatetablespacestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatetablespacestmtContext |
The parse tree. |
EnterOpttablespaceowner(OpttablespaceownerContext)
void EnterOpttablespaceowner(PostgreSQLParser.OpttablespaceownerContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttablespaceownerContext |
The parse tree. |
ExitOpttablespaceowner(OpttablespaceownerContext)
void ExitOpttablespaceowner(PostgreSQLParser.OpttablespaceownerContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttablespaceownerContext |
The parse tree. |
EnterDroptablespacestmt(DroptablespacestmtContext)
void EnterDroptablespacestmt(PostgreSQLParser.DroptablespacestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DroptablespacestmtContext |
The parse tree. |
ExitDroptablespacestmt(DroptablespacestmtContext)
void ExitDroptablespacestmt(PostgreSQLParser.DroptablespacestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DroptablespacestmtContext |
The parse tree. |
EnterCreateextensionstmt(CreateextensionstmtContext)
void EnterCreateextensionstmt(PostgreSQLParser.CreateextensionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateextensionstmtContext |
The parse tree. |
ExitCreateextensionstmt(CreateextensionstmtContext)
void ExitCreateextensionstmt(PostgreSQLParser.CreateextensionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateextensionstmtContext |
The parse tree. |
EnterCreate_extension_opt_list(Create_extension_opt_listContext)
void EnterCreate_extension_opt_list(PostgreSQLParser.Create_extension_opt_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_extension_opt_listContext |
The parse tree. |
ExitCreate_extension_opt_list(Create_extension_opt_listContext)
void ExitCreate_extension_opt_list(PostgreSQLParser.Create_extension_opt_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_extension_opt_listContext |
The parse tree. |
EnterCreate_extension_opt_item(Create_extension_opt_itemContext)
void EnterCreate_extension_opt_item(PostgreSQLParser.Create_extension_opt_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_extension_opt_itemContext |
The parse tree. |
ExitCreate_extension_opt_item(Create_extension_opt_itemContext)
void ExitCreate_extension_opt_item(PostgreSQLParser.Create_extension_opt_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_extension_opt_itemContext |
The parse tree. |
EnterAlterextensionstmt(AlterextensionstmtContext)
void EnterAlterextensionstmt(PostgreSQLParser.AlterextensionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterextensionstmtContext |
The parse tree. |
ExitAlterextensionstmt(AlterextensionstmtContext)
void ExitAlterextensionstmt(PostgreSQLParser.AlterextensionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterextensionstmtContext |
The parse tree. |
EnterAlter_extension_opt_list(Alter_extension_opt_listContext)
void EnterAlter_extension_opt_list(PostgreSQLParser.Alter_extension_opt_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_extension_opt_listContext |
The parse tree. |
ExitAlter_extension_opt_list(Alter_extension_opt_listContext)
void ExitAlter_extension_opt_list(PostgreSQLParser.Alter_extension_opt_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_extension_opt_listContext |
The parse tree. |
EnterAlter_extension_opt_item(Alter_extension_opt_itemContext)
void EnterAlter_extension_opt_item(PostgreSQLParser.Alter_extension_opt_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_extension_opt_itemContext |
The parse tree. |
ExitAlter_extension_opt_item(Alter_extension_opt_itemContext)
void ExitAlter_extension_opt_item(PostgreSQLParser.Alter_extension_opt_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_extension_opt_itemContext |
The parse tree. |
EnterAlterextensioncontentsstmt(AlterextensioncontentsstmtContext)
void EnterAlterextensioncontentsstmt(PostgreSQLParser.AlterextensioncontentsstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterextensioncontentsstmtContext |
The parse tree. |
ExitAlterextensioncontentsstmt(AlterextensioncontentsstmtContext)
void ExitAlterextensioncontentsstmt(PostgreSQLParser.AlterextensioncontentsstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterextensioncontentsstmtContext |
The parse tree. |
EnterCreatefdwstmt(CreatefdwstmtContext)
void EnterCreatefdwstmt(PostgreSQLParser.CreatefdwstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatefdwstmtContext |
The parse tree. |
ExitCreatefdwstmt(CreatefdwstmtContext)
void ExitCreatefdwstmt(PostgreSQLParser.CreatefdwstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatefdwstmtContext |
The parse tree. |
EnterFdw_option(Fdw_optionContext)
void EnterFdw_option(PostgreSQLParser.Fdw_optionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Fdw_optionContext |
The parse tree. |
ExitFdw_option(Fdw_optionContext)
void ExitFdw_option(PostgreSQLParser.Fdw_optionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Fdw_optionContext |
The parse tree. |
EnterFdw_options(Fdw_optionsContext)
void EnterFdw_options(PostgreSQLParser.Fdw_optionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Fdw_optionsContext |
The parse tree. |
ExitFdw_options(Fdw_optionsContext)
void ExitFdw_options(PostgreSQLParser.Fdw_optionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Fdw_optionsContext |
The parse tree. |
EnterFdw_options_(Fdw_options_Context)
void EnterFdw_options_(PostgreSQLParser.Fdw_options_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Fdw_options_Context |
The parse tree. |
ExitFdw_options_(Fdw_options_Context)
void ExitFdw_options_(PostgreSQLParser.Fdw_options_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Fdw_options_Context |
The parse tree. |
EnterAlterfdwstmt(AlterfdwstmtContext)
void EnterAlterfdwstmt(PostgreSQLParser.AlterfdwstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterfdwstmtContext |
The parse tree. |
ExitAlterfdwstmt(AlterfdwstmtContext)
void ExitAlterfdwstmt(PostgreSQLParser.AlterfdwstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterfdwstmtContext |
The parse tree. |
EnterCreate_generic_options(Create_generic_optionsContext)
void EnterCreate_generic_options(PostgreSQLParser.Create_generic_optionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_generic_optionsContext |
The parse tree. |
ExitCreate_generic_options(Create_generic_optionsContext)
void ExitCreate_generic_options(PostgreSQLParser.Create_generic_optionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Create_generic_optionsContext |
The parse tree. |
EnterGeneric_option_list(Generic_option_listContext)
void EnterGeneric_option_list(PostgreSQLParser.Generic_option_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_option_listContext |
The parse tree. |
ExitGeneric_option_list(Generic_option_listContext)
void ExitGeneric_option_list(PostgreSQLParser.Generic_option_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_option_listContext |
The parse tree. |
EnterAlter_generic_options(Alter_generic_optionsContext)
void EnterAlter_generic_options(PostgreSQLParser.Alter_generic_optionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_generic_optionsContext |
The parse tree. |
ExitAlter_generic_options(Alter_generic_optionsContext)
void ExitAlter_generic_options(PostgreSQLParser.Alter_generic_optionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_generic_optionsContext |
The parse tree. |
EnterAlter_generic_option_list(Alter_generic_option_listContext)
void EnterAlter_generic_option_list(PostgreSQLParser.Alter_generic_option_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_generic_option_listContext |
The parse tree. |
ExitAlter_generic_option_list(Alter_generic_option_listContext)
void ExitAlter_generic_option_list(PostgreSQLParser.Alter_generic_option_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_generic_option_listContext |
The parse tree. |
EnterAlter_generic_option_elem(Alter_generic_option_elemContext)
void EnterAlter_generic_option_elem(PostgreSQLParser.Alter_generic_option_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_generic_option_elemContext |
The parse tree. |
ExitAlter_generic_option_elem(Alter_generic_option_elemContext)
void ExitAlter_generic_option_elem(PostgreSQLParser.Alter_generic_option_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alter_generic_option_elemContext |
The parse tree. |
EnterGeneric_option_elem(Generic_option_elemContext)
void EnterGeneric_option_elem(PostgreSQLParser.Generic_option_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_option_elemContext |
The parse tree. |
ExitGeneric_option_elem(Generic_option_elemContext)
void ExitGeneric_option_elem(PostgreSQLParser.Generic_option_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_option_elemContext |
The parse tree. |
EnterGeneric_option_name(Generic_option_nameContext)
void EnterGeneric_option_name(PostgreSQLParser.Generic_option_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_option_nameContext |
The parse tree. |
ExitGeneric_option_name(Generic_option_nameContext)
void ExitGeneric_option_name(PostgreSQLParser.Generic_option_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_option_nameContext |
The parse tree. |
EnterGeneric_option_arg(Generic_option_argContext)
void EnterGeneric_option_arg(PostgreSQLParser.Generic_option_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_option_argContext |
The parse tree. |
ExitGeneric_option_arg(Generic_option_argContext)
void ExitGeneric_option_arg(PostgreSQLParser.Generic_option_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Generic_option_argContext |
The parse tree. |
EnterCreateforeignserverstmt(CreateforeignserverstmtContext)
void EnterCreateforeignserverstmt(PostgreSQLParser.CreateforeignserverstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateforeignserverstmtContext |
The parse tree. |
ExitCreateforeignserverstmt(CreateforeignserverstmtContext)
void ExitCreateforeignserverstmt(PostgreSQLParser.CreateforeignserverstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateforeignserverstmtContext |
The parse tree. |
EnterType_(Type_Context)
void EnterType_(PostgreSQLParser.Type_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_Context |
The parse tree. |
ExitType_(Type_Context)
void ExitType_(PostgreSQLParser.Type_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_Context |
The parse tree. |
EnterForeign_server_version(Foreign_server_versionContext)
void EnterForeign_server_version(PostgreSQLParser.Foreign_server_versionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Foreign_server_versionContext |
The parse tree. |
ExitForeign_server_version(Foreign_server_versionContext)
void ExitForeign_server_version(PostgreSQLParser.Foreign_server_versionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Foreign_server_versionContext |
The parse tree. |
EnterForeign_server_version_(Foreign_server_version_Context)
void EnterForeign_server_version_(PostgreSQLParser.Foreign_server_version_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Foreign_server_version_Context |
The parse tree. |
ExitForeign_server_version_(Foreign_server_version_Context)
void ExitForeign_server_version_(PostgreSQLParser.Foreign_server_version_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Foreign_server_version_Context |
The parse tree. |
EnterAlterforeignserverstmt(AlterforeignserverstmtContext)
void EnterAlterforeignserverstmt(PostgreSQLParser.AlterforeignserverstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterforeignserverstmtContext |
The parse tree. |
ExitAlterforeignserverstmt(AlterforeignserverstmtContext)
void ExitAlterforeignserverstmt(PostgreSQLParser.AlterforeignserverstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterforeignserverstmtContext |
The parse tree. |
EnterCreateforeigntablestmt(CreateforeigntablestmtContext)
void EnterCreateforeigntablestmt(PostgreSQLParser.CreateforeigntablestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateforeigntablestmtContext |
The parse tree. |
ExitCreateforeigntablestmt(CreateforeigntablestmtContext)
void ExitCreateforeigntablestmt(PostgreSQLParser.CreateforeigntablestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateforeigntablestmtContext |
The parse tree. |
EnterImportforeignschemastmt(ImportforeignschemastmtContext)
void EnterImportforeignschemastmt(PostgreSQLParser.ImportforeignschemastmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ImportforeignschemastmtContext |
The parse tree. |
ExitImportforeignschemastmt(ImportforeignschemastmtContext)
void ExitImportforeignschemastmt(PostgreSQLParser.ImportforeignschemastmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ImportforeignschemastmtContext |
The parse tree. |
EnterImport_qualification_type(Import_qualification_typeContext)
void EnterImport_qualification_type(PostgreSQLParser.Import_qualification_typeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Import_qualification_typeContext |
The parse tree. |
ExitImport_qualification_type(Import_qualification_typeContext)
void ExitImport_qualification_type(PostgreSQLParser.Import_qualification_typeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Import_qualification_typeContext |
The parse tree. |
EnterImport_qualification(Import_qualificationContext)
void EnterImport_qualification(PostgreSQLParser.Import_qualificationContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Import_qualificationContext |
The parse tree. |
ExitImport_qualification(Import_qualificationContext)
void ExitImport_qualification(PostgreSQLParser.Import_qualificationContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Import_qualificationContext |
The parse tree. |
EnterCreateusermappingstmt(CreateusermappingstmtContext)
void EnterCreateusermappingstmt(PostgreSQLParser.CreateusermappingstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateusermappingstmtContext |
The parse tree. |
ExitCreateusermappingstmt(CreateusermappingstmtContext)
void ExitCreateusermappingstmt(PostgreSQLParser.CreateusermappingstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateusermappingstmtContext |
The parse tree. |
EnterAuth_ident(Auth_identContext)
void EnterAuth_ident(PostgreSQLParser.Auth_identContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Auth_identContext |
The parse tree. |
ExitAuth_ident(Auth_identContext)
void ExitAuth_ident(PostgreSQLParser.Auth_identContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Auth_identContext |
The parse tree. |
EnterDropusermappingstmt(DropusermappingstmtContext)
void EnterDropusermappingstmt(PostgreSQLParser.DropusermappingstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropusermappingstmtContext |
The parse tree. |
ExitDropusermappingstmt(DropusermappingstmtContext)
void ExitDropusermappingstmt(PostgreSQLParser.DropusermappingstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropusermappingstmtContext |
The parse tree. |
EnterAlterusermappingstmt(AlterusermappingstmtContext)
void EnterAlterusermappingstmt(PostgreSQLParser.AlterusermappingstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterusermappingstmtContext |
The parse tree. |
ExitAlterusermappingstmt(AlterusermappingstmtContext)
void ExitAlterusermappingstmt(PostgreSQLParser.AlterusermappingstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterusermappingstmtContext |
The parse tree. |
EnterCreatepolicystmt(CreatepolicystmtContext)
void EnterCreatepolicystmt(PostgreSQLParser.CreatepolicystmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatepolicystmtContext |
The parse tree. |
ExitCreatepolicystmt(CreatepolicystmtContext)
void ExitCreatepolicystmt(PostgreSQLParser.CreatepolicystmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatepolicystmtContext |
The parse tree. |
EnterAlterpolicystmt(AlterpolicystmtContext)
void EnterAlterpolicystmt(PostgreSQLParser.AlterpolicystmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterpolicystmtContext |
The parse tree. |
ExitAlterpolicystmt(AlterpolicystmtContext)
void ExitAlterpolicystmt(PostgreSQLParser.AlterpolicystmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterpolicystmtContext |
The parse tree. |
EnterRowsecurityoptionalexpr(RowsecurityoptionalexprContext)
void EnterRowsecurityoptionalexpr(PostgreSQLParser.RowsecurityoptionalexprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecurityoptionalexprContext |
The parse tree. |
ExitRowsecurityoptionalexpr(RowsecurityoptionalexprContext)
void ExitRowsecurityoptionalexpr(PostgreSQLParser.RowsecurityoptionalexprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecurityoptionalexprContext |
The parse tree. |
EnterRowsecurityoptionalwithcheck(RowsecurityoptionalwithcheckContext)
void EnterRowsecurityoptionalwithcheck(PostgreSQLParser.RowsecurityoptionalwithcheckContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecurityoptionalwithcheckContext |
The parse tree. |
ExitRowsecurityoptionalwithcheck(RowsecurityoptionalwithcheckContext)
void ExitRowsecurityoptionalwithcheck(PostgreSQLParser.RowsecurityoptionalwithcheckContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecurityoptionalwithcheckContext |
The parse tree. |
EnterRowsecuritydefaulttorole(RowsecuritydefaulttoroleContext)
void EnterRowsecuritydefaulttorole(PostgreSQLParser.RowsecuritydefaulttoroleContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecuritydefaulttoroleContext |
The parse tree. |
ExitRowsecuritydefaulttorole(RowsecuritydefaulttoroleContext)
void ExitRowsecuritydefaulttorole(PostgreSQLParser.RowsecuritydefaulttoroleContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecuritydefaulttoroleContext |
The parse tree. |
EnterRowsecurityoptionaltorole(RowsecurityoptionaltoroleContext)
void EnterRowsecurityoptionaltorole(PostgreSQLParser.RowsecurityoptionaltoroleContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecurityoptionaltoroleContext |
The parse tree. |
ExitRowsecurityoptionaltorole(RowsecurityoptionaltoroleContext)
void ExitRowsecurityoptionaltorole(PostgreSQLParser.RowsecurityoptionaltoroleContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecurityoptionaltoroleContext |
The parse tree. |
EnterRowsecuritydefaultpermissive(RowsecuritydefaultpermissiveContext)
void EnterRowsecuritydefaultpermissive(PostgreSQLParser.RowsecuritydefaultpermissiveContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecuritydefaultpermissiveContext |
The parse tree. |
ExitRowsecuritydefaultpermissive(RowsecuritydefaultpermissiveContext)
void ExitRowsecuritydefaultpermissive(PostgreSQLParser.RowsecuritydefaultpermissiveContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecuritydefaultpermissiveContext |
The parse tree. |
EnterRowsecuritydefaultforcmd(RowsecuritydefaultforcmdContext)
void EnterRowsecuritydefaultforcmd(PostgreSQLParser.RowsecuritydefaultforcmdContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecuritydefaultforcmdContext |
The parse tree. |
ExitRowsecuritydefaultforcmd(RowsecuritydefaultforcmdContext)
void ExitRowsecuritydefaultforcmd(PostgreSQLParser.RowsecuritydefaultforcmdContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowsecuritydefaultforcmdContext |
The parse tree. |
EnterRow_security_cmd(Row_security_cmdContext)
void EnterRow_security_cmd(PostgreSQLParser.Row_security_cmdContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Row_security_cmdContext |
The parse tree. |
ExitRow_security_cmd(Row_security_cmdContext)
void ExitRow_security_cmd(PostgreSQLParser.Row_security_cmdContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Row_security_cmdContext |
The parse tree. |
EnterCreateamstmt(CreateamstmtContext)
void EnterCreateamstmt(PostgreSQLParser.CreateamstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateamstmtContext |
The parse tree. |
ExitCreateamstmt(CreateamstmtContext)
void ExitCreateamstmt(PostgreSQLParser.CreateamstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateamstmtContext |
The parse tree. |
EnterAm_type(Am_typeContext)
void EnterAm_type(PostgreSQLParser.Am_typeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Am_typeContext |
The parse tree. |
ExitAm_type(Am_typeContext)
void ExitAm_type(PostgreSQLParser.Am_typeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Am_typeContext |
The parse tree. |
EnterCreatetrigstmt(CreatetrigstmtContext)
void EnterCreatetrigstmt(PostgreSQLParser.CreatetrigstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatetrigstmtContext |
The parse tree. |
ExitCreatetrigstmt(CreatetrigstmtContext)
void ExitCreatetrigstmt(PostgreSQLParser.CreatetrigstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatetrigstmtContext |
The parse tree. |
EnterTriggeractiontime(TriggeractiontimeContext)
void EnterTriggeractiontime(PostgreSQLParser.TriggeractiontimeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggeractiontimeContext |
The parse tree. |
ExitTriggeractiontime(TriggeractiontimeContext)
void ExitTriggeractiontime(PostgreSQLParser.TriggeractiontimeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggeractiontimeContext |
The parse tree. |
EnterTriggerevents(TriggereventsContext)
void EnterTriggerevents(PostgreSQLParser.TriggereventsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggereventsContext |
The parse tree. |
ExitTriggerevents(TriggereventsContext)
void ExitTriggerevents(PostgreSQLParser.TriggereventsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggereventsContext |
The parse tree. |
EnterTriggeroneevent(TriggeroneeventContext)
void EnterTriggeroneevent(PostgreSQLParser.TriggeroneeventContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggeroneeventContext |
The parse tree. |
ExitTriggeroneevent(TriggeroneeventContext)
void ExitTriggeroneevent(PostgreSQLParser.TriggeroneeventContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggeroneeventContext |
The parse tree. |
EnterTriggerreferencing(TriggerreferencingContext)
void EnterTriggerreferencing(PostgreSQLParser.TriggerreferencingContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerreferencingContext |
The parse tree. |
ExitTriggerreferencing(TriggerreferencingContext)
void ExitTriggerreferencing(PostgreSQLParser.TriggerreferencingContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerreferencingContext |
The parse tree. |
EnterTriggertransitions(TriggertransitionsContext)
void EnterTriggertransitions(PostgreSQLParser.TriggertransitionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggertransitionsContext |
The parse tree. |
ExitTriggertransitions(TriggertransitionsContext)
void ExitTriggertransitions(PostgreSQLParser.TriggertransitionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggertransitionsContext |
The parse tree. |
EnterTriggertransition(TriggertransitionContext)
void EnterTriggertransition(PostgreSQLParser.TriggertransitionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggertransitionContext |
The parse tree. |
ExitTriggertransition(TriggertransitionContext)
void ExitTriggertransition(PostgreSQLParser.TriggertransitionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggertransitionContext |
The parse tree. |
EnterTransitionoldornew(TransitionoldornewContext)
void EnterTransitionoldornew(PostgreSQLParser.TransitionoldornewContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TransitionoldornewContext |
The parse tree. |
ExitTransitionoldornew(TransitionoldornewContext)
void ExitTransitionoldornew(PostgreSQLParser.TransitionoldornewContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TransitionoldornewContext |
The parse tree. |
EnterTransitionrowortable(TransitionrowortableContext)
void EnterTransitionrowortable(PostgreSQLParser.TransitionrowortableContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TransitionrowortableContext |
The parse tree. |
ExitTransitionrowortable(TransitionrowortableContext)
void ExitTransitionrowortable(PostgreSQLParser.TransitionrowortableContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TransitionrowortableContext |
The parse tree. |
EnterTransitionrelname(TransitionrelnameContext)
void EnterTransitionrelname(PostgreSQLParser.TransitionrelnameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TransitionrelnameContext |
The parse tree. |
ExitTransitionrelname(TransitionrelnameContext)
void ExitTransitionrelname(PostgreSQLParser.TransitionrelnameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TransitionrelnameContext |
The parse tree. |
EnterTriggerforspec(TriggerforspecContext)
void EnterTriggerforspec(PostgreSQLParser.TriggerforspecContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerforspecContext |
The parse tree. |
ExitTriggerforspec(TriggerforspecContext)
void ExitTriggerforspec(PostgreSQLParser.TriggerforspecContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerforspecContext |
The parse tree. |
EnterTriggerforopteach(TriggerforopteachContext)
void EnterTriggerforopteach(PostgreSQLParser.TriggerforopteachContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerforopteachContext |
The parse tree. |
ExitTriggerforopteach(TriggerforopteachContext)
void ExitTriggerforopteach(PostgreSQLParser.TriggerforopteachContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerforopteachContext |
The parse tree. |
EnterTriggerfortype(TriggerfortypeContext)
void EnterTriggerfortype(PostgreSQLParser.TriggerfortypeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerfortypeContext |
The parse tree. |
ExitTriggerfortype(TriggerfortypeContext)
void ExitTriggerfortype(PostgreSQLParser.TriggerfortypeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerfortypeContext |
The parse tree. |
EnterTriggerwhen(TriggerwhenContext)
void EnterTriggerwhen(PostgreSQLParser.TriggerwhenContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerwhenContext |
The parse tree. |
ExitTriggerwhen(TriggerwhenContext)
void ExitTriggerwhen(PostgreSQLParser.TriggerwhenContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerwhenContext |
The parse tree. |
EnterFunction_or_procedure(Function_or_procedureContext)
void EnterFunction_or_procedure(PostgreSQLParser.Function_or_procedureContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Function_or_procedureContext |
The parse tree. |
ExitFunction_or_procedure(Function_or_procedureContext)
void ExitFunction_or_procedure(PostgreSQLParser.Function_or_procedureContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Function_or_procedureContext |
The parse tree. |
EnterTriggerfuncargs(TriggerfuncargsContext)
void EnterTriggerfuncargs(PostgreSQLParser.TriggerfuncargsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerfuncargsContext |
The parse tree. |
ExitTriggerfuncargs(TriggerfuncargsContext)
void ExitTriggerfuncargs(PostgreSQLParser.TriggerfuncargsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerfuncargsContext |
The parse tree. |
EnterTriggerfuncarg(TriggerfuncargContext)
void EnterTriggerfuncarg(PostgreSQLParser.TriggerfuncargContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerfuncargContext |
The parse tree. |
ExitTriggerfuncarg(TriggerfuncargContext)
void ExitTriggerfuncarg(PostgreSQLParser.TriggerfuncargContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TriggerfuncargContext |
The parse tree. |
EnterOptconstrfromtable(OptconstrfromtableContext)
void EnterOptconstrfromtable(PostgreSQLParser.OptconstrfromtableContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptconstrfromtableContext |
The parse tree. |
ExitOptconstrfromtable(OptconstrfromtableContext)
void ExitOptconstrfromtable(PostgreSQLParser.OptconstrfromtableContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OptconstrfromtableContext |
The parse tree. |
EnterConstraintattributespec(ConstraintattributespecContext)
void EnterConstraintattributespec(PostgreSQLParser.ConstraintattributespecContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintattributespecContext |
The parse tree. |
ExitConstraintattributespec(ConstraintattributespecContext)
void ExitConstraintattributespec(PostgreSQLParser.ConstraintattributespecContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintattributespecContext |
The parse tree. |
EnterConstraintattributeElem(ConstraintattributeElemContext)
void EnterConstraintattributeElem(PostgreSQLParser.ConstraintattributeElemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintattributeElemContext |
The parse tree. |
ExitConstraintattributeElem(ConstraintattributeElemContext)
void ExitConstraintattributeElem(PostgreSQLParser.ConstraintattributeElemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstraintattributeElemContext |
The parse tree. |
EnterCreateeventtrigstmt(CreateeventtrigstmtContext)
void EnterCreateeventtrigstmt(PostgreSQLParser.CreateeventtrigstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateeventtrigstmtContext |
The parse tree. |
ExitCreateeventtrigstmt(CreateeventtrigstmtContext)
void ExitCreateeventtrigstmt(PostgreSQLParser.CreateeventtrigstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateeventtrigstmtContext |
The parse tree. |
EnterEvent_trigger_when_list(Event_trigger_when_listContext)
void EnterEvent_trigger_when_list(PostgreSQLParser.Event_trigger_when_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Event_trigger_when_listContext |
The parse tree. |
ExitEvent_trigger_when_list(Event_trigger_when_listContext)
void ExitEvent_trigger_when_list(PostgreSQLParser.Event_trigger_when_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Event_trigger_when_listContext |
The parse tree. |
EnterEvent_trigger_when_item(Event_trigger_when_itemContext)
void EnterEvent_trigger_when_item(PostgreSQLParser.Event_trigger_when_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Event_trigger_when_itemContext |
The parse tree. |
ExitEvent_trigger_when_item(Event_trigger_when_itemContext)
void ExitEvent_trigger_when_item(PostgreSQLParser.Event_trigger_when_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Event_trigger_when_itemContext |
The parse tree. |
EnterEvent_trigger_value_list(Event_trigger_value_listContext)
void EnterEvent_trigger_value_list(PostgreSQLParser.Event_trigger_value_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Event_trigger_value_listContext |
The parse tree. |
ExitEvent_trigger_value_list(Event_trigger_value_listContext)
void ExitEvent_trigger_value_list(PostgreSQLParser.Event_trigger_value_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Event_trigger_value_listContext |
The parse tree. |
EnterAltereventtrigstmt(AltereventtrigstmtContext)
void EnterAltereventtrigstmt(PostgreSQLParser.AltereventtrigstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltereventtrigstmtContext |
The parse tree. |
ExitAltereventtrigstmt(AltereventtrigstmtContext)
void ExitAltereventtrigstmt(PostgreSQLParser.AltereventtrigstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltereventtrigstmtContext |
The parse tree. |
EnterEnable_trigger(Enable_triggerContext)
void EnterEnable_trigger(PostgreSQLParser.Enable_triggerContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Enable_triggerContext |
The parse tree. |
ExitEnable_trigger(Enable_triggerContext)
void ExitEnable_trigger(PostgreSQLParser.Enable_triggerContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Enable_triggerContext |
The parse tree. |
EnterCreateassertionstmt(CreateassertionstmtContext)
void EnterCreateassertionstmt(PostgreSQLParser.CreateassertionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateassertionstmtContext |
The parse tree. |
ExitCreateassertionstmt(CreateassertionstmtContext)
void ExitCreateassertionstmt(PostgreSQLParser.CreateassertionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateassertionstmtContext |
The parse tree. |
EnterDefinestmt(DefinestmtContext)
void EnterDefinestmt(PostgreSQLParser.DefinestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefinestmtContext |
The parse tree. |
ExitDefinestmt(DefinestmtContext)
void ExitDefinestmt(PostgreSQLParser.DefinestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefinestmtContext |
The parse tree. |
EnterDefinition(DefinitionContext)
void EnterDefinition(PostgreSQLParser.DefinitionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefinitionContext |
The parse tree. |
ExitDefinition(DefinitionContext)
void ExitDefinition(PostgreSQLParser.DefinitionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefinitionContext |
The parse tree. |
EnterDef_list(Def_listContext)
void EnterDef_list(PostgreSQLParser.Def_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Def_listContext |
The parse tree. |
ExitDef_list(Def_listContext)
void ExitDef_list(PostgreSQLParser.Def_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Def_listContext |
The parse tree. |
EnterDef_elem(Def_elemContext)
void EnterDef_elem(PostgreSQLParser.Def_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Def_elemContext |
The parse tree. |
ExitDef_elem(Def_elemContext)
void ExitDef_elem(PostgreSQLParser.Def_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Def_elemContext |
The parse tree. |
EnterDef_arg(Def_argContext)
void EnterDef_arg(PostgreSQLParser.Def_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Def_argContext |
The parse tree. |
ExitDef_arg(Def_argContext)
void ExitDef_arg(PostgreSQLParser.Def_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Def_argContext |
The parse tree. |
EnterOld_aggr_definition(Old_aggr_definitionContext)
void EnterOld_aggr_definition(PostgreSQLParser.Old_aggr_definitionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Old_aggr_definitionContext |
The parse tree. |
ExitOld_aggr_definition(Old_aggr_definitionContext)
void ExitOld_aggr_definition(PostgreSQLParser.Old_aggr_definitionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Old_aggr_definitionContext |
The parse tree. |
EnterOld_aggr_list(Old_aggr_listContext)
void EnterOld_aggr_list(PostgreSQLParser.Old_aggr_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Old_aggr_listContext |
The parse tree. |
ExitOld_aggr_list(Old_aggr_listContext)
void ExitOld_aggr_list(PostgreSQLParser.Old_aggr_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Old_aggr_listContext |
The parse tree. |
EnterOld_aggr_elem(Old_aggr_elemContext)
void EnterOld_aggr_elem(PostgreSQLParser.Old_aggr_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Old_aggr_elemContext |
The parse tree. |
ExitOld_aggr_elem(Old_aggr_elemContext)
void ExitOld_aggr_elem(PostgreSQLParser.Old_aggr_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Old_aggr_elemContext |
The parse tree. |
EnterEnum_val_list_(Enum_val_list_Context)
void EnterEnum_val_list_(PostgreSQLParser.Enum_val_list_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Enum_val_list_Context |
The parse tree. |
ExitEnum_val_list_(Enum_val_list_Context)
void ExitEnum_val_list_(PostgreSQLParser.Enum_val_list_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Enum_val_list_Context |
The parse tree. |
EnterEnum_val_list(Enum_val_listContext)
void EnterEnum_val_list(PostgreSQLParser.Enum_val_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Enum_val_listContext |
The parse tree. |
ExitEnum_val_list(Enum_val_listContext)
void ExitEnum_val_list(PostgreSQLParser.Enum_val_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Enum_val_listContext |
The parse tree. |
EnterAlterenumstmt(AlterenumstmtContext)
void EnterAlterenumstmt(PostgreSQLParser.AlterenumstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterenumstmtContext |
The parse tree. |
ExitAlterenumstmt(AlterenumstmtContext)
void ExitAlterenumstmt(PostgreSQLParser.AlterenumstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterenumstmtContext |
The parse tree. |
EnterIf_not_exists_(If_not_exists_Context)
void EnterIf_not_exists_(PostgreSQLParser.If_not_exists_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
If_not_exists_Context |
The parse tree. |
ExitIf_not_exists_(If_not_exists_Context)
void ExitIf_not_exists_(PostgreSQLParser.If_not_exists_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
If_not_exists_Context |
The parse tree. |
EnterCreateopclassstmt(CreateopclassstmtContext)
void EnterCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateopclassstmtContext |
The parse tree. |
ExitCreateopclassstmt(CreateopclassstmtContext)
void ExitCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateopclassstmtContext |
The parse tree. |
EnterOpclass_item_list(Opclass_item_listContext)
void EnterOpclass_item_list(PostgreSQLParser.Opclass_item_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_item_listContext |
The parse tree. |
ExitOpclass_item_list(Opclass_item_listContext)
void ExitOpclass_item_list(PostgreSQLParser.Opclass_item_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_item_listContext |
The parse tree. |
EnterOpclass_item(Opclass_itemContext)
void EnterOpclass_item(PostgreSQLParser.Opclass_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_itemContext |
The parse tree. |
ExitOpclass_item(Opclass_itemContext)
void ExitOpclass_item(PostgreSQLParser.Opclass_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_itemContext |
The parse tree. |
EnterDefault_(Default_Context)
void EnterDefault_(PostgreSQLParser.Default_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Default_Context |
The parse tree. |
ExitDefault_(Default_Context)
void ExitDefault_(PostgreSQLParser.Default_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Default_Context |
The parse tree. |
EnterOpfamily_(Opfamily_Context)
void EnterOpfamily_(PostgreSQLParser.Opfamily_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opfamily_Context |
The parse tree. |
ExitOpfamily_(Opfamily_Context)
void ExitOpfamily_(PostgreSQLParser.Opfamily_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opfamily_Context |
The parse tree. |
EnterOpclass_purpose(Opclass_purposeContext)
void EnterOpclass_purpose(PostgreSQLParser.Opclass_purposeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_purposeContext |
The parse tree. |
ExitOpclass_purpose(Opclass_purposeContext)
void ExitOpclass_purpose(PostgreSQLParser.Opclass_purposeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_purposeContext |
The parse tree. |
EnterRecheck_(Recheck_Context)
void EnterRecheck_(PostgreSQLParser.Recheck_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Recheck_Context |
The parse tree. |
ExitRecheck_(Recheck_Context)
void ExitRecheck_(PostgreSQLParser.Recheck_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Recheck_Context |
The parse tree. |
EnterCreateopfamilystmt(CreateopfamilystmtContext)
void EnterCreateopfamilystmt(PostgreSQLParser.CreateopfamilystmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateopfamilystmtContext |
The parse tree. |
ExitCreateopfamilystmt(CreateopfamilystmtContext)
void ExitCreateopfamilystmt(PostgreSQLParser.CreateopfamilystmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateopfamilystmtContext |
The parse tree. |
EnterAlteropfamilystmt(AlteropfamilystmtContext)
void EnterAlteropfamilystmt(PostgreSQLParser.AlteropfamilystmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlteropfamilystmtContext |
The parse tree. |
ExitAlteropfamilystmt(AlteropfamilystmtContext)
void ExitAlteropfamilystmt(PostgreSQLParser.AlteropfamilystmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlteropfamilystmtContext |
The parse tree. |
EnterOpclass_drop_list(Opclass_drop_listContext)
void EnterOpclass_drop_list(PostgreSQLParser.Opclass_drop_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_drop_listContext |
The parse tree. |
ExitOpclass_drop_list(Opclass_drop_listContext)
void ExitOpclass_drop_list(PostgreSQLParser.Opclass_drop_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_drop_listContext |
The parse tree. |
EnterOpclass_drop(Opclass_dropContext)
void EnterOpclass_drop(PostgreSQLParser.Opclass_dropContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_dropContext |
The parse tree. |
ExitOpclass_drop(Opclass_dropContext)
void ExitOpclass_drop(PostgreSQLParser.Opclass_dropContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opclass_dropContext |
The parse tree. |
EnterDropopclassstmt(DropopclassstmtContext)
void EnterDropopclassstmt(PostgreSQLParser.DropopclassstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropopclassstmtContext |
The parse tree. |
ExitDropopclassstmt(DropopclassstmtContext)
void ExitDropopclassstmt(PostgreSQLParser.DropopclassstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropopclassstmtContext |
The parse tree. |
EnterDropopfamilystmt(DropopfamilystmtContext)
void EnterDropopfamilystmt(PostgreSQLParser.DropopfamilystmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropopfamilystmtContext |
The parse tree. |
ExitDropopfamilystmt(DropopfamilystmtContext)
void ExitDropopfamilystmt(PostgreSQLParser.DropopfamilystmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropopfamilystmtContext |
The parse tree. |
EnterDropownedstmt(DropownedstmtContext)
void EnterDropownedstmt(PostgreSQLParser.DropownedstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropownedstmtContext |
The parse tree. |
ExitDropownedstmt(DropownedstmtContext)
void ExitDropownedstmt(PostgreSQLParser.DropownedstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropownedstmtContext |
The parse tree. |
EnterReassignownedstmt(ReassignownedstmtContext)
void EnterReassignownedstmt(PostgreSQLParser.ReassignownedstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ReassignownedstmtContext |
The parse tree. |
ExitReassignownedstmt(ReassignownedstmtContext)
void ExitReassignownedstmt(PostgreSQLParser.ReassignownedstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ReassignownedstmtContext |
The parse tree. |
EnterDropstmt(DropstmtContext)
void EnterDropstmt(PostgreSQLParser.DropstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropstmtContext |
The parse tree. |
ExitDropstmt(DropstmtContext)
void ExitDropstmt(PostgreSQLParser.DropstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropstmtContext |
The parse tree. |
EnterObject_type_any_name(Object_type_any_nameContext)
void EnterObject_type_any_name(PostgreSQLParser.Object_type_any_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Object_type_any_nameContext |
The parse tree. |
ExitObject_type_any_name(Object_type_any_nameContext)
void ExitObject_type_any_name(PostgreSQLParser.Object_type_any_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Object_type_any_nameContext |
The parse tree. |
EnterObject_type_name(Object_type_nameContext)
void EnterObject_type_name(PostgreSQLParser.Object_type_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Object_type_nameContext |
The parse tree. |
ExitObject_type_name(Object_type_nameContext)
void ExitObject_type_name(PostgreSQLParser.Object_type_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Object_type_nameContext |
The parse tree. |
EnterDrop_type_name(Drop_type_nameContext)
void EnterDrop_type_name(PostgreSQLParser.Drop_type_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_type_nameContext |
The parse tree. |
ExitDrop_type_name(Drop_type_nameContext)
void ExitDrop_type_name(PostgreSQLParser.Drop_type_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_type_nameContext |
The parse tree. |
EnterObject_type_name_on_any_name(Object_type_name_on_any_nameContext)
void EnterObject_type_name_on_any_name(PostgreSQLParser.Object_type_name_on_any_nameContext context)
Enter a parse tree produced by ``.
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)
void ExitObject_type_name_on_any_name(PostgreSQLParser.Object_type_name_on_any_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Object_type_name_on_any_nameContext |
The parse tree. |
EnterAny_name_list_(Any_name_list_Context)
void EnterAny_name_list_(PostgreSQLParser.Any_name_list_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_name_list_Context |
The parse tree. |
ExitAny_name_list_(Any_name_list_Context)
void ExitAny_name_list_(PostgreSQLParser.Any_name_list_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_name_list_Context |
The parse tree. |
EnterAny_name(Any_nameContext)
void EnterAny_name(PostgreSQLParser.Any_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_nameContext |
The parse tree. |
ExitAny_name(Any_nameContext)
void ExitAny_name(PostgreSQLParser.Any_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_nameContext |
The parse tree. |
EnterAttrs(AttrsContext)
void EnterAttrs(PostgreSQLParser.AttrsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AttrsContext |
The parse tree. |
ExitAttrs(AttrsContext)
void ExitAttrs(PostgreSQLParser.AttrsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AttrsContext |
The parse tree. |
EnterType_name_list(Type_name_listContext)
void EnterType_name_list(PostgreSQLParser.Type_name_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_name_listContext |
The parse tree. |
ExitType_name_list(Type_name_listContext)
void ExitType_name_list(PostgreSQLParser.Type_name_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_name_listContext |
The parse tree. |
EnterTruncatestmt(TruncatestmtContext)
void EnterTruncatestmt(PostgreSQLParser.TruncatestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TruncatestmtContext |
The parse tree. |
ExitTruncatestmt(TruncatestmtContext)
void ExitTruncatestmt(PostgreSQLParser.TruncatestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TruncatestmtContext |
The parse tree. |
EnterRestart_seqs_(Restart_seqs_Context)
void EnterRestart_seqs_(PostgreSQLParser.Restart_seqs_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Restart_seqs_Context |
The parse tree. |
ExitRestart_seqs_(Restart_seqs_Context)
void ExitRestart_seqs_(PostgreSQLParser.Restart_seqs_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Restart_seqs_Context |
The parse tree. |
EnterCommentstmt(CommentstmtContext)
void EnterCommentstmt(PostgreSQLParser.CommentstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CommentstmtContext |
The parse tree. |
ExitCommentstmt(CommentstmtContext)
void ExitCommentstmt(PostgreSQLParser.CommentstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CommentstmtContext |
The parse tree. |
EnterComment_text(Comment_textContext)
void EnterComment_text(PostgreSQLParser.Comment_textContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Comment_textContext |
The parse tree. |
ExitComment_text(Comment_textContext)
void ExitComment_text(PostgreSQLParser.Comment_textContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Comment_textContext |
The parse tree. |
EnterSeclabelstmt(SeclabelstmtContext)
void EnterSeclabelstmt(PostgreSQLParser.SeclabelstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SeclabelstmtContext |
The parse tree. |
ExitSeclabelstmt(SeclabelstmtContext)
void ExitSeclabelstmt(PostgreSQLParser.SeclabelstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SeclabelstmtContext |
The parse tree. |
EnterProvider_(Provider_Context)
void EnterProvider_(PostgreSQLParser.Provider_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Provider_Context |
The parse tree. |
ExitProvider_(Provider_Context)
void ExitProvider_(PostgreSQLParser.Provider_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Provider_Context |
The parse tree. |
EnterSecurity_label(Security_labelContext)
void EnterSecurity_label(PostgreSQLParser.Security_labelContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Security_labelContext |
The parse tree. |
ExitSecurity_label(Security_labelContext)
void ExitSecurity_label(PostgreSQLParser.Security_labelContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Security_labelContext |
The parse tree. |
EnterFetchstmt(FetchstmtContext)
void EnterFetchstmt(PostgreSQLParser.FetchstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
FetchstmtContext |
The parse tree. |
ExitFetchstmt(FetchstmtContext)
void ExitFetchstmt(PostgreSQLParser.FetchstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
FetchstmtContext |
The parse tree. |
EnterFetch_args(Fetch_argsContext)
void EnterFetch_args(PostgreSQLParser.Fetch_argsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Fetch_argsContext |
The parse tree. |
ExitFetch_args(Fetch_argsContext)
void ExitFetch_args(PostgreSQLParser.Fetch_argsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Fetch_argsContext |
The parse tree. |
EnterFrom_in(From_inContext)
void EnterFrom_in(PostgreSQLParser.From_inContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
From_inContext |
The parse tree. |
ExitFrom_in(From_inContext)
void ExitFrom_in(PostgreSQLParser.From_inContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
From_inContext |
The parse tree. |
EnterFrom_in_(From_in_Context)
void EnterFrom_in_(PostgreSQLParser.From_in_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
From_in_Context |
The parse tree. |
ExitFrom_in_(From_in_Context)
void ExitFrom_in_(PostgreSQLParser.From_in_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
From_in_Context |
The parse tree. |
EnterGrantstmt(GrantstmtContext)
void EnterGrantstmt(PostgreSQLParser.GrantstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
GrantstmtContext |
The parse tree. |
ExitGrantstmt(GrantstmtContext)
void ExitGrantstmt(PostgreSQLParser.GrantstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
GrantstmtContext |
The parse tree. |
EnterRevokestmt(RevokestmtContext)
void EnterRevokestmt(PostgreSQLParser.RevokestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RevokestmtContext |
The parse tree. |
ExitRevokestmt(RevokestmtContext)
void ExitRevokestmt(PostgreSQLParser.RevokestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RevokestmtContext |
The parse tree. |
EnterPrivileges(PrivilegesContext)
void EnterPrivileges(PostgreSQLParser.PrivilegesContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PrivilegesContext |
The parse tree. |
ExitPrivileges(PrivilegesContext)
void ExitPrivileges(PostgreSQLParser.PrivilegesContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PrivilegesContext |
The parse tree. |
EnterPrivilege_list(Privilege_listContext)
void EnterPrivilege_list(PostgreSQLParser.Privilege_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Privilege_listContext |
The parse tree. |
ExitPrivilege_list(Privilege_listContext)
void ExitPrivilege_list(PostgreSQLParser.Privilege_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Privilege_listContext |
The parse tree. |
EnterPrivilege(PrivilegeContext)
void EnterPrivilege(PostgreSQLParser.PrivilegeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PrivilegeContext |
The parse tree. |
ExitPrivilege(PrivilegeContext)
void ExitPrivilege(PostgreSQLParser.PrivilegeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PrivilegeContext |
The parse tree. |
EnterPrivilege_target(Privilege_targetContext)
void EnterPrivilege_target(PostgreSQLParser.Privilege_targetContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Privilege_targetContext |
The parse tree. |
ExitPrivilege_target(Privilege_targetContext)
void ExitPrivilege_target(PostgreSQLParser.Privilege_targetContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Privilege_targetContext |
The parse tree. |
EnterGrantee_list(Grantee_listContext)
void EnterGrantee_list(PostgreSQLParser.Grantee_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Grantee_listContext |
The parse tree. |
ExitGrantee_list(Grantee_listContext)
void ExitGrantee_list(PostgreSQLParser.Grantee_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Grantee_listContext |
The parse tree. |
EnterGrantee(GranteeContext)
void EnterGrantee(PostgreSQLParser.GranteeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
GranteeContext |
The parse tree. |
ExitGrantee(GranteeContext)
void ExitGrantee(PostgreSQLParser.GranteeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
GranteeContext |
The parse tree. |
EnterGrant_grant_option_(Grant_grant_option_Context)
void EnterGrant_grant_option_(PostgreSQLParser.Grant_grant_option_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Grant_grant_option_Context |
The parse tree. |
ExitGrant_grant_option_(Grant_grant_option_Context)
void ExitGrant_grant_option_(PostgreSQLParser.Grant_grant_option_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Grant_grant_option_Context |
The parse tree. |
EnterGrantrolestmt(GrantrolestmtContext)
void EnterGrantrolestmt(PostgreSQLParser.GrantrolestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
GrantrolestmtContext |
The parse tree. |
ExitGrantrolestmt(GrantrolestmtContext)
void ExitGrantrolestmt(PostgreSQLParser.GrantrolestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
GrantrolestmtContext |
The parse tree. |
EnterRevokerolestmt(RevokerolestmtContext)
void EnterRevokerolestmt(PostgreSQLParser.RevokerolestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RevokerolestmtContext |
The parse tree. |
ExitRevokerolestmt(RevokerolestmtContext)
void ExitRevokerolestmt(PostgreSQLParser.RevokerolestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RevokerolestmtContext |
The parse tree. |
EnterGrant_admin_option_(Grant_admin_option_Context)
void EnterGrant_admin_option_(PostgreSQLParser.Grant_admin_option_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Grant_admin_option_Context |
The parse tree. |
ExitGrant_admin_option_(Grant_admin_option_Context)
void ExitGrant_admin_option_(PostgreSQLParser.Grant_admin_option_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Grant_admin_option_Context |
The parse tree. |
EnterGranted_by_(Granted_by_Context)
void EnterGranted_by_(PostgreSQLParser.Granted_by_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Granted_by_Context |
The parse tree. |
ExitGranted_by_(Granted_by_Context)
void ExitGranted_by_(PostgreSQLParser.Granted_by_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Granted_by_Context |
The parse tree. |
EnterAlterdefaultprivilegesstmt(AlterdefaultprivilegesstmtContext)
void EnterAlterdefaultprivilegesstmt(PostgreSQLParser.AlterdefaultprivilegesstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterdefaultprivilegesstmtContext |
The parse tree. |
ExitAlterdefaultprivilegesstmt(AlterdefaultprivilegesstmtContext)
void ExitAlterdefaultprivilegesstmt(PostgreSQLParser.AlterdefaultprivilegesstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterdefaultprivilegesstmtContext |
The parse tree. |
EnterDefacloptionlist(DefacloptionlistContext)
void EnterDefacloptionlist(PostgreSQLParser.DefacloptionlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefacloptionlistContext |
The parse tree. |
ExitDefacloptionlist(DefacloptionlistContext)
void ExitDefacloptionlist(PostgreSQLParser.DefacloptionlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefacloptionlistContext |
The parse tree. |
EnterDefacloption(DefacloptionContext)
void EnterDefacloption(PostgreSQLParser.DefacloptionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefacloptionContext |
The parse tree. |
ExitDefacloption(DefacloptionContext)
void ExitDefacloption(PostgreSQLParser.DefacloptionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefacloptionContext |
The parse tree. |
EnterDefaclaction(DefaclactionContext)
void EnterDefaclaction(PostgreSQLParser.DefaclactionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefaclactionContext |
The parse tree. |
ExitDefaclaction(DefaclactionContext)
void ExitDefaclaction(PostgreSQLParser.DefaclactionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DefaclactionContext |
The parse tree. |
EnterDefacl_privilege_target(Defacl_privilege_targetContext)
void EnterDefacl_privilege_target(PostgreSQLParser.Defacl_privilege_targetContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Defacl_privilege_targetContext |
The parse tree. |
ExitDefacl_privilege_target(Defacl_privilege_targetContext)
void ExitDefacl_privilege_target(PostgreSQLParser.Defacl_privilege_targetContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Defacl_privilege_targetContext |
The parse tree. |
EnterIndexstmt(IndexstmtContext)
void EnterIndexstmt(PostgreSQLParser.IndexstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
IndexstmtContext |
The parse tree. |
ExitIndexstmt(IndexstmtContext)
void ExitIndexstmt(PostgreSQLParser.IndexstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
IndexstmtContext |
The parse tree. |
EnterUnique_(Unique_Context)
void EnterUnique_(PostgreSQLParser.Unique_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Unique_Context |
The parse tree. |
ExitUnique_(Unique_Context)
void ExitUnique_(PostgreSQLParser.Unique_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Unique_Context |
The parse tree. |
EnterNulls_distinct(Nulls_distinctContext)
void EnterNulls_distinct(PostgreSQLParser.Nulls_distinctContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nulls_distinctContext |
The parse tree. |
ExitNulls_distinct(Nulls_distinctContext)
void ExitNulls_distinct(PostgreSQLParser.Nulls_distinctContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nulls_distinctContext |
The parse tree. |
EnterSingle_name_(Single_name_Context)
void EnterSingle_name_(PostgreSQLParser.Single_name_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Single_name_Context |
The parse tree. |
ExitSingle_name_(Single_name_Context)
void ExitSingle_name_(PostgreSQLParser.Single_name_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Single_name_Context |
The parse tree. |
EnterConcurrently_(Concurrently_Context)
void EnterConcurrently_(PostgreSQLParser.Concurrently_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Concurrently_Context |
The parse tree. |
ExitConcurrently_(Concurrently_Context)
void ExitConcurrently_(PostgreSQLParser.Concurrently_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Concurrently_Context |
The parse tree. |
EnterIndex_name_(Index_name_Context)
void EnterIndex_name_(PostgreSQLParser.Index_name_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_name_Context |
The parse tree. |
ExitIndex_name_(Index_name_Context)
void ExitIndex_name_(PostgreSQLParser.Index_name_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_name_Context |
The parse tree. |
EnterAccess_method_clause(Access_method_clauseContext)
void EnterAccess_method_clause(PostgreSQLParser.Access_method_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Access_method_clauseContext |
The parse tree. |
ExitAccess_method_clause(Access_method_clauseContext)
void ExitAccess_method_clause(PostgreSQLParser.Access_method_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Access_method_clauseContext |
The parse tree. |
EnterIndex_params(Index_paramsContext)
void EnterIndex_params(PostgreSQLParser.Index_paramsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_paramsContext |
The parse tree. |
ExitIndex_params(Index_paramsContext)
void ExitIndex_params(PostgreSQLParser.Index_paramsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_paramsContext |
The parse tree. |
EnterIndex_elem_options(Index_elem_optionsContext)
void EnterIndex_elem_options(PostgreSQLParser.Index_elem_optionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_elem_optionsContext |
The parse tree. |
ExitIndex_elem_options(Index_elem_optionsContext)
void ExitIndex_elem_options(PostgreSQLParser.Index_elem_optionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_elem_optionsContext |
The parse tree. |
EnterIndex_elem(Index_elemContext)
void EnterIndex_elem(PostgreSQLParser.Index_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_elemContext |
The parse tree. |
ExitIndex_elem(Index_elemContext)
void ExitIndex_elem(PostgreSQLParser.Index_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_elemContext |
The parse tree. |
EnterInclude_(Include_Context)
void EnterInclude_(PostgreSQLParser.Include_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Include_Context |
The parse tree. |
ExitInclude_(Include_Context)
void ExitInclude_(PostgreSQLParser.Include_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Include_Context |
The parse tree. |
EnterIndex_including_params(Index_including_paramsContext)
void EnterIndex_including_params(PostgreSQLParser.Index_including_paramsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_including_paramsContext |
The parse tree. |
ExitIndex_including_params(Index_including_paramsContext)
void ExitIndex_including_params(PostgreSQLParser.Index_including_paramsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Index_including_paramsContext |
The parse tree. |
EnterCollate_(Collate_Context)
void EnterCollate_(PostgreSQLParser.Collate_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Collate_Context |
The parse tree. |
ExitCollate_(Collate_Context)
void ExitCollate_(PostgreSQLParser.Collate_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Collate_Context |
The parse tree. |
EnterClass_(Class_Context)
void EnterClass_(PostgreSQLParser.Class_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Class_Context |
The parse tree. |
ExitClass_(Class_Context)
void ExitClass_(PostgreSQLParser.Class_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Class_Context |
The parse tree. |
EnterAsc_desc_(Asc_desc_Context)
void EnterAsc_desc_(PostgreSQLParser.Asc_desc_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Asc_desc_Context |
The parse tree. |
ExitAsc_desc_(Asc_desc_Context)
void ExitAsc_desc_(PostgreSQLParser.Asc_desc_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Asc_desc_Context |
The parse tree. |
EnterNulls_order_(Nulls_order_Context)
void EnterNulls_order_(PostgreSQLParser.Nulls_order_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nulls_order_Context |
The parse tree. |
ExitNulls_order_(Nulls_order_Context)
void ExitNulls_order_(PostgreSQLParser.Nulls_order_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nulls_order_Context |
The parse tree. |
EnterCreatefunctionstmt(CreatefunctionstmtContext)
void EnterCreatefunctionstmt(PostgreSQLParser.CreatefunctionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatefunctionstmtContext |
The parse tree. |
ExitCreatefunctionstmt(CreatefunctionstmtContext)
void ExitCreatefunctionstmt(PostgreSQLParser.CreatefunctionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatefunctionstmtContext |
The parse tree. |
EnterOr_replace_(Or_replace_Context)
void EnterOr_replace_(PostgreSQLParser.Or_replace_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Or_replace_Context |
The parse tree. |
ExitOr_replace_(Or_replace_Context)
void ExitOr_replace_(PostgreSQLParser.Or_replace_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Or_replace_Context |
The parse tree. |
EnterFunc_args(Func_argsContext)
void EnterFunc_args(PostgreSQLParser.Func_argsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_argsContext |
The parse tree. |
ExitFunc_args(Func_argsContext)
void ExitFunc_args(PostgreSQLParser.Func_argsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_argsContext |
The parse tree. |
EnterFunc_args_list(Func_args_listContext)
void EnterFunc_args_list(PostgreSQLParser.Func_args_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_args_listContext |
The parse tree. |
ExitFunc_args_list(Func_args_listContext)
void ExitFunc_args_list(PostgreSQLParser.Func_args_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_args_listContext |
The parse tree. |
EnterFunction_with_argtypes_list(Function_with_argtypes_listContext)
void EnterFunction_with_argtypes_list(PostgreSQLParser.Function_with_argtypes_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Function_with_argtypes_listContext |
The parse tree. |
ExitFunction_with_argtypes_list(Function_with_argtypes_listContext)
void ExitFunction_with_argtypes_list(PostgreSQLParser.Function_with_argtypes_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Function_with_argtypes_listContext |
The parse tree. |
EnterFunction_with_argtypes(Function_with_argtypesContext)
void EnterFunction_with_argtypes(PostgreSQLParser.Function_with_argtypesContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Function_with_argtypesContext |
The parse tree. |
ExitFunction_with_argtypes(Function_with_argtypesContext)
void ExitFunction_with_argtypes(PostgreSQLParser.Function_with_argtypesContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Function_with_argtypesContext |
The parse tree. |
EnterFunc_args_with_defaults(Func_args_with_defaultsContext)
void EnterFunc_args_with_defaults(PostgreSQLParser.Func_args_with_defaultsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_args_with_defaultsContext |
The parse tree. |
ExitFunc_args_with_defaults(Func_args_with_defaultsContext)
void ExitFunc_args_with_defaults(PostgreSQLParser.Func_args_with_defaultsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_args_with_defaultsContext |
The parse tree. |
EnterFunc_args_with_defaults_list(Func_args_with_defaults_listContext)
void EnterFunc_args_with_defaults_list(PostgreSQLParser.Func_args_with_defaults_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_args_with_defaults_listContext |
The parse tree. |
ExitFunc_args_with_defaults_list(Func_args_with_defaults_listContext)
void ExitFunc_args_with_defaults_list(PostgreSQLParser.Func_args_with_defaults_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_args_with_defaults_listContext |
The parse tree. |
EnterFunc_arg(Func_argContext)
void EnterFunc_arg(PostgreSQLParser.Func_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_argContext |
The parse tree. |
ExitFunc_arg(Func_argContext)
void ExitFunc_arg(PostgreSQLParser.Func_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_argContext |
The parse tree. |
EnterArg_class(Arg_classContext)
void EnterArg_class(PostgreSQLParser.Arg_classContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Arg_classContext |
The parse tree. |
ExitArg_class(Arg_classContext)
void ExitArg_class(PostgreSQLParser.Arg_classContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Arg_classContext |
The parse tree. |
EnterParam_name(Param_nameContext)
void EnterParam_name(PostgreSQLParser.Param_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Param_nameContext |
The parse tree. |
ExitParam_name(Param_nameContext)
void ExitParam_name(PostgreSQLParser.Param_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Param_nameContext |
The parse tree. |
EnterFunc_return(Func_returnContext)
void EnterFunc_return(PostgreSQLParser.Func_returnContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_returnContext |
The parse tree. |
ExitFunc_return(Func_returnContext)
void ExitFunc_return(PostgreSQLParser.Func_returnContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_returnContext |
The parse tree. |
EnterFunc_type(Func_typeContext)
void EnterFunc_type(PostgreSQLParser.Func_typeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_typeContext |
The parse tree. |
ExitFunc_type(Func_typeContext)
void ExitFunc_type(PostgreSQLParser.Func_typeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_typeContext |
The parse tree. |
EnterFunc_arg_with_default(Func_arg_with_defaultContext)
void EnterFunc_arg_with_default(PostgreSQLParser.Func_arg_with_defaultContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_arg_with_defaultContext |
The parse tree. |
ExitFunc_arg_with_default(Func_arg_with_defaultContext)
void ExitFunc_arg_with_default(PostgreSQLParser.Func_arg_with_defaultContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_arg_with_defaultContext |
The parse tree. |
EnterAggr_arg(Aggr_argContext)
void EnterAggr_arg(PostgreSQLParser.Aggr_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggr_argContext |
The parse tree. |
ExitAggr_arg(Aggr_argContext)
void ExitAggr_arg(PostgreSQLParser.Aggr_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggr_argContext |
The parse tree. |
EnterAggr_args(Aggr_argsContext)
void EnterAggr_args(PostgreSQLParser.Aggr_argsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggr_argsContext |
The parse tree. |
ExitAggr_args(Aggr_argsContext)
void ExitAggr_args(PostgreSQLParser.Aggr_argsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggr_argsContext |
The parse tree. |
EnterAggr_args_list(Aggr_args_listContext)
void EnterAggr_args_list(PostgreSQLParser.Aggr_args_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggr_args_listContext |
The parse tree. |
ExitAggr_args_list(Aggr_args_listContext)
void ExitAggr_args_list(PostgreSQLParser.Aggr_args_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggr_args_listContext |
The parse tree. |
EnterAggregate_with_argtypes(Aggregate_with_argtypesContext)
void EnterAggregate_with_argtypes(PostgreSQLParser.Aggregate_with_argtypesContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggregate_with_argtypesContext |
The parse tree. |
ExitAggregate_with_argtypes(Aggregate_with_argtypesContext)
void ExitAggregate_with_argtypes(PostgreSQLParser.Aggregate_with_argtypesContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggregate_with_argtypesContext |
The parse tree. |
EnterAggregate_with_argtypes_list(Aggregate_with_argtypes_listContext)
void EnterAggregate_with_argtypes_list(PostgreSQLParser.Aggregate_with_argtypes_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggregate_with_argtypes_listContext |
The parse tree. |
ExitAggregate_with_argtypes_list(Aggregate_with_argtypes_listContext)
void ExitAggregate_with_argtypes_list(PostgreSQLParser.Aggregate_with_argtypes_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Aggregate_with_argtypes_listContext |
The parse tree. |
EnterCreatefunc_opt_list(Createfunc_opt_listContext)
void EnterCreatefunc_opt_list(PostgreSQLParser.Createfunc_opt_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createfunc_opt_listContext |
The parse tree. |
ExitCreatefunc_opt_list(Createfunc_opt_listContext)
void ExitCreatefunc_opt_list(PostgreSQLParser.Createfunc_opt_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createfunc_opt_listContext |
The parse tree. |
EnterCommon_func_opt_item(Common_func_opt_itemContext)
void EnterCommon_func_opt_item(PostgreSQLParser.Common_func_opt_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Common_func_opt_itemContext |
The parse tree. |
ExitCommon_func_opt_item(Common_func_opt_itemContext)
void ExitCommon_func_opt_item(PostgreSQLParser.Common_func_opt_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Common_func_opt_itemContext |
The parse tree. |
EnterCreatefunc_opt_item(Createfunc_opt_itemContext)
void EnterCreatefunc_opt_item(PostgreSQLParser.Createfunc_opt_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createfunc_opt_itemContext |
The parse tree. |
ExitCreatefunc_opt_item(Createfunc_opt_itemContext)
void ExitCreatefunc_opt_item(PostgreSQLParser.Createfunc_opt_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createfunc_opt_itemContext |
The parse tree. |
EnterFunc_as(Func_asContext)
void EnterFunc_as(PostgreSQLParser.Func_asContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_asContext |
The parse tree. |
ExitFunc_as(Func_asContext)
void ExitFunc_as(PostgreSQLParser.Func_asContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_asContext |
The parse tree. |
EnterTransform_type_list(Transform_type_listContext)
void EnterTransform_type_list(PostgreSQLParser.Transform_type_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transform_type_listContext |
The parse tree. |
ExitTransform_type_list(Transform_type_listContext)
void ExitTransform_type_list(PostgreSQLParser.Transform_type_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transform_type_listContext |
The parse tree. |
EnterDefinition_(Definition_Context)
void EnterDefinition_(PostgreSQLParser.Definition_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Definition_Context |
The parse tree. |
ExitDefinition_(Definition_Context)
void ExitDefinition_(PostgreSQLParser.Definition_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Definition_Context |
The parse tree. |
EnterTable_func_column(Table_func_columnContext)
void EnterTable_func_column(PostgreSQLParser.Table_func_columnContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_func_columnContext |
The parse tree. |
ExitTable_func_column(Table_func_columnContext)
void ExitTable_func_column(PostgreSQLParser.Table_func_columnContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_func_columnContext |
The parse tree. |
EnterTable_func_column_list(Table_func_column_listContext)
void EnterTable_func_column_list(PostgreSQLParser.Table_func_column_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_func_column_listContext |
The parse tree. |
ExitTable_func_column_list(Table_func_column_listContext)
void ExitTable_func_column_list(PostgreSQLParser.Table_func_column_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_func_column_listContext |
The parse tree. |
EnterAlterfunctionstmt(AlterfunctionstmtContext)
void EnterAlterfunctionstmt(PostgreSQLParser.AlterfunctionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterfunctionstmtContext |
The parse tree. |
ExitAlterfunctionstmt(AlterfunctionstmtContext)
void ExitAlterfunctionstmt(PostgreSQLParser.AlterfunctionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterfunctionstmtContext |
The parse tree. |
EnterAlterfunc_opt_list(Alterfunc_opt_listContext)
void EnterAlterfunc_opt_list(PostgreSQLParser.Alterfunc_opt_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alterfunc_opt_listContext |
The parse tree. |
ExitAlterfunc_opt_list(Alterfunc_opt_listContext)
void ExitAlterfunc_opt_list(PostgreSQLParser.Alterfunc_opt_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alterfunc_opt_listContext |
The parse tree. |
EnterRestrict_(Restrict_Context)
void EnterRestrict_(PostgreSQLParser.Restrict_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Restrict_Context |
The parse tree. |
ExitRestrict_(Restrict_Context)
void ExitRestrict_(PostgreSQLParser.Restrict_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Restrict_Context |
The parse tree. |
EnterRemovefuncstmt(RemovefuncstmtContext)
void EnterRemovefuncstmt(PostgreSQLParser.RemovefuncstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RemovefuncstmtContext |
The parse tree. |
ExitRemovefuncstmt(RemovefuncstmtContext)
void ExitRemovefuncstmt(PostgreSQLParser.RemovefuncstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RemovefuncstmtContext |
The parse tree. |
EnterRemoveaggrstmt(RemoveaggrstmtContext)
void EnterRemoveaggrstmt(PostgreSQLParser.RemoveaggrstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RemoveaggrstmtContext |
The parse tree. |
ExitRemoveaggrstmt(RemoveaggrstmtContext)
void ExitRemoveaggrstmt(PostgreSQLParser.RemoveaggrstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RemoveaggrstmtContext |
The parse tree. |
EnterRemoveoperstmt(RemoveoperstmtContext)
void EnterRemoveoperstmt(PostgreSQLParser.RemoveoperstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RemoveoperstmtContext |
The parse tree. |
ExitRemoveoperstmt(RemoveoperstmtContext)
void ExitRemoveoperstmt(PostgreSQLParser.RemoveoperstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RemoveoperstmtContext |
The parse tree. |
EnterOper_argtypes(Oper_argtypesContext)
void EnterOper_argtypes(PostgreSQLParser.Oper_argtypesContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Oper_argtypesContext |
The parse tree. |
ExitOper_argtypes(Oper_argtypesContext)
void ExitOper_argtypes(PostgreSQLParser.Oper_argtypesContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Oper_argtypesContext |
The parse tree. |
EnterAny_operator(Any_operatorContext)
void EnterAny_operator(PostgreSQLParser.Any_operatorContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_operatorContext |
The parse tree. |
ExitAny_operator(Any_operatorContext)
void ExitAny_operator(PostgreSQLParser.Any_operatorContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_operatorContext |
The parse tree. |
EnterOperator_with_argtypes_list(Operator_with_argtypes_listContext)
void EnterOperator_with_argtypes_list(PostgreSQLParser.Operator_with_argtypes_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_with_argtypes_listContext |
The parse tree. |
ExitOperator_with_argtypes_list(Operator_with_argtypes_listContext)
void ExitOperator_with_argtypes_list(PostgreSQLParser.Operator_with_argtypes_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_with_argtypes_listContext |
The parse tree. |
EnterOperator_with_argtypes(Operator_with_argtypesContext)
void EnterOperator_with_argtypes(PostgreSQLParser.Operator_with_argtypesContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_with_argtypesContext |
The parse tree. |
ExitOperator_with_argtypes(Operator_with_argtypesContext)
void ExitOperator_with_argtypes(PostgreSQLParser.Operator_with_argtypesContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_with_argtypesContext |
The parse tree. |
EnterDostmt(DostmtContext)
void EnterDostmt(PostgreSQLParser.DostmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DostmtContext |
The parse tree. |
ExitDostmt(DostmtContext)
void ExitDostmt(PostgreSQLParser.DostmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DostmtContext |
The parse tree. |
EnterDostmt_opt_list(Dostmt_opt_listContext)
void EnterDostmt_opt_list(PostgreSQLParser.Dostmt_opt_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Dostmt_opt_listContext |
The parse tree. |
ExitDostmt_opt_list(Dostmt_opt_listContext)
void ExitDostmt_opt_list(PostgreSQLParser.Dostmt_opt_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Dostmt_opt_listContext |
The parse tree. |
EnterDostmt_opt_item(Dostmt_opt_itemContext)
void EnterDostmt_opt_item(PostgreSQLParser.Dostmt_opt_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Dostmt_opt_itemContext |
The parse tree. |
ExitDostmt_opt_item(Dostmt_opt_itemContext)
void ExitDostmt_opt_item(PostgreSQLParser.Dostmt_opt_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Dostmt_opt_itemContext |
The parse tree. |
EnterCreatecaststmt(CreatecaststmtContext)
void EnterCreatecaststmt(PostgreSQLParser.CreatecaststmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatecaststmtContext |
The parse tree. |
ExitCreatecaststmt(CreatecaststmtContext)
void ExitCreatecaststmt(PostgreSQLParser.CreatecaststmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatecaststmtContext |
The parse tree. |
EnterCast_context(Cast_contextContext)
void EnterCast_context(PostgreSQLParser.Cast_contextContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cast_contextContext |
The parse tree. |
ExitCast_context(Cast_contextContext)
void ExitCast_context(PostgreSQLParser.Cast_contextContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cast_contextContext |
The parse tree. |
EnterDropcaststmt(DropcaststmtContext)
void EnterDropcaststmt(PostgreSQLParser.DropcaststmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropcaststmtContext |
The parse tree. |
ExitDropcaststmt(DropcaststmtContext)
void ExitDropcaststmt(PostgreSQLParser.DropcaststmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropcaststmtContext |
The parse tree. |
EnterIf_exists_(If_exists_Context)
void EnterIf_exists_(PostgreSQLParser.If_exists_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
If_exists_Context |
The parse tree. |
ExitIf_exists_(If_exists_Context)
void ExitIf_exists_(PostgreSQLParser.If_exists_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
If_exists_Context |
The parse tree. |
EnterCreatetransformstmt(CreatetransformstmtContext)
void EnterCreatetransformstmt(PostgreSQLParser.CreatetransformstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatetransformstmtContext |
The parse tree. |
ExitCreatetransformstmt(CreatetransformstmtContext)
void ExitCreatetransformstmt(PostgreSQLParser.CreatetransformstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatetransformstmtContext |
The parse tree. |
EnterTransform_element_list(Transform_element_listContext)
void EnterTransform_element_list(PostgreSQLParser.Transform_element_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transform_element_listContext |
The parse tree. |
ExitTransform_element_list(Transform_element_listContext)
void ExitTransform_element_list(PostgreSQLParser.Transform_element_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transform_element_listContext |
The parse tree. |
EnterDroptransformstmt(DroptransformstmtContext)
void EnterDroptransformstmt(PostgreSQLParser.DroptransformstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DroptransformstmtContext |
The parse tree. |
ExitDroptransformstmt(DroptransformstmtContext)
void ExitDroptransformstmt(PostgreSQLParser.DroptransformstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DroptransformstmtContext |
The parse tree. |
EnterReindexstmt(ReindexstmtContext)
void EnterReindexstmt(PostgreSQLParser.ReindexstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ReindexstmtContext |
The parse tree. |
ExitReindexstmt(ReindexstmtContext)
void ExitReindexstmt(PostgreSQLParser.ReindexstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ReindexstmtContext |
The parse tree. |
EnterReindex_target_relation(Reindex_target_relationContext)
void EnterReindex_target_relation(PostgreSQLParser.Reindex_target_relationContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reindex_target_relationContext |
The parse tree. |
ExitReindex_target_relation(Reindex_target_relationContext)
void ExitReindex_target_relation(PostgreSQLParser.Reindex_target_relationContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reindex_target_relationContext |
The parse tree. |
EnterReindex_target_all(Reindex_target_allContext)
void EnterReindex_target_all(PostgreSQLParser.Reindex_target_allContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reindex_target_allContext |
The parse tree. |
ExitReindex_target_all(Reindex_target_allContext)
void ExitReindex_target_all(PostgreSQLParser.Reindex_target_allContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reindex_target_allContext |
The parse tree. |
EnterReindex_option_list(Reindex_option_listContext)
void EnterReindex_option_list(PostgreSQLParser.Reindex_option_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reindex_option_listContext |
The parse tree. |
ExitReindex_option_list(Reindex_option_listContext)
void ExitReindex_option_list(PostgreSQLParser.Reindex_option_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reindex_option_listContext |
The parse tree. |
EnterAltertblspcstmt(AltertblspcstmtContext)
void EnterAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertblspcstmtContext |
The parse tree. |
ExitAltertblspcstmt(AltertblspcstmtContext)
void ExitAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertblspcstmtContext |
The parse tree. |
EnterRenamestmt(RenamestmtContext)
void EnterRenamestmt(PostgreSQLParser.RenamestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RenamestmtContext |
The parse tree. |
ExitRenamestmt(RenamestmtContext)
void ExitRenamestmt(PostgreSQLParser.RenamestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RenamestmtContext |
The parse tree. |
EnterColumn_(Column_Context)
void EnterColumn_(PostgreSQLParser.Column_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_Context |
The parse tree. |
ExitColumn_(Column_Context)
void ExitColumn_(PostgreSQLParser.Column_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Column_Context |
The parse tree. |
EnterSet_data_(Set_data_Context)
void EnterSet_data_(PostgreSQLParser.Set_data_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_data_Context |
The parse tree. |
ExitSet_data_(Set_data_Context)
void ExitSet_data_(PostgreSQLParser.Set_data_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_data_Context |
The parse tree. |
EnterAlterobjectdependsstmt(AlterobjectdependsstmtContext)
void EnterAlterobjectdependsstmt(PostgreSQLParser.AlterobjectdependsstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterobjectdependsstmtContext |
The parse tree. |
ExitAlterobjectdependsstmt(AlterobjectdependsstmtContext)
void ExitAlterobjectdependsstmt(PostgreSQLParser.AlterobjectdependsstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterobjectdependsstmtContext |
The parse tree. |
EnterNo_(No_Context)
void EnterNo_(PostgreSQLParser.No_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
No_Context |
The parse tree. |
ExitNo_(No_Context)
void ExitNo_(PostgreSQLParser.No_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
No_Context |
The parse tree. |
EnterAlterobjectschemastmt(AlterobjectschemastmtContext)
void EnterAlterobjectschemastmt(PostgreSQLParser.AlterobjectschemastmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterobjectschemastmtContext |
The parse tree. |
ExitAlterobjectschemastmt(AlterobjectschemastmtContext)
void ExitAlterobjectschemastmt(PostgreSQLParser.AlterobjectschemastmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterobjectschemastmtContext |
The parse tree. |
EnterAlteroperatorstmt(AlteroperatorstmtContext)
void EnterAlteroperatorstmt(PostgreSQLParser.AlteroperatorstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlteroperatorstmtContext |
The parse tree. |
ExitAlteroperatorstmt(AlteroperatorstmtContext)
void ExitAlteroperatorstmt(PostgreSQLParser.AlteroperatorstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlteroperatorstmtContext |
The parse tree. |
EnterOperator_def_list(Operator_def_listContext)
void EnterOperator_def_list(PostgreSQLParser.Operator_def_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_def_listContext |
The parse tree. |
ExitOperator_def_list(Operator_def_listContext)
void ExitOperator_def_list(PostgreSQLParser.Operator_def_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_def_listContext |
The parse tree. |
EnterOperator_def_elem(Operator_def_elemContext)
void EnterOperator_def_elem(PostgreSQLParser.Operator_def_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_def_elemContext |
The parse tree. |
ExitOperator_def_elem(Operator_def_elemContext)
void ExitOperator_def_elem(PostgreSQLParser.Operator_def_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_def_elemContext |
The parse tree. |
EnterOperator_def_arg(Operator_def_argContext)
void EnterOperator_def_arg(PostgreSQLParser.Operator_def_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_def_argContext |
The parse tree. |
ExitOperator_def_arg(Operator_def_argContext)
void ExitOperator_def_arg(PostgreSQLParser.Operator_def_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Operator_def_argContext |
The parse tree. |
EnterAltertypestmt(AltertypestmtContext)
void EnterAltertypestmt(PostgreSQLParser.AltertypestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertypestmtContext |
The parse tree. |
ExitAltertypestmt(AltertypestmtContext)
void ExitAltertypestmt(PostgreSQLParser.AltertypestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertypestmtContext |
The parse tree. |
EnterAlterownerstmt(AlterownerstmtContext)
void EnterAlterownerstmt(PostgreSQLParser.AlterownerstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterownerstmtContext |
The parse tree. |
ExitAlterownerstmt(AlterownerstmtContext)
void ExitAlterownerstmt(PostgreSQLParser.AlterownerstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterownerstmtContext |
The parse tree. |
EnterCreatepublicationstmt(CreatepublicationstmtContext)
void EnterCreatepublicationstmt(PostgreSQLParser.CreatepublicationstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatepublicationstmtContext |
The parse tree. |
ExitCreatepublicationstmt(CreatepublicationstmtContext)
void ExitCreatepublicationstmt(PostgreSQLParser.CreatepublicationstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatepublicationstmtContext |
The parse tree. |
EnterPublication_for_tables_(Publication_for_tables_Context)
void EnterPublication_for_tables_(PostgreSQLParser.Publication_for_tables_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Publication_for_tables_Context |
The parse tree. |
ExitPublication_for_tables_(Publication_for_tables_Context)
void ExitPublication_for_tables_(PostgreSQLParser.Publication_for_tables_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Publication_for_tables_Context |
The parse tree. |
EnterPublication_for_tables(Publication_for_tablesContext)
void EnterPublication_for_tables(PostgreSQLParser.Publication_for_tablesContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Publication_for_tablesContext |
The parse tree. |
ExitPublication_for_tables(Publication_for_tablesContext)
void ExitPublication_for_tables(PostgreSQLParser.Publication_for_tablesContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Publication_for_tablesContext |
The parse tree. |
EnterAlterpublicationstmt(AlterpublicationstmtContext)
void EnterAlterpublicationstmt(PostgreSQLParser.AlterpublicationstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterpublicationstmtContext |
The parse tree. |
ExitAlterpublicationstmt(AlterpublicationstmtContext)
void ExitAlterpublicationstmt(PostgreSQLParser.AlterpublicationstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterpublicationstmtContext |
The parse tree. |
EnterCreatesubscriptionstmt(CreatesubscriptionstmtContext)
void EnterCreatesubscriptionstmt(PostgreSQLParser.CreatesubscriptionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatesubscriptionstmtContext |
The parse tree. |
ExitCreatesubscriptionstmt(CreatesubscriptionstmtContext)
void ExitCreatesubscriptionstmt(PostgreSQLParser.CreatesubscriptionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatesubscriptionstmtContext |
The parse tree. |
EnterPublication_name_list(Publication_name_listContext)
void EnterPublication_name_list(PostgreSQLParser.Publication_name_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Publication_name_listContext |
The parse tree. |
ExitPublication_name_list(Publication_name_listContext)
void ExitPublication_name_list(PostgreSQLParser.Publication_name_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Publication_name_listContext |
The parse tree. |
EnterPublication_name_item(Publication_name_itemContext)
void EnterPublication_name_item(PostgreSQLParser.Publication_name_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Publication_name_itemContext |
The parse tree. |
ExitPublication_name_item(Publication_name_itemContext)
void ExitPublication_name_item(PostgreSQLParser.Publication_name_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Publication_name_itemContext |
The parse tree. |
EnterAltersubscriptionstmt(AltersubscriptionstmtContext)
void EnterAltersubscriptionstmt(PostgreSQLParser.AltersubscriptionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltersubscriptionstmtContext |
The parse tree. |
ExitAltersubscriptionstmt(AltersubscriptionstmtContext)
void ExitAltersubscriptionstmt(PostgreSQLParser.AltersubscriptionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltersubscriptionstmtContext |
The parse tree. |
EnterDropsubscriptionstmt(DropsubscriptionstmtContext)
void EnterDropsubscriptionstmt(PostgreSQLParser.DropsubscriptionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropsubscriptionstmtContext |
The parse tree. |
ExitDropsubscriptionstmt(DropsubscriptionstmtContext)
void ExitDropsubscriptionstmt(PostgreSQLParser.DropsubscriptionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropsubscriptionstmtContext |
The parse tree. |
EnterRulestmt(RulestmtContext)
void EnterRulestmt(PostgreSQLParser.RulestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RulestmtContext |
The parse tree. |
ExitRulestmt(RulestmtContext)
void ExitRulestmt(PostgreSQLParser.RulestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RulestmtContext |
The parse tree. |
EnterRuleactionlist(RuleactionlistContext)
void EnterRuleactionlist(PostgreSQLParser.RuleactionlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RuleactionlistContext |
The parse tree. |
ExitRuleactionlist(RuleactionlistContext)
void ExitRuleactionlist(PostgreSQLParser.RuleactionlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RuleactionlistContext |
The parse tree. |
EnterRuleactionmulti(RuleactionmultiContext)
void EnterRuleactionmulti(PostgreSQLParser.RuleactionmultiContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RuleactionmultiContext |
The parse tree. |
ExitRuleactionmulti(RuleactionmultiContext)
void ExitRuleactionmulti(PostgreSQLParser.RuleactionmultiContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RuleactionmultiContext |
The parse tree. |
EnterRuleactionstmt(RuleactionstmtContext)
void EnterRuleactionstmt(PostgreSQLParser.RuleactionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RuleactionstmtContext |
The parse tree. |
ExitRuleactionstmt(RuleactionstmtContext)
void ExitRuleactionstmt(PostgreSQLParser.RuleactionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RuleactionstmtContext |
The parse tree. |
EnterRuleactionstmtOrEmpty(RuleactionstmtOrEmptyContext)
void EnterRuleactionstmtOrEmpty(PostgreSQLParser.RuleactionstmtOrEmptyContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RuleactionstmtOrEmptyContext |
The parse tree. |
ExitRuleactionstmtOrEmpty(RuleactionstmtOrEmptyContext)
void ExitRuleactionstmtOrEmpty(PostgreSQLParser.RuleactionstmtOrEmptyContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RuleactionstmtOrEmptyContext |
The parse tree. |
EnterEvent(EventContext)
void EnterEvent(PostgreSQLParser.EventContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
EventContext |
The parse tree. |
ExitEvent(EventContext)
void ExitEvent(PostgreSQLParser.EventContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
EventContext |
The parse tree. |
EnterInstead_(Instead_Context)
void EnterInstead_(PostgreSQLParser.Instead_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Instead_Context |
The parse tree. |
ExitInstead_(Instead_Context)
void ExitInstead_(PostgreSQLParser.Instead_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Instead_Context |
The parse tree. |
EnterNotifystmt(NotifystmtContext)
void EnterNotifystmt(PostgreSQLParser.NotifystmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NotifystmtContext |
The parse tree. |
ExitNotifystmt(NotifystmtContext)
void ExitNotifystmt(PostgreSQLParser.NotifystmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NotifystmtContext |
The parse tree. |
EnterNotify_payload(Notify_payloadContext)
void EnterNotify_payload(PostgreSQLParser.Notify_payloadContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Notify_payloadContext |
The parse tree. |
ExitNotify_payload(Notify_payloadContext)
void ExitNotify_payload(PostgreSQLParser.Notify_payloadContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Notify_payloadContext |
The parse tree. |
EnterListenstmt(ListenstmtContext)
void EnterListenstmt(PostgreSQLParser.ListenstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ListenstmtContext |
The parse tree. |
ExitListenstmt(ListenstmtContext)
void ExitListenstmt(PostgreSQLParser.ListenstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ListenstmtContext |
The parse tree. |
EnterUnlistenstmt(UnlistenstmtContext)
void EnterUnlistenstmt(PostgreSQLParser.UnlistenstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
UnlistenstmtContext |
The parse tree. |
ExitUnlistenstmt(UnlistenstmtContext)
void ExitUnlistenstmt(PostgreSQLParser.UnlistenstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
UnlistenstmtContext |
The parse tree. |
EnterTransactionstmt(TransactionstmtContext)
void EnterTransactionstmt(PostgreSQLParser.TransactionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TransactionstmtContext |
The parse tree. |
ExitTransactionstmt(TransactionstmtContext)
void ExitTransactionstmt(PostgreSQLParser.TransactionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TransactionstmtContext |
The parse tree. |
EnterTransaction_(Transaction_Context)
void EnterTransaction_(PostgreSQLParser.Transaction_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_Context |
The parse tree. |
ExitTransaction_(Transaction_Context)
void ExitTransaction_(PostgreSQLParser.Transaction_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_Context |
The parse tree. |
EnterTransaction_mode_item(Transaction_mode_itemContext)
void EnterTransaction_mode_item(PostgreSQLParser.Transaction_mode_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_mode_itemContext |
The parse tree. |
ExitTransaction_mode_item(Transaction_mode_itemContext)
void ExitTransaction_mode_item(PostgreSQLParser.Transaction_mode_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_mode_itemContext |
The parse tree. |
EnterTransaction_mode_list(Transaction_mode_listContext)
void EnterTransaction_mode_list(PostgreSQLParser.Transaction_mode_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_mode_listContext |
The parse tree. |
ExitTransaction_mode_list(Transaction_mode_listContext)
void ExitTransaction_mode_list(PostgreSQLParser.Transaction_mode_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_mode_listContext |
The parse tree. |
EnterTransaction_mode_list_or_empty(Transaction_mode_list_or_emptyContext)
void EnterTransaction_mode_list_or_empty(PostgreSQLParser.Transaction_mode_list_or_emptyContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_mode_list_or_emptyContext |
The parse tree. |
ExitTransaction_mode_list_or_empty(Transaction_mode_list_or_emptyContext)
void ExitTransaction_mode_list_or_empty(PostgreSQLParser.Transaction_mode_list_or_emptyContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_mode_list_or_emptyContext |
The parse tree. |
EnterTransaction_chain_(Transaction_chain_Context)
void EnterTransaction_chain_(PostgreSQLParser.Transaction_chain_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_chain_Context |
The parse tree. |
ExitTransaction_chain_(Transaction_chain_Context)
void ExitTransaction_chain_(PostgreSQLParser.Transaction_chain_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Transaction_chain_Context |
The parse tree. |
EnterViewstmt(ViewstmtContext)
void EnterViewstmt(PostgreSQLParser.ViewstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ViewstmtContext |
The parse tree. |
ExitViewstmt(ViewstmtContext)
void ExitViewstmt(PostgreSQLParser.ViewstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ViewstmtContext |
The parse tree. |
EnterCheck_option_(Check_option_Context)
void EnterCheck_option_(PostgreSQLParser.Check_option_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Check_option_Context |
The parse tree. |
ExitCheck_option_(Check_option_Context)
void ExitCheck_option_(PostgreSQLParser.Check_option_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Check_option_Context |
The parse tree. |
EnterLoadstmt(LoadstmtContext)
void EnterLoadstmt(PostgreSQLParser.LoadstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
LoadstmtContext |
The parse tree. |
ExitLoadstmt(LoadstmtContext)
void ExitLoadstmt(PostgreSQLParser.LoadstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
LoadstmtContext |
The parse tree. |
EnterCreatedbstmt(CreatedbstmtContext)
void EnterCreatedbstmt(PostgreSQLParser.CreatedbstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatedbstmtContext |
The parse tree. |
ExitCreatedbstmt(CreatedbstmtContext)
void ExitCreatedbstmt(PostgreSQLParser.CreatedbstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatedbstmtContext |
The parse tree. |
EnterCreatedb_opt_list(Createdb_opt_listContext)
void EnterCreatedb_opt_list(PostgreSQLParser.Createdb_opt_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createdb_opt_listContext |
The parse tree. |
ExitCreatedb_opt_list(Createdb_opt_listContext)
void ExitCreatedb_opt_list(PostgreSQLParser.Createdb_opt_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createdb_opt_listContext |
The parse tree. |
EnterCreatedb_opt_items(Createdb_opt_itemsContext)
void EnterCreatedb_opt_items(PostgreSQLParser.Createdb_opt_itemsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createdb_opt_itemsContext |
The parse tree. |
ExitCreatedb_opt_items(Createdb_opt_itemsContext)
void ExitCreatedb_opt_items(PostgreSQLParser.Createdb_opt_itemsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createdb_opt_itemsContext |
The parse tree. |
EnterCreatedb_opt_item(Createdb_opt_itemContext)
void EnterCreatedb_opt_item(PostgreSQLParser.Createdb_opt_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createdb_opt_itemContext |
The parse tree. |
ExitCreatedb_opt_item(Createdb_opt_itemContext)
void ExitCreatedb_opt_item(PostgreSQLParser.Createdb_opt_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createdb_opt_itemContext |
The parse tree. |
EnterCreatedb_opt_name(Createdb_opt_nameContext)
void EnterCreatedb_opt_name(PostgreSQLParser.Createdb_opt_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createdb_opt_nameContext |
The parse tree. |
ExitCreatedb_opt_name(Createdb_opt_nameContext)
void ExitCreatedb_opt_name(PostgreSQLParser.Createdb_opt_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Createdb_opt_nameContext |
The parse tree. |
EnterEqual_(Equal_Context)
void EnterEqual_(PostgreSQLParser.Equal_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Equal_Context |
The parse tree. |
ExitEqual_(Equal_Context)
void ExitEqual_(PostgreSQLParser.Equal_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Equal_Context |
The parse tree. |
EnterAlterdatabasestmt(AlterdatabasestmtContext)
void EnterAlterdatabasestmt(PostgreSQLParser.AlterdatabasestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterdatabasestmtContext |
The parse tree. |
ExitAlterdatabasestmt(AlterdatabasestmtContext)
void ExitAlterdatabasestmt(PostgreSQLParser.AlterdatabasestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterdatabasestmtContext |
The parse tree. |
EnterAlterdatabasesetstmt(AlterdatabasesetstmtContext)
void EnterAlterdatabasesetstmt(PostgreSQLParser.AlterdatabasesetstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterdatabasesetstmtContext |
The parse tree. |
ExitAlterdatabasesetstmt(AlterdatabasesetstmtContext)
void ExitAlterdatabasesetstmt(PostgreSQLParser.AlterdatabasesetstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterdatabasesetstmtContext |
The parse tree. |
EnterDropdbstmt(DropdbstmtContext)
void EnterDropdbstmt(PostgreSQLParser.DropdbstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropdbstmtContext |
The parse tree. |
ExitDropdbstmt(DropdbstmtContext)
void ExitDropdbstmt(PostgreSQLParser.DropdbstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DropdbstmtContext |
The parse tree. |
EnterDrop_option_list(Drop_option_listContext)
void EnterDrop_option_list(PostgreSQLParser.Drop_option_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_option_listContext |
The parse tree. |
ExitDrop_option_list(Drop_option_listContext)
void ExitDrop_option_list(PostgreSQLParser.Drop_option_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_option_listContext |
The parse tree. |
EnterDrop_option(Drop_optionContext)
void EnterDrop_option(PostgreSQLParser.Drop_optionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_optionContext |
The parse tree. |
ExitDrop_option(Drop_optionContext)
void ExitDrop_option(PostgreSQLParser.Drop_optionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Drop_optionContext |
The parse tree. |
EnterAltercollationstmt(AltercollationstmtContext)
void EnterAltercollationstmt(PostgreSQLParser.AltercollationstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltercollationstmtContext |
The parse tree. |
ExitAltercollationstmt(AltercollationstmtContext)
void ExitAltercollationstmt(PostgreSQLParser.AltercollationstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltercollationstmtContext |
The parse tree. |
EnterAltersystemstmt(AltersystemstmtContext)
void EnterAltersystemstmt(PostgreSQLParser.AltersystemstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltersystemstmtContext |
The parse tree. |
ExitAltersystemstmt(AltersystemstmtContext)
void ExitAltersystemstmt(PostgreSQLParser.AltersystemstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltersystemstmtContext |
The parse tree. |
EnterCreatedomainstmt(CreatedomainstmtContext)
void EnterCreatedomainstmt(PostgreSQLParser.CreatedomainstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatedomainstmtContext |
The parse tree. |
ExitCreatedomainstmt(CreatedomainstmtContext)
void ExitCreatedomainstmt(PostgreSQLParser.CreatedomainstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreatedomainstmtContext |
The parse tree. |
EnterAlterdomainstmt(AlterdomainstmtContext)
void EnterAlterdomainstmt(PostgreSQLParser.AlterdomainstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterdomainstmtContext |
The parse tree. |
ExitAlterdomainstmt(AlterdomainstmtContext)
void ExitAlterdomainstmt(PostgreSQLParser.AlterdomainstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AlterdomainstmtContext |
The parse tree. |
EnterAs_(As_Context)
void EnterAs_(PostgreSQLParser.As_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
As_Context |
The parse tree. |
ExitAs_(As_Context)
void ExitAs_(PostgreSQLParser.As_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
As_Context |
The parse tree. |
EnterAltertsdictionarystmt(AltertsdictionarystmtContext)
void EnterAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertsdictionarystmtContext |
The parse tree. |
ExitAltertsdictionarystmt(AltertsdictionarystmtContext)
void ExitAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertsdictionarystmtContext |
The parse tree. |
EnterAltertsconfigurationstmt(AltertsconfigurationstmtContext)
void EnterAltertsconfigurationstmt(PostgreSQLParser.AltertsconfigurationstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertsconfigurationstmtContext |
The parse tree. |
ExitAltertsconfigurationstmt(AltertsconfigurationstmtContext)
void ExitAltertsconfigurationstmt(PostgreSQLParser.AltertsconfigurationstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AltertsconfigurationstmtContext |
The parse tree. |
EnterAny_with(Any_withContext)
void EnterAny_with(PostgreSQLParser.Any_withContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_withContext |
The parse tree. |
ExitAny_with(Any_withContext)
void ExitAny_with(PostgreSQLParser.Any_withContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_withContext |
The parse tree. |
EnterCreateconversionstmt(CreateconversionstmtContext)
void EnterCreateconversionstmt(PostgreSQLParser.CreateconversionstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateconversionstmtContext |
The parse tree. |
ExitCreateconversionstmt(CreateconversionstmtContext)
void ExitCreateconversionstmt(PostgreSQLParser.CreateconversionstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CreateconversionstmtContext |
The parse tree. |
EnterClusterstmt(ClusterstmtContext)
void EnterClusterstmt(PostgreSQLParser.ClusterstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ClusterstmtContext |
The parse tree. |
ExitClusterstmt(ClusterstmtContext)
void ExitClusterstmt(PostgreSQLParser.ClusterstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ClusterstmtContext |
The parse tree. |
EnterCluster_index_specification(Cluster_index_specificationContext)
void EnterCluster_index_specification(PostgreSQLParser.Cluster_index_specificationContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cluster_index_specificationContext |
The parse tree. |
ExitCluster_index_specification(Cluster_index_specificationContext)
void ExitCluster_index_specification(PostgreSQLParser.Cluster_index_specificationContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cluster_index_specificationContext |
The parse tree. |
EnterVacuumstmt(VacuumstmtContext)
void EnterVacuumstmt(PostgreSQLParser.VacuumstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
VacuumstmtContext |
The parse tree. |
ExitVacuumstmt(VacuumstmtContext)
void ExitVacuumstmt(PostgreSQLParser.VacuumstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
VacuumstmtContext |
The parse tree. |
EnterAnalyzestmt(AnalyzestmtContext)
void EnterAnalyzestmt(PostgreSQLParser.AnalyzestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AnalyzestmtContext |
The parse tree. |
ExitAnalyzestmt(AnalyzestmtContext)
void ExitAnalyzestmt(PostgreSQLParser.AnalyzestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AnalyzestmtContext |
The parse tree. |
EnterUtility_option_list(Utility_option_listContext)
void EnterUtility_option_list(PostgreSQLParser.Utility_option_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Utility_option_listContext |
The parse tree. |
ExitUtility_option_list(Utility_option_listContext)
void ExitUtility_option_list(PostgreSQLParser.Utility_option_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Utility_option_listContext |
The parse tree. |
EnterVac_analyze_option_list(Vac_analyze_option_listContext)
void EnterVac_analyze_option_list(PostgreSQLParser.Vac_analyze_option_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vac_analyze_option_listContext |
The parse tree. |
ExitVac_analyze_option_list(Vac_analyze_option_listContext)
void ExitVac_analyze_option_list(PostgreSQLParser.Vac_analyze_option_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vac_analyze_option_listContext |
The parse tree. |
EnterAnalyze_keyword(Analyze_keywordContext)
void EnterAnalyze_keyword(PostgreSQLParser.Analyze_keywordContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Analyze_keywordContext |
The parse tree. |
ExitAnalyze_keyword(Analyze_keywordContext)
void ExitAnalyze_keyword(PostgreSQLParser.Analyze_keywordContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Analyze_keywordContext |
The parse tree. |
EnterUtility_option_elem(Utility_option_elemContext)
void EnterUtility_option_elem(PostgreSQLParser.Utility_option_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Utility_option_elemContext |
The parse tree. |
ExitUtility_option_elem(Utility_option_elemContext)
void ExitUtility_option_elem(PostgreSQLParser.Utility_option_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Utility_option_elemContext |
The parse tree. |
EnterUtility_option_name(Utility_option_nameContext)
void EnterUtility_option_name(PostgreSQLParser.Utility_option_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Utility_option_nameContext |
The parse tree. |
ExitUtility_option_name(Utility_option_nameContext)
void ExitUtility_option_name(PostgreSQLParser.Utility_option_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Utility_option_nameContext |
The parse tree. |
EnterUtility_option_arg(Utility_option_argContext)
void EnterUtility_option_arg(PostgreSQLParser.Utility_option_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Utility_option_argContext |
The parse tree. |
ExitUtility_option_arg(Utility_option_argContext)
void ExitUtility_option_arg(PostgreSQLParser.Utility_option_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Utility_option_argContext |
The parse tree. |
EnterVac_analyze_option_elem(Vac_analyze_option_elemContext)
void EnterVac_analyze_option_elem(PostgreSQLParser.Vac_analyze_option_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vac_analyze_option_elemContext |
The parse tree. |
ExitVac_analyze_option_elem(Vac_analyze_option_elemContext)
void ExitVac_analyze_option_elem(PostgreSQLParser.Vac_analyze_option_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vac_analyze_option_elemContext |
The parse tree. |
EnterVac_analyze_option_name(Vac_analyze_option_nameContext)
void EnterVac_analyze_option_name(PostgreSQLParser.Vac_analyze_option_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vac_analyze_option_nameContext |
The parse tree. |
ExitVac_analyze_option_name(Vac_analyze_option_nameContext)
void ExitVac_analyze_option_name(PostgreSQLParser.Vac_analyze_option_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vac_analyze_option_nameContext |
The parse tree. |
EnterVac_analyze_option_arg(Vac_analyze_option_argContext)
void EnterVac_analyze_option_arg(PostgreSQLParser.Vac_analyze_option_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vac_analyze_option_argContext |
The parse tree. |
ExitVac_analyze_option_arg(Vac_analyze_option_argContext)
void ExitVac_analyze_option_arg(PostgreSQLParser.Vac_analyze_option_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vac_analyze_option_argContext |
The parse tree. |
EnterAnalyze_(Analyze_Context)
void EnterAnalyze_(PostgreSQLParser.Analyze_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Analyze_Context |
The parse tree. |
ExitAnalyze_(Analyze_Context)
void ExitAnalyze_(PostgreSQLParser.Analyze_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Analyze_Context |
The parse tree. |
EnterVerbose_(Verbose_Context)
void EnterVerbose_(PostgreSQLParser.Verbose_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Verbose_Context |
The parse tree. |
ExitVerbose_(Verbose_Context)
void ExitVerbose_(PostgreSQLParser.Verbose_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Verbose_Context |
The parse tree. |
EnterFull_(Full_Context)
void EnterFull_(PostgreSQLParser.Full_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Full_Context |
The parse tree. |
ExitFull_(Full_Context)
void ExitFull_(PostgreSQLParser.Full_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Full_Context |
The parse tree. |
EnterFreeze_(Freeze_Context)
void EnterFreeze_(PostgreSQLParser.Freeze_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Freeze_Context |
The parse tree. |
ExitFreeze_(Freeze_Context)
void ExitFreeze_(PostgreSQLParser.Freeze_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Freeze_Context |
The parse tree. |
EnterName_list_(Name_list_Context)
void EnterName_list_(PostgreSQLParser.Name_list_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Name_list_Context |
The parse tree. |
ExitName_list_(Name_list_Context)
void ExitName_list_(PostgreSQLParser.Name_list_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Name_list_Context |
The parse tree. |
EnterVacuum_relation(Vacuum_relationContext)
void EnterVacuum_relation(PostgreSQLParser.Vacuum_relationContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vacuum_relationContext |
The parse tree. |
ExitVacuum_relation(Vacuum_relationContext)
void ExitVacuum_relation(PostgreSQLParser.Vacuum_relationContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vacuum_relationContext |
The parse tree. |
EnterVacuum_relation_list(Vacuum_relation_listContext)
void EnterVacuum_relation_list(PostgreSQLParser.Vacuum_relation_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vacuum_relation_listContext |
The parse tree. |
ExitVacuum_relation_list(Vacuum_relation_listContext)
void ExitVacuum_relation_list(PostgreSQLParser.Vacuum_relation_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vacuum_relation_listContext |
The parse tree. |
EnterVacuum_relation_list_(Vacuum_relation_list_Context)
void EnterVacuum_relation_list_(PostgreSQLParser.Vacuum_relation_list_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vacuum_relation_list_Context |
The parse tree. |
ExitVacuum_relation_list_(Vacuum_relation_list_Context)
void ExitVacuum_relation_list_(PostgreSQLParser.Vacuum_relation_list_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Vacuum_relation_list_Context |
The parse tree. |
EnterExplainstmt(ExplainstmtContext)
void EnterExplainstmt(PostgreSQLParser.ExplainstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExplainstmtContext |
The parse tree. |
ExitExplainstmt(ExplainstmtContext)
void ExitExplainstmt(PostgreSQLParser.ExplainstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExplainstmtContext |
The parse tree. |
EnterExplainablestmt(ExplainablestmtContext)
void EnterExplainablestmt(PostgreSQLParser.ExplainablestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExplainablestmtContext |
The parse tree. |
ExitExplainablestmt(ExplainablestmtContext)
void ExitExplainablestmt(PostgreSQLParser.ExplainablestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExplainablestmtContext |
The parse tree. |
EnterExplain_option_list(Explain_option_listContext)
void EnterExplain_option_list(PostgreSQLParser.Explain_option_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explain_option_listContext |
The parse tree. |
ExitExplain_option_list(Explain_option_listContext)
void ExitExplain_option_list(PostgreSQLParser.Explain_option_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explain_option_listContext |
The parse tree. |
EnterExplain_option_elem(Explain_option_elemContext)
void EnterExplain_option_elem(PostgreSQLParser.Explain_option_elemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explain_option_elemContext |
The parse tree. |
ExitExplain_option_elem(Explain_option_elemContext)
void ExitExplain_option_elem(PostgreSQLParser.Explain_option_elemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explain_option_elemContext |
The parse tree. |
EnterExplain_option_name(Explain_option_nameContext)
void EnterExplain_option_name(PostgreSQLParser.Explain_option_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explain_option_nameContext |
The parse tree. |
ExitExplain_option_name(Explain_option_nameContext)
void ExitExplain_option_name(PostgreSQLParser.Explain_option_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explain_option_nameContext |
The parse tree. |
EnterExplain_option_arg(Explain_option_argContext)
void EnterExplain_option_arg(PostgreSQLParser.Explain_option_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explain_option_argContext |
The parse tree. |
ExitExplain_option_arg(Explain_option_argContext)
void ExitExplain_option_arg(PostgreSQLParser.Explain_option_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explain_option_argContext |
The parse tree. |
EnterPreparestmt(PreparestmtContext)
void EnterPreparestmt(PostgreSQLParser.PreparestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PreparestmtContext |
The parse tree. |
ExitPreparestmt(PreparestmtContext)
void ExitPreparestmt(PostgreSQLParser.PreparestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PreparestmtContext |
The parse tree. |
EnterPrep_type_clause(Prep_type_clauseContext)
void EnterPrep_type_clause(PostgreSQLParser.Prep_type_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Prep_type_clauseContext |
The parse tree. |
ExitPrep_type_clause(Prep_type_clauseContext)
void ExitPrep_type_clause(PostgreSQLParser.Prep_type_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Prep_type_clauseContext |
The parse tree. |
EnterPreparablestmt(PreparablestmtContext)
void EnterPreparablestmt(PostgreSQLParser.PreparablestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PreparablestmtContext |
The parse tree. |
ExitPreparablestmt(PreparablestmtContext)
void ExitPreparablestmt(PostgreSQLParser.PreparablestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PreparablestmtContext |
The parse tree. |
EnterExecutestmt(ExecutestmtContext)
void EnterExecutestmt(PostgreSQLParser.ExecutestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExecutestmtContext |
The parse tree. |
ExitExecutestmt(ExecutestmtContext)
void ExitExecutestmt(PostgreSQLParser.ExecutestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ExecutestmtContext |
The parse tree. |
EnterExecute_param_clause(Execute_param_clauseContext)
void EnterExecute_param_clause(PostgreSQLParser.Execute_param_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Execute_param_clauseContext |
The parse tree. |
ExitExecute_param_clause(Execute_param_clauseContext)
void ExitExecute_param_clause(PostgreSQLParser.Execute_param_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Execute_param_clauseContext |
The parse tree. |
EnterDeallocatestmt(DeallocatestmtContext)
void EnterDeallocatestmt(PostgreSQLParser.DeallocatestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DeallocatestmtContext |
The parse tree. |
ExitDeallocatestmt(DeallocatestmtContext)
void ExitDeallocatestmt(PostgreSQLParser.DeallocatestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DeallocatestmtContext |
The parse tree. |
EnterInsertstmt(InsertstmtContext)
void EnterInsertstmt(PostgreSQLParser.InsertstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
InsertstmtContext |
The parse tree. |
ExitInsertstmt(InsertstmtContext)
void ExitInsertstmt(PostgreSQLParser.InsertstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
InsertstmtContext |
The parse tree. |
EnterInsert_target(Insert_targetContext)
void EnterInsert_target(PostgreSQLParser.Insert_targetContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_targetContext |
The parse tree. |
ExitInsert_target(Insert_targetContext)
void ExitInsert_target(PostgreSQLParser.Insert_targetContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_targetContext |
The parse tree. |
EnterInsert_rest(Insert_restContext)
void EnterInsert_rest(PostgreSQLParser.Insert_restContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_restContext |
The parse tree. |
ExitInsert_rest(Insert_restContext)
void ExitInsert_rest(PostgreSQLParser.Insert_restContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_restContext |
The parse tree. |
EnterOverride_kind(Override_kindContext)
void EnterOverride_kind(PostgreSQLParser.Override_kindContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Override_kindContext |
The parse tree. |
ExitOverride_kind(Override_kindContext)
void ExitOverride_kind(PostgreSQLParser.Override_kindContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Override_kindContext |
The parse tree. |
EnterInsert_column_list(Insert_column_listContext)
void EnterInsert_column_list(PostgreSQLParser.Insert_column_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_column_listContext |
The parse tree. |
ExitInsert_column_list(Insert_column_listContext)
void ExitInsert_column_list(PostgreSQLParser.Insert_column_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_column_listContext |
The parse tree. |
EnterInsert_column_item(Insert_column_itemContext)
void EnterInsert_column_item(PostgreSQLParser.Insert_column_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_column_itemContext |
The parse tree. |
ExitInsert_column_item(Insert_column_itemContext)
void ExitInsert_column_item(PostgreSQLParser.Insert_column_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Insert_column_itemContext |
The parse tree. |
EnterOn_conflict_(On_conflict_Context)
void EnterOn_conflict_(PostgreSQLParser.On_conflict_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
On_conflict_Context |
The parse tree. |
ExitOn_conflict_(On_conflict_Context)
void ExitOn_conflict_(PostgreSQLParser.On_conflict_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
On_conflict_Context |
The parse tree. |
EnterConf_expr_(Conf_expr_Context)
void EnterConf_expr_(PostgreSQLParser.Conf_expr_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Conf_expr_Context |
The parse tree. |
ExitConf_expr_(Conf_expr_Context)
void ExitConf_expr_(PostgreSQLParser.Conf_expr_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Conf_expr_Context |
The parse tree. |
EnterReturning_clause(Returning_clauseContext)
void EnterReturning_clause(PostgreSQLParser.Returning_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Returning_clauseContext |
The parse tree. |
ExitReturning_clause(Returning_clauseContext)
void ExitReturning_clause(PostgreSQLParser.Returning_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Returning_clauseContext |
The parse tree. |
EnterMergestmt(MergestmtContext)
void EnterMergestmt(PostgreSQLParser.MergestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
MergestmtContext |
The parse tree. |
ExitMergestmt(MergestmtContext)
void ExitMergestmt(PostgreSQLParser.MergestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
MergestmtContext |
The parse tree. |
EnterMerge_insert_clause(Merge_insert_clauseContext)
void EnterMerge_insert_clause(PostgreSQLParser.Merge_insert_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Merge_insert_clauseContext |
The parse tree. |
ExitMerge_insert_clause(Merge_insert_clauseContext)
void ExitMerge_insert_clause(PostgreSQLParser.Merge_insert_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Merge_insert_clauseContext |
The parse tree. |
EnterMerge_update_clause(Merge_update_clauseContext)
void EnterMerge_update_clause(PostgreSQLParser.Merge_update_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Merge_update_clauseContext |
The parse tree. |
ExitMerge_update_clause(Merge_update_clauseContext)
void ExitMerge_update_clause(PostgreSQLParser.Merge_update_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Merge_update_clauseContext |
The parse tree. |
EnterMerge_delete_clause(Merge_delete_clauseContext)
void EnterMerge_delete_clause(PostgreSQLParser.Merge_delete_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Merge_delete_clauseContext |
The parse tree. |
ExitMerge_delete_clause(Merge_delete_clauseContext)
void ExitMerge_delete_clause(PostgreSQLParser.Merge_delete_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Merge_delete_clauseContext |
The parse tree. |
EnterDeletestmt(DeletestmtContext)
void EnterDeletestmt(PostgreSQLParser.DeletestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DeletestmtContext |
The parse tree. |
ExitDeletestmt(DeletestmtContext)
void ExitDeletestmt(PostgreSQLParser.DeletestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DeletestmtContext |
The parse tree. |
EnterUsing_clause(Using_clauseContext)
void EnterUsing_clause(PostgreSQLParser.Using_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Using_clauseContext |
The parse tree. |
ExitUsing_clause(Using_clauseContext)
void ExitUsing_clause(PostgreSQLParser.Using_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Using_clauseContext |
The parse tree. |
EnterLockstmt(LockstmtContext)
void EnterLockstmt(PostgreSQLParser.LockstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
LockstmtContext |
The parse tree. |
ExitLockstmt(LockstmtContext)
void ExitLockstmt(PostgreSQLParser.LockstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
LockstmtContext |
The parse tree. |
EnterLock_(Lock_Context)
void EnterLock_(PostgreSQLParser.Lock_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Lock_Context |
The parse tree. |
ExitLock_(Lock_Context)
void ExitLock_(PostgreSQLParser.Lock_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Lock_Context |
The parse tree. |
EnterLock_type(Lock_typeContext)
void EnterLock_type(PostgreSQLParser.Lock_typeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Lock_typeContext |
The parse tree. |
ExitLock_type(Lock_typeContext)
void ExitLock_type(PostgreSQLParser.Lock_typeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Lock_typeContext |
The parse tree. |
EnterNowait_(Nowait_Context)
void EnterNowait_(PostgreSQLParser.Nowait_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nowait_Context |
The parse tree. |
ExitNowait_(Nowait_Context)
void ExitNowait_(PostgreSQLParser.Nowait_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nowait_Context |
The parse tree. |
EnterNowait_or_skip_(Nowait_or_skip_Context)
void EnterNowait_or_skip_(PostgreSQLParser.Nowait_or_skip_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nowait_or_skip_Context |
The parse tree. |
ExitNowait_or_skip_(Nowait_or_skip_Context)
void ExitNowait_or_skip_(PostgreSQLParser.Nowait_or_skip_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Nowait_or_skip_Context |
The parse tree. |
EnterUpdatestmt(UpdatestmtContext)
void EnterUpdatestmt(PostgreSQLParser.UpdatestmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
UpdatestmtContext |
The parse tree. |
ExitUpdatestmt(UpdatestmtContext)
void ExitUpdatestmt(PostgreSQLParser.UpdatestmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
UpdatestmtContext |
The parse tree. |
EnterSet_clause_list(Set_clause_listContext)
void EnterSet_clause_list(PostgreSQLParser.Set_clause_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_clause_listContext |
The parse tree. |
ExitSet_clause_list(Set_clause_listContext)
void ExitSet_clause_list(PostgreSQLParser.Set_clause_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_clause_listContext |
The parse tree. |
EnterSet_clause(Set_clauseContext)
void EnterSet_clause(PostgreSQLParser.Set_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_clauseContext |
The parse tree. |
ExitSet_clause(Set_clauseContext)
void ExitSet_clause(PostgreSQLParser.Set_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_clauseContext |
The parse tree. |
EnterSet_target(Set_targetContext)
void EnterSet_target(PostgreSQLParser.Set_targetContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_targetContext |
The parse tree. |
ExitSet_target(Set_targetContext)
void ExitSet_target(PostgreSQLParser.Set_targetContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_targetContext |
The parse tree. |
EnterSet_target_list(Set_target_listContext)
void EnterSet_target_list(PostgreSQLParser.Set_target_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_target_listContext |
The parse tree. |
ExitSet_target_list(Set_target_listContext)
void ExitSet_target_list(PostgreSQLParser.Set_target_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Set_target_listContext |
The parse tree. |
EnterDeclarecursorstmt(DeclarecursorstmtContext)
void EnterDeclarecursorstmt(PostgreSQLParser.DeclarecursorstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DeclarecursorstmtContext |
The parse tree. |
ExitDeclarecursorstmt(DeclarecursorstmtContext)
void ExitDeclarecursorstmt(PostgreSQLParser.DeclarecursorstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
DeclarecursorstmtContext |
The parse tree. |
EnterCursor_name(Cursor_nameContext)
void EnterCursor_name(PostgreSQLParser.Cursor_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cursor_nameContext |
The parse tree. |
ExitCursor_name(Cursor_nameContext)
void ExitCursor_name(PostgreSQLParser.Cursor_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cursor_nameContext |
The parse tree. |
EnterCursor_options(Cursor_optionsContext)
void EnterCursor_options(PostgreSQLParser.Cursor_optionsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cursor_optionsContext |
The parse tree. |
ExitCursor_options(Cursor_optionsContext)
void ExitCursor_options(PostgreSQLParser.Cursor_optionsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cursor_optionsContext |
The parse tree. |
EnterHold_(Hold_Context)
void EnterHold_(PostgreSQLParser.Hold_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Hold_Context |
The parse tree. |
ExitHold_(Hold_Context)
void ExitHold_(PostgreSQLParser.Hold_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Hold_Context |
The parse tree. |
EnterSelectstmt(SelectstmtContext)
void EnterSelectstmt(PostgreSQLParser.SelectstmtContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SelectstmtContext |
The parse tree. |
ExitSelectstmt(SelectstmtContext)
void ExitSelectstmt(PostgreSQLParser.SelectstmtContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SelectstmtContext |
The parse tree. |
EnterSelect_with_parens(Select_with_parensContext)
void EnterSelect_with_parens(PostgreSQLParser.Select_with_parensContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_with_parensContext |
The parse tree. |
ExitSelect_with_parens(Select_with_parensContext)
void ExitSelect_with_parens(PostgreSQLParser.Select_with_parensContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_with_parensContext |
The parse tree. |
EnterSelect_no_parens(Select_no_parensContext)
void EnterSelect_no_parens(PostgreSQLParser.Select_no_parensContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_no_parensContext |
The parse tree. |
ExitSelect_no_parens(Select_no_parensContext)
void ExitSelect_no_parens(PostgreSQLParser.Select_no_parensContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_no_parensContext |
The parse tree. |
EnterSelect_clause(Select_clauseContext)
void EnterSelect_clause(PostgreSQLParser.Select_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_clauseContext |
The parse tree. |
ExitSelect_clause(Select_clauseContext)
void ExitSelect_clause(PostgreSQLParser.Select_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_clauseContext |
The parse tree. |
EnterSimple_select_intersect(Simple_select_intersectContext)
void EnterSimple_select_intersect(PostgreSQLParser.Simple_select_intersectContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_select_intersectContext |
The parse tree. |
ExitSimple_select_intersect(Simple_select_intersectContext)
void ExitSimple_select_intersect(PostgreSQLParser.Simple_select_intersectContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_select_intersectContext |
The parse tree. |
EnterSimple_select_pramary(Simple_select_pramaryContext)
void EnterSimple_select_pramary(PostgreSQLParser.Simple_select_pramaryContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_select_pramaryContext |
The parse tree. |
ExitSimple_select_pramary(Simple_select_pramaryContext)
void ExitSimple_select_pramary(PostgreSQLParser.Simple_select_pramaryContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Simple_select_pramaryContext |
The parse tree. |
EnterWith_clause(With_clauseContext)
void EnterWith_clause(PostgreSQLParser.With_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_clauseContext |
The parse tree. |
ExitWith_clause(With_clauseContext)
void ExitWith_clause(PostgreSQLParser.With_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_clauseContext |
The parse tree. |
EnterCte_list(Cte_listContext)
void EnterCte_list(PostgreSQLParser.Cte_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cte_listContext |
The parse tree. |
ExitCte_list(Cte_listContext)
void ExitCte_list(PostgreSQLParser.Cte_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cte_listContext |
The parse tree. |
EnterCommon_table_expr(Common_table_exprContext)
void EnterCommon_table_expr(PostgreSQLParser.Common_table_exprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Common_table_exprContext |
The parse tree. |
ExitCommon_table_expr(Common_table_exprContext)
void ExitCommon_table_expr(PostgreSQLParser.Common_table_exprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Common_table_exprContext |
The parse tree. |
EnterMaterialized_(Materialized_Context)
void EnterMaterialized_(PostgreSQLParser.Materialized_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Materialized_Context |
The parse tree. |
ExitMaterialized_(Materialized_Context)
void ExitMaterialized_(PostgreSQLParser.Materialized_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Materialized_Context |
The parse tree. |
EnterWith_clause_(With_clause_Context)
void EnterWith_clause_(PostgreSQLParser.With_clause_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_clause_Context |
The parse tree. |
ExitWith_clause_(With_clause_Context)
void ExitWith_clause_(PostgreSQLParser.With_clause_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
With_clause_Context |
The parse tree. |
EnterInto_clause(Into_clauseContext)
void EnterInto_clause(PostgreSQLParser.Into_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Into_clauseContext |
The parse tree. |
ExitInto_clause(Into_clauseContext)
void ExitInto_clause(PostgreSQLParser.Into_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Into_clauseContext |
The parse tree. |
EnterStrict_(Strict_Context)
void EnterStrict_(PostgreSQLParser.Strict_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Strict_Context |
The parse tree. |
ExitStrict_(Strict_Context)
void ExitStrict_(PostgreSQLParser.Strict_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Strict_Context |
The parse tree. |
EnterOpttempTableName(OpttempTableNameContext)
void EnterOpttempTableName(PostgreSQLParser.OpttempTableNameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttempTableNameContext |
The parse tree. |
ExitOpttempTableName(OpttempTableNameContext)
void ExitOpttempTableName(PostgreSQLParser.OpttempTableNameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttempTableNameContext |
The parse tree. |
EnterTable_(Table_Context)
void EnterTable_(PostgreSQLParser.Table_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_Context |
The parse tree. |
ExitTable_(Table_Context)
void ExitTable_(PostgreSQLParser.Table_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_Context |
The parse tree. |
EnterAll_or_distinct(All_or_distinctContext)
void EnterAll_or_distinct(PostgreSQLParser.All_or_distinctContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
All_or_distinctContext |
The parse tree. |
ExitAll_or_distinct(All_or_distinctContext)
void ExitAll_or_distinct(PostgreSQLParser.All_or_distinctContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
All_or_distinctContext |
The parse tree. |
EnterDistinct_clause(Distinct_clauseContext)
void EnterDistinct_clause(PostgreSQLParser.Distinct_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Distinct_clauseContext |
The parse tree. |
ExitDistinct_clause(Distinct_clauseContext)
void ExitDistinct_clause(PostgreSQLParser.Distinct_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Distinct_clauseContext |
The parse tree. |
EnterAll_clause_(All_clause_Context)
void EnterAll_clause_(PostgreSQLParser.All_clause_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
All_clause_Context |
The parse tree. |
ExitAll_clause_(All_clause_Context)
void ExitAll_clause_(PostgreSQLParser.All_clause_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
All_clause_Context |
The parse tree. |
EnterSort_clause_(Sort_clause_Context)
void EnterSort_clause_(PostgreSQLParser.Sort_clause_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sort_clause_Context |
The parse tree. |
ExitSort_clause_(Sort_clause_Context)
void ExitSort_clause_(PostgreSQLParser.Sort_clause_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sort_clause_Context |
The parse tree. |
EnterSort_clause(Sort_clauseContext)
void EnterSort_clause(PostgreSQLParser.Sort_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sort_clauseContext |
The parse tree. |
ExitSort_clause(Sort_clauseContext)
void ExitSort_clause(PostgreSQLParser.Sort_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sort_clauseContext |
The parse tree. |
EnterSortby_list(Sortby_listContext)
void EnterSortby_list(PostgreSQLParser.Sortby_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sortby_listContext |
The parse tree. |
ExitSortby_list(Sortby_listContext)
void ExitSortby_list(PostgreSQLParser.Sortby_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sortby_listContext |
The parse tree. |
EnterSortby(SortbyContext)
void EnterSortby(PostgreSQLParser.SortbyContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SortbyContext |
The parse tree. |
ExitSortby(SortbyContext)
void ExitSortby(PostgreSQLParser.SortbyContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SortbyContext |
The parse tree. |
EnterSelect_limit(Select_limitContext)
void EnterSelect_limit(PostgreSQLParser.Select_limitContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_limitContext |
The parse tree. |
ExitSelect_limit(Select_limitContext)
void ExitSelect_limit(PostgreSQLParser.Select_limitContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_limitContext |
The parse tree. |
EnterSelect_limit_(Select_limit_Context)
void EnterSelect_limit_(PostgreSQLParser.Select_limit_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_limit_Context |
The parse tree. |
ExitSelect_limit_(Select_limit_Context)
void ExitSelect_limit_(PostgreSQLParser.Select_limit_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_limit_Context |
The parse tree. |
EnterLimit_clause(Limit_clauseContext)
void EnterLimit_clause(PostgreSQLParser.Limit_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Limit_clauseContext |
The parse tree. |
ExitLimit_clause(Limit_clauseContext)
void ExitLimit_clause(PostgreSQLParser.Limit_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Limit_clauseContext |
The parse tree. |
EnterOffset_clause(Offset_clauseContext)
void EnterOffset_clause(PostgreSQLParser.Offset_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Offset_clauseContext |
The parse tree. |
ExitOffset_clause(Offset_clauseContext)
void ExitOffset_clause(PostgreSQLParser.Offset_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Offset_clauseContext |
The parse tree. |
EnterSelect_limit_value(Select_limit_valueContext)
void EnterSelect_limit_value(PostgreSQLParser.Select_limit_valueContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_limit_valueContext |
The parse tree. |
ExitSelect_limit_value(Select_limit_valueContext)
void ExitSelect_limit_value(PostgreSQLParser.Select_limit_valueContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_limit_valueContext |
The parse tree. |
EnterSelect_offset_value(Select_offset_valueContext)
void EnterSelect_offset_value(PostgreSQLParser.Select_offset_valueContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_offset_valueContext |
The parse tree. |
ExitSelect_offset_value(Select_offset_valueContext)
void ExitSelect_offset_value(PostgreSQLParser.Select_offset_valueContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_offset_valueContext |
The parse tree. |
EnterSelect_fetch_first_value(Select_fetch_first_valueContext)
void EnterSelect_fetch_first_value(PostgreSQLParser.Select_fetch_first_valueContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_fetch_first_valueContext |
The parse tree. |
ExitSelect_fetch_first_value(Select_fetch_first_valueContext)
void ExitSelect_fetch_first_value(PostgreSQLParser.Select_fetch_first_valueContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Select_fetch_first_valueContext |
The parse tree. |
EnterI_or_f_const(I_or_f_constContext)
void EnterI_or_f_const(PostgreSQLParser.I_or_f_constContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
I_or_f_constContext |
The parse tree. |
ExitI_or_f_const(I_or_f_constContext)
void ExitI_or_f_const(PostgreSQLParser.I_or_f_constContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
I_or_f_constContext |
The parse tree. |
EnterRow_or_rows(Row_or_rowsContext)
void EnterRow_or_rows(PostgreSQLParser.Row_or_rowsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Row_or_rowsContext |
The parse tree. |
ExitRow_or_rows(Row_or_rowsContext)
void ExitRow_or_rows(PostgreSQLParser.Row_or_rowsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Row_or_rowsContext |
The parse tree. |
EnterFirst_or_next(First_or_nextContext)
void EnterFirst_or_next(PostgreSQLParser.First_or_nextContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
First_or_nextContext |
The parse tree. |
ExitFirst_or_next(First_or_nextContext)
void ExitFirst_or_next(PostgreSQLParser.First_or_nextContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
First_or_nextContext |
The parse tree. |
EnterGroup_clause(Group_clauseContext)
void EnterGroup_clause(PostgreSQLParser.Group_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Group_clauseContext |
The parse tree. |
ExitGroup_clause(Group_clauseContext)
void ExitGroup_clause(PostgreSQLParser.Group_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Group_clauseContext |
The parse tree. |
EnterGroup_by_list(Group_by_listContext)
void EnterGroup_by_list(PostgreSQLParser.Group_by_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Group_by_listContext |
The parse tree. |
ExitGroup_by_list(Group_by_listContext)
void ExitGroup_by_list(PostgreSQLParser.Group_by_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Group_by_listContext |
The parse tree. |
EnterGroup_by_item(Group_by_itemContext)
void EnterGroup_by_item(PostgreSQLParser.Group_by_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Group_by_itemContext |
The parse tree. |
ExitGroup_by_item(Group_by_itemContext)
void ExitGroup_by_item(PostgreSQLParser.Group_by_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Group_by_itemContext |
The parse tree. |
EnterEmpty_grouping_set(Empty_grouping_setContext)
void EnterEmpty_grouping_set(PostgreSQLParser.Empty_grouping_setContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Empty_grouping_setContext |
The parse tree. |
ExitEmpty_grouping_set(Empty_grouping_setContext)
void ExitEmpty_grouping_set(PostgreSQLParser.Empty_grouping_setContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Empty_grouping_setContext |
The parse tree. |
EnterRollup_clause(Rollup_clauseContext)
void EnterRollup_clause(PostgreSQLParser.Rollup_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Rollup_clauseContext |
The parse tree. |
ExitRollup_clause(Rollup_clauseContext)
void ExitRollup_clause(PostgreSQLParser.Rollup_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Rollup_clauseContext |
The parse tree. |
EnterCube_clause(Cube_clauseContext)
void EnterCube_clause(PostgreSQLParser.Cube_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cube_clauseContext |
The parse tree. |
ExitCube_clause(Cube_clauseContext)
void ExitCube_clause(PostgreSQLParser.Cube_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Cube_clauseContext |
The parse tree. |
EnterGrouping_sets_clause(Grouping_sets_clauseContext)
void EnterGrouping_sets_clause(PostgreSQLParser.Grouping_sets_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Grouping_sets_clauseContext |
The parse tree. |
ExitGrouping_sets_clause(Grouping_sets_clauseContext)
void ExitGrouping_sets_clause(PostgreSQLParser.Grouping_sets_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Grouping_sets_clauseContext |
The parse tree. |
EnterHaving_clause(Having_clauseContext)
void EnterHaving_clause(PostgreSQLParser.Having_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Having_clauseContext |
The parse tree. |
ExitHaving_clause(Having_clauseContext)
void ExitHaving_clause(PostgreSQLParser.Having_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Having_clauseContext |
The parse tree. |
EnterFor_locking_clause(For_locking_clauseContext)
void EnterFor_locking_clause(PostgreSQLParser.For_locking_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_clauseContext |
The parse tree. |
ExitFor_locking_clause(For_locking_clauseContext)
void ExitFor_locking_clause(PostgreSQLParser.For_locking_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_clauseContext |
The parse tree. |
EnterFor_locking_clause_(For_locking_clause_Context)
void EnterFor_locking_clause_(PostgreSQLParser.For_locking_clause_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_clause_Context |
The parse tree. |
ExitFor_locking_clause_(For_locking_clause_Context)
void ExitFor_locking_clause_(PostgreSQLParser.For_locking_clause_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_clause_Context |
The parse tree. |
EnterFor_locking_items(For_locking_itemsContext)
void EnterFor_locking_items(PostgreSQLParser.For_locking_itemsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_itemsContext |
The parse tree. |
ExitFor_locking_items(For_locking_itemsContext)
void ExitFor_locking_items(PostgreSQLParser.For_locking_itemsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_itemsContext |
The parse tree. |
EnterFor_locking_item(For_locking_itemContext)
void EnterFor_locking_item(PostgreSQLParser.For_locking_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_itemContext |
The parse tree. |
ExitFor_locking_item(For_locking_itemContext)
void ExitFor_locking_item(PostgreSQLParser.For_locking_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_itemContext |
The parse tree. |
EnterFor_locking_strength(For_locking_strengthContext)
void EnterFor_locking_strength(PostgreSQLParser.For_locking_strengthContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_strengthContext |
The parse tree. |
ExitFor_locking_strength(For_locking_strengthContext)
void ExitFor_locking_strength(PostgreSQLParser.For_locking_strengthContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
For_locking_strengthContext |
The parse tree. |
EnterLocked_rels_list(Locked_rels_listContext)
void EnterLocked_rels_list(PostgreSQLParser.Locked_rels_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Locked_rels_listContext |
The parse tree. |
ExitLocked_rels_list(Locked_rels_listContext)
void ExitLocked_rels_list(PostgreSQLParser.Locked_rels_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Locked_rels_listContext |
The parse tree. |
EnterValues_clause(Values_clauseContext)
void EnterValues_clause(PostgreSQLParser.Values_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Values_clauseContext |
The parse tree. |
ExitValues_clause(Values_clauseContext)
void ExitValues_clause(PostgreSQLParser.Values_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Values_clauseContext |
The parse tree. |
EnterFrom_clause(From_clauseContext)
void EnterFrom_clause(PostgreSQLParser.From_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
From_clauseContext |
The parse tree. |
ExitFrom_clause(From_clauseContext)
void ExitFrom_clause(PostgreSQLParser.From_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
From_clauseContext |
The parse tree. |
EnterFrom_list(From_listContext)
void EnterFrom_list(PostgreSQLParser.From_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
From_listContext |
The parse tree. |
ExitFrom_list(From_listContext)
void ExitFrom_list(PostgreSQLParser.From_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
From_listContext |
The parse tree. |
EnterTable_ref(Table_refContext)
void EnterTable_ref(PostgreSQLParser.Table_refContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_refContext |
The parse tree. |
ExitTable_ref(Table_refContext)
void ExitTable_ref(PostgreSQLParser.Table_refContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Table_refContext |
The parse tree. |
EnterAlias_clause(Alias_clauseContext)
void EnterAlias_clause(PostgreSQLParser.Alias_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alias_clauseContext |
The parse tree. |
ExitAlias_clause(Alias_clauseContext)
void ExitAlias_clause(PostgreSQLParser.Alias_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Alias_clauseContext |
The parse tree. |
EnterFunc_alias_clause(Func_alias_clauseContext)
void EnterFunc_alias_clause(PostgreSQLParser.Func_alias_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_alias_clauseContext |
The parse tree. |
ExitFunc_alias_clause(Func_alias_clauseContext)
void ExitFunc_alias_clause(PostgreSQLParser.Func_alias_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_alias_clauseContext |
The parse tree. |
EnterJoin_type(Join_typeContext)
void EnterJoin_type(PostgreSQLParser.Join_typeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_typeContext |
The parse tree. |
ExitJoin_type(Join_typeContext)
void ExitJoin_type(PostgreSQLParser.Join_typeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_typeContext |
The parse tree. |
EnterJoin_qual(Join_qualContext)
void EnterJoin_qual(PostgreSQLParser.Join_qualContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_qualContext |
The parse tree. |
ExitJoin_qual(Join_qualContext)
void ExitJoin_qual(PostgreSQLParser.Join_qualContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Join_qualContext |
The parse tree. |
EnterRelation_expr(Relation_exprContext)
void EnterRelation_expr(PostgreSQLParser.Relation_exprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Relation_exprContext |
The parse tree. |
ExitRelation_expr(Relation_exprContext)
void ExitRelation_expr(PostgreSQLParser.Relation_exprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Relation_exprContext |
The parse tree. |
EnterRelation_expr_list(Relation_expr_listContext)
void EnterRelation_expr_list(PostgreSQLParser.Relation_expr_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Relation_expr_listContext |
The parse tree. |
ExitRelation_expr_list(Relation_expr_listContext)
void ExitRelation_expr_list(PostgreSQLParser.Relation_expr_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Relation_expr_listContext |
The parse tree. |
EnterRelation_expr_opt_alias(Relation_expr_opt_aliasContext)
void EnterRelation_expr_opt_alias(PostgreSQLParser.Relation_expr_opt_aliasContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Relation_expr_opt_aliasContext |
The parse tree. |
ExitRelation_expr_opt_alias(Relation_expr_opt_aliasContext)
void ExitRelation_expr_opt_alias(PostgreSQLParser.Relation_expr_opt_aliasContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Relation_expr_opt_aliasContext |
The parse tree. |
EnterTablesample_clause(Tablesample_clauseContext)
void EnterTablesample_clause(PostgreSQLParser.Tablesample_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Tablesample_clauseContext |
The parse tree. |
ExitTablesample_clause(Tablesample_clauseContext)
void ExitTablesample_clause(PostgreSQLParser.Tablesample_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Tablesample_clauseContext |
The parse tree. |
EnterRepeatable_clause_(Repeatable_clause_Context)
void EnterRepeatable_clause_(PostgreSQLParser.Repeatable_clause_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Repeatable_clause_Context |
The parse tree. |
ExitRepeatable_clause_(Repeatable_clause_Context)
void ExitRepeatable_clause_(PostgreSQLParser.Repeatable_clause_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Repeatable_clause_Context |
The parse tree. |
EnterFunc_table(Func_tableContext)
void EnterFunc_table(PostgreSQLParser.Func_tableContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_tableContext |
The parse tree. |
ExitFunc_table(Func_tableContext)
void ExitFunc_table(PostgreSQLParser.Func_tableContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_tableContext |
The parse tree. |
EnterRowsfrom_item(Rowsfrom_itemContext)
void EnterRowsfrom_item(PostgreSQLParser.Rowsfrom_itemContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Rowsfrom_itemContext |
The parse tree. |
ExitRowsfrom_item(Rowsfrom_itemContext)
void ExitRowsfrom_item(PostgreSQLParser.Rowsfrom_itemContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Rowsfrom_itemContext |
The parse tree. |
EnterRowsfrom_list(Rowsfrom_listContext)
void EnterRowsfrom_list(PostgreSQLParser.Rowsfrom_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Rowsfrom_listContext |
The parse tree. |
ExitRowsfrom_list(Rowsfrom_listContext)
void ExitRowsfrom_list(PostgreSQLParser.Rowsfrom_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Rowsfrom_listContext |
The parse tree. |
EnterCol_def_list_(Col_def_list_Context)
void EnterCol_def_list_(PostgreSQLParser.Col_def_list_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Col_def_list_Context |
The parse tree. |
ExitCol_def_list_(Col_def_list_Context)
void ExitCol_def_list_(PostgreSQLParser.Col_def_list_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Col_def_list_Context |
The parse tree. |
EnterOrdinality_(Ordinality_Context)
void EnterOrdinality_(PostgreSQLParser.Ordinality_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Ordinality_Context |
The parse tree. |
ExitOrdinality_(Ordinality_Context)
void ExitOrdinality_(PostgreSQLParser.Ordinality_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Ordinality_Context |
The parse tree. |
EnterWhere_clause(Where_clauseContext)
void EnterWhere_clause(PostgreSQLParser.Where_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Where_clauseContext |
The parse tree. |
ExitWhere_clause(Where_clauseContext)
void ExitWhere_clause(PostgreSQLParser.Where_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Where_clauseContext |
The parse tree. |
EnterWhere_or_current_clause(Where_or_current_clauseContext)
void EnterWhere_or_current_clause(PostgreSQLParser.Where_or_current_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Where_or_current_clauseContext |
The parse tree. |
ExitWhere_or_current_clause(Where_or_current_clauseContext)
void ExitWhere_or_current_clause(PostgreSQLParser.Where_or_current_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Where_or_current_clauseContext |
The parse tree. |
EnterOpttablefuncelementlist(OpttablefuncelementlistContext)
void EnterOpttablefuncelementlist(PostgreSQLParser.OpttablefuncelementlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttablefuncelementlistContext |
The parse tree. |
ExitOpttablefuncelementlist(OpttablefuncelementlistContext)
void ExitOpttablefuncelementlist(PostgreSQLParser.OpttablefuncelementlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
OpttablefuncelementlistContext |
The parse tree. |
EnterTablefuncelementlist(TablefuncelementlistContext)
void EnterTablefuncelementlist(PostgreSQLParser.TablefuncelementlistContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablefuncelementlistContext |
The parse tree. |
ExitTablefuncelementlist(TablefuncelementlistContext)
void ExitTablefuncelementlist(PostgreSQLParser.TablefuncelementlistContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablefuncelementlistContext |
The parse tree. |
EnterTablefuncelement(TablefuncelementContext)
void EnterTablefuncelement(PostgreSQLParser.TablefuncelementContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablefuncelementContext |
The parse tree. |
ExitTablefuncelement(TablefuncelementContext)
void ExitTablefuncelement(PostgreSQLParser.TablefuncelementContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TablefuncelementContext |
The parse tree. |
EnterXmltable(XmltableContext)
void EnterXmltable(PostgreSQLParser.XmltableContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
XmltableContext |
The parse tree. |
ExitXmltable(XmltableContext)
void ExitXmltable(PostgreSQLParser.XmltableContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
XmltableContext |
The parse tree. |
EnterXmltable_column_list(Xmltable_column_listContext)
void EnterXmltable_column_list(PostgreSQLParser.Xmltable_column_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmltable_column_listContext |
The parse tree. |
ExitXmltable_column_list(Xmltable_column_listContext)
void ExitXmltable_column_list(PostgreSQLParser.Xmltable_column_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmltable_column_listContext |
The parse tree. |
EnterXmltable_column_el(Xmltable_column_elContext)
void EnterXmltable_column_el(PostgreSQLParser.Xmltable_column_elContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmltable_column_elContext |
The parse tree. |
ExitXmltable_column_el(Xmltable_column_elContext)
void ExitXmltable_column_el(PostgreSQLParser.Xmltable_column_elContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmltable_column_elContext |
The parse tree. |
EnterXmltable_column_option_list(Xmltable_column_option_listContext)
void EnterXmltable_column_option_list(PostgreSQLParser.Xmltable_column_option_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmltable_column_option_listContext |
The parse tree. |
ExitXmltable_column_option_list(Xmltable_column_option_listContext)
void ExitXmltable_column_option_list(PostgreSQLParser.Xmltable_column_option_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmltable_column_option_listContext |
The parse tree. |
EnterXmltable_column_option_el(Xmltable_column_option_elContext)
void EnterXmltable_column_option_el(PostgreSQLParser.Xmltable_column_option_elContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmltable_column_option_elContext |
The parse tree. |
ExitXmltable_column_option_el(Xmltable_column_option_elContext)
void ExitXmltable_column_option_el(PostgreSQLParser.Xmltable_column_option_elContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmltable_column_option_elContext |
The parse tree. |
EnterXml_namespace_list(Xml_namespace_listContext)
void EnterXml_namespace_list(PostgreSQLParser.Xml_namespace_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_namespace_listContext |
The parse tree. |
ExitXml_namespace_list(Xml_namespace_listContext)
void ExitXml_namespace_list(PostgreSQLParser.Xml_namespace_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_namespace_listContext |
The parse tree. |
EnterXml_namespace_el(Xml_namespace_elContext)
void EnterXml_namespace_el(PostgreSQLParser.Xml_namespace_elContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_namespace_elContext |
The parse tree. |
ExitXml_namespace_el(Xml_namespace_elContext)
void ExitXml_namespace_el(PostgreSQLParser.Xml_namespace_elContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_namespace_elContext |
The parse tree. |
EnterTypename(TypenameContext)
void EnterTypename(PostgreSQLParser.TypenameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TypenameContext |
The parse tree. |
ExitTypename(TypenameContext)
void ExitTypename(PostgreSQLParser.TypenameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
TypenameContext |
The parse tree. |
EnterOpt_array_bounds(Opt_array_boundsContext)
void EnterOpt_array_bounds(PostgreSQLParser.Opt_array_boundsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opt_array_boundsContext |
The parse tree. |
ExitOpt_array_bounds(Opt_array_boundsContext)
void ExitOpt_array_bounds(PostgreSQLParser.Opt_array_boundsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opt_array_boundsContext |
The parse tree. |
EnterSimpletypename(SimpletypenameContext)
void EnterSimpletypename(PostgreSQLParser.SimpletypenameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SimpletypenameContext |
The parse tree. |
ExitSimpletypename(SimpletypenameContext)
void ExitSimpletypename(PostgreSQLParser.SimpletypenameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SimpletypenameContext |
The parse tree. |
EnterConsttypename(ConsttypenameContext)
void EnterConsttypename(PostgreSQLParser.ConsttypenameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConsttypenameContext |
The parse tree. |
ExitConsttypename(ConsttypenameContext)
void ExitConsttypename(PostgreSQLParser.ConsttypenameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConsttypenameContext |
The parse tree. |
EnterGenerictype(GenerictypeContext)
void EnterGenerictype(PostgreSQLParser.GenerictypeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
GenerictypeContext |
The parse tree. |
ExitGenerictype(GenerictypeContext)
void ExitGenerictype(PostgreSQLParser.GenerictypeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
GenerictypeContext |
The parse tree. |
EnterType_modifiers_(Type_modifiers_Context)
void EnterType_modifiers_(PostgreSQLParser.Type_modifiers_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_modifiers_Context |
The parse tree. |
ExitType_modifiers_(Type_modifiers_Context)
void ExitType_modifiers_(PostgreSQLParser.Type_modifiers_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_modifiers_Context |
The parse tree. |
EnterNumeric(NumericContext)
void EnterNumeric(PostgreSQLParser.NumericContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NumericContext |
The parse tree. |
ExitNumeric(NumericContext)
void ExitNumeric(PostgreSQLParser.NumericContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NumericContext |
The parse tree. |
EnterFloat_(Float_Context)
void EnterFloat_(PostgreSQLParser.Float_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Float_Context |
The parse tree. |
ExitFloat_(Float_Context)
void ExitFloat_(PostgreSQLParser.Float_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Float_Context |
The parse tree. |
EnterBit(BitContext)
void EnterBit(PostgreSQLParser.BitContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BitContext |
The parse tree. |
ExitBit(BitContext)
void ExitBit(PostgreSQLParser.BitContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BitContext |
The parse tree. |
EnterConstbit(ConstbitContext)
void EnterConstbit(PostgreSQLParser.ConstbitContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstbitContext |
The parse tree. |
ExitConstbit(ConstbitContext)
void ExitConstbit(PostgreSQLParser.ConstbitContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstbitContext |
The parse tree. |
EnterBitwithlength(BitwithlengthContext)
void EnterBitwithlength(PostgreSQLParser.BitwithlengthContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BitwithlengthContext |
The parse tree. |
ExitBitwithlength(BitwithlengthContext)
void ExitBitwithlength(PostgreSQLParser.BitwithlengthContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BitwithlengthContext |
The parse tree. |
EnterBitwithoutlength(BitwithoutlengthContext)
void EnterBitwithoutlength(PostgreSQLParser.BitwithoutlengthContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BitwithoutlengthContext |
The parse tree. |
ExitBitwithoutlength(BitwithoutlengthContext)
void ExitBitwithoutlength(PostgreSQLParser.BitwithoutlengthContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BitwithoutlengthContext |
The parse tree. |
EnterCharacter(CharacterContext)
void EnterCharacter(PostgreSQLParser.CharacterContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CharacterContext |
The parse tree. |
ExitCharacter(CharacterContext)
void ExitCharacter(PostgreSQLParser.CharacterContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
CharacterContext |
The parse tree. |
EnterConstcharacter(ConstcharacterContext)
void EnterConstcharacter(PostgreSQLParser.ConstcharacterContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstcharacterContext |
The parse tree. |
ExitConstcharacter(ConstcharacterContext)
void ExitConstcharacter(PostgreSQLParser.ConstcharacterContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstcharacterContext |
The parse tree. |
EnterCharacter_c(Character_cContext)
void EnterCharacter_c(PostgreSQLParser.Character_cContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Character_cContext |
The parse tree. |
ExitCharacter_c(Character_cContext)
void ExitCharacter_c(PostgreSQLParser.Character_cContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Character_cContext |
The parse tree. |
EnterVarying_(Varying_Context)
void EnterVarying_(PostgreSQLParser.Varying_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Varying_Context |
The parse tree. |
ExitVarying_(Varying_Context)
void ExitVarying_(PostgreSQLParser.Varying_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Varying_Context |
The parse tree. |
EnterConstdatetime(ConstdatetimeContext)
void EnterConstdatetime(PostgreSQLParser.ConstdatetimeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstdatetimeContext |
The parse tree. |
ExitConstdatetime(ConstdatetimeContext)
void ExitConstdatetime(PostgreSQLParser.ConstdatetimeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstdatetimeContext |
The parse tree. |
EnterConstinterval(ConstintervalContext)
void EnterConstinterval(PostgreSQLParser.ConstintervalContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstintervalContext |
The parse tree. |
ExitConstinterval(ConstintervalContext)
void ExitConstinterval(PostgreSQLParser.ConstintervalContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ConstintervalContext |
The parse tree. |
EnterTimezone_(Timezone_Context)
void EnterTimezone_(PostgreSQLParser.Timezone_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Timezone_Context |
The parse tree. |
ExitTimezone_(Timezone_Context)
void ExitTimezone_(PostgreSQLParser.Timezone_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Timezone_Context |
The parse tree. |
EnterInterval_(Interval_Context)
void EnterInterval_(PostgreSQLParser.Interval_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Interval_Context |
The parse tree. |
ExitInterval_(Interval_Context)
void ExitInterval_(PostgreSQLParser.Interval_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Interval_Context |
The parse tree. |
EnterInterval_second(Interval_secondContext)
void EnterInterval_second(PostgreSQLParser.Interval_secondContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Interval_secondContext |
The parse tree. |
ExitInterval_second(Interval_secondContext)
void ExitInterval_second(PostgreSQLParser.Interval_secondContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Interval_secondContext |
The parse tree. |
EnterJsonType(JsonTypeContext)
void EnterJsonType(PostgreSQLParser.JsonTypeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
JsonTypeContext |
The parse tree. |
ExitJsonType(JsonTypeContext)
void ExitJsonType(PostgreSQLParser.JsonTypeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
JsonTypeContext |
The parse tree. |
EnterEscape_(Escape_Context)
void EnterEscape_(PostgreSQLParser.Escape_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Escape_Context |
The parse tree. |
ExitEscape_(Escape_Context)
void ExitEscape_(PostgreSQLParser.Escape_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Escape_Context |
The parse tree. |
EnterA_expr(A_exprContext)
void EnterA_expr(PostgreSQLParser.A_exprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_exprContext |
The parse tree. |
ExitA_expr(A_exprContext)
void ExitA_expr(PostgreSQLParser.A_exprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_exprContext |
The parse tree. |
EnterA_expr_qual(A_expr_qualContext)
void EnterA_expr_qual(PostgreSQLParser.A_expr_qualContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_qualContext |
The parse tree. |
ExitA_expr_qual(A_expr_qualContext)
void ExitA_expr_qual(PostgreSQLParser.A_expr_qualContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_qualContext |
The parse tree. |
EnterA_expr_lessless(A_expr_lesslessContext)
void EnterA_expr_lessless(PostgreSQLParser.A_expr_lesslessContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_lesslessContext |
The parse tree. |
ExitA_expr_lessless(A_expr_lesslessContext)
void ExitA_expr_lessless(PostgreSQLParser.A_expr_lesslessContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_lesslessContext |
The parse tree. |
EnterA_expr_or(A_expr_orContext)
void EnterA_expr_or(PostgreSQLParser.A_expr_orContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_orContext |
The parse tree. |
ExitA_expr_or(A_expr_orContext)
void ExitA_expr_or(PostgreSQLParser.A_expr_orContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_orContext |
The parse tree. |
EnterA_expr_and(A_expr_andContext)
void EnterA_expr_and(PostgreSQLParser.A_expr_andContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_andContext |
The parse tree. |
ExitA_expr_and(A_expr_andContext)
void ExitA_expr_and(PostgreSQLParser.A_expr_andContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_andContext |
The parse tree. |
EnterA_expr_between(A_expr_betweenContext)
void EnterA_expr_between(PostgreSQLParser.A_expr_betweenContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_betweenContext |
The parse tree. |
ExitA_expr_between(A_expr_betweenContext)
void ExitA_expr_between(PostgreSQLParser.A_expr_betweenContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_betweenContext |
The parse tree. |
EnterA_expr_in(A_expr_inContext)
void EnterA_expr_in(PostgreSQLParser.A_expr_inContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_inContext |
The parse tree. |
ExitA_expr_in(A_expr_inContext)
void ExitA_expr_in(PostgreSQLParser.A_expr_inContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_inContext |
The parse tree. |
EnterA_expr_unary_not(A_expr_unary_notContext)
void EnterA_expr_unary_not(PostgreSQLParser.A_expr_unary_notContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_unary_notContext |
The parse tree. |
ExitA_expr_unary_not(A_expr_unary_notContext)
void ExitA_expr_unary_not(PostgreSQLParser.A_expr_unary_notContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_unary_notContext |
The parse tree. |
EnterA_expr_isnull(A_expr_isnullContext)
void EnterA_expr_isnull(PostgreSQLParser.A_expr_isnullContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_isnullContext |
The parse tree. |
ExitA_expr_isnull(A_expr_isnullContext)
void ExitA_expr_isnull(PostgreSQLParser.A_expr_isnullContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_isnullContext |
The parse tree. |
EnterA_expr_is_not(A_expr_is_notContext)
void EnterA_expr_is_not(PostgreSQLParser.A_expr_is_notContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_is_notContext |
The parse tree. |
ExitA_expr_is_not(A_expr_is_notContext)
void ExitA_expr_is_not(PostgreSQLParser.A_expr_is_notContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_is_notContext |
The parse tree. |
EnterA_expr_compare(A_expr_compareContext)
void EnterA_expr_compare(PostgreSQLParser.A_expr_compareContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_compareContext |
The parse tree. |
ExitA_expr_compare(A_expr_compareContext)
void ExitA_expr_compare(PostgreSQLParser.A_expr_compareContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_compareContext |
The parse tree. |
EnterA_expr_like(A_expr_likeContext)
void EnterA_expr_like(PostgreSQLParser.A_expr_likeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_likeContext |
The parse tree. |
ExitA_expr_like(A_expr_likeContext)
void ExitA_expr_like(PostgreSQLParser.A_expr_likeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_likeContext |
The parse tree. |
EnterA_expr_qual_op(A_expr_qual_opContext)
void EnterA_expr_qual_op(PostgreSQLParser.A_expr_qual_opContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_qual_opContext |
The parse tree. |
ExitA_expr_qual_op(A_expr_qual_opContext)
void ExitA_expr_qual_op(PostgreSQLParser.A_expr_qual_opContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_qual_opContext |
The parse tree. |
EnterA_expr_unary_qualop(A_expr_unary_qualopContext)
void EnterA_expr_unary_qualop(PostgreSQLParser.A_expr_unary_qualopContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_unary_qualopContext |
The parse tree. |
ExitA_expr_unary_qualop(A_expr_unary_qualopContext)
void ExitA_expr_unary_qualop(PostgreSQLParser.A_expr_unary_qualopContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_unary_qualopContext |
The parse tree. |
EnterA_expr_add(A_expr_addContext)
void EnterA_expr_add(PostgreSQLParser.A_expr_addContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_addContext |
The parse tree. |
ExitA_expr_add(A_expr_addContext)
void ExitA_expr_add(PostgreSQLParser.A_expr_addContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_addContext |
The parse tree. |
EnterA_expr_mul(A_expr_mulContext)
void EnterA_expr_mul(PostgreSQLParser.A_expr_mulContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_mulContext |
The parse tree. |
ExitA_expr_mul(A_expr_mulContext)
void ExitA_expr_mul(PostgreSQLParser.A_expr_mulContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_mulContext |
The parse tree. |
EnterA_expr_caret(A_expr_caretContext)
void EnterA_expr_caret(PostgreSQLParser.A_expr_caretContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_caretContext |
The parse tree. |
ExitA_expr_caret(A_expr_caretContext)
void ExitA_expr_caret(PostgreSQLParser.A_expr_caretContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_caretContext |
The parse tree. |
EnterA_expr_unary_sign(A_expr_unary_signContext)
void EnterA_expr_unary_sign(PostgreSQLParser.A_expr_unary_signContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_unary_signContext |
The parse tree. |
ExitA_expr_unary_sign(A_expr_unary_signContext)
void ExitA_expr_unary_sign(PostgreSQLParser.A_expr_unary_signContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_unary_signContext |
The parse tree. |
EnterA_expr_at_time_zone(A_expr_at_time_zoneContext)
void EnterA_expr_at_time_zone(PostgreSQLParser.A_expr_at_time_zoneContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_at_time_zoneContext |
The parse tree. |
ExitA_expr_at_time_zone(A_expr_at_time_zoneContext)
void ExitA_expr_at_time_zone(PostgreSQLParser.A_expr_at_time_zoneContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_at_time_zoneContext |
The parse tree. |
EnterA_expr_collate(A_expr_collateContext)
void EnterA_expr_collate(PostgreSQLParser.A_expr_collateContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_collateContext |
The parse tree. |
ExitA_expr_collate(A_expr_collateContext)
void ExitA_expr_collate(PostgreSQLParser.A_expr_collateContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_collateContext |
The parse tree. |
EnterA_expr_typecast(A_expr_typecastContext)
void EnterA_expr_typecast(PostgreSQLParser.A_expr_typecastContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_typecastContext |
The parse tree. |
ExitA_expr_typecast(A_expr_typecastContext)
void ExitA_expr_typecast(PostgreSQLParser.A_expr_typecastContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
A_expr_typecastContext |
The parse tree. |
EnterB_expr(B_exprContext)
void EnterB_expr(PostgreSQLParser.B_exprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
B_exprContext |
The parse tree. |
ExitB_expr(B_exprContext)
void ExitB_expr(PostgreSQLParser.B_exprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
B_exprContext |
The parse tree. |
EnterC_expr_exists(C_expr_existsContext)
void EnterC_expr_exists(PostgreSQLParser.C_expr_existsContext context)
Enter a parse tree produced by the c_expr_exists
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
C_expr_existsContext |
The parse tree. |
ExitC_expr_exists(C_expr_existsContext)
void ExitC_expr_exists(PostgreSQLParser.C_expr_existsContext context)
Exit a parse tree produced by the c_expr_exists
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
C_expr_existsContext |
The parse tree. |
EnterC_expr_expr(C_expr_exprContext)
void EnterC_expr_expr(PostgreSQLParser.C_expr_exprContext context)
Enter a parse tree produced by the c_expr_expr
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
C_expr_exprContext |
The parse tree. |
ExitC_expr_expr(C_expr_exprContext)
void ExitC_expr_expr(PostgreSQLParser.C_expr_exprContext context)
Exit a parse tree produced by the c_expr_expr
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
C_expr_exprContext |
The parse tree. |
EnterC_expr_case(C_expr_caseContext)
void EnterC_expr_case(PostgreSQLParser.C_expr_caseContext context)
Enter a parse tree produced by the c_expr_case
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
C_expr_caseContext |
The parse tree. |
ExitC_expr_case(C_expr_caseContext)
void ExitC_expr_case(PostgreSQLParser.C_expr_caseContext context)
Exit a parse tree produced by the c_expr_case
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
C_expr_caseContext |
The parse tree. |
EnterPlsqlvariablename(PlsqlvariablenameContext)
void EnterPlsqlvariablename(PostgreSQLParser.PlsqlvariablenameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PlsqlvariablenameContext |
The parse tree. |
ExitPlsqlvariablename(PlsqlvariablenameContext)
void ExitPlsqlvariablename(PostgreSQLParser.PlsqlvariablenameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
PlsqlvariablenameContext |
The parse tree. |
EnterFunc_application(Func_applicationContext)
void EnterFunc_application(PostgreSQLParser.Func_applicationContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_applicationContext |
The parse tree. |
ExitFunc_application(Func_applicationContext)
void ExitFunc_application(PostgreSQLParser.Func_applicationContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_applicationContext |
The parse tree. |
EnterFunc_expr(Func_exprContext)
void EnterFunc_expr(PostgreSQLParser.Func_exprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_exprContext |
The parse tree. |
ExitFunc_expr(Func_exprContext)
void ExitFunc_expr(PostgreSQLParser.Func_exprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_exprContext |
The parse tree. |
EnterFunc_expr_windowless(Func_expr_windowlessContext)
void EnterFunc_expr_windowless(PostgreSQLParser.Func_expr_windowlessContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_expr_windowlessContext |
The parse tree. |
ExitFunc_expr_windowless(Func_expr_windowlessContext)
void ExitFunc_expr_windowless(PostgreSQLParser.Func_expr_windowlessContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_expr_windowlessContext |
The parse tree. |
EnterFunc_expr_common_subexpr(Func_expr_common_subexprContext)
void EnterFunc_expr_common_subexpr(PostgreSQLParser.Func_expr_common_subexprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_expr_common_subexprContext |
The parse tree. |
ExitFunc_expr_common_subexpr(Func_expr_common_subexprContext)
void ExitFunc_expr_common_subexpr(PostgreSQLParser.Func_expr_common_subexprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_expr_common_subexprContext |
The parse tree. |
EnterXml_root_version(Xml_root_versionContext)
void EnterXml_root_version(PostgreSQLParser.Xml_root_versionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_root_versionContext |
The parse tree. |
ExitXml_root_version(Xml_root_versionContext)
void ExitXml_root_version(PostgreSQLParser.Xml_root_versionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_root_versionContext |
The parse tree. |
EnterXml_root_standalone_(Xml_root_standalone_Context)
void EnterXml_root_standalone_(PostgreSQLParser.Xml_root_standalone_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_root_standalone_Context |
The parse tree. |
ExitXml_root_standalone_(Xml_root_standalone_Context)
void ExitXml_root_standalone_(PostgreSQLParser.Xml_root_standalone_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_root_standalone_Context |
The parse tree. |
EnterXml_attributes(Xml_attributesContext)
void EnterXml_attributes(PostgreSQLParser.Xml_attributesContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_attributesContext |
The parse tree. |
ExitXml_attributes(Xml_attributesContext)
void ExitXml_attributes(PostgreSQLParser.Xml_attributesContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_attributesContext |
The parse tree. |
EnterXml_attribute_list(Xml_attribute_listContext)
void EnterXml_attribute_list(PostgreSQLParser.Xml_attribute_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_attribute_listContext |
The parse tree. |
ExitXml_attribute_list(Xml_attribute_listContext)
void ExitXml_attribute_list(PostgreSQLParser.Xml_attribute_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_attribute_listContext |
The parse tree. |
EnterXml_attribute_el(Xml_attribute_elContext)
void EnterXml_attribute_el(PostgreSQLParser.Xml_attribute_elContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_attribute_elContext |
The parse tree. |
ExitXml_attribute_el(Xml_attribute_elContext)
void ExitXml_attribute_el(PostgreSQLParser.Xml_attribute_elContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_attribute_elContext |
The parse tree. |
EnterDocument_or_content(Document_or_contentContext)
void EnterDocument_or_content(PostgreSQLParser.Document_or_contentContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Document_or_contentContext |
The parse tree. |
ExitDocument_or_content(Document_or_contentContext)
void ExitDocument_or_content(PostgreSQLParser.Document_or_contentContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Document_or_contentContext |
The parse tree. |
EnterXml_whitespace_option(Xml_whitespace_optionContext)
void EnterXml_whitespace_option(PostgreSQLParser.Xml_whitespace_optionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_whitespace_optionContext |
The parse tree. |
ExitXml_whitespace_option(Xml_whitespace_optionContext)
void ExitXml_whitespace_option(PostgreSQLParser.Xml_whitespace_optionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_whitespace_optionContext |
The parse tree. |
EnterXmlexists_argument(Xmlexists_argumentContext)
void EnterXmlexists_argument(PostgreSQLParser.Xmlexists_argumentContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmlexists_argumentContext |
The parse tree. |
ExitXmlexists_argument(Xmlexists_argumentContext)
void ExitXmlexists_argument(PostgreSQLParser.Xmlexists_argumentContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xmlexists_argumentContext |
The parse tree. |
EnterXml_passing_mech(Xml_passing_mechContext)
void EnterXml_passing_mech(PostgreSQLParser.Xml_passing_mechContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_passing_mechContext |
The parse tree. |
ExitXml_passing_mech(Xml_passing_mechContext)
void ExitXml_passing_mech(PostgreSQLParser.Xml_passing_mechContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Xml_passing_mechContext |
The parse tree. |
EnterWithin_group_clause(Within_group_clauseContext)
void EnterWithin_group_clause(PostgreSQLParser.Within_group_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Within_group_clauseContext |
The parse tree. |
ExitWithin_group_clause(Within_group_clauseContext)
void ExitWithin_group_clause(PostgreSQLParser.Within_group_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Within_group_clauseContext |
The parse tree. |
EnterFilter_clause(Filter_clauseContext)
void EnterFilter_clause(PostgreSQLParser.Filter_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Filter_clauseContext |
The parse tree. |
ExitFilter_clause(Filter_clauseContext)
void ExitFilter_clause(PostgreSQLParser.Filter_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Filter_clauseContext |
The parse tree. |
EnterWindow_clause(Window_clauseContext)
void EnterWindow_clause(PostgreSQLParser.Window_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_clauseContext |
The parse tree. |
ExitWindow_clause(Window_clauseContext)
void ExitWindow_clause(PostgreSQLParser.Window_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_clauseContext |
The parse tree. |
EnterWindow_definition_list(Window_definition_listContext)
void EnterWindow_definition_list(PostgreSQLParser.Window_definition_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_definition_listContext |
The parse tree. |
ExitWindow_definition_list(Window_definition_listContext)
void ExitWindow_definition_list(PostgreSQLParser.Window_definition_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_definition_listContext |
The parse tree. |
EnterWindow_definition(Window_definitionContext)
void EnterWindow_definition(PostgreSQLParser.Window_definitionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_definitionContext |
The parse tree. |
ExitWindow_definition(Window_definitionContext)
void ExitWindow_definition(PostgreSQLParser.Window_definitionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_definitionContext |
The parse tree. |
EnterOver_clause(Over_clauseContext)
void EnterOver_clause(PostgreSQLParser.Over_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Over_clauseContext |
The parse tree. |
ExitOver_clause(Over_clauseContext)
void ExitOver_clause(PostgreSQLParser.Over_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Over_clauseContext |
The parse tree. |
EnterWindow_specification(Window_specificationContext)
void EnterWindow_specification(PostgreSQLParser.Window_specificationContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_specificationContext |
The parse tree. |
ExitWindow_specification(Window_specificationContext)
void ExitWindow_specification(PostgreSQLParser.Window_specificationContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_specificationContext |
The parse tree. |
EnterExisting_window_name_(Existing_window_name_Context)
void EnterExisting_window_name_(PostgreSQLParser.Existing_window_name_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Existing_window_name_Context |
The parse tree. |
ExitExisting_window_name_(Existing_window_name_Context)
void ExitExisting_window_name_(PostgreSQLParser.Existing_window_name_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Existing_window_name_Context |
The parse tree. |
EnterPartition_clause_(Partition_clause_Context)
void EnterPartition_clause_(PostgreSQLParser.Partition_clause_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Partition_clause_Context |
The parse tree. |
ExitPartition_clause_(Partition_clause_Context)
void ExitPartition_clause_(PostgreSQLParser.Partition_clause_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Partition_clause_Context |
The parse tree. |
EnterFrame_clause_(Frame_clause_Context)
void EnterFrame_clause_(PostgreSQLParser.Frame_clause_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_clause_Context |
The parse tree. |
ExitFrame_clause_(Frame_clause_Context)
void ExitFrame_clause_(PostgreSQLParser.Frame_clause_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_clause_Context |
The parse tree. |
EnterFrame_extent(Frame_extentContext)
void EnterFrame_extent(PostgreSQLParser.Frame_extentContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_extentContext |
The parse tree. |
ExitFrame_extent(Frame_extentContext)
void ExitFrame_extent(PostgreSQLParser.Frame_extentContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_extentContext |
The parse tree. |
EnterFrame_bound(Frame_boundContext)
void EnterFrame_bound(PostgreSQLParser.Frame_boundContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_boundContext |
The parse tree. |
ExitFrame_bound(Frame_boundContext)
void ExitFrame_bound(PostgreSQLParser.Frame_boundContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Frame_boundContext |
The parse tree. |
EnterWindow_exclusion_clause_(Window_exclusion_clause_Context)
void EnterWindow_exclusion_clause_(PostgreSQLParser.Window_exclusion_clause_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_exclusion_clause_Context |
The parse tree. |
ExitWindow_exclusion_clause_(Window_exclusion_clause_Context)
void ExitWindow_exclusion_clause_(PostgreSQLParser.Window_exclusion_clause_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Window_exclusion_clause_Context |
The parse tree. |
EnterRow(RowContext)
void EnterRow(PostgreSQLParser.RowContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowContext |
The parse tree. |
ExitRow(RowContext)
void ExitRow(PostgreSQLParser.RowContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RowContext |
The parse tree. |
EnterExplicit_row(Explicit_rowContext)
void EnterExplicit_row(PostgreSQLParser.Explicit_rowContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explicit_rowContext |
The parse tree. |
ExitExplicit_row(Explicit_rowContext)
void ExitExplicit_row(PostgreSQLParser.Explicit_rowContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Explicit_rowContext |
The parse tree. |
EnterImplicit_row(Implicit_rowContext)
void EnterImplicit_row(PostgreSQLParser.Implicit_rowContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Implicit_rowContext |
The parse tree. |
ExitImplicit_row(Implicit_rowContext)
void ExitImplicit_row(PostgreSQLParser.Implicit_rowContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Implicit_rowContext |
The parse tree. |
EnterSub_type(Sub_typeContext)
void EnterSub_type(PostgreSQLParser.Sub_typeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sub_typeContext |
The parse tree. |
ExitSub_type(Sub_typeContext)
void ExitSub_type(PostgreSQLParser.Sub_typeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Sub_typeContext |
The parse tree. |
EnterAll_op(All_opContext)
void EnterAll_op(PostgreSQLParser.All_opContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
All_opContext |
The parse tree. |
ExitAll_op(All_opContext)
void ExitAll_op(PostgreSQLParser.All_opContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
All_opContext |
The parse tree. |
EnterMathop(MathopContext)
void EnterMathop(PostgreSQLParser.MathopContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
MathopContext |
The parse tree. |
ExitMathop(MathopContext)
void ExitMathop(PostgreSQLParser.MathopContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
MathopContext |
The parse tree. |
EnterQual_op(Qual_opContext)
void EnterQual_op(PostgreSQLParser.Qual_opContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qual_opContext |
The parse tree. |
ExitQual_op(Qual_opContext)
void ExitQual_op(PostgreSQLParser.Qual_opContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qual_opContext |
The parse tree. |
EnterQual_all_op(Qual_all_opContext)
void EnterQual_all_op(PostgreSQLParser.Qual_all_opContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qual_all_opContext |
The parse tree. |
ExitQual_all_op(Qual_all_opContext)
void ExitQual_all_op(PostgreSQLParser.Qual_all_opContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qual_all_opContext |
The parse tree. |
EnterSubquery_Op(Subquery_OpContext)
void EnterSubquery_Op(PostgreSQLParser.Subquery_OpContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Subquery_OpContext |
The parse tree. |
ExitSubquery_Op(Subquery_OpContext)
void ExitSubquery_Op(PostgreSQLParser.Subquery_OpContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Subquery_OpContext |
The parse tree. |
EnterExpr_list(Expr_listContext)
void EnterExpr_list(PostgreSQLParser.Expr_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Expr_listContext |
The parse tree. |
ExitExpr_list(Expr_listContext)
void ExitExpr_list(PostgreSQLParser.Expr_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Expr_listContext |
The parse tree. |
EnterFunc_arg_list(Func_arg_listContext)
void EnterFunc_arg_list(PostgreSQLParser.Func_arg_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_arg_listContext |
The parse tree. |
ExitFunc_arg_list(Func_arg_listContext)
void ExitFunc_arg_list(PostgreSQLParser.Func_arg_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_arg_listContext |
The parse tree. |
EnterFunc_arg_expr(Func_arg_exprContext)
void EnterFunc_arg_expr(PostgreSQLParser.Func_arg_exprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_arg_exprContext |
The parse tree. |
ExitFunc_arg_expr(Func_arg_exprContext)
void ExitFunc_arg_expr(PostgreSQLParser.Func_arg_exprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_arg_exprContext |
The parse tree. |
EnterType_list(Type_listContext)
void EnterType_list(PostgreSQLParser.Type_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_listContext |
The parse tree. |
ExitType_list(Type_listContext)
void ExitType_list(PostgreSQLParser.Type_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_listContext |
The parse tree. |
EnterArray_expr(Array_exprContext)
void EnterArray_expr(PostgreSQLParser.Array_exprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Array_exprContext |
The parse tree. |
ExitArray_expr(Array_exprContext)
void ExitArray_expr(PostgreSQLParser.Array_exprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Array_exprContext |
The parse tree. |
EnterArray_expr_list(Array_expr_listContext)
void EnterArray_expr_list(PostgreSQLParser.Array_expr_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Array_expr_listContext |
The parse tree. |
ExitArray_expr_list(Array_expr_listContext)
void ExitArray_expr_list(PostgreSQLParser.Array_expr_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Array_expr_listContext |
The parse tree. |
EnterExtract_list(Extract_listContext)
void EnterExtract_list(PostgreSQLParser.Extract_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Extract_listContext |
The parse tree. |
ExitExtract_list(Extract_listContext)
void ExitExtract_list(PostgreSQLParser.Extract_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Extract_listContext |
The parse tree. |
EnterExtract_arg(Extract_argContext)
void EnterExtract_arg(PostgreSQLParser.Extract_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Extract_argContext |
The parse tree. |
ExitExtract_arg(Extract_argContext)
void ExitExtract_arg(PostgreSQLParser.Extract_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Extract_argContext |
The parse tree. |
EnterUnicode_normal_form(Unicode_normal_formContext)
void EnterUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Unicode_normal_formContext |
The parse tree. |
ExitUnicode_normal_form(Unicode_normal_formContext)
void ExitUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Unicode_normal_formContext |
The parse tree. |
EnterOverlay_list(Overlay_listContext)
void EnterOverlay_list(PostgreSQLParser.Overlay_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Overlay_listContext |
The parse tree. |
ExitOverlay_list(Overlay_listContext)
void ExitOverlay_list(PostgreSQLParser.Overlay_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Overlay_listContext |
The parse tree. |
EnterPosition_list(Position_listContext)
void EnterPosition_list(PostgreSQLParser.Position_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Position_listContext |
The parse tree. |
ExitPosition_list(Position_listContext)
void ExitPosition_list(PostgreSQLParser.Position_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Position_listContext |
The parse tree. |
EnterSubstr_list(Substr_listContext)
void EnterSubstr_list(PostgreSQLParser.Substr_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Substr_listContext |
The parse tree. |
ExitSubstr_list(Substr_listContext)
void ExitSubstr_list(PostgreSQLParser.Substr_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Substr_listContext |
The parse tree. |
EnterTrim_list(Trim_listContext)
void EnterTrim_list(PostgreSQLParser.Trim_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Trim_listContext |
The parse tree. |
ExitTrim_list(Trim_listContext)
void ExitTrim_list(PostgreSQLParser.Trim_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Trim_listContext |
The parse tree. |
EnterIn_expr_select(In_expr_selectContext)
void EnterIn_expr_select(PostgreSQLParser.In_expr_selectContext context)
Enter a parse tree produced by the in_expr_select
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
In_expr_selectContext |
The parse tree. |
ExitIn_expr_select(In_expr_selectContext)
void ExitIn_expr_select(PostgreSQLParser.In_expr_selectContext context)
Exit a parse tree produced by the in_expr_select
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
In_expr_selectContext |
The parse tree. |
EnterIn_expr_list(In_expr_listContext)
void EnterIn_expr_list(PostgreSQLParser.In_expr_listContext context)
Enter a parse tree produced by the in_expr_list
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
In_expr_listContext |
The parse tree. |
ExitIn_expr_list(In_expr_listContext)
void ExitIn_expr_list(PostgreSQLParser.In_expr_listContext context)
Exit a parse tree produced by the in_expr_list
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
In_expr_listContext |
The parse tree. |
EnterCase_expr(Case_exprContext)
void EnterCase_expr(PostgreSQLParser.Case_exprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Case_exprContext |
The parse tree. |
ExitCase_expr(Case_exprContext)
void ExitCase_expr(PostgreSQLParser.Case_exprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Case_exprContext |
The parse tree. |
EnterWhen_clause_list(When_clause_listContext)
void EnterWhen_clause_list(PostgreSQLParser.When_clause_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
When_clause_listContext |
The parse tree. |
ExitWhen_clause_list(When_clause_listContext)
void ExitWhen_clause_list(PostgreSQLParser.When_clause_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
When_clause_listContext |
The parse tree. |
EnterWhen_clause(When_clauseContext)
void EnterWhen_clause(PostgreSQLParser.When_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
When_clauseContext |
The parse tree. |
ExitWhen_clause(When_clauseContext)
void ExitWhen_clause(PostgreSQLParser.When_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
When_clauseContext |
The parse tree. |
EnterCase_default(Case_defaultContext)
void EnterCase_default(PostgreSQLParser.Case_defaultContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Case_defaultContext |
The parse tree. |
ExitCase_default(Case_defaultContext)
void ExitCase_default(PostgreSQLParser.Case_defaultContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Case_defaultContext |
The parse tree. |
EnterCase_arg(Case_argContext)
void EnterCase_arg(PostgreSQLParser.Case_argContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Case_argContext |
The parse tree. |
ExitCase_arg(Case_argContext)
void ExitCase_arg(PostgreSQLParser.Case_argContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Case_argContext |
The parse tree. |
EnterColumnref(ColumnrefContext)
void EnterColumnref(PostgreSQLParser.ColumnrefContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnrefContext |
The parse tree. |
ExitColumnref(ColumnrefContext)
void ExitColumnref(PostgreSQLParser.ColumnrefContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColumnrefContext |
The parse tree. |
EnterIndirection_el(Indirection_elContext)
void EnterIndirection_el(PostgreSQLParser.Indirection_elContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Indirection_elContext |
The parse tree. |
ExitIndirection_el(Indirection_elContext)
void ExitIndirection_el(PostgreSQLParser.Indirection_elContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Indirection_elContext |
The parse tree. |
EnterSlice_bound_(Slice_bound_Context)
void EnterSlice_bound_(PostgreSQLParser.Slice_bound_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Slice_bound_Context |
The parse tree. |
ExitSlice_bound_(Slice_bound_Context)
void ExitSlice_bound_(PostgreSQLParser.Slice_bound_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Slice_bound_Context |
The parse tree. |
EnterIndirection(IndirectionContext)
void EnterIndirection(PostgreSQLParser.IndirectionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
IndirectionContext |
The parse tree. |
ExitIndirection(IndirectionContext)
void ExitIndirection(PostgreSQLParser.IndirectionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
IndirectionContext |
The parse tree. |
EnterOpt_indirection(Opt_indirectionContext)
void EnterOpt_indirection(PostgreSQLParser.Opt_indirectionContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opt_indirectionContext |
The parse tree. |
ExitOpt_indirection(Opt_indirectionContext)
void ExitOpt_indirection(PostgreSQLParser.Opt_indirectionContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Opt_indirectionContext |
The parse tree. |
EnterJson_passing_clause(Json_passing_clauseContext)
void EnterJson_passing_clause(PostgreSQLParser.Json_passing_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_passing_clauseContext |
The parse tree. |
ExitJson_passing_clause(Json_passing_clauseContext)
void ExitJson_passing_clause(PostgreSQLParser.Json_passing_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_passing_clauseContext |
The parse tree. |
EnterJson_arguments(Json_argumentsContext)
void EnterJson_arguments(PostgreSQLParser.Json_argumentsContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_argumentsContext |
The parse tree. |
ExitJson_arguments(Json_argumentsContext)
void ExitJson_arguments(PostgreSQLParser.Json_argumentsContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_argumentsContext |
The parse tree. |
EnterJson_argument(Json_argumentContext)
void EnterJson_argument(PostgreSQLParser.Json_argumentContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_argumentContext |
The parse tree. |
ExitJson_argument(Json_argumentContext)
void ExitJson_argument(PostgreSQLParser.Json_argumentContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_argumentContext |
The parse tree. |
EnterJson_wrapper_behavior(Json_wrapper_behaviorContext)
void EnterJson_wrapper_behavior(PostgreSQLParser.Json_wrapper_behaviorContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_wrapper_behaviorContext |
The parse tree. |
ExitJson_wrapper_behavior(Json_wrapper_behaviorContext)
void ExitJson_wrapper_behavior(PostgreSQLParser.Json_wrapper_behaviorContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_wrapper_behaviorContext |
The parse tree. |
EnterJson_behavior(Json_behaviorContext)
void EnterJson_behavior(PostgreSQLParser.Json_behaviorContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_behaviorContext |
The parse tree. |
ExitJson_behavior(Json_behaviorContext)
void ExitJson_behavior(PostgreSQLParser.Json_behaviorContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_behaviorContext |
The parse tree. |
EnterJson_behavior_type(Json_behavior_typeContext)
void EnterJson_behavior_type(PostgreSQLParser.Json_behavior_typeContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_behavior_typeContext |
The parse tree. |
ExitJson_behavior_type(Json_behavior_typeContext)
void ExitJson_behavior_type(PostgreSQLParser.Json_behavior_typeContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_behavior_typeContext |
The parse tree. |
EnterJson_behavior_clause(Json_behavior_clauseContext)
void EnterJson_behavior_clause(PostgreSQLParser.Json_behavior_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_behavior_clauseContext |
The parse tree. |
ExitJson_behavior_clause(Json_behavior_clauseContext)
void ExitJson_behavior_clause(PostgreSQLParser.Json_behavior_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_behavior_clauseContext |
The parse tree. |
EnterJson_on_error_clause(Json_on_error_clauseContext)
void EnterJson_on_error_clause(PostgreSQLParser.Json_on_error_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_on_error_clauseContext |
The parse tree. |
ExitJson_on_error_clause(Json_on_error_clauseContext)
void ExitJson_on_error_clause(PostgreSQLParser.Json_on_error_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_on_error_clauseContext |
The parse tree. |
EnterJson_value_expr(Json_value_exprContext)
void EnterJson_value_expr(PostgreSQLParser.Json_value_exprContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_value_exprContext |
The parse tree. |
ExitJson_value_expr(Json_value_exprContext)
void ExitJson_value_expr(PostgreSQLParser.Json_value_exprContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_value_exprContext |
The parse tree. |
EnterJson_format_clause(Json_format_clauseContext)
void EnterJson_format_clause(PostgreSQLParser.Json_format_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_format_clauseContext |
The parse tree. |
ExitJson_format_clause(Json_format_clauseContext)
void ExitJson_format_clause(PostgreSQLParser.Json_format_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_format_clauseContext |
The parse tree. |
EnterJson_quotes_clause(Json_quotes_clauseContext)
void EnterJson_quotes_clause(PostgreSQLParser.Json_quotes_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_quotes_clauseContext |
The parse tree. |
ExitJson_quotes_clause(Json_quotes_clauseContext)
void ExitJson_quotes_clause(PostgreSQLParser.Json_quotes_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_quotes_clauseContext |
The parse tree. |
EnterJson_returning_clause(Json_returning_clauseContext)
void EnterJson_returning_clause(PostgreSQLParser.Json_returning_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_returning_clauseContext |
The parse tree. |
ExitJson_returning_clause(Json_returning_clauseContext)
void ExitJson_returning_clause(PostgreSQLParser.Json_returning_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_returning_clauseContext |
The parse tree. |
EnterJson_predicate_type_constraint(Json_predicate_type_constraintContext)
void EnterJson_predicate_type_constraint(PostgreSQLParser.Json_predicate_type_constraintContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_predicate_type_constraintContext |
The parse tree. |
ExitJson_predicate_type_constraint(Json_predicate_type_constraintContext)
void ExitJson_predicate_type_constraint(PostgreSQLParser.Json_predicate_type_constraintContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_predicate_type_constraintContext |
The parse tree. |
EnterJson_key_uniqueness_constraint(Json_key_uniqueness_constraintContext)
void EnterJson_key_uniqueness_constraint(PostgreSQLParser.Json_key_uniqueness_constraintContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_key_uniqueness_constraintContext |
The parse tree. |
ExitJson_key_uniqueness_constraint(Json_key_uniqueness_constraintContext)
void ExitJson_key_uniqueness_constraint(PostgreSQLParser.Json_key_uniqueness_constraintContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_key_uniqueness_constraintContext |
The parse tree. |
EnterJson_name_and_value_list(Json_name_and_value_listContext)
void EnterJson_name_and_value_list(PostgreSQLParser.Json_name_and_value_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_name_and_value_listContext |
The parse tree. |
ExitJson_name_and_value_list(Json_name_and_value_listContext)
void ExitJson_name_and_value_list(PostgreSQLParser.Json_name_and_value_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_name_and_value_listContext |
The parse tree. |
EnterJson_name_and_value(Json_name_and_valueContext)
void EnterJson_name_and_value(PostgreSQLParser.Json_name_and_valueContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_name_and_valueContext |
The parse tree. |
ExitJson_name_and_value(Json_name_and_valueContext)
void ExitJson_name_and_value(PostgreSQLParser.Json_name_and_valueContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_name_and_valueContext |
The parse tree. |
EnterJson_object_constructor_null_clause(Json_object_constructor_null_clauseContext)
void EnterJson_object_constructor_null_clause(PostgreSQLParser.Json_object_constructor_null_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_object_constructor_null_clauseContext |
The parse tree. |
ExitJson_object_constructor_null_clause(Json_object_constructor_null_clauseContext)
void ExitJson_object_constructor_null_clause(PostgreSQLParser.Json_object_constructor_null_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_object_constructor_null_clauseContext |
The parse tree. |
EnterJson_array_constructor_null_clause(Json_array_constructor_null_clauseContext)
void EnterJson_array_constructor_null_clause(PostgreSQLParser.Json_array_constructor_null_clauseContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_array_constructor_null_clauseContext |
The parse tree. |
ExitJson_array_constructor_null_clause(Json_array_constructor_null_clauseContext)
void ExitJson_array_constructor_null_clause(PostgreSQLParser.Json_array_constructor_null_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_array_constructor_null_clauseContext |
The parse tree. |
EnterJson_value_expr_list(Json_value_expr_listContext)
void EnterJson_value_expr_list(PostgreSQLParser.Json_value_expr_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_value_expr_listContext |
The parse tree. |
ExitJson_value_expr_list(Json_value_expr_listContext)
void ExitJson_value_expr_list(PostgreSQLParser.Json_value_expr_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_value_expr_listContext |
The parse tree. |
EnterJson_aggregate_func(Json_aggregate_funcContext)
void EnterJson_aggregate_func(PostgreSQLParser.Json_aggregate_funcContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_aggregate_funcContext |
The parse tree. |
ExitJson_aggregate_func(Json_aggregate_funcContext)
void ExitJson_aggregate_func(PostgreSQLParser.Json_aggregate_funcContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_aggregate_funcContext |
The parse tree. |
EnterJson_array_aggregate_order_by_clause(Json_array_aggregate_order_by_clauseContext)
void EnterJson_array_aggregate_order_by_clause(PostgreSQLParser.Json_array_aggregate_order_by_clauseContext context)
Enter a parse tree produced by ``.
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)
void ExitJson_array_aggregate_order_by_clause(PostgreSQLParser.Json_array_aggregate_order_by_clauseContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Json_array_aggregate_order_by_clauseContext |
The parse tree. |
EnterTarget_list_(Target_list_Context)
void EnterTarget_list_(PostgreSQLParser.Target_list_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Target_list_Context |
The parse tree. |
ExitTarget_list_(Target_list_Context)
void ExitTarget_list_(PostgreSQLParser.Target_list_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Target_list_Context |
The parse tree. |
EnterTarget_list(Target_listContext)
void EnterTarget_list(PostgreSQLParser.Target_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Target_listContext |
The parse tree. |
ExitTarget_list(Target_listContext)
void ExitTarget_list(PostgreSQLParser.Target_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Target_listContext |
The parse tree. |
EnterTarget_label(Target_labelContext)
void EnterTarget_label(PostgreSQLParser.Target_labelContext context)
Enter a parse tree produced by the target_label
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Target_labelContext |
The parse tree. |
ExitTarget_label(Target_labelContext)
void ExitTarget_label(PostgreSQLParser.Target_labelContext context)
Exit a parse tree produced by the target_label
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Target_labelContext |
The parse tree. |
EnterTarget_star(Target_starContext)
void EnterTarget_star(PostgreSQLParser.Target_starContext context)
Enter a parse tree produced by the target_star
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Target_starContext |
The parse tree. |
ExitTarget_star(Target_starContext)
void ExitTarget_star(PostgreSQLParser.Target_starContext context)
Exit a parse tree produced by the target_star
labeled alternative in ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Target_starContext |
The parse tree. |
EnterQualified_name_list(Qualified_name_listContext)
void EnterQualified_name_list(PostgreSQLParser.Qualified_name_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qualified_name_listContext |
The parse tree. |
ExitQualified_name_list(Qualified_name_listContext)
void ExitQualified_name_list(PostgreSQLParser.Qualified_name_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qualified_name_listContext |
The parse tree. |
EnterQualified_name(Qualified_nameContext)
void EnterQualified_name(PostgreSQLParser.Qualified_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qualified_nameContext |
The parse tree. |
ExitQualified_name(Qualified_nameContext)
void ExitQualified_name(PostgreSQLParser.Qualified_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Qualified_nameContext |
The parse tree. |
EnterName_list(Name_listContext)
void EnterName_list(PostgreSQLParser.Name_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Name_listContext |
The parse tree. |
ExitName_list(Name_listContext)
void ExitName_list(PostgreSQLParser.Name_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Name_listContext |
The parse tree. |
EnterName(NameContext)
void EnterName(PostgreSQLParser.NameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NameContext |
The parse tree. |
ExitName(NameContext)
void ExitName(PostgreSQLParser.NameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NameContext |
The parse tree. |
EnterAttr_name(Attr_nameContext)
void EnterAttr_name(PostgreSQLParser.Attr_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Attr_nameContext |
The parse tree. |
ExitAttr_name(Attr_nameContext)
void ExitAttr_name(PostgreSQLParser.Attr_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Attr_nameContext |
The parse tree. |
EnterFile_name(File_nameContext)
void EnterFile_name(PostgreSQLParser.File_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
File_nameContext |
The parse tree. |
ExitFile_name(File_nameContext)
void ExitFile_name(PostgreSQLParser.File_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
File_nameContext |
The parse tree. |
EnterFunc_name(Func_nameContext)
void EnterFunc_name(PostgreSQLParser.Func_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_nameContext |
The parse tree. |
ExitFunc_name(Func_nameContext)
void ExitFunc_name(PostgreSQLParser.Func_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Func_nameContext |
The parse tree. |
EnterAexprconst(AexprconstContext)
void EnterAexprconst(PostgreSQLParser.AexprconstContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AexprconstContext |
The parse tree. |
ExitAexprconst(AexprconstContext)
void ExitAexprconst(PostgreSQLParser.AexprconstContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AexprconstContext |
The parse tree. |
EnterXconst(XconstContext)
void EnterXconst(PostgreSQLParser.XconstContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
XconstContext |
The parse tree. |
ExitXconst(XconstContext)
void ExitXconst(PostgreSQLParser.XconstContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
XconstContext |
The parse tree. |
EnterBconst(BconstContext)
void EnterBconst(PostgreSQLParser.BconstContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BconstContext |
The parse tree. |
ExitBconst(BconstContext)
void ExitBconst(PostgreSQLParser.BconstContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BconstContext |
The parse tree. |
EnterFconst(FconstContext)
void EnterFconst(PostgreSQLParser.FconstContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
FconstContext |
The parse tree. |
ExitFconst(FconstContext)
void ExitFconst(PostgreSQLParser.FconstContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
FconstContext |
The parse tree. |
EnterIconst(IconstContext)
void EnterIconst(PostgreSQLParser.IconstContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
IconstContext |
The parse tree. |
ExitIconst(IconstContext)
void ExitIconst(PostgreSQLParser.IconstContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
IconstContext |
The parse tree. |
EnterSconst(SconstContext)
void EnterSconst(PostgreSQLParser.SconstContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SconstContext |
The parse tree. |
ExitSconst(SconstContext)
void ExitSconst(PostgreSQLParser.SconstContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SconstContext |
The parse tree. |
EnterAnysconst(AnysconstContext)
void EnterAnysconst(PostgreSQLParser.AnysconstContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AnysconstContext |
The parse tree. |
ExitAnysconst(AnysconstContext)
void ExitAnysconst(PostgreSQLParser.AnysconstContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
AnysconstContext |
The parse tree. |
EnterUescape_(Uescape_Context)
void EnterUescape_(PostgreSQLParser.Uescape_Context context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Uescape_Context |
The parse tree. |
ExitUescape_(Uescape_Context)
void ExitUescape_(PostgreSQLParser.Uescape_Context context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Uescape_Context |
The parse tree. |
EnterSignediconst(SignediconstContext)
void EnterSignediconst(PostgreSQLParser.SignediconstContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SignediconstContext |
The parse tree. |
ExitSignediconst(SignediconstContext)
void ExitSignediconst(PostgreSQLParser.SignediconstContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
SignediconstContext |
The parse tree. |
EnterRoleid(RoleidContext)
void EnterRoleid(PostgreSQLParser.RoleidContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RoleidContext |
The parse tree. |
ExitRoleid(RoleidContext)
void ExitRoleid(PostgreSQLParser.RoleidContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RoleidContext |
The parse tree. |
EnterRolespec(RolespecContext)
void EnterRolespec(PostgreSQLParser.RolespecContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RolespecContext |
The parse tree. |
ExitRolespec(RolespecContext)
void ExitRolespec(PostgreSQLParser.RolespecContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
RolespecContext |
The parse tree. |
EnterRole_list(Role_listContext)
void EnterRole_list(PostgreSQLParser.Role_listContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Role_listContext |
The parse tree. |
ExitRole_list(Role_listContext)
void ExitRole_list(PostgreSQLParser.Role_listContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Role_listContext |
The parse tree. |
EnterColid(ColidContext)
void EnterColid(PostgreSQLParser.ColidContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColidContext |
The parse tree. |
ExitColid(ColidContext)
void ExitColid(PostgreSQLParser.ColidContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColidContext |
The parse tree. |
EnterType_function_name(Type_function_nameContext)
void EnterType_function_name(PostgreSQLParser.Type_function_nameContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_function_nameContext |
The parse tree. |
ExitType_function_name(Type_function_nameContext)
void ExitType_function_name(PostgreSQLParser.Type_function_nameContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_function_nameContext |
The parse tree. |
EnterNonreservedword(NonreservedwordContext)
void EnterNonreservedword(PostgreSQLParser.NonreservedwordContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NonreservedwordContext |
The parse tree. |
ExitNonreservedword(NonreservedwordContext)
void ExitNonreservedword(PostgreSQLParser.NonreservedwordContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
NonreservedwordContext |
The parse tree. |
EnterColLabel(ColLabelContext)
void EnterColLabel(PostgreSQLParser.ColLabelContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColLabelContext |
The parse tree. |
ExitColLabel(ColLabelContext)
void ExitColLabel(PostgreSQLParser.ColLabelContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
ColLabelContext |
The parse tree. |
EnterBareColLabel(BareColLabelContext)
void EnterBareColLabel(PostgreSQLParser.BareColLabelContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BareColLabelContext |
The parse tree. |
ExitBareColLabel(BareColLabelContext)
void ExitBareColLabel(PostgreSQLParser.BareColLabelContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
BareColLabelContext |
The parse tree. |
EnterUnreserved_keyword(Unreserved_keywordContext)
void EnterUnreserved_keyword(PostgreSQLParser.Unreserved_keywordContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Unreserved_keywordContext |
The parse tree. |
ExitUnreserved_keyword(Unreserved_keywordContext)
void ExitUnreserved_keyword(PostgreSQLParser.Unreserved_keywordContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Unreserved_keywordContext |
The parse tree. |
EnterCol_name_keyword(Col_name_keywordContext)
void EnterCol_name_keyword(PostgreSQLParser.Col_name_keywordContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Col_name_keywordContext |
The parse tree. |
ExitCol_name_keyword(Col_name_keywordContext)
void ExitCol_name_keyword(PostgreSQLParser.Col_name_keywordContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Col_name_keywordContext |
The parse tree. |
EnterType_func_name_keyword(Type_func_name_keywordContext)
void EnterType_func_name_keyword(PostgreSQLParser.Type_func_name_keywordContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_func_name_keywordContext |
The parse tree. |
ExitType_func_name_keyword(Type_func_name_keywordContext)
void ExitType_func_name_keyword(PostgreSQLParser.Type_func_name_keywordContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Type_func_name_keywordContext |
The parse tree. |
EnterReserved_keyword(Reserved_keywordContext)
void EnterReserved_keyword(PostgreSQLParser.Reserved_keywordContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reserved_keywordContext |
The parse tree. |
ExitReserved_keyword(Reserved_keywordContext)
void ExitReserved_keyword(PostgreSQLParser.Reserved_keywordContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Reserved_keywordContext |
The parse tree. |
EnterBare_label_keyword(Bare_label_keywordContext)
void EnterBare_label_keyword(PostgreSQLParser.Bare_label_keywordContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Bare_label_keywordContext |
The parse tree. |
ExitBare_label_keyword(Bare_label_keywordContext)
void ExitBare_label_keyword(PostgreSQLParser.Bare_label_keywordContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Bare_label_keywordContext |
The parse tree. |
EnterAny_identifier(Any_identifierContext)
void EnterAny_identifier(PostgreSQLParser.Any_identifierContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_identifierContext |
The parse tree. |
ExitAny_identifier(Any_identifierContext)
void ExitAny_identifier(PostgreSQLParser.Any_identifierContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
Any_identifierContext |
The parse tree. |
EnterIdentifier(IdentifierContext)
void EnterIdentifier(PostgreSQLParser.IdentifierContext context)
Enter a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
IdentifierContext |
The parse tree. |
ExitIdentifier(IdentifierContext)
void ExitIdentifier(PostgreSQLParser.IdentifierContext context)
Exit a parse tree produced by ``.
Parameters:
| Name | Type | Description |
|---|---|---|
context |
IdentifierContext |
The parse tree. |