Class PostgreSQLParserBaseListener
- java.lang.Object
-
- one.gfw.antlr4.sql.postgresql.PostgreSQLParserBaseListener
-
- All Implemented Interfaces:
PostgreSQLParserListener,org.antlr.v4.runtime.tree.ParseTreeListener
public class PostgreSQLParserBaseListener extends Object implements PostgreSQLParserListener
This class provides an empty implementation ofPostgreSQLParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLParserBaseListener()
-
Method Summary
-
-
-
Method Detail
-
enterRoot
public void enterRoot(PostgreSQLParser.RootContext ctx)
Enter a parse tree produced byPostgreSQLParser.root().The default implementation does nothing.
- Specified by:
enterRootin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRoot
public void exitRoot(PostgreSQLParser.RootContext ctx)
Exit a parse tree produced byPostgreSQLParser.root().The default implementation does nothing.
- Specified by:
exitRootin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPlsqlroot
public void enterPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)
Enter a parse tree produced byPostgreSQLParser.plsqlroot().The default implementation does nothing.
- Specified by:
enterPlsqlrootin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPlsqlroot
public void exitPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)
Exit a parse tree produced byPostgreSQLParser.plsqlroot().The default implementation does nothing.
- Specified by:
exitPlsqlrootin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmtblock
public void enterStmtblock(PostgreSQLParser.StmtblockContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmtblock().The default implementation does nothing.
- Specified by:
enterStmtblockin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmtblock
public void exitStmtblock(PostgreSQLParser.StmtblockContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmtblock().The default implementation does nothing.
- Specified by:
exitStmtblockin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmtmulti
public void enterStmtmulti(PostgreSQLParser.StmtmultiContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmtmulti().The default implementation does nothing.
- Specified by:
enterStmtmultiin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmtmulti
public void exitStmtmulti(PostgreSQLParser.StmtmultiContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmtmulti().The default implementation does nothing.
- Specified by:
exitStmtmultiin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt
public void enterStmt(PostgreSQLParser.StmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt().The default implementation does nothing.
- Specified by:
enterStmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt
public void exitStmt(PostgreSQLParser.StmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt().The default implementation does nothing.
- Specified by:
exitStmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPlsqlconsolecommand
public void enterPlsqlconsolecommand(PostgreSQLParser.PlsqlconsolecommandContext ctx)
Enter a parse tree produced byPostgreSQLParser.plsqlconsolecommand().The default implementation does nothing.
- Specified by:
enterPlsqlconsolecommandin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPlsqlconsolecommand
public void exitPlsqlconsolecommand(PostgreSQLParser.PlsqlconsolecommandContext ctx)
Exit a parse tree produced byPostgreSQLParser.plsqlconsolecommand().The default implementation does nothing.
- Specified by:
exitPlsqlconsolecommandin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCallstmt
public void enterCallstmt(PostgreSQLParser.CallstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.callstmt().The default implementation does nothing.
- Specified by:
enterCallstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCallstmt
public void exitCallstmt(PostgreSQLParser.CallstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.callstmt().The default implementation does nothing.
- Specified by:
exitCallstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreaterolestmt
public void enterCreaterolestmt(PostgreSQLParser.CreaterolestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createrolestmt().The default implementation does nothing.
- Specified by:
enterCreaterolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreaterolestmt
public void exitCreaterolestmt(PostgreSQLParser.CreaterolestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createrolestmt().The default implementation does nothing.
- Specified by:
exitCreaterolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_with
public void enterOpt_with(PostgreSQLParser.Opt_withContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_with().The default implementation does nothing.
- Specified by:
enterOpt_within interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_with
public void exitOpt_with(PostgreSQLParser.Opt_withContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_with().The default implementation does nothing.
- Specified by:
exitOpt_within interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptrolelist
public void enterOptrolelist(PostgreSQLParser.OptrolelistContext ctx)
Enter a parse tree produced byPostgreSQLParser.optrolelist().The default implementation does nothing.
- Specified by:
enterOptrolelistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptrolelist
public void exitOptrolelist(PostgreSQLParser.OptrolelistContext ctx)
Exit a parse tree produced byPostgreSQLParser.optrolelist().The default implementation does nothing.
- Specified by:
exitOptrolelistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlteroptrolelist
public void enterAlteroptrolelist(PostgreSQLParser.AlteroptrolelistContext ctx)
Enter a parse tree produced byPostgreSQLParser.alteroptrolelist().The default implementation does nothing.
- Specified by:
enterAlteroptrolelistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlteroptrolelist
public void exitAlteroptrolelist(PostgreSQLParser.AlteroptrolelistContext ctx)
Exit a parse tree produced byPostgreSQLParser.alteroptrolelist().The default implementation does nothing.
- Specified by:
exitAlteroptrolelistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlteroptroleelem
public void enterAlteroptroleelem(PostgreSQLParser.AlteroptroleelemContext ctx)
Enter a parse tree produced byPostgreSQLParser.alteroptroleelem().The default implementation does nothing.
- Specified by:
enterAlteroptroleelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlteroptroleelem
public void exitAlteroptroleelem(PostgreSQLParser.AlteroptroleelemContext ctx)
Exit a parse tree produced byPostgreSQLParser.alteroptroleelem().The default implementation does nothing.
- Specified by:
exitAlteroptroleelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateoptroleelem
public void enterCreateoptroleelem(PostgreSQLParser.CreateoptroleelemContext ctx)
Enter a parse tree produced byPostgreSQLParser.createoptroleelem().The default implementation does nothing.
- Specified by:
enterCreateoptroleelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateoptroleelem
public void exitCreateoptroleelem(PostgreSQLParser.CreateoptroleelemContext ctx)
Exit a parse tree produced byPostgreSQLParser.createoptroleelem().The default implementation does nothing.
- Specified by:
exitCreateoptroleelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateuserstmt
public void enterCreateuserstmt(PostgreSQLParser.CreateuserstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createuserstmt().The default implementation does nothing.
- Specified by:
enterCreateuserstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateuserstmt
public void exitCreateuserstmt(PostgreSQLParser.CreateuserstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createuserstmt().The default implementation does nothing.
- Specified by:
exitCreateuserstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterrolestmt
public void enterAlterrolestmt(PostgreSQLParser.AlterrolestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterrolestmt().The default implementation does nothing.
- Specified by:
enterAlterrolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterrolestmt
public void exitAlterrolestmt(PostgreSQLParser.AlterrolestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterrolestmt().The default implementation does nothing.
- Specified by:
exitAlterrolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_in_database
public void enterOpt_in_database(PostgreSQLParser.Opt_in_databaseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_in_database().The default implementation does nothing.
- Specified by:
enterOpt_in_databasein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_in_database
public void exitOpt_in_database(PostgreSQLParser.Opt_in_databaseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_in_database().The default implementation does nothing.
- Specified by:
exitOpt_in_databasein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterrolesetstmt
public void enterAlterrolesetstmt(PostgreSQLParser.AlterrolesetstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterrolesetstmt().The default implementation does nothing.
- Specified by:
enterAlterrolesetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterrolesetstmt
public void exitAlterrolesetstmt(PostgreSQLParser.AlterrolesetstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterrolesetstmt().The default implementation does nothing.
- Specified by:
exitAlterrolesetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDroprolestmt
public void enterDroprolestmt(PostgreSQLParser.DroprolestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.droprolestmt().The default implementation does nothing.
- Specified by:
enterDroprolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDroprolestmt
public void exitDroprolestmt(PostgreSQLParser.DroprolestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.droprolestmt().The default implementation does nothing.
- Specified by:
exitDroprolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreategroupstmt
public void enterCreategroupstmt(PostgreSQLParser.CreategroupstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.creategroupstmt().The default implementation does nothing.
- Specified by:
enterCreategroupstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreategroupstmt
public void exitCreategroupstmt(PostgreSQLParser.CreategroupstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.creategroupstmt().The default implementation does nothing.
- Specified by:
exitCreategroupstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltergroupstmt
public void enterAltergroupstmt(PostgreSQLParser.AltergroupstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altergroupstmt().The default implementation does nothing.
- Specified by:
enterAltergroupstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltergroupstmt
public void exitAltergroupstmt(PostgreSQLParser.AltergroupstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altergroupstmt().The default implementation does nothing.
- Specified by:
exitAltergroupstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAdd_drop
public void enterAdd_drop(PostgreSQLParser.Add_dropContext ctx)
Enter a parse tree produced byPostgreSQLParser.add_drop().The default implementation does nothing.
- Specified by:
enterAdd_dropin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAdd_drop
public void exitAdd_drop(PostgreSQLParser.Add_dropContext ctx)
Exit a parse tree produced byPostgreSQLParser.add_drop().The default implementation does nothing.
- Specified by:
exitAdd_dropin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateschemastmt
public void enterCreateschemastmt(PostgreSQLParser.CreateschemastmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createschemastmt().The default implementation does nothing.
- Specified by:
enterCreateschemastmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateschemastmt
public void exitCreateschemastmt(PostgreSQLParser.CreateschemastmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createschemastmt().The default implementation does nothing.
- Specified by:
exitCreateschemastmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptschemaname
public void enterOptschemaname(PostgreSQLParser.OptschemanameContext ctx)
Enter a parse tree produced byPostgreSQLParser.optschemaname().The default implementation does nothing.
- Specified by:
enterOptschemanamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptschemaname
public void exitOptschemaname(PostgreSQLParser.OptschemanameContext ctx)
Exit a parse tree produced byPostgreSQLParser.optschemaname().The default implementation does nothing.
- Specified by:
exitOptschemanamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptschemaeltlist
public void enterOptschemaeltlist(PostgreSQLParser.OptschemaeltlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.optschemaeltlist().The default implementation does nothing.
- Specified by:
enterOptschemaeltlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptschemaeltlist
public void exitOptschemaeltlist(PostgreSQLParser.OptschemaeltlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.optschemaeltlist().The default implementation does nothing.
- Specified by:
exitOptschemaeltlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSchema_stmt
public void enterSchema_stmt(PostgreSQLParser.Schema_stmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.schema_stmt().The default implementation does nothing.
- Specified by:
enterSchema_stmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSchema_stmt
public void exitSchema_stmt(PostgreSQLParser.Schema_stmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.schema_stmt().The default implementation does nothing.
- Specified by:
exitSchema_stmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVariablesetstmt
public void enterVariablesetstmt(PostgreSQLParser.VariablesetstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.variablesetstmt().The default implementation does nothing.
- Specified by:
enterVariablesetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVariablesetstmt
public void exitVariablesetstmt(PostgreSQLParser.VariablesetstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.variablesetstmt().The default implementation does nothing.
- Specified by:
exitVariablesetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSet_rest
public void enterSet_rest(PostgreSQLParser.Set_restContext ctx)
Enter a parse tree produced byPostgreSQLParser.set_rest().The default implementation does nothing.
- Specified by:
enterSet_restin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSet_rest
public void exitSet_rest(PostgreSQLParser.Set_restContext ctx)
Exit a parse tree produced byPostgreSQLParser.set_rest().The default implementation does nothing.
- Specified by:
exitSet_restin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGeneric_set
public void enterGeneric_set(PostgreSQLParser.Generic_setContext ctx)
Enter a parse tree produced byPostgreSQLParser.generic_set().The default implementation does nothing.
- Specified by:
enterGeneric_setin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGeneric_set
public void exitGeneric_set(PostgreSQLParser.Generic_setContext ctx)
Exit a parse tree produced byPostgreSQLParser.generic_set().The default implementation does nothing.
- Specified by:
exitGeneric_setin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSet_rest_more
public void enterSet_rest_more(PostgreSQLParser.Set_rest_moreContext ctx)
Enter a parse tree produced byPostgreSQLParser.set_rest_more().The default implementation does nothing.
- Specified by:
enterSet_rest_morein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSet_rest_more
public void exitSet_rest_more(PostgreSQLParser.Set_rest_moreContext ctx)
Exit a parse tree produced byPostgreSQLParser.set_rest_more().The default implementation does nothing.
- Specified by:
exitSet_rest_morein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVar_name
public void enterVar_name(PostgreSQLParser.Var_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.var_name().The default implementation does nothing.
- Specified by:
enterVar_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVar_name
public void exitVar_name(PostgreSQLParser.Var_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.var_name().The default implementation does nothing.
- Specified by:
exitVar_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVar_list
public void enterVar_list(PostgreSQLParser.Var_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.var_list().The default implementation does nothing.
- Specified by:
enterVar_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVar_list
public void exitVar_list(PostgreSQLParser.Var_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.var_list().The default implementation does nothing.
- Specified by:
exitVar_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVar_value
public void enterVar_value(PostgreSQLParser.Var_valueContext ctx)
Enter a parse tree produced byPostgreSQLParser.var_value().The default implementation does nothing.
- Specified by:
enterVar_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVar_value
public void exitVar_value(PostgreSQLParser.Var_valueContext ctx)
Exit a parse tree produced byPostgreSQLParser.var_value().The default implementation does nothing.
- Specified by:
exitVar_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIso_level
public void enterIso_level(PostgreSQLParser.Iso_levelContext ctx)
Enter a parse tree produced byPostgreSQLParser.iso_level().The default implementation does nothing.
- Specified by:
enterIso_levelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIso_level
public void exitIso_level(PostgreSQLParser.Iso_levelContext ctx)
Exit a parse tree produced byPostgreSQLParser.iso_level().The default implementation does nothing.
- Specified by:
exitIso_levelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_boolean_or_string
public void enterOpt_boolean_or_string(PostgreSQLParser.Opt_boolean_or_stringContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_boolean_or_string().The default implementation does nothing.
- Specified by:
enterOpt_boolean_or_stringin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_boolean_or_string
public void exitOpt_boolean_or_string(PostgreSQLParser.Opt_boolean_or_stringContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_boolean_or_string().The default implementation does nothing.
- Specified by:
exitOpt_boolean_or_stringin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterZone_value
public void enterZone_value(PostgreSQLParser.Zone_valueContext ctx)
Enter a parse tree produced byPostgreSQLParser.zone_value().The default implementation does nothing.
- Specified by:
enterZone_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitZone_value
public void exitZone_value(PostgreSQLParser.Zone_valueContext ctx)
Exit a parse tree produced byPostgreSQLParser.zone_value().The default implementation does nothing.
- Specified by:
exitZone_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_encoding
public void enterOpt_encoding(PostgreSQLParser.Opt_encodingContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_encoding().The default implementation does nothing.
- Specified by:
enterOpt_encodingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_encoding
public void exitOpt_encoding(PostgreSQLParser.Opt_encodingContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_encoding().The default implementation does nothing.
- Specified by:
exitOpt_encodingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterNonreservedword_or_sconst
public void enterNonreservedword_or_sconst(PostgreSQLParser.Nonreservedword_or_sconstContext ctx)
Enter a parse tree produced byPostgreSQLParser.nonreservedword_or_sconst().The default implementation does nothing.
- Specified by:
enterNonreservedword_or_sconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitNonreservedword_or_sconst
public void exitNonreservedword_or_sconst(PostgreSQLParser.Nonreservedword_or_sconstContext ctx)
Exit a parse tree produced byPostgreSQLParser.nonreservedword_or_sconst().The default implementation does nothing.
- Specified by:
exitNonreservedword_or_sconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVariableresetstmt
public void enterVariableresetstmt(PostgreSQLParser.VariableresetstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.variableresetstmt().The default implementation does nothing.
- Specified by:
enterVariableresetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVariableresetstmt
public void exitVariableresetstmt(PostgreSQLParser.VariableresetstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.variableresetstmt().The default implementation does nothing.
- Specified by:
exitVariableresetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReset_rest
public void enterReset_rest(PostgreSQLParser.Reset_restContext ctx)
Enter a parse tree produced byPostgreSQLParser.reset_rest().The default implementation does nothing.
- Specified by:
enterReset_restin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReset_rest
public void exitReset_rest(PostgreSQLParser.Reset_restContext ctx)
Exit a parse tree produced byPostgreSQLParser.reset_rest().The default implementation does nothing.
- Specified by:
exitReset_restin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGeneric_reset
public void enterGeneric_reset(PostgreSQLParser.Generic_resetContext ctx)
Enter a parse tree produced byPostgreSQLParser.generic_reset().The default implementation does nothing.
- Specified by:
enterGeneric_resetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGeneric_reset
public void exitGeneric_reset(PostgreSQLParser.Generic_resetContext ctx)
Exit a parse tree produced byPostgreSQLParser.generic_reset().The default implementation does nothing.
- Specified by:
exitGeneric_resetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSetresetclause
public void enterSetresetclause(PostgreSQLParser.SetresetclauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.setresetclause().The default implementation does nothing.
- Specified by:
enterSetresetclausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSetresetclause
public void exitSetresetclause(PostgreSQLParser.SetresetclauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.setresetclause().The default implementation does nothing.
- Specified by:
exitSetresetclausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunctionsetresetclause
public void enterFunctionsetresetclause(PostgreSQLParser.FunctionsetresetclauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.functionsetresetclause().The default implementation does nothing.
- Specified by:
enterFunctionsetresetclausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunctionsetresetclause
public void exitFunctionsetresetclause(PostgreSQLParser.FunctionsetresetclauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.functionsetresetclause().The default implementation does nothing.
- Specified by:
exitFunctionsetresetclausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVariableshowstmt
public void enterVariableshowstmt(PostgreSQLParser.VariableshowstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.variableshowstmt().The default implementation does nothing.
- Specified by:
enterVariableshowstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVariableshowstmt
public void exitVariableshowstmt(PostgreSQLParser.VariableshowstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.variableshowstmt().The default implementation does nothing.
- Specified by:
exitVariableshowstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstraintssetstmt
public void enterConstraintssetstmt(PostgreSQLParser.ConstraintssetstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.constraintssetstmt().The default implementation does nothing.
- Specified by:
enterConstraintssetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstraintssetstmt
public void exitConstraintssetstmt(PostgreSQLParser.ConstraintssetstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.constraintssetstmt().The default implementation does nothing.
- Specified by:
exitConstraintssetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstraints_set_list
public void enterConstraints_set_list(PostgreSQLParser.Constraints_set_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.constraints_set_list().The default implementation does nothing.
- Specified by:
enterConstraints_set_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstraints_set_list
public void exitConstraints_set_list(PostgreSQLParser.Constraints_set_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.constraints_set_list().The default implementation does nothing.
- Specified by:
exitConstraints_set_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstraints_set_mode
public void enterConstraints_set_mode(PostgreSQLParser.Constraints_set_modeContext ctx)
Enter a parse tree produced byPostgreSQLParser.constraints_set_mode().The default implementation does nothing.
- Specified by:
enterConstraints_set_modein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstraints_set_mode
public void exitConstraints_set_mode(PostgreSQLParser.Constraints_set_modeContext ctx)
Exit a parse tree produced byPostgreSQLParser.constraints_set_mode().The default implementation does nothing.
- Specified by:
exitConstraints_set_modein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCheckpointstmt
public void enterCheckpointstmt(PostgreSQLParser.CheckpointstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.checkpointstmt().The default implementation does nothing.
- Specified by:
enterCheckpointstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCheckpointstmt
public void exitCheckpointstmt(PostgreSQLParser.CheckpointstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.checkpointstmt().The default implementation does nothing.
- Specified by:
exitCheckpointstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDiscardstmt
public void enterDiscardstmt(PostgreSQLParser.DiscardstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.discardstmt().The default implementation does nothing.
- Specified by:
enterDiscardstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDiscardstmt
public void exitDiscardstmt(PostgreSQLParser.DiscardstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.discardstmt().The default implementation does nothing.
- Specified by:
exitDiscardstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltertablestmt
public void enterAltertablestmt(PostgreSQLParser.AltertablestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altertablestmt().The default implementation does nothing.
- Specified by:
enterAltertablestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltertablestmt
public void exitAltertablestmt(PostgreSQLParser.AltertablestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altertablestmt().The default implementation does nothing.
- Specified by:
exitAltertablestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_table_cmds
public void enterAlter_table_cmds(PostgreSQLParser.Alter_table_cmdsContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_table_cmds().The default implementation does nothing.
- Specified by:
enterAlter_table_cmdsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_table_cmds
public void exitAlter_table_cmds(PostgreSQLParser.Alter_table_cmdsContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_table_cmds().The default implementation does nothing.
- Specified by:
exitAlter_table_cmdsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPartition_cmd
public void enterPartition_cmd(PostgreSQLParser.Partition_cmdContext ctx)
Enter a parse tree produced byPostgreSQLParser.partition_cmd().The default implementation does nothing.
- Specified by:
enterPartition_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPartition_cmd
public void exitPartition_cmd(PostgreSQLParser.Partition_cmdContext ctx)
Exit a parse tree produced byPostgreSQLParser.partition_cmd().The default implementation does nothing.
- Specified by:
exitPartition_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIndex_partition_cmd
public void enterIndex_partition_cmd(PostgreSQLParser.Index_partition_cmdContext ctx)
Enter a parse tree produced byPostgreSQLParser.index_partition_cmd().The default implementation does nothing.
- Specified by:
enterIndex_partition_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIndex_partition_cmd
public void exitIndex_partition_cmd(PostgreSQLParser.Index_partition_cmdContext ctx)
Exit a parse tree produced byPostgreSQLParser.index_partition_cmd().The default implementation does nothing.
- Specified by:
exitIndex_partition_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_table_cmd
public void enterAlter_table_cmd(PostgreSQLParser.Alter_table_cmdContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_table_cmd().The default implementation does nothing.
- Specified by:
enterAlter_table_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_table_cmd
public void exitAlter_table_cmd(PostgreSQLParser.Alter_table_cmdContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_table_cmd().The default implementation does nothing.
- Specified by:
exitAlter_table_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_column_default
public void enterAlter_column_default(PostgreSQLParser.Alter_column_defaultContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_column_default().The default implementation does nothing.
- Specified by:
enterAlter_column_defaultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_column_default
public void exitAlter_column_default(PostgreSQLParser.Alter_column_defaultContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_column_default().The default implementation does nothing.
- Specified by:
exitAlter_column_defaultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_drop_behavior
public void enterOpt_drop_behavior(PostgreSQLParser.Opt_drop_behaviorContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_drop_behavior().The default implementation does nothing.
- Specified by:
enterOpt_drop_behaviorin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_drop_behavior
public void exitOpt_drop_behavior(PostgreSQLParser.Opt_drop_behaviorContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_drop_behavior().The default implementation does nothing.
- Specified by:
exitOpt_drop_behaviorin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_collate_clause
public void enterOpt_collate_clause(PostgreSQLParser.Opt_collate_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_collate_clause().The default implementation does nothing.
- Specified by:
enterOpt_collate_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_collate_clause
public void exitOpt_collate_clause(PostgreSQLParser.Opt_collate_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_collate_clause().The default implementation does nothing.
- Specified by:
exitOpt_collate_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_using
public void enterAlter_using(PostgreSQLParser.Alter_usingContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_using().The default implementation does nothing.
- Specified by:
enterAlter_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_using
public void exitAlter_using(PostgreSQLParser.Alter_usingContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_using().The default implementation does nothing.
- Specified by:
exitAlter_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReplica_identity
public void enterReplica_identity(PostgreSQLParser.Replica_identityContext ctx)
Enter a parse tree produced byPostgreSQLParser.replica_identity().The default implementation does nothing.
- Specified by:
enterReplica_identityin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReplica_identity
public void exitReplica_identity(PostgreSQLParser.Replica_identityContext ctx)
Exit a parse tree produced byPostgreSQLParser.replica_identity().The default implementation does nothing.
- Specified by:
exitReplica_identityin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReloptions
public void enterReloptions(PostgreSQLParser.ReloptionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.reloptions().The default implementation does nothing.
- Specified by:
enterReloptionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReloptions
public void exitReloptions(PostgreSQLParser.ReloptionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.reloptions().The default implementation does nothing.
- Specified by:
exitReloptionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_reloptions
public void enterOpt_reloptions(PostgreSQLParser.Opt_reloptionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_reloptions().The default implementation does nothing.
- Specified by:
enterOpt_reloptionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_reloptions
public void exitOpt_reloptions(PostgreSQLParser.Opt_reloptionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_reloptions().The default implementation does nothing.
- Specified by:
exitOpt_reloptionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReloption_list
public void enterReloption_list(PostgreSQLParser.Reloption_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.reloption_list().The default implementation does nothing.
- Specified by:
enterReloption_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReloption_list
public void exitReloption_list(PostgreSQLParser.Reloption_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.reloption_list().The default implementation does nothing.
- Specified by:
exitReloption_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReloption_elem
public void enterReloption_elem(PostgreSQLParser.Reloption_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.reloption_elem().The default implementation does nothing.
- Specified by:
enterReloption_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReloption_elem
public void exitReloption_elem(PostgreSQLParser.Reloption_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.reloption_elem().The default implementation does nothing.
- Specified by:
exitReloption_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_identity_column_option_list
public void enterAlter_identity_column_option_list(PostgreSQLParser.Alter_identity_column_option_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_identity_column_option_list().The default implementation does nothing.
- Specified by:
enterAlter_identity_column_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_identity_column_option_list
public void exitAlter_identity_column_option_list(PostgreSQLParser.Alter_identity_column_option_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_identity_column_option_list().The default implementation does nothing.
- Specified by:
exitAlter_identity_column_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_identity_column_option
public void enterAlter_identity_column_option(PostgreSQLParser.Alter_identity_column_optionContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_identity_column_option().The default implementation does nothing.
- Specified by:
enterAlter_identity_column_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_identity_column_option
public void exitAlter_identity_column_option(PostgreSQLParser.Alter_identity_column_optionContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_identity_column_option().The default implementation does nothing.
- Specified by:
exitAlter_identity_column_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPartitionboundspec
public void enterPartitionboundspec(PostgreSQLParser.PartitionboundspecContext ctx)
Enter a parse tree produced byPostgreSQLParser.partitionboundspec().The default implementation does nothing.
- Specified by:
enterPartitionboundspecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPartitionboundspec
public void exitPartitionboundspec(PostgreSQLParser.PartitionboundspecContext ctx)
Exit a parse tree produced byPostgreSQLParser.partitionboundspec().The default implementation does nothing.
- Specified by:
exitPartitionboundspecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterHash_partbound_elem
public void enterHash_partbound_elem(PostgreSQLParser.Hash_partbound_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.hash_partbound_elem().The default implementation does nothing.
- Specified by:
enterHash_partbound_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitHash_partbound_elem
public void exitHash_partbound_elem(PostgreSQLParser.Hash_partbound_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.hash_partbound_elem().The default implementation does nothing.
- Specified by:
exitHash_partbound_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterHash_partbound
public void enterHash_partbound(PostgreSQLParser.Hash_partboundContext ctx)
Enter a parse tree produced byPostgreSQLParser.hash_partbound().The default implementation does nothing.
- Specified by:
enterHash_partboundin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitHash_partbound
public void exitHash_partbound(PostgreSQLParser.Hash_partboundContext ctx)
Exit a parse tree produced byPostgreSQLParser.hash_partbound().The default implementation does nothing.
- Specified by:
exitHash_partboundin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltercompositetypestmt
public void enterAltercompositetypestmt(PostgreSQLParser.AltercompositetypestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altercompositetypestmt().The default implementation does nothing.
- Specified by:
enterAltercompositetypestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltercompositetypestmt
public void exitAltercompositetypestmt(PostgreSQLParser.AltercompositetypestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altercompositetypestmt().The default implementation does nothing.
- Specified by:
exitAltercompositetypestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_type_cmds
public void enterAlter_type_cmds(PostgreSQLParser.Alter_type_cmdsContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_type_cmds().The default implementation does nothing.
- Specified by:
enterAlter_type_cmdsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_type_cmds
public void exitAlter_type_cmds(PostgreSQLParser.Alter_type_cmdsContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_type_cmds().The default implementation does nothing.
- Specified by:
exitAlter_type_cmdsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_type_cmd
public void enterAlter_type_cmd(PostgreSQLParser.Alter_type_cmdContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_type_cmd().The default implementation does nothing.
- Specified by:
enterAlter_type_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_type_cmd
public void exitAlter_type_cmd(PostgreSQLParser.Alter_type_cmdContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_type_cmd().The default implementation does nothing.
- Specified by:
exitAlter_type_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCloseportalstmt
public void enterCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.closeportalstmt().The default implementation does nothing.
- Specified by:
enterCloseportalstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCloseportalstmt
public void exitCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.closeportalstmt().The default implementation does nothing.
- Specified by:
exitCloseportalstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopystmt
public void enterCopystmt(PostgreSQLParser.CopystmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.copystmt().The default implementation does nothing.
- Specified by:
enterCopystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopystmt
public void exitCopystmt(PostgreSQLParser.CopystmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.copystmt().The default implementation does nothing.
- Specified by:
exitCopystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_from
public void enterCopy_from(PostgreSQLParser.Copy_fromContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_from().The default implementation does nothing.
- Specified by:
enterCopy_fromin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_from
public void exitCopy_from(PostgreSQLParser.Copy_fromContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_from().The default implementation does nothing.
- Specified by:
exitCopy_fromin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_program
public void enterOpt_program(PostgreSQLParser.Opt_programContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_program().The default implementation does nothing.
- Specified by:
enterOpt_programin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_program
public void exitOpt_program(PostgreSQLParser.Opt_programContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_program().The default implementation does nothing.
- Specified by:
exitOpt_programin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_file_name
public void enterCopy_file_name(PostgreSQLParser.Copy_file_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_file_name().The default implementation does nothing.
- Specified by:
enterCopy_file_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_file_name
public void exitCopy_file_name(PostgreSQLParser.Copy_file_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_file_name().The default implementation does nothing.
- Specified by:
exitCopy_file_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_options
public void enterCopy_options(PostgreSQLParser.Copy_optionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_options().The default implementation does nothing.
- Specified by:
enterCopy_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_options
public void exitCopy_options(PostgreSQLParser.Copy_optionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_options().The default implementation does nothing.
- Specified by:
exitCopy_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_opt_list
public void enterCopy_opt_list(PostgreSQLParser.Copy_opt_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_opt_list().The default implementation does nothing.
- Specified by:
enterCopy_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_opt_list
public void exitCopy_opt_list(PostgreSQLParser.Copy_opt_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_opt_list().The default implementation does nothing.
- Specified by:
exitCopy_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_opt_item
public void enterCopy_opt_item(PostgreSQLParser.Copy_opt_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_opt_item().The default implementation does nothing.
- Specified by:
enterCopy_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_opt_item
public void exitCopy_opt_item(PostgreSQLParser.Copy_opt_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_opt_item().The default implementation does nothing.
- Specified by:
exitCopy_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_binary
public void enterOpt_binary(PostgreSQLParser.Opt_binaryContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_binary().The default implementation does nothing.
- Specified by:
enterOpt_binaryin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_binary
public void exitOpt_binary(PostgreSQLParser.Opt_binaryContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_binary().The default implementation does nothing.
- Specified by:
exitOpt_binaryin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_delimiter
public void enterCopy_delimiter(PostgreSQLParser.Copy_delimiterContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_delimiter().The default implementation does nothing.
- Specified by:
enterCopy_delimiterin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_delimiter
public void exitCopy_delimiter(PostgreSQLParser.Copy_delimiterContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_delimiter().The default implementation does nothing.
- Specified by:
exitCopy_delimiterin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_using
public void enterOpt_using(PostgreSQLParser.Opt_usingContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_using().The default implementation does nothing.
- Specified by:
enterOpt_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_using
public void exitOpt_using(PostgreSQLParser.Opt_usingContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_using().The default implementation does nothing.
- Specified by:
exitOpt_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_generic_opt_list
public void enterCopy_generic_opt_list(PostgreSQLParser.Copy_generic_opt_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_generic_opt_list().The default implementation does nothing.
- Specified by:
enterCopy_generic_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_generic_opt_list
public void exitCopy_generic_opt_list(PostgreSQLParser.Copy_generic_opt_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_generic_opt_list().The default implementation does nothing.
- Specified by:
exitCopy_generic_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_generic_opt_elem
public void enterCopy_generic_opt_elem(PostgreSQLParser.Copy_generic_opt_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_generic_opt_elem().The default implementation does nothing.
- Specified by:
enterCopy_generic_opt_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_generic_opt_elem
public void exitCopy_generic_opt_elem(PostgreSQLParser.Copy_generic_opt_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_generic_opt_elem().The default implementation does nothing.
- Specified by:
exitCopy_generic_opt_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_generic_opt_arg
public void enterCopy_generic_opt_arg(PostgreSQLParser.Copy_generic_opt_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_generic_opt_arg().The default implementation does nothing.
- Specified by:
enterCopy_generic_opt_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_generic_opt_arg
public void exitCopy_generic_opt_arg(PostgreSQLParser.Copy_generic_opt_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_generic_opt_arg().The default implementation does nothing.
- Specified by:
exitCopy_generic_opt_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_generic_opt_arg_list
public void enterCopy_generic_opt_arg_list(PostgreSQLParser.Copy_generic_opt_arg_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_generic_opt_arg_list().The default implementation does nothing.
- Specified by:
enterCopy_generic_opt_arg_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_generic_opt_arg_list
public void exitCopy_generic_opt_arg_list(PostgreSQLParser.Copy_generic_opt_arg_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_generic_opt_arg_list().The default implementation does nothing.
- Specified by:
exitCopy_generic_opt_arg_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCopy_generic_opt_arg_list_item
public void enterCopy_generic_opt_arg_list_item(PostgreSQLParser.Copy_generic_opt_arg_list_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.copy_generic_opt_arg_list_item().The default implementation does nothing.
- Specified by:
enterCopy_generic_opt_arg_list_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCopy_generic_opt_arg_list_item
public void exitCopy_generic_opt_arg_list_item(PostgreSQLParser.Copy_generic_opt_arg_list_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.copy_generic_opt_arg_list_item().The default implementation does nothing.
- Specified by:
exitCopy_generic_opt_arg_list_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatestmt
public void enterCreatestmt(PostgreSQLParser.CreatestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createstmt().The default implementation does nothing.
- Specified by:
enterCreatestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatestmt
public void exitCreatestmt(PostgreSQLParser.CreatestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createstmt().The default implementation does nothing.
- Specified by:
exitCreatestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpttemp
public void enterOpttemp(PostgreSQLParser.OpttempContext ctx)
Enter a parse tree produced byPostgreSQLParser.opttemp().The default implementation does nothing.
- Specified by:
enterOpttempin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpttemp
public void exitOpttemp(PostgreSQLParser.OpttempContext ctx)
Exit a parse tree produced byPostgreSQLParser.opttemp().The default implementation does nothing.
- Specified by:
exitOpttempin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpttableelementlist
public void enterOpttableelementlist(PostgreSQLParser.OpttableelementlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.opttableelementlist().The default implementation does nothing.
- Specified by:
enterOpttableelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpttableelementlist
public void exitOpttableelementlist(PostgreSQLParser.OpttableelementlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.opttableelementlist().The default implementation does nothing.
- Specified by:
exitOpttableelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpttypedtableelementlist
public void enterOpttypedtableelementlist(PostgreSQLParser.OpttypedtableelementlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.opttypedtableelementlist().The default implementation does nothing.
- Specified by:
enterOpttypedtableelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpttypedtableelementlist
public void exitOpttypedtableelementlist(PostgreSQLParser.OpttypedtableelementlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.opttypedtableelementlist().The default implementation does nothing.
- Specified by:
exitOpttypedtableelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTableelementlist
public void enterTableelementlist(PostgreSQLParser.TableelementlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.tableelementlist().The default implementation does nothing.
- Specified by:
enterTableelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTableelementlist
public void exitTableelementlist(PostgreSQLParser.TableelementlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.tableelementlist().The default implementation does nothing.
- Specified by:
exitTableelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTypedtableelementlist
public void enterTypedtableelementlist(PostgreSQLParser.TypedtableelementlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.typedtableelementlist().The default implementation does nothing.
- Specified by:
enterTypedtableelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTypedtableelementlist
public void exitTypedtableelementlist(PostgreSQLParser.TypedtableelementlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.typedtableelementlist().The default implementation does nothing.
- Specified by:
exitTypedtableelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTableelement
public void enterTableelement(PostgreSQLParser.TableelementContext ctx)
Enter a parse tree produced byPostgreSQLParser.tableelement().The default implementation does nothing.
- Specified by:
enterTableelementin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTableelement
public void exitTableelement(PostgreSQLParser.TableelementContext ctx)
Exit a parse tree produced byPostgreSQLParser.tableelement().The default implementation does nothing.
- Specified by:
exitTableelementin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTypedtableelement
public void enterTypedtableelement(PostgreSQLParser.TypedtableelementContext ctx)
Enter a parse tree produced byPostgreSQLParser.typedtableelement().The default implementation does nothing.
- Specified by:
enterTypedtableelementin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTypedtableelement
public void exitTypedtableelement(PostgreSQLParser.TypedtableelementContext ctx)
Exit a parse tree produced byPostgreSQLParser.typedtableelement().The default implementation does nothing.
- Specified by:
exitTypedtableelementin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterColumnDef
public void enterColumnDef(PostgreSQLParser.ColumnDefContext ctx)
Enter a parse tree produced byPostgreSQLParser.columnDef().The default implementation does nothing.
- Specified by:
enterColumnDefin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitColumnDef
public void exitColumnDef(PostgreSQLParser.ColumnDefContext ctx)
Exit a parse tree produced byPostgreSQLParser.columnDef().The default implementation does nothing.
- Specified by:
exitColumnDefin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterColumnOptions
public void enterColumnOptions(PostgreSQLParser.ColumnOptionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.columnOptions().The default implementation does nothing.
- Specified by:
enterColumnOptionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitColumnOptions
public void exitColumnOptions(PostgreSQLParser.ColumnOptionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.columnOptions().The default implementation does nothing.
- Specified by:
exitColumnOptionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterColquallist
public void enterColquallist(PostgreSQLParser.ColquallistContext ctx)
Enter a parse tree produced byPostgreSQLParser.colquallist().The default implementation does nothing.
- Specified by:
enterColquallistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitColquallist
public void exitColquallist(PostgreSQLParser.ColquallistContext ctx)
Exit a parse tree produced byPostgreSQLParser.colquallist().The default implementation does nothing.
- Specified by:
exitColquallistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterColconstraint
public void enterColconstraint(PostgreSQLParser.ColconstraintContext ctx)
Enter a parse tree produced byPostgreSQLParser.colconstraint().The default implementation does nothing.
- Specified by:
enterColconstraintin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitColconstraint
public void exitColconstraint(PostgreSQLParser.ColconstraintContext ctx)
Exit a parse tree produced byPostgreSQLParser.colconstraint().The default implementation does nothing.
- Specified by:
exitColconstraintin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterColconstraintelem
public void enterColconstraintelem(PostgreSQLParser.ColconstraintelemContext ctx)
Enter a parse tree produced byPostgreSQLParser.colconstraintelem().The default implementation does nothing.
- Specified by:
enterColconstraintelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitColconstraintelem
public void exitColconstraintelem(PostgreSQLParser.ColconstraintelemContext ctx)
Exit a parse tree produced byPostgreSQLParser.colconstraintelem().The default implementation does nothing.
- Specified by:
exitColconstraintelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGenerated_when
public void enterGenerated_when(PostgreSQLParser.Generated_whenContext ctx)
Enter a parse tree produced byPostgreSQLParser.generated_when().The default implementation does nothing.
- Specified by:
enterGenerated_whenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGenerated_when
public void exitGenerated_when(PostgreSQLParser.Generated_whenContext ctx)
Exit a parse tree produced byPostgreSQLParser.generated_when().The default implementation does nothing.
- Specified by:
exitGenerated_whenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstraintattr
public void enterConstraintattr(PostgreSQLParser.ConstraintattrContext ctx)
Enter a parse tree produced byPostgreSQLParser.constraintattr().The default implementation does nothing.
- Specified by:
enterConstraintattrin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstraintattr
public void exitConstraintattr(PostgreSQLParser.ConstraintattrContext ctx)
Exit a parse tree produced byPostgreSQLParser.constraintattr().The default implementation does nothing.
- Specified by:
exitConstraintattrin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTablelikeclause
public void enterTablelikeclause(PostgreSQLParser.TablelikeclauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.tablelikeclause().The default implementation does nothing.
- Specified by:
enterTablelikeclausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTablelikeclause
public void exitTablelikeclause(PostgreSQLParser.TablelikeclauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.tablelikeclause().The default implementation does nothing.
- Specified by:
exitTablelikeclausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTablelikeoptionlist
public void enterTablelikeoptionlist(PostgreSQLParser.TablelikeoptionlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.tablelikeoptionlist().The default implementation does nothing.
- Specified by:
enterTablelikeoptionlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTablelikeoptionlist
public void exitTablelikeoptionlist(PostgreSQLParser.TablelikeoptionlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.tablelikeoptionlist().The default implementation does nothing.
- Specified by:
exitTablelikeoptionlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTablelikeoption
public void enterTablelikeoption(PostgreSQLParser.TablelikeoptionContext ctx)
Enter a parse tree produced byPostgreSQLParser.tablelikeoption().The default implementation does nothing.
- Specified by:
enterTablelikeoptionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTablelikeoption
public void exitTablelikeoption(PostgreSQLParser.TablelikeoptionContext ctx)
Exit a parse tree produced byPostgreSQLParser.tablelikeoption().The default implementation does nothing.
- Specified by:
exitTablelikeoptionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTableconstraint
public void enterTableconstraint(PostgreSQLParser.TableconstraintContext ctx)
Enter a parse tree produced byPostgreSQLParser.tableconstraint().The default implementation does nothing.
- Specified by:
enterTableconstraintin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTableconstraint
public void exitTableconstraint(PostgreSQLParser.TableconstraintContext ctx)
Exit a parse tree produced byPostgreSQLParser.tableconstraint().The default implementation does nothing.
- Specified by:
exitTableconstraintin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstraintelem
public void enterConstraintelem(PostgreSQLParser.ConstraintelemContext ctx)
Enter a parse tree produced byPostgreSQLParser.constraintelem().The default implementation does nothing.
- Specified by:
enterConstraintelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstraintelem
public void exitConstraintelem(PostgreSQLParser.ConstraintelemContext ctx)
Exit a parse tree produced byPostgreSQLParser.constraintelem().The default implementation does nothing.
- Specified by:
exitConstraintelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_no_inherit
public void enterOpt_no_inherit(PostgreSQLParser.Opt_no_inheritContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_no_inherit().The default implementation does nothing.
- Specified by:
enterOpt_no_inheritin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_no_inherit
public void exitOpt_no_inherit(PostgreSQLParser.Opt_no_inheritContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_no_inherit().The default implementation does nothing.
- Specified by:
exitOpt_no_inheritin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_column_list
public void enterOpt_column_list(PostgreSQLParser.Opt_column_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_column_list().The default implementation does nothing.
- Specified by:
enterOpt_column_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_column_list
public void exitOpt_column_list(PostgreSQLParser.Opt_column_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_column_list().The default implementation does nothing.
- Specified by:
exitOpt_column_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterColumnlist
public void enterColumnlist(PostgreSQLParser.ColumnlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.columnlist().The default implementation does nothing.
- Specified by:
enterColumnlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitColumnlist
public void exitColumnlist(PostgreSQLParser.ColumnlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.columnlist().The default implementation does nothing.
- Specified by:
exitColumnlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterColumnElem
public void enterColumnElem(PostgreSQLParser.ColumnElemContext ctx)
Enter a parse tree produced byPostgreSQLParser.columnElem().The default implementation does nothing.
- Specified by:
enterColumnElemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitColumnElem
public void exitColumnElem(PostgreSQLParser.ColumnElemContext ctx)
Exit a parse tree produced byPostgreSQLParser.columnElem().The default implementation does nothing.
- Specified by:
exitColumnElemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_c_include
public void enterOpt_c_include(PostgreSQLParser.Opt_c_includeContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_c_include().The default implementation does nothing.
- Specified by:
enterOpt_c_includein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_c_include
public void exitOpt_c_include(PostgreSQLParser.Opt_c_includeContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_c_include().The default implementation does nothing.
- Specified by:
exitOpt_c_includein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterKey_match
public void enterKey_match(PostgreSQLParser.Key_matchContext ctx)
Enter a parse tree produced byPostgreSQLParser.key_match().The default implementation does nothing.
- Specified by:
enterKey_matchin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitKey_match
public void exitKey_match(PostgreSQLParser.Key_matchContext ctx)
Exit a parse tree produced byPostgreSQLParser.key_match().The default implementation does nothing.
- Specified by:
exitKey_matchin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExclusionconstraintlist
public void enterExclusionconstraintlist(PostgreSQLParser.ExclusionconstraintlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.exclusionconstraintlist().The default implementation does nothing.
- Specified by:
enterExclusionconstraintlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExclusionconstraintlist
public void exitExclusionconstraintlist(PostgreSQLParser.ExclusionconstraintlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.exclusionconstraintlist().The default implementation does nothing.
- Specified by:
exitExclusionconstraintlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExclusionconstraintelem
public void enterExclusionconstraintelem(PostgreSQLParser.ExclusionconstraintelemContext ctx)
Enter a parse tree produced byPostgreSQLParser.exclusionconstraintelem().The default implementation does nothing.
- Specified by:
enterExclusionconstraintelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExclusionconstraintelem
public void exitExclusionconstraintelem(PostgreSQLParser.ExclusionconstraintelemContext ctx)
Exit a parse tree produced byPostgreSQLParser.exclusionconstraintelem().The default implementation does nothing.
- Specified by:
exitExclusionconstraintelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExclusionwhereclause
public void enterExclusionwhereclause(PostgreSQLParser.ExclusionwhereclauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.exclusionwhereclause().The default implementation does nothing.
- Specified by:
enterExclusionwhereclausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExclusionwhereclause
public void exitExclusionwhereclause(PostgreSQLParser.ExclusionwhereclauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.exclusionwhereclause().The default implementation does nothing.
- Specified by:
exitExclusionwhereclausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterKey_actions
public void enterKey_actions(PostgreSQLParser.Key_actionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.key_actions().The default implementation does nothing.
- Specified by:
enterKey_actionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitKey_actions
public void exitKey_actions(PostgreSQLParser.Key_actionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.key_actions().The default implementation does nothing.
- Specified by:
exitKey_actionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterKey_update
public void enterKey_update(PostgreSQLParser.Key_updateContext ctx)
Enter a parse tree produced byPostgreSQLParser.key_update().The default implementation does nothing.
- Specified by:
enterKey_updatein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitKey_update
public void exitKey_update(PostgreSQLParser.Key_updateContext ctx)
Exit a parse tree produced byPostgreSQLParser.key_update().The default implementation does nothing.
- Specified by:
exitKey_updatein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterKey_delete
public void enterKey_delete(PostgreSQLParser.Key_deleteContext ctx)
Enter a parse tree produced byPostgreSQLParser.key_delete().The default implementation does nothing.
- Specified by:
enterKey_deletein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitKey_delete
public void exitKey_delete(PostgreSQLParser.Key_deleteContext ctx)
Exit a parse tree produced byPostgreSQLParser.key_delete().The default implementation does nothing.
- Specified by:
exitKey_deletein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterKey_action
public void enterKey_action(PostgreSQLParser.Key_actionContext ctx)
Enter a parse tree produced byPostgreSQLParser.key_action().The default implementation does nothing.
- Specified by:
enterKey_actionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitKey_action
public void exitKey_action(PostgreSQLParser.Key_actionContext ctx)
Exit a parse tree produced byPostgreSQLParser.key_action().The default implementation does nothing.
- Specified by:
exitKey_actionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptinherit
public void enterOptinherit(PostgreSQLParser.OptinheritContext ctx)
Enter a parse tree produced byPostgreSQLParser.optinherit().The default implementation does nothing.
- Specified by:
enterOptinheritin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptinherit
public void exitOptinherit(PostgreSQLParser.OptinheritContext ctx)
Exit a parse tree produced byPostgreSQLParser.optinherit().The default implementation does nothing.
- Specified by:
exitOptinheritin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptpartitionspec
public void enterOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)
Enter a parse tree produced byPostgreSQLParser.optpartitionspec().The default implementation does nothing.
- Specified by:
enterOptpartitionspecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptpartitionspec
public void exitOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)
Exit a parse tree produced byPostgreSQLParser.optpartitionspec().The default implementation does nothing.
- Specified by:
exitOptpartitionspecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPartitionspec
public void enterPartitionspec(PostgreSQLParser.PartitionspecContext ctx)
Enter a parse tree produced byPostgreSQLParser.partitionspec().The default implementation does nothing.
- Specified by:
enterPartitionspecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPartitionspec
public void exitPartitionspec(PostgreSQLParser.PartitionspecContext ctx)
Exit a parse tree produced byPostgreSQLParser.partitionspec().The default implementation does nothing.
- Specified by:
exitPartitionspecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPart_params
public void enterPart_params(PostgreSQLParser.Part_paramsContext ctx)
Enter a parse tree produced byPostgreSQLParser.part_params().The default implementation does nothing.
- Specified by:
enterPart_paramsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPart_params
public void exitPart_params(PostgreSQLParser.Part_paramsContext ctx)
Exit a parse tree produced byPostgreSQLParser.part_params().The default implementation does nothing.
- Specified by:
exitPart_paramsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPart_elem
public void enterPart_elem(PostgreSQLParser.Part_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.part_elem().The default implementation does nothing.
- Specified by:
enterPart_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPart_elem
public void exitPart_elem(PostgreSQLParser.Part_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.part_elem().The default implementation does nothing.
- Specified by:
exitPart_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTable_access_method_clause
public void enterTable_access_method_clause(PostgreSQLParser.Table_access_method_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.table_access_method_clause().The default implementation does nothing.
- Specified by:
enterTable_access_method_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTable_access_method_clause
public void exitTable_access_method_clause(PostgreSQLParser.Table_access_method_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.table_access_method_clause().The default implementation does nothing.
- Specified by:
exitTable_access_method_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptwith
public void enterOptwith(PostgreSQLParser.OptwithContext ctx)
Enter a parse tree produced byPostgreSQLParser.optwith().The default implementation does nothing.
- Specified by:
enterOptwithin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptwith
public void exitOptwith(PostgreSQLParser.OptwithContext ctx)
Exit a parse tree produced byPostgreSQLParser.optwith().The default implementation does nothing.
- Specified by:
exitOptwithin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOncommitoption
public void enterOncommitoption(PostgreSQLParser.OncommitoptionContext ctx)
Enter a parse tree produced byPostgreSQLParser.oncommitoption().The default implementation does nothing.
- Specified by:
enterOncommitoptionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOncommitoption
public void exitOncommitoption(PostgreSQLParser.OncommitoptionContext ctx)
Exit a parse tree produced byPostgreSQLParser.oncommitoption().The default implementation does nothing.
- Specified by:
exitOncommitoptionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpttablespace
public void enterOpttablespace(PostgreSQLParser.OpttablespaceContext ctx)
Enter a parse tree produced byPostgreSQLParser.opttablespace().The default implementation does nothing.
- Specified by:
enterOpttablespacein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpttablespace
public void exitOpttablespace(PostgreSQLParser.OpttablespaceContext ctx)
Exit a parse tree produced byPostgreSQLParser.opttablespace().The default implementation does nothing.
- Specified by:
exitOpttablespacein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptconstablespace
public void enterOptconstablespace(PostgreSQLParser.OptconstablespaceContext ctx)
Enter a parse tree produced byPostgreSQLParser.optconstablespace().The default implementation does nothing.
- Specified by:
enterOptconstablespacein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptconstablespace
public void exitOptconstablespace(PostgreSQLParser.OptconstablespaceContext ctx)
Exit a parse tree produced byPostgreSQLParser.optconstablespace().The default implementation does nothing.
- Specified by:
exitOptconstablespacein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExistingindex
public void enterExistingindex(PostgreSQLParser.ExistingindexContext ctx)
Enter a parse tree produced byPostgreSQLParser.existingindex().The default implementation does nothing.
- Specified by:
enterExistingindexin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExistingindex
public void exitExistingindex(PostgreSQLParser.ExistingindexContext ctx)
Exit a parse tree produced byPostgreSQLParser.existingindex().The default implementation does nothing.
- Specified by:
exitExistingindexin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatestatsstmt
public void enterCreatestatsstmt(PostgreSQLParser.CreatestatsstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createstatsstmt().The default implementation does nothing.
- Specified by:
enterCreatestatsstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatestatsstmt
public void exitCreatestatsstmt(PostgreSQLParser.CreatestatsstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createstatsstmt().The default implementation does nothing.
- Specified by:
exitCreatestatsstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterstatsstmt
public void enterAlterstatsstmt(PostgreSQLParser.AlterstatsstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterstatsstmt().The default implementation does nothing.
- Specified by:
enterAlterstatsstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterstatsstmt
public void exitAlterstatsstmt(PostgreSQLParser.AlterstatsstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterstatsstmt().The default implementation does nothing.
- Specified by:
exitAlterstatsstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateasstmt
public void enterCreateasstmt(PostgreSQLParser.CreateasstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createasstmt().The default implementation does nothing.
- Specified by:
enterCreateasstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateasstmt
public void exitCreateasstmt(PostgreSQLParser.CreateasstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createasstmt().The default implementation does nothing.
- Specified by:
exitCreateasstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreate_as_target
public void enterCreate_as_target(PostgreSQLParser.Create_as_targetContext ctx)
Enter a parse tree produced byPostgreSQLParser.create_as_target().The default implementation does nothing.
- Specified by:
enterCreate_as_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreate_as_target
public void exitCreate_as_target(PostgreSQLParser.Create_as_targetContext ctx)
Exit a parse tree produced byPostgreSQLParser.create_as_target().The default implementation does nothing.
- Specified by:
exitCreate_as_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_with_data
public void enterOpt_with_data(PostgreSQLParser.Opt_with_dataContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_with_data().The default implementation does nothing.
- Specified by:
enterOpt_with_datain interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_with_data
public void exitOpt_with_data(PostgreSQLParser.Opt_with_dataContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_with_data().The default implementation does nothing.
- Specified by:
exitOpt_with_datain interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatematviewstmt
public void enterCreatematviewstmt(PostgreSQLParser.CreatematviewstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.creatematviewstmt().The default implementation does nothing.
- Specified by:
enterCreatematviewstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatematviewstmt
public void exitCreatematviewstmt(PostgreSQLParser.CreatematviewstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.creatematviewstmt().The default implementation does nothing.
- Specified by:
exitCreatematviewstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreate_mv_target
public void enterCreate_mv_target(PostgreSQLParser.Create_mv_targetContext ctx)
Enter a parse tree produced byPostgreSQLParser.create_mv_target().The default implementation does nothing.
- Specified by:
enterCreate_mv_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreate_mv_target
public void exitCreate_mv_target(PostgreSQLParser.Create_mv_targetContext ctx)
Exit a parse tree produced byPostgreSQLParser.create_mv_target().The default implementation does nothing.
- Specified by:
exitCreate_mv_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptnolog
public void enterOptnolog(PostgreSQLParser.OptnologContext ctx)
Enter a parse tree produced byPostgreSQLParser.optnolog().The default implementation does nothing.
- Specified by:
enterOptnologin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptnolog
public void exitOptnolog(PostgreSQLParser.OptnologContext ctx)
Exit a parse tree produced byPostgreSQLParser.optnolog().The default implementation does nothing.
- Specified by:
exitOptnologin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRefreshmatviewstmt
public void enterRefreshmatviewstmt(PostgreSQLParser.RefreshmatviewstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.refreshmatviewstmt().The default implementation does nothing.
- Specified by:
enterRefreshmatviewstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRefreshmatviewstmt
public void exitRefreshmatviewstmt(PostgreSQLParser.RefreshmatviewstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.refreshmatviewstmt().The default implementation does nothing.
- Specified by:
exitRefreshmatviewstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateseqstmt
public void enterCreateseqstmt(PostgreSQLParser.CreateseqstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createseqstmt().The default implementation does nothing.
- Specified by:
enterCreateseqstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateseqstmt
public void exitCreateseqstmt(PostgreSQLParser.CreateseqstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createseqstmt().The default implementation does nothing.
- Specified by:
exitCreateseqstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterseqstmt
public void enterAlterseqstmt(PostgreSQLParser.AlterseqstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterseqstmt().The default implementation does nothing.
- Specified by:
enterAlterseqstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterseqstmt
public void exitAlterseqstmt(PostgreSQLParser.AlterseqstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterseqstmt().The default implementation does nothing.
- Specified by:
exitAlterseqstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptseqoptlist
public void enterOptseqoptlist(PostgreSQLParser.OptseqoptlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.optseqoptlist().The default implementation does nothing.
- Specified by:
enterOptseqoptlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptseqoptlist
public void exitOptseqoptlist(PostgreSQLParser.OptseqoptlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.optseqoptlist().The default implementation does nothing.
- Specified by:
exitOptseqoptlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptparenthesizedseqoptlist
public void enterOptparenthesizedseqoptlist(PostgreSQLParser.OptparenthesizedseqoptlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.optparenthesizedseqoptlist().The default implementation does nothing.
- Specified by:
enterOptparenthesizedseqoptlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptparenthesizedseqoptlist
public void exitOptparenthesizedseqoptlist(PostgreSQLParser.OptparenthesizedseqoptlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.optparenthesizedseqoptlist().The default implementation does nothing.
- Specified by:
exitOptparenthesizedseqoptlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSeqoptlist
public void enterSeqoptlist(PostgreSQLParser.SeqoptlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.seqoptlist().The default implementation does nothing.
- Specified by:
enterSeqoptlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSeqoptlist
public void exitSeqoptlist(PostgreSQLParser.SeqoptlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.seqoptlist().The default implementation does nothing.
- Specified by:
exitSeqoptlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSeqoptelem
public void enterSeqoptelem(PostgreSQLParser.SeqoptelemContext ctx)
Enter a parse tree produced byPostgreSQLParser.seqoptelem().The default implementation does nothing.
- Specified by:
enterSeqoptelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSeqoptelem
public void exitSeqoptelem(PostgreSQLParser.SeqoptelemContext ctx)
Exit a parse tree produced byPostgreSQLParser.seqoptelem().The default implementation does nothing.
- Specified by:
exitSeqoptelemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_by
public void enterOpt_by(PostgreSQLParser.Opt_byContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_by().The default implementation does nothing.
- Specified by:
enterOpt_byin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_by
public void exitOpt_by(PostgreSQLParser.Opt_byContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_by().The default implementation does nothing.
- Specified by:
exitOpt_byin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterNumericonly
public void enterNumericonly(PostgreSQLParser.NumericonlyContext ctx)
Enter a parse tree produced byPostgreSQLParser.numericonly().The default implementation does nothing.
- Specified by:
enterNumericonlyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitNumericonly
public void exitNumericonly(PostgreSQLParser.NumericonlyContext ctx)
Exit a parse tree produced byPostgreSQLParser.numericonly().The default implementation does nothing.
- Specified by:
exitNumericonlyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterNumericonly_list
public void enterNumericonly_list(PostgreSQLParser.Numericonly_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.numericonly_list().The default implementation does nothing.
- Specified by:
enterNumericonly_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitNumericonly_list
public void exitNumericonly_list(PostgreSQLParser.Numericonly_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.numericonly_list().The default implementation does nothing.
- Specified by:
exitNumericonly_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateplangstmt
public void enterCreateplangstmt(PostgreSQLParser.CreateplangstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createplangstmt().The default implementation does nothing.
- Specified by:
enterCreateplangstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateplangstmt
public void exitCreateplangstmt(PostgreSQLParser.CreateplangstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createplangstmt().The default implementation does nothing.
- Specified by:
exitCreateplangstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_trusted
public void enterOpt_trusted(PostgreSQLParser.Opt_trustedContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_trusted().The default implementation does nothing.
- Specified by:
enterOpt_trustedin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_trusted
public void exitOpt_trusted(PostgreSQLParser.Opt_trustedContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_trusted().The default implementation does nothing.
- Specified by:
exitOpt_trustedin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterHandler_name
public void enterHandler_name(PostgreSQLParser.Handler_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.handler_name().The default implementation does nothing.
- Specified by:
enterHandler_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitHandler_name
public void exitHandler_name(PostgreSQLParser.Handler_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.handler_name().The default implementation does nothing.
- Specified by:
exitHandler_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_inline_handler
public void enterOpt_inline_handler(PostgreSQLParser.Opt_inline_handlerContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_inline_handler().The default implementation does nothing.
- Specified by:
enterOpt_inline_handlerin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_inline_handler
public void exitOpt_inline_handler(PostgreSQLParser.Opt_inline_handlerContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_inline_handler().The default implementation does nothing.
- Specified by:
exitOpt_inline_handlerin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterValidator_clause
public void enterValidator_clause(PostgreSQLParser.Validator_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.validator_clause().The default implementation does nothing.
- Specified by:
enterValidator_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitValidator_clause
public void exitValidator_clause(PostgreSQLParser.Validator_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.validator_clause().The default implementation does nothing.
- Specified by:
exitValidator_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_validator
public void enterOpt_validator(PostgreSQLParser.Opt_validatorContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_validator().The default implementation does nothing.
- Specified by:
enterOpt_validatorin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_validator
public void exitOpt_validator(PostgreSQLParser.Opt_validatorContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_validator().The default implementation does nothing.
- Specified by:
exitOpt_validatorin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_procedural
public void enterOpt_procedural(PostgreSQLParser.Opt_proceduralContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_procedural().The default implementation does nothing.
- Specified by:
enterOpt_proceduralin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_procedural
public void exitOpt_procedural(PostgreSQLParser.Opt_proceduralContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_procedural().The default implementation does nothing.
- Specified by:
exitOpt_proceduralin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatetablespacestmt
public void enterCreatetablespacestmt(PostgreSQLParser.CreatetablespacestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createtablespacestmt().The default implementation does nothing.
- Specified by:
enterCreatetablespacestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatetablespacestmt
public void exitCreatetablespacestmt(PostgreSQLParser.CreatetablespacestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createtablespacestmt().The default implementation does nothing.
- Specified by:
exitCreatetablespacestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpttablespaceowner
public void enterOpttablespaceowner(PostgreSQLParser.OpttablespaceownerContext ctx)
Enter a parse tree produced byPostgreSQLParser.opttablespaceowner().The default implementation does nothing.
- Specified by:
enterOpttablespaceownerin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpttablespaceowner
public void exitOpttablespaceowner(PostgreSQLParser.OpttablespaceownerContext ctx)
Exit a parse tree produced byPostgreSQLParser.opttablespaceowner().The default implementation does nothing.
- Specified by:
exitOpttablespaceownerin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDroptablespacestmt
public void enterDroptablespacestmt(PostgreSQLParser.DroptablespacestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.droptablespacestmt().The default implementation does nothing.
- Specified by:
enterDroptablespacestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDroptablespacestmt
public void exitDroptablespacestmt(PostgreSQLParser.DroptablespacestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.droptablespacestmt().The default implementation does nothing.
- Specified by:
exitDroptablespacestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateextensionstmt
public void enterCreateextensionstmt(PostgreSQLParser.CreateextensionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createextensionstmt().The default implementation does nothing.
- Specified by:
enterCreateextensionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateextensionstmt
public void exitCreateextensionstmt(PostgreSQLParser.CreateextensionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createextensionstmt().The default implementation does nothing.
- Specified by:
exitCreateextensionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreate_extension_opt_list
public void enterCreate_extension_opt_list(PostgreSQLParser.Create_extension_opt_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.create_extension_opt_list().The default implementation does nothing.
- Specified by:
enterCreate_extension_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreate_extension_opt_list
public void exitCreate_extension_opt_list(PostgreSQLParser.Create_extension_opt_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.create_extension_opt_list().The default implementation does nothing.
- Specified by:
exitCreate_extension_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreate_extension_opt_item
public void enterCreate_extension_opt_item(PostgreSQLParser.Create_extension_opt_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.create_extension_opt_item().The default implementation does nothing.
- Specified by:
enterCreate_extension_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreate_extension_opt_item
public void exitCreate_extension_opt_item(PostgreSQLParser.Create_extension_opt_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.create_extension_opt_item().The default implementation does nothing.
- Specified by:
exitCreate_extension_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterextensionstmt
public void enterAlterextensionstmt(PostgreSQLParser.AlterextensionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterextensionstmt().The default implementation does nothing.
- Specified by:
enterAlterextensionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterextensionstmt
public void exitAlterextensionstmt(PostgreSQLParser.AlterextensionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterextensionstmt().The default implementation does nothing.
- Specified by:
exitAlterextensionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_extension_opt_list
public void enterAlter_extension_opt_list(PostgreSQLParser.Alter_extension_opt_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_extension_opt_list().The default implementation does nothing.
- Specified by:
enterAlter_extension_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_extension_opt_list
public void exitAlter_extension_opt_list(PostgreSQLParser.Alter_extension_opt_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_extension_opt_list().The default implementation does nothing.
- Specified by:
exitAlter_extension_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_extension_opt_item
public void enterAlter_extension_opt_item(PostgreSQLParser.Alter_extension_opt_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_extension_opt_item().The default implementation does nothing.
- Specified by:
enterAlter_extension_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_extension_opt_item
public void exitAlter_extension_opt_item(PostgreSQLParser.Alter_extension_opt_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_extension_opt_item().The default implementation does nothing.
- Specified by:
exitAlter_extension_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterextensioncontentsstmt
public void enterAlterextensioncontentsstmt(PostgreSQLParser.AlterextensioncontentsstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterextensioncontentsstmt().The default implementation does nothing.
- Specified by:
enterAlterextensioncontentsstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterextensioncontentsstmt
public void exitAlterextensioncontentsstmt(PostgreSQLParser.AlterextensioncontentsstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterextensioncontentsstmt().The default implementation does nothing.
- Specified by:
exitAlterextensioncontentsstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatefdwstmt
public void enterCreatefdwstmt(PostgreSQLParser.CreatefdwstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createfdwstmt().The default implementation does nothing.
- Specified by:
enterCreatefdwstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatefdwstmt
public void exitCreatefdwstmt(PostgreSQLParser.CreatefdwstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createfdwstmt().The default implementation does nothing.
- Specified by:
exitCreatefdwstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFdw_option
public void enterFdw_option(PostgreSQLParser.Fdw_optionContext ctx)
Enter a parse tree produced byPostgreSQLParser.fdw_option().The default implementation does nothing.
- Specified by:
enterFdw_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFdw_option
public void exitFdw_option(PostgreSQLParser.Fdw_optionContext ctx)
Exit a parse tree produced byPostgreSQLParser.fdw_option().The default implementation does nothing.
- Specified by:
exitFdw_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFdw_options
public void enterFdw_options(PostgreSQLParser.Fdw_optionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.fdw_options().The default implementation does nothing.
- Specified by:
enterFdw_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFdw_options
public void exitFdw_options(PostgreSQLParser.Fdw_optionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.fdw_options().The default implementation does nothing.
- Specified by:
exitFdw_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_fdw_options
public void enterOpt_fdw_options(PostgreSQLParser.Opt_fdw_optionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_fdw_options().The default implementation does nothing.
- Specified by:
enterOpt_fdw_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_fdw_options
public void exitOpt_fdw_options(PostgreSQLParser.Opt_fdw_optionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_fdw_options().The default implementation does nothing.
- Specified by:
exitOpt_fdw_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterfdwstmt
public void enterAlterfdwstmt(PostgreSQLParser.AlterfdwstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterfdwstmt().The default implementation does nothing.
- Specified by:
enterAlterfdwstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterfdwstmt
public void exitAlterfdwstmt(PostgreSQLParser.AlterfdwstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterfdwstmt().The default implementation does nothing.
- Specified by:
exitAlterfdwstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreate_generic_options
public void enterCreate_generic_options(PostgreSQLParser.Create_generic_optionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.create_generic_options().The default implementation does nothing.
- Specified by:
enterCreate_generic_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreate_generic_options
public void exitCreate_generic_options(PostgreSQLParser.Create_generic_optionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.create_generic_options().The default implementation does nothing.
- Specified by:
exitCreate_generic_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGeneric_option_list
public void enterGeneric_option_list(PostgreSQLParser.Generic_option_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.generic_option_list().The default implementation does nothing.
- Specified by:
enterGeneric_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGeneric_option_list
public void exitGeneric_option_list(PostgreSQLParser.Generic_option_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.generic_option_list().The default implementation does nothing.
- Specified by:
exitGeneric_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_generic_options
public void enterAlter_generic_options(PostgreSQLParser.Alter_generic_optionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_generic_options().The default implementation does nothing.
- Specified by:
enterAlter_generic_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_generic_options
public void exitAlter_generic_options(PostgreSQLParser.Alter_generic_optionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_generic_options().The default implementation does nothing.
- Specified by:
exitAlter_generic_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_generic_option_list
public void enterAlter_generic_option_list(PostgreSQLParser.Alter_generic_option_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_generic_option_list().The default implementation does nothing.
- Specified by:
enterAlter_generic_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_generic_option_list
public void exitAlter_generic_option_list(PostgreSQLParser.Alter_generic_option_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_generic_option_list().The default implementation does nothing.
- Specified by:
exitAlter_generic_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlter_generic_option_elem
public void enterAlter_generic_option_elem(PostgreSQLParser.Alter_generic_option_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.alter_generic_option_elem().The default implementation does nothing.
- Specified by:
enterAlter_generic_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlter_generic_option_elem
public void exitAlter_generic_option_elem(PostgreSQLParser.Alter_generic_option_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.alter_generic_option_elem().The default implementation does nothing.
- Specified by:
exitAlter_generic_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGeneric_option_elem
public void enterGeneric_option_elem(PostgreSQLParser.Generic_option_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.generic_option_elem().The default implementation does nothing.
- Specified by:
enterGeneric_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGeneric_option_elem
public void exitGeneric_option_elem(PostgreSQLParser.Generic_option_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.generic_option_elem().The default implementation does nothing.
- Specified by:
exitGeneric_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGeneric_option_name
public void enterGeneric_option_name(PostgreSQLParser.Generic_option_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.generic_option_name().The default implementation does nothing.
- Specified by:
enterGeneric_option_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGeneric_option_name
public void exitGeneric_option_name(PostgreSQLParser.Generic_option_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.generic_option_name().The default implementation does nothing.
- Specified by:
exitGeneric_option_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGeneric_option_arg
public void enterGeneric_option_arg(PostgreSQLParser.Generic_option_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.generic_option_arg().The default implementation does nothing.
- Specified by:
enterGeneric_option_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGeneric_option_arg
public void exitGeneric_option_arg(PostgreSQLParser.Generic_option_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.generic_option_arg().The default implementation does nothing.
- Specified by:
exitGeneric_option_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateforeignserverstmt
public void enterCreateforeignserverstmt(PostgreSQLParser.CreateforeignserverstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createforeignserverstmt().The default implementation does nothing.
- Specified by:
enterCreateforeignserverstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateforeignserverstmt
public void exitCreateforeignserverstmt(PostgreSQLParser.CreateforeignserverstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createforeignserverstmt().The default implementation does nothing.
- Specified by:
exitCreateforeignserverstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_type
public void enterOpt_type(PostgreSQLParser.Opt_typeContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_type().The default implementation does nothing.
- Specified by:
enterOpt_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_type
public void exitOpt_type(PostgreSQLParser.Opt_typeContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_type().The default implementation does nothing.
- Specified by:
exitOpt_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterForeign_server_version
public void enterForeign_server_version(PostgreSQLParser.Foreign_server_versionContext ctx)
Enter a parse tree produced byPostgreSQLParser.foreign_server_version().The default implementation does nothing.
- Specified by:
enterForeign_server_versionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitForeign_server_version
public void exitForeign_server_version(PostgreSQLParser.Foreign_server_versionContext ctx)
Exit a parse tree produced byPostgreSQLParser.foreign_server_version().The default implementation does nothing.
- Specified by:
exitForeign_server_versionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_foreign_server_version
public void enterOpt_foreign_server_version(PostgreSQLParser.Opt_foreign_server_versionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_foreign_server_version().The default implementation does nothing.
- Specified by:
enterOpt_foreign_server_versionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_foreign_server_version
public void exitOpt_foreign_server_version(PostgreSQLParser.Opt_foreign_server_versionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_foreign_server_version().The default implementation does nothing.
- Specified by:
exitOpt_foreign_server_versionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterforeignserverstmt
public void enterAlterforeignserverstmt(PostgreSQLParser.AlterforeignserverstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterforeignserverstmt().The default implementation does nothing.
- Specified by:
enterAlterforeignserverstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterforeignserverstmt
public void exitAlterforeignserverstmt(PostgreSQLParser.AlterforeignserverstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterforeignserverstmt().The default implementation does nothing.
- Specified by:
exitAlterforeignserverstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateforeigntablestmt
public void enterCreateforeigntablestmt(PostgreSQLParser.CreateforeigntablestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createforeigntablestmt().The default implementation does nothing.
- Specified by:
enterCreateforeigntablestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateforeigntablestmt
public void exitCreateforeigntablestmt(PostgreSQLParser.CreateforeigntablestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createforeigntablestmt().The default implementation does nothing.
- Specified by:
exitCreateforeigntablestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterImportforeignschemastmt
public void enterImportforeignschemastmt(PostgreSQLParser.ImportforeignschemastmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.importforeignschemastmt().The default implementation does nothing.
- Specified by:
enterImportforeignschemastmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitImportforeignschemastmt
public void exitImportforeignschemastmt(PostgreSQLParser.ImportforeignschemastmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.importforeignschemastmt().The default implementation does nothing.
- Specified by:
exitImportforeignschemastmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterImport_qualification_type
public void enterImport_qualification_type(PostgreSQLParser.Import_qualification_typeContext ctx)
Enter a parse tree produced byPostgreSQLParser.import_qualification_type().The default implementation does nothing.
- Specified by:
enterImport_qualification_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitImport_qualification_type
public void exitImport_qualification_type(PostgreSQLParser.Import_qualification_typeContext ctx)
Exit a parse tree produced byPostgreSQLParser.import_qualification_type().The default implementation does nothing.
- Specified by:
exitImport_qualification_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterImport_qualification
public void enterImport_qualification(PostgreSQLParser.Import_qualificationContext ctx)
Enter a parse tree produced byPostgreSQLParser.import_qualification().The default implementation does nothing.
- Specified by:
enterImport_qualificationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitImport_qualification
public void exitImport_qualification(PostgreSQLParser.Import_qualificationContext ctx)
Exit a parse tree produced byPostgreSQLParser.import_qualification().The default implementation does nothing.
- Specified by:
exitImport_qualificationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateusermappingstmt
public void enterCreateusermappingstmt(PostgreSQLParser.CreateusermappingstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createusermappingstmt().The default implementation does nothing.
- Specified by:
enterCreateusermappingstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateusermappingstmt
public void exitCreateusermappingstmt(PostgreSQLParser.CreateusermappingstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createusermappingstmt().The default implementation does nothing.
- Specified by:
exitCreateusermappingstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAuth_ident
public void enterAuth_ident(PostgreSQLParser.Auth_identContext ctx)
Enter a parse tree produced byPostgreSQLParser.auth_ident().The default implementation does nothing.
- Specified by:
enterAuth_identin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAuth_ident
public void exitAuth_ident(PostgreSQLParser.Auth_identContext ctx)
Exit a parse tree produced byPostgreSQLParser.auth_ident().The default implementation does nothing.
- Specified by:
exitAuth_identin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDropusermappingstmt
public void enterDropusermappingstmt(PostgreSQLParser.DropusermappingstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.dropusermappingstmt().The default implementation does nothing.
- Specified by:
enterDropusermappingstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDropusermappingstmt
public void exitDropusermappingstmt(PostgreSQLParser.DropusermappingstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.dropusermappingstmt().The default implementation does nothing.
- Specified by:
exitDropusermappingstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterusermappingstmt
public void enterAlterusermappingstmt(PostgreSQLParser.AlterusermappingstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterusermappingstmt().The default implementation does nothing.
- Specified by:
enterAlterusermappingstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterusermappingstmt
public void exitAlterusermappingstmt(PostgreSQLParser.AlterusermappingstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterusermappingstmt().The default implementation does nothing.
- Specified by:
exitAlterusermappingstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatepolicystmt
public void enterCreatepolicystmt(PostgreSQLParser.CreatepolicystmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createpolicystmt().The default implementation does nothing.
- Specified by:
enterCreatepolicystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatepolicystmt
public void exitCreatepolicystmt(PostgreSQLParser.CreatepolicystmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createpolicystmt().The default implementation does nothing.
- Specified by:
exitCreatepolicystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterpolicystmt
public void enterAlterpolicystmt(PostgreSQLParser.AlterpolicystmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterpolicystmt().The default implementation does nothing.
- Specified by:
enterAlterpolicystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterpolicystmt
public void exitAlterpolicystmt(PostgreSQLParser.AlterpolicystmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterpolicystmt().The default implementation does nothing.
- Specified by:
exitAlterpolicystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRowsecurityoptionalexpr
public void enterRowsecurityoptionalexpr(PostgreSQLParser.RowsecurityoptionalexprContext ctx)
Enter a parse tree produced byPostgreSQLParser.rowsecurityoptionalexpr().The default implementation does nothing.
- Specified by:
enterRowsecurityoptionalexprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRowsecurityoptionalexpr
public void exitRowsecurityoptionalexpr(PostgreSQLParser.RowsecurityoptionalexprContext ctx)
Exit a parse tree produced byPostgreSQLParser.rowsecurityoptionalexpr().The default implementation does nothing.
- Specified by:
exitRowsecurityoptionalexprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRowsecurityoptionalwithcheck
public void enterRowsecurityoptionalwithcheck(PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx)
Enter a parse tree produced byPostgreSQLParser.rowsecurityoptionalwithcheck().The default implementation does nothing.
- Specified by:
enterRowsecurityoptionalwithcheckin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRowsecurityoptionalwithcheck
public void exitRowsecurityoptionalwithcheck(PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx)
Exit a parse tree produced byPostgreSQLParser.rowsecurityoptionalwithcheck().The default implementation does nothing.
- Specified by:
exitRowsecurityoptionalwithcheckin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRowsecuritydefaulttorole
public void enterRowsecuritydefaulttorole(PostgreSQLParser.RowsecuritydefaulttoroleContext ctx)
Enter a parse tree produced byPostgreSQLParser.rowsecuritydefaulttorole().The default implementation does nothing.
- Specified by:
enterRowsecuritydefaulttorolein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRowsecuritydefaulttorole
public void exitRowsecuritydefaulttorole(PostgreSQLParser.RowsecuritydefaulttoroleContext ctx)
Exit a parse tree produced byPostgreSQLParser.rowsecuritydefaulttorole().The default implementation does nothing.
- Specified by:
exitRowsecuritydefaulttorolein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRowsecurityoptionaltorole
public void enterRowsecurityoptionaltorole(PostgreSQLParser.RowsecurityoptionaltoroleContext ctx)
Enter a parse tree produced byPostgreSQLParser.rowsecurityoptionaltorole().The default implementation does nothing.
- Specified by:
enterRowsecurityoptionaltorolein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRowsecurityoptionaltorole
public void exitRowsecurityoptionaltorole(PostgreSQLParser.RowsecurityoptionaltoroleContext ctx)
Exit a parse tree produced byPostgreSQLParser.rowsecurityoptionaltorole().The default implementation does nothing.
- Specified by:
exitRowsecurityoptionaltorolein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRowsecuritydefaultpermissive
public void enterRowsecuritydefaultpermissive(PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx)
Enter a parse tree produced byPostgreSQLParser.rowsecuritydefaultpermissive().The default implementation does nothing.
- Specified by:
enterRowsecuritydefaultpermissivein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRowsecuritydefaultpermissive
public void exitRowsecuritydefaultpermissive(PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx)
Exit a parse tree produced byPostgreSQLParser.rowsecuritydefaultpermissive().The default implementation does nothing.
- Specified by:
exitRowsecuritydefaultpermissivein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRowsecuritydefaultforcmd
public void enterRowsecuritydefaultforcmd(PostgreSQLParser.RowsecuritydefaultforcmdContext ctx)
Enter a parse tree produced byPostgreSQLParser.rowsecuritydefaultforcmd().The default implementation does nothing.
- Specified by:
enterRowsecuritydefaultforcmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRowsecuritydefaultforcmd
public void exitRowsecuritydefaultforcmd(PostgreSQLParser.RowsecuritydefaultforcmdContext ctx)
Exit a parse tree produced byPostgreSQLParser.rowsecuritydefaultforcmd().The default implementation does nothing.
- Specified by:
exitRowsecuritydefaultforcmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRow_security_cmd
public void enterRow_security_cmd(PostgreSQLParser.Row_security_cmdContext ctx)
Enter a parse tree produced byPostgreSQLParser.row_security_cmd().The default implementation does nothing.
- Specified by:
enterRow_security_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRow_security_cmd
public void exitRow_security_cmd(PostgreSQLParser.Row_security_cmdContext ctx)
Exit a parse tree produced byPostgreSQLParser.row_security_cmd().The default implementation does nothing.
- Specified by:
exitRow_security_cmdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateamstmt
public void enterCreateamstmt(PostgreSQLParser.CreateamstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createamstmt().The default implementation does nothing.
- Specified by:
enterCreateamstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateamstmt
public void exitCreateamstmt(PostgreSQLParser.CreateamstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createamstmt().The default implementation does nothing.
- Specified by:
exitCreateamstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAm_type
public void enterAm_type(PostgreSQLParser.Am_typeContext ctx)
Enter a parse tree produced byPostgreSQLParser.am_type().The default implementation does nothing.
- Specified by:
enterAm_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAm_type
public void exitAm_type(PostgreSQLParser.Am_typeContext ctx)
Exit a parse tree produced byPostgreSQLParser.am_type().The default implementation does nothing.
- Specified by:
exitAm_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatetrigstmt
public void enterCreatetrigstmt(PostgreSQLParser.CreatetrigstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createtrigstmt().The default implementation does nothing.
- Specified by:
enterCreatetrigstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatetrigstmt
public void exitCreatetrigstmt(PostgreSQLParser.CreatetrigstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createtrigstmt().The default implementation does nothing.
- Specified by:
exitCreatetrigstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggeractiontime
public void enterTriggeractiontime(PostgreSQLParser.TriggeractiontimeContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggeractiontime().The default implementation does nothing.
- Specified by:
enterTriggeractiontimein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggeractiontime
public void exitTriggeractiontime(PostgreSQLParser.TriggeractiontimeContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggeractiontime().The default implementation does nothing.
- Specified by:
exitTriggeractiontimein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggerevents
public void enterTriggerevents(PostgreSQLParser.TriggereventsContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggerevents().The default implementation does nothing.
- Specified by:
enterTriggereventsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggerevents
public void exitTriggerevents(PostgreSQLParser.TriggereventsContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggerevents().The default implementation does nothing.
- Specified by:
exitTriggereventsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggeroneevent
public void enterTriggeroneevent(PostgreSQLParser.TriggeroneeventContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggeroneevent().The default implementation does nothing.
- Specified by:
enterTriggeroneeventin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggeroneevent
public void exitTriggeroneevent(PostgreSQLParser.TriggeroneeventContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggeroneevent().The default implementation does nothing.
- Specified by:
exitTriggeroneeventin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggerreferencing
public void enterTriggerreferencing(PostgreSQLParser.TriggerreferencingContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggerreferencing().The default implementation does nothing.
- Specified by:
enterTriggerreferencingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggerreferencing
public void exitTriggerreferencing(PostgreSQLParser.TriggerreferencingContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggerreferencing().The default implementation does nothing.
- Specified by:
exitTriggerreferencingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggertransitions
public void enterTriggertransitions(PostgreSQLParser.TriggertransitionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggertransitions().The default implementation does nothing.
- Specified by:
enterTriggertransitionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggertransitions
public void exitTriggertransitions(PostgreSQLParser.TriggertransitionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggertransitions().The default implementation does nothing.
- Specified by:
exitTriggertransitionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggertransition
public void enterTriggertransition(PostgreSQLParser.TriggertransitionContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggertransition().The default implementation does nothing.
- Specified by:
enterTriggertransitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggertransition
public void exitTriggertransition(PostgreSQLParser.TriggertransitionContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggertransition().The default implementation does nothing.
- Specified by:
exitTriggertransitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTransitionoldornew
public void enterTransitionoldornew(PostgreSQLParser.TransitionoldornewContext ctx)
Enter a parse tree produced byPostgreSQLParser.transitionoldornew().The default implementation does nothing.
- Specified by:
enterTransitionoldornewin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTransitionoldornew
public void exitTransitionoldornew(PostgreSQLParser.TransitionoldornewContext ctx)
Exit a parse tree produced byPostgreSQLParser.transitionoldornew().The default implementation does nothing.
- Specified by:
exitTransitionoldornewin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTransitionrowortable
public void enterTransitionrowortable(PostgreSQLParser.TransitionrowortableContext ctx)
Enter a parse tree produced byPostgreSQLParser.transitionrowortable().The default implementation does nothing.
- Specified by:
enterTransitionrowortablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTransitionrowortable
public void exitTransitionrowortable(PostgreSQLParser.TransitionrowortableContext ctx)
Exit a parse tree produced byPostgreSQLParser.transitionrowortable().The default implementation does nothing.
- Specified by:
exitTransitionrowortablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTransitionrelname
public void enterTransitionrelname(PostgreSQLParser.TransitionrelnameContext ctx)
Enter a parse tree produced byPostgreSQLParser.transitionrelname().The default implementation does nothing.
- Specified by:
enterTransitionrelnamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTransitionrelname
public void exitTransitionrelname(PostgreSQLParser.TransitionrelnameContext ctx)
Exit a parse tree produced byPostgreSQLParser.transitionrelname().The default implementation does nothing.
- Specified by:
exitTransitionrelnamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggerforspec
public void enterTriggerforspec(PostgreSQLParser.TriggerforspecContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggerforspec().The default implementation does nothing.
- Specified by:
enterTriggerforspecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggerforspec
public void exitTriggerforspec(PostgreSQLParser.TriggerforspecContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggerforspec().The default implementation does nothing.
- Specified by:
exitTriggerforspecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggerforopteach
public void enterTriggerforopteach(PostgreSQLParser.TriggerforopteachContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggerforopteach().The default implementation does nothing.
- Specified by:
enterTriggerforopteachin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggerforopteach
public void exitTriggerforopteach(PostgreSQLParser.TriggerforopteachContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggerforopteach().The default implementation does nothing.
- Specified by:
exitTriggerforopteachin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggerfortype
public void enterTriggerfortype(PostgreSQLParser.TriggerfortypeContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggerfortype().The default implementation does nothing.
- Specified by:
enterTriggerfortypein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggerfortype
public void exitTriggerfortype(PostgreSQLParser.TriggerfortypeContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggerfortype().The default implementation does nothing.
- Specified by:
exitTriggerfortypein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggerwhen
public void enterTriggerwhen(PostgreSQLParser.TriggerwhenContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggerwhen().The default implementation does nothing.
- Specified by:
enterTriggerwhenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggerwhen
public void exitTriggerwhen(PostgreSQLParser.TriggerwhenContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggerwhen().The default implementation does nothing.
- Specified by:
exitTriggerwhenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunction_or_procedure
public void enterFunction_or_procedure(PostgreSQLParser.Function_or_procedureContext ctx)
Enter a parse tree produced byPostgreSQLParser.function_or_procedure().The default implementation does nothing.
- Specified by:
enterFunction_or_procedurein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunction_or_procedure
public void exitFunction_or_procedure(PostgreSQLParser.Function_or_procedureContext ctx)
Exit a parse tree produced byPostgreSQLParser.function_or_procedure().The default implementation does nothing.
- Specified by:
exitFunction_or_procedurein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggerfuncargs
public void enterTriggerfuncargs(PostgreSQLParser.TriggerfuncargsContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggerfuncargs().The default implementation does nothing.
- Specified by:
enterTriggerfuncargsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggerfuncargs
public void exitTriggerfuncargs(PostgreSQLParser.TriggerfuncargsContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggerfuncargs().The default implementation does nothing.
- Specified by:
exitTriggerfuncargsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTriggerfuncarg
public void enterTriggerfuncarg(PostgreSQLParser.TriggerfuncargContext ctx)
Enter a parse tree produced byPostgreSQLParser.triggerfuncarg().The default implementation does nothing.
- Specified by:
enterTriggerfuncargin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTriggerfuncarg
public void exitTriggerfuncarg(PostgreSQLParser.TriggerfuncargContext ctx)
Exit a parse tree produced byPostgreSQLParser.triggerfuncarg().The default implementation does nothing.
- Specified by:
exitTriggerfuncargin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOptconstrfromtable
public void enterOptconstrfromtable(PostgreSQLParser.OptconstrfromtableContext ctx)
Enter a parse tree produced byPostgreSQLParser.optconstrfromtable().The default implementation does nothing.
- Specified by:
enterOptconstrfromtablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOptconstrfromtable
public void exitOptconstrfromtable(PostgreSQLParser.OptconstrfromtableContext ctx)
Exit a parse tree produced byPostgreSQLParser.optconstrfromtable().The default implementation does nothing.
- Specified by:
exitOptconstrfromtablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstraintattributespec
public void enterConstraintattributespec(PostgreSQLParser.ConstraintattributespecContext ctx)
Enter a parse tree produced byPostgreSQLParser.constraintattributespec().The default implementation does nothing.
- Specified by:
enterConstraintattributespecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstraintattributespec
public void exitConstraintattributespec(PostgreSQLParser.ConstraintattributespecContext ctx)
Exit a parse tree produced byPostgreSQLParser.constraintattributespec().The default implementation does nothing.
- Specified by:
exitConstraintattributespecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstraintattributeElem
public void enterConstraintattributeElem(PostgreSQLParser.ConstraintattributeElemContext ctx)
Enter a parse tree produced byPostgreSQLParser.constraintattributeElem().The default implementation does nothing.
- Specified by:
enterConstraintattributeElemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstraintattributeElem
public void exitConstraintattributeElem(PostgreSQLParser.ConstraintattributeElemContext ctx)
Exit a parse tree produced byPostgreSQLParser.constraintattributeElem().The default implementation does nothing.
- Specified by:
exitConstraintattributeElemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateeventtrigstmt
public void enterCreateeventtrigstmt(PostgreSQLParser.CreateeventtrigstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createeventtrigstmt().The default implementation does nothing.
- Specified by:
enterCreateeventtrigstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateeventtrigstmt
public void exitCreateeventtrigstmt(PostgreSQLParser.CreateeventtrigstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createeventtrigstmt().The default implementation does nothing.
- Specified by:
exitCreateeventtrigstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterEvent_trigger_when_list
public void enterEvent_trigger_when_list(PostgreSQLParser.Event_trigger_when_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.event_trigger_when_list().The default implementation does nothing.
- Specified by:
enterEvent_trigger_when_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitEvent_trigger_when_list
public void exitEvent_trigger_when_list(PostgreSQLParser.Event_trigger_when_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.event_trigger_when_list().The default implementation does nothing.
- Specified by:
exitEvent_trigger_when_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterEvent_trigger_when_item
public void enterEvent_trigger_when_item(PostgreSQLParser.Event_trigger_when_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.event_trigger_when_item().The default implementation does nothing.
- Specified by:
enterEvent_trigger_when_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitEvent_trigger_when_item
public void exitEvent_trigger_when_item(PostgreSQLParser.Event_trigger_when_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.event_trigger_when_item().The default implementation does nothing.
- Specified by:
exitEvent_trigger_when_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterEvent_trigger_value_list
public void enterEvent_trigger_value_list(PostgreSQLParser.Event_trigger_value_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.event_trigger_value_list().The default implementation does nothing.
- Specified by:
enterEvent_trigger_value_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitEvent_trigger_value_list
public void exitEvent_trigger_value_list(PostgreSQLParser.Event_trigger_value_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.event_trigger_value_list().The default implementation does nothing.
- Specified by:
exitEvent_trigger_value_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltereventtrigstmt
public void enterAltereventtrigstmt(PostgreSQLParser.AltereventtrigstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altereventtrigstmt().The default implementation does nothing.
- Specified by:
enterAltereventtrigstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltereventtrigstmt
public void exitAltereventtrigstmt(PostgreSQLParser.AltereventtrigstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altereventtrigstmt().The default implementation does nothing.
- Specified by:
exitAltereventtrigstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterEnable_trigger
public void enterEnable_trigger(PostgreSQLParser.Enable_triggerContext ctx)
Enter a parse tree produced byPostgreSQLParser.enable_trigger().The default implementation does nothing.
- Specified by:
enterEnable_triggerin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitEnable_trigger
public void exitEnable_trigger(PostgreSQLParser.Enable_triggerContext ctx)
Exit a parse tree produced byPostgreSQLParser.enable_trigger().The default implementation does nothing.
- Specified by:
exitEnable_triggerin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateassertionstmt
public void enterCreateassertionstmt(PostgreSQLParser.CreateassertionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createassertionstmt().The default implementation does nothing.
- Specified by:
enterCreateassertionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateassertionstmt
public void exitCreateassertionstmt(PostgreSQLParser.CreateassertionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createassertionstmt().The default implementation does nothing.
- Specified by:
exitCreateassertionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDefinestmt
public void enterDefinestmt(PostgreSQLParser.DefinestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.definestmt().The default implementation does nothing.
- Specified by:
enterDefinestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDefinestmt
public void exitDefinestmt(PostgreSQLParser.DefinestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.definestmt().The default implementation does nothing.
- Specified by:
exitDefinestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDefinition
public void enterDefinition(PostgreSQLParser.DefinitionContext ctx)
Enter a parse tree produced byPostgreSQLParser.definition().The default implementation does nothing.
- Specified by:
enterDefinitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDefinition
public void exitDefinition(PostgreSQLParser.DefinitionContext ctx)
Exit a parse tree produced byPostgreSQLParser.definition().The default implementation does nothing.
- Specified by:
exitDefinitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDef_list
public void enterDef_list(PostgreSQLParser.Def_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.def_list().The default implementation does nothing.
- Specified by:
enterDef_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDef_list
public void exitDef_list(PostgreSQLParser.Def_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.def_list().The default implementation does nothing.
- Specified by:
exitDef_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDef_elem
public void enterDef_elem(PostgreSQLParser.Def_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.def_elem().The default implementation does nothing.
- Specified by:
enterDef_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDef_elem
public void exitDef_elem(PostgreSQLParser.Def_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.def_elem().The default implementation does nothing.
- Specified by:
exitDef_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDef_arg
public void enterDef_arg(PostgreSQLParser.Def_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.def_arg().The default implementation does nothing.
- Specified by:
enterDef_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDef_arg
public void exitDef_arg(PostgreSQLParser.Def_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.def_arg().The default implementation does nothing.
- Specified by:
exitDef_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOld_aggr_definition
public void enterOld_aggr_definition(PostgreSQLParser.Old_aggr_definitionContext ctx)
Enter a parse tree produced byPostgreSQLParser.old_aggr_definition().The default implementation does nothing.
- Specified by:
enterOld_aggr_definitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOld_aggr_definition
public void exitOld_aggr_definition(PostgreSQLParser.Old_aggr_definitionContext ctx)
Exit a parse tree produced byPostgreSQLParser.old_aggr_definition().The default implementation does nothing.
- Specified by:
exitOld_aggr_definitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOld_aggr_list
public void enterOld_aggr_list(PostgreSQLParser.Old_aggr_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.old_aggr_list().The default implementation does nothing.
- Specified by:
enterOld_aggr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOld_aggr_list
public void exitOld_aggr_list(PostgreSQLParser.Old_aggr_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.old_aggr_list().The default implementation does nothing.
- Specified by:
exitOld_aggr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOld_aggr_elem
public void enterOld_aggr_elem(PostgreSQLParser.Old_aggr_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.old_aggr_elem().The default implementation does nothing.
- Specified by:
enterOld_aggr_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOld_aggr_elem
public void exitOld_aggr_elem(PostgreSQLParser.Old_aggr_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.old_aggr_elem().The default implementation does nothing.
- Specified by:
exitOld_aggr_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_enum_val_list
public void enterOpt_enum_val_list(PostgreSQLParser.Opt_enum_val_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_enum_val_list().The default implementation does nothing.
- Specified by:
enterOpt_enum_val_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_enum_val_list
public void exitOpt_enum_val_list(PostgreSQLParser.Opt_enum_val_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_enum_val_list().The default implementation does nothing.
- Specified by:
exitOpt_enum_val_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterEnum_val_list
public void enterEnum_val_list(PostgreSQLParser.Enum_val_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.enum_val_list().The default implementation does nothing.
- Specified by:
enterEnum_val_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitEnum_val_list
public void exitEnum_val_list(PostgreSQLParser.Enum_val_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.enum_val_list().The default implementation does nothing.
- Specified by:
exitEnum_val_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterenumstmt
public void enterAlterenumstmt(PostgreSQLParser.AlterenumstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterenumstmt().The default implementation does nothing.
- Specified by:
enterAlterenumstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterenumstmt
public void exitAlterenumstmt(PostgreSQLParser.AlterenumstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterenumstmt().The default implementation does nothing.
- Specified by:
exitAlterenumstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_if_not_exists
public void enterOpt_if_not_exists(PostgreSQLParser.Opt_if_not_existsContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_if_not_exists().The default implementation does nothing.
- Specified by:
enterOpt_if_not_existsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_if_not_exists
public void exitOpt_if_not_exists(PostgreSQLParser.Opt_if_not_existsContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_if_not_exists().The default implementation does nothing.
- Specified by:
exitOpt_if_not_existsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateopclassstmt
public void enterCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createopclassstmt().The default implementation does nothing.
- Specified by:
enterCreateopclassstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateopclassstmt
public void exitCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createopclassstmt().The default implementation does nothing.
- Specified by:
exitCreateopclassstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpclass_item_list
public void enterOpclass_item_list(PostgreSQLParser.Opclass_item_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opclass_item_list().The default implementation does nothing.
- Specified by:
enterOpclass_item_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpclass_item_list
public void exitOpclass_item_list(PostgreSQLParser.Opclass_item_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opclass_item_list().The default implementation does nothing.
- Specified by:
exitOpclass_item_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpclass_item
public void enterOpclass_item(PostgreSQLParser.Opclass_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.opclass_item().The default implementation does nothing.
- Specified by:
enterOpclass_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpclass_item
public void exitOpclass_item(PostgreSQLParser.Opclass_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.opclass_item().The default implementation does nothing.
- Specified by:
exitOpclass_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_default
public void enterOpt_default(PostgreSQLParser.Opt_defaultContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_default().The default implementation does nothing.
- Specified by:
enterOpt_defaultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_default
public void exitOpt_default(PostgreSQLParser.Opt_defaultContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_default().The default implementation does nothing.
- Specified by:
exitOpt_defaultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_opfamily
public void enterOpt_opfamily(PostgreSQLParser.Opt_opfamilyContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_opfamily().The default implementation does nothing.
- Specified by:
enterOpt_opfamilyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_opfamily
public void exitOpt_opfamily(PostgreSQLParser.Opt_opfamilyContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_opfamily().The default implementation does nothing.
- Specified by:
exitOpt_opfamilyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpclass_purpose
public void enterOpclass_purpose(PostgreSQLParser.Opclass_purposeContext ctx)
Enter a parse tree produced byPostgreSQLParser.opclass_purpose().The default implementation does nothing.
- Specified by:
enterOpclass_purposein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpclass_purpose
public void exitOpclass_purpose(PostgreSQLParser.Opclass_purposeContext ctx)
Exit a parse tree produced byPostgreSQLParser.opclass_purpose().The default implementation does nothing.
- Specified by:
exitOpclass_purposein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_recheck
public void enterOpt_recheck(PostgreSQLParser.Opt_recheckContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_recheck().The default implementation does nothing.
- Specified by:
enterOpt_recheckin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_recheck
public void exitOpt_recheck(PostgreSQLParser.Opt_recheckContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_recheck().The default implementation does nothing.
- Specified by:
exitOpt_recheckin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateopfamilystmt
public void enterCreateopfamilystmt(PostgreSQLParser.CreateopfamilystmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createopfamilystmt().The default implementation does nothing.
- Specified by:
enterCreateopfamilystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateopfamilystmt
public void exitCreateopfamilystmt(PostgreSQLParser.CreateopfamilystmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createopfamilystmt().The default implementation does nothing.
- Specified by:
exitCreateopfamilystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlteropfamilystmt
public void enterAlteropfamilystmt(PostgreSQLParser.AlteropfamilystmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alteropfamilystmt().The default implementation does nothing.
- Specified by:
enterAlteropfamilystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlteropfamilystmt
public void exitAlteropfamilystmt(PostgreSQLParser.AlteropfamilystmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alteropfamilystmt().The default implementation does nothing.
- Specified by:
exitAlteropfamilystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpclass_drop_list
public void enterOpclass_drop_list(PostgreSQLParser.Opclass_drop_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opclass_drop_list().The default implementation does nothing.
- Specified by:
enterOpclass_drop_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpclass_drop_list
public void exitOpclass_drop_list(PostgreSQLParser.Opclass_drop_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opclass_drop_list().The default implementation does nothing.
- Specified by:
exitOpclass_drop_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpclass_drop
public void enterOpclass_drop(PostgreSQLParser.Opclass_dropContext ctx)
Enter a parse tree produced byPostgreSQLParser.opclass_drop().The default implementation does nothing.
- Specified by:
enterOpclass_dropin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpclass_drop
public void exitOpclass_drop(PostgreSQLParser.Opclass_dropContext ctx)
Exit a parse tree produced byPostgreSQLParser.opclass_drop().The default implementation does nothing.
- Specified by:
exitOpclass_dropin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDropopclassstmt
public void enterDropopclassstmt(PostgreSQLParser.DropopclassstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.dropopclassstmt().The default implementation does nothing.
- Specified by:
enterDropopclassstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDropopclassstmt
public void exitDropopclassstmt(PostgreSQLParser.DropopclassstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.dropopclassstmt().The default implementation does nothing.
- Specified by:
exitDropopclassstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDropopfamilystmt
public void enterDropopfamilystmt(PostgreSQLParser.DropopfamilystmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.dropopfamilystmt().The default implementation does nothing.
- Specified by:
enterDropopfamilystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDropopfamilystmt
public void exitDropopfamilystmt(PostgreSQLParser.DropopfamilystmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.dropopfamilystmt().The default implementation does nothing.
- Specified by:
exitDropopfamilystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDropownedstmt
public void enterDropownedstmt(PostgreSQLParser.DropownedstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.dropownedstmt().The default implementation does nothing.
- Specified by:
enterDropownedstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDropownedstmt
public void exitDropownedstmt(PostgreSQLParser.DropownedstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.dropownedstmt().The default implementation does nothing.
- Specified by:
exitDropownedstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReassignownedstmt
public void enterReassignownedstmt(PostgreSQLParser.ReassignownedstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.reassignownedstmt().The default implementation does nothing.
- Specified by:
enterReassignownedstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReassignownedstmt
public void exitReassignownedstmt(PostgreSQLParser.ReassignownedstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.reassignownedstmt().The default implementation does nothing.
- Specified by:
exitReassignownedstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDropstmt
public void enterDropstmt(PostgreSQLParser.DropstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.dropstmt().The default implementation does nothing.
- Specified by:
enterDropstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDropstmt
public void exitDropstmt(PostgreSQLParser.DropstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.dropstmt().The default implementation does nothing.
- Specified by:
exitDropstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterObject_type_any_name
public void enterObject_type_any_name(PostgreSQLParser.Object_type_any_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.object_type_any_name().The default implementation does nothing.
- Specified by:
enterObject_type_any_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitObject_type_any_name
public void exitObject_type_any_name(PostgreSQLParser.Object_type_any_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.object_type_any_name().The default implementation does nothing.
- Specified by:
exitObject_type_any_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterObject_type_name
public void enterObject_type_name(PostgreSQLParser.Object_type_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.object_type_name().The default implementation does nothing.
- Specified by:
enterObject_type_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitObject_type_name
public void exitObject_type_name(PostgreSQLParser.Object_type_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.object_type_name().The default implementation does nothing.
- Specified by:
exitObject_type_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDrop_type_name
public void enterDrop_type_name(PostgreSQLParser.Drop_type_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.drop_type_name().The default implementation does nothing.
- Specified by:
enterDrop_type_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDrop_type_name
public void exitDrop_type_name(PostgreSQLParser.Drop_type_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.drop_type_name().The default implementation does nothing.
- Specified by:
exitDrop_type_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterObject_type_name_on_any_name
public void enterObject_type_name_on_any_name(PostgreSQLParser.Object_type_name_on_any_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.object_type_name_on_any_name().The default implementation does nothing.
- Specified by:
enterObject_type_name_on_any_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitObject_type_name_on_any_name
public void exitObject_type_name_on_any_name(PostgreSQLParser.Object_type_name_on_any_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.object_type_name_on_any_name().The default implementation does nothing.
- Specified by:
exitObject_type_name_on_any_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAny_name_list
public void enterAny_name_list(PostgreSQLParser.Any_name_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.any_name_list().The default implementation does nothing.
- Specified by:
enterAny_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAny_name_list
public void exitAny_name_list(PostgreSQLParser.Any_name_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.any_name_list().The default implementation does nothing.
- Specified by:
exitAny_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAny_name
public void enterAny_name(PostgreSQLParser.Any_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.any_name().The default implementation does nothing.
- Specified by:
enterAny_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAny_name
public void exitAny_name(PostgreSQLParser.Any_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.any_name().The default implementation does nothing.
- Specified by:
exitAny_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAttrs
public void enterAttrs(PostgreSQLParser.AttrsContext ctx)
Enter a parse tree produced byPostgreSQLParser.attrs().The default implementation does nothing.
- Specified by:
enterAttrsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAttrs
public void exitAttrs(PostgreSQLParser.AttrsContext ctx)
Exit a parse tree produced byPostgreSQLParser.attrs().The default implementation does nothing.
- Specified by:
exitAttrsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterType_name_list
public void enterType_name_list(PostgreSQLParser.Type_name_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.type_name_list().The default implementation does nothing.
- Specified by:
enterType_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitType_name_list
public void exitType_name_list(PostgreSQLParser.Type_name_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.type_name_list().The default implementation does nothing.
- Specified by:
exitType_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTruncatestmt
public void enterTruncatestmt(PostgreSQLParser.TruncatestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.truncatestmt().The default implementation does nothing.
- Specified by:
enterTruncatestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTruncatestmt
public void exitTruncatestmt(PostgreSQLParser.TruncatestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.truncatestmt().The default implementation does nothing.
- Specified by:
exitTruncatestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_restart_seqs
public void enterOpt_restart_seqs(PostgreSQLParser.Opt_restart_seqsContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_restart_seqs().The default implementation does nothing.
- Specified by:
enterOpt_restart_seqsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_restart_seqs
public void exitOpt_restart_seqs(PostgreSQLParser.Opt_restart_seqsContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_restart_seqs().The default implementation does nothing.
- Specified by:
exitOpt_restart_seqsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCommentstmt
public void enterCommentstmt(PostgreSQLParser.CommentstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.commentstmt().The default implementation does nothing.
- Specified by:
enterCommentstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCommentstmt
public void exitCommentstmt(PostgreSQLParser.CommentstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.commentstmt().The default implementation does nothing.
- Specified by:
exitCommentstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterComment_text
public void enterComment_text(PostgreSQLParser.Comment_textContext ctx)
Enter a parse tree produced byPostgreSQLParser.comment_text().The default implementation does nothing.
- Specified by:
enterComment_textin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitComment_text
public void exitComment_text(PostgreSQLParser.Comment_textContext ctx)
Exit a parse tree produced byPostgreSQLParser.comment_text().The default implementation does nothing.
- Specified by:
exitComment_textin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSeclabelstmt
public void enterSeclabelstmt(PostgreSQLParser.SeclabelstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.seclabelstmt().The default implementation does nothing.
- Specified by:
enterSeclabelstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSeclabelstmt
public void exitSeclabelstmt(PostgreSQLParser.SeclabelstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.seclabelstmt().The default implementation does nothing.
- Specified by:
exitSeclabelstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_provider
public void enterOpt_provider(PostgreSQLParser.Opt_providerContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_provider().The default implementation does nothing.
- Specified by:
enterOpt_providerin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_provider
public void exitOpt_provider(PostgreSQLParser.Opt_providerContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_provider().The default implementation does nothing.
- Specified by:
exitOpt_providerin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSecurity_label
public void enterSecurity_label(PostgreSQLParser.Security_labelContext ctx)
Enter a parse tree produced byPostgreSQLParser.security_label().The default implementation does nothing.
- Specified by:
enterSecurity_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSecurity_label
public void exitSecurity_label(PostgreSQLParser.Security_labelContext ctx)
Exit a parse tree produced byPostgreSQLParser.security_label().The default implementation does nothing.
- Specified by:
exitSecurity_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFetchstmt
public void enterFetchstmt(PostgreSQLParser.FetchstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.fetchstmt().The default implementation does nothing.
- Specified by:
enterFetchstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFetchstmt
public void exitFetchstmt(PostgreSQLParser.FetchstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.fetchstmt().The default implementation does nothing.
- Specified by:
exitFetchstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFetch_args
public void enterFetch_args(PostgreSQLParser.Fetch_argsContext ctx)
Enter a parse tree produced byPostgreSQLParser.fetch_args().The default implementation does nothing.
- Specified by:
enterFetch_argsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFetch_args
public void exitFetch_args(PostgreSQLParser.Fetch_argsContext ctx)
Exit a parse tree produced byPostgreSQLParser.fetch_args().The default implementation does nothing.
- Specified by:
exitFetch_argsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFrom_in
public void enterFrom_in(PostgreSQLParser.From_inContext ctx)
Enter a parse tree produced byPostgreSQLParser.from_in().The default implementation does nothing.
- Specified by:
enterFrom_inin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFrom_in
public void exitFrom_in(PostgreSQLParser.From_inContext ctx)
Exit a parse tree produced byPostgreSQLParser.from_in().The default implementation does nothing.
- Specified by:
exitFrom_inin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_from_in
public void enterOpt_from_in(PostgreSQLParser.Opt_from_inContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_from_in().The default implementation does nothing.
- Specified by:
enterOpt_from_inin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_from_in
public void exitOpt_from_in(PostgreSQLParser.Opt_from_inContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_from_in().The default implementation does nothing.
- Specified by:
exitOpt_from_inin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGrantstmt
public void enterGrantstmt(PostgreSQLParser.GrantstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.grantstmt().The default implementation does nothing.
- Specified by:
enterGrantstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGrantstmt
public void exitGrantstmt(PostgreSQLParser.GrantstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.grantstmt().The default implementation does nothing.
- Specified by:
exitGrantstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRevokestmt
public void enterRevokestmt(PostgreSQLParser.RevokestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.revokestmt().The default implementation does nothing.
- Specified by:
enterRevokestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRevokestmt
public void exitRevokestmt(PostgreSQLParser.RevokestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.revokestmt().The default implementation does nothing.
- Specified by:
exitRevokestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPrivileges
public void enterPrivileges(PostgreSQLParser.PrivilegesContext ctx)
Enter a parse tree produced byPostgreSQLParser.privileges().The default implementation does nothing.
- Specified by:
enterPrivilegesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPrivileges
public void exitPrivileges(PostgreSQLParser.PrivilegesContext ctx)
Exit a parse tree produced byPostgreSQLParser.privileges().The default implementation does nothing.
- Specified by:
exitPrivilegesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPrivilege_list
public void enterPrivilege_list(PostgreSQLParser.Privilege_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.privilege_list().The default implementation does nothing.
- Specified by:
enterPrivilege_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPrivilege_list
public void exitPrivilege_list(PostgreSQLParser.Privilege_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.privilege_list().The default implementation does nothing.
- Specified by:
exitPrivilege_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPrivilege
public void enterPrivilege(PostgreSQLParser.PrivilegeContext ctx)
Enter a parse tree produced byPostgreSQLParser.privilege().The default implementation does nothing.
- Specified by:
enterPrivilegein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPrivilege
public void exitPrivilege(PostgreSQLParser.PrivilegeContext ctx)
Exit a parse tree produced byPostgreSQLParser.privilege().The default implementation does nothing.
- Specified by:
exitPrivilegein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPrivilege_target
public void enterPrivilege_target(PostgreSQLParser.Privilege_targetContext ctx)
Enter a parse tree produced byPostgreSQLParser.privilege_target().The default implementation does nothing.
- Specified by:
enterPrivilege_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPrivilege_target
public void exitPrivilege_target(PostgreSQLParser.Privilege_targetContext ctx)
Exit a parse tree produced byPostgreSQLParser.privilege_target().The default implementation does nothing.
- Specified by:
exitPrivilege_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGrantee_list
public void enterGrantee_list(PostgreSQLParser.Grantee_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.grantee_list().The default implementation does nothing.
- Specified by:
enterGrantee_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGrantee_list
public void exitGrantee_list(PostgreSQLParser.Grantee_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.grantee_list().The default implementation does nothing.
- Specified by:
exitGrantee_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGrantee
public void enterGrantee(PostgreSQLParser.GranteeContext ctx)
Enter a parse tree produced byPostgreSQLParser.grantee().The default implementation does nothing.
- Specified by:
enterGranteein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGrantee
public void exitGrantee(PostgreSQLParser.GranteeContext ctx)
Exit a parse tree produced byPostgreSQLParser.grantee().The default implementation does nothing.
- Specified by:
exitGranteein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_grant_grant_option
public void enterOpt_grant_grant_option(PostgreSQLParser.Opt_grant_grant_optionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_grant_grant_option().The default implementation does nothing.
- Specified by:
enterOpt_grant_grant_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_grant_grant_option
public void exitOpt_grant_grant_option(PostgreSQLParser.Opt_grant_grant_optionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_grant_grant_option().The default implementation does nothing.
- Specified by:
exitOpt_grant_grant_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGrantrolestmt
public void enterGrantrolestmt(PostgreSQLParser.GrantrolestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.grantrolestmt().The default implementation does nothing.
- Specified by:
enterGrantrolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGrantrolestmt
public void exitGrantrolestmt(PostgreSQLParser.GrantrolestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.grantrolestmt().The default implementation does nothing.
- Specified by:
exitGrantrolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRevokerolestmt
public void enterRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.revokerolestmt().The default implementation does nothing.
- Specified by:
enterRevokerolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRevokerolestmt
public void exitRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.revokerolestmt().The default implementation does nothing.
- Specified by:
exitRevokerolestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_grant_admin_option
public void enterOpt_grant_admin_option(PostgreSQLParser.Opt_grant_admin_optionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_grant_admin_option().The default implementation does nothing.
- Specified by:
enterOpt_grant_admin_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_grant_admin_option
public void exitOpt_grant_admin_option(PostgreSQLParser.Opt_grant_admin_optionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_grant_admin_option().The default implementation does nothing.
- Specified by:
exitOpt_grant_admin_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_granted_by
public void enterOpt_granted_by(PostgreSQLParser.Opt_granted_byContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_granted_by().The default implementation does nothing.
- Specified by:
enterOpt_granted_byin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_granted_by
public void exitOpt_granted_by(PostgreSQLParser.Opt_granted_byContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_granted_by().The default implementation does nothing.
- Specified by:
exitOpt_granted_byin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterdefaultprivilegesstmt
public void enterAlterdefaultprivilegesstmt(PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterdefaultprivilegesstmt().The default implementation does nothing.
- Specified by:
enterAlterdefaultprivilegesstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterdefaultprivilegesstmt
public void exitAlterdefaultprivilegesstmt(PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterdefaultprivilegesstmt().The default implementation does nothing.
- Specified by:
exitAlterdefaultprivilegesstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDefacloptionlist
public void enterDefacloptionlist(PostgreSQLParser.DefacloptionlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.defacloptionlist().The default implementation does nothing.
- Specified by:
enterDefacloptionlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDefacloptionlist
public void exitDefacloptionlist(PostgreSQLParser.DefacloptionlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.defacloptionlist().The default implementation does nothing.
- Specified by:
exitDefacloptionlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDefacloption
public void enterDefacloption(PostgreSQLParser.DefacloptionContext ctx)
Enter a parse tree produced byPostgreSQLParser.defacloption().The default implementation does nothing.
- Specified by:
enterDefacloptionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDefacloption
public void exitDefacloption(PostgreSQLParser.DefacloptionContext ctx)
Exit a parse tree produced byPostgreSQLParser.defacloption().The default implementation does nothing.
- Specified by:
exitDefacloptionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDefaclaction
public void enterDefaclaction(PostgreSQLParser.DefaclactionContext ctx)
Enter a parse tree produced byPostgreSQLParser.defaclaction().The default implementation does nothing.
- Specified by:
enterDefaclactionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDefaclaction
public void exitDefaclaction(PostgreSQLParser.DefaclactionContext ctx)
Exit a parse tree produced byPostgreSQLParser.defaclaction().The default implementation does nothing.
- Specified by:
exitDefaclactionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDefacl_privilege_target
public void enterDefacl_privilege_target(PostgreSQLParser.Defacl_privilege_targetContext ctx)
Enter a parse tree produced byPostgreSQLParser.defacl_privilege_target().The default implementation does nothing.
- Specified by:
enterDefacl_privilege_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDefacl_privilege_target
public void exitDefacl_privilege_target(PostgreSQLParser.Defacl_privilege_targetContext ctx)
Exit a parse tree produced byPostgreSQLParser.defacl_privilege_target().The default implementation does nothing.
- Specified by:
exitDefacl_privilege_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIndexstmt
public void enterIndexstmt(PostgreSQLParser.IndexstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.indexstmt().The default implementation does nothing.
- Specified by:
enterIndexstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIndexstmt
public void exitIndexstmt(PostgreSQLParser.IndexstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.indexstmt().The default implementation does nothing.
- Specified by:
exitIndexstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_unique
public void enterOpt_unique(PostgreSQLParser.Opt_uniqueContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_unique().The default implementation does nothing.
- Specified by:
enterOpt_uniquein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_unique
public void exitOpt_unique(PostgreSQLParser.Opt_uniqueContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_unique().The default implementation does nothing.
- Specified by:
exitOpt_uniquein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_concurrently
public void enterOpt_concurrently(PostgreSQLParser.Opt_concurrentlyContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_concurrently().The default implementation does nothing.
- Specified by:
enterOpt_concurrentlyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_concurrently
public void exitOpt_concurrently(PostgreSQLParser.Opt_concurrentlyContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_concurrently().The default implementation does nothing.
- Specified by:
exitOpt_concurrentlyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_index_name
public void enterOpt_index_name(PostgreSQLParser.Opt_index_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_index_name().The default implementation does nothing.
- Specified by:
enterOpt_index_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_index_name
public void exitOpt_index_name(PostgreSQLParser.Opt_index_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_index_name().The default implementation does nothing.
- Specified by:
exitOpt_index_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAccess_method_clause
public void enterAccess_method_clause(PostgreSQLParser.Access_method_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.access_method_clause().The default implementation does nothing.
- Specified by:
enterAccess_method_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAccess_method_clause
public void exitAccess_method_clause(PostgreSQLParser.Access_method_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.access_method_clause().The default implementation does nothing.
- Specified by:
exitAccess_method_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIndex_params
public void enterIndex_params(PostgreSQLParser.Index_paramsContext ctx)
Enter a parse tree produced byPostgreSQLParser.index_params().The default implementation does nothing.
- Specified by:
enterIndex_paramsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIndex_params
public void exitIndex_params(PostgreSQLParser.Index_paramsContext ctx)
Exit a parse tree produced byPostgreSQLParser.index_params().The default implementation does nothing.
- Specified by:
exitIndex_paramsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIndex_elem_options
public void enterIndex_elem_options(PostgreSQLParser.Index_elem_optionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.index_elem_options().The default implementation does nothing.
- Specified by:
enterIndex_elem_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIndex_elem_options
public void exitIndex_elem_options(PostgreSQLParser.Index_elem_optionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.index_elem_options().The default implementation does nothing.
- Specified by:
exitIndex_elem_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIndex_elem
public void enterIndex_elem(PostgreSQLParser.Index_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.index_elem().The default implementation does nothing.
- Specified by:
enterIndex_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIndex_elem
public void exitIndex_elem(PostgreSQLParser.Index_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.index_elem().The default implementation does nothing.
- Specified by:
exitIndex_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_include
public void enterOpt_include(PostgreSQLParser.Opt_includeContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_include().The default implementation does nothing.
- Specified by:
enterOpt_includein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_include
public void exitOpt_include(PostgreSQLParser.Opt_includeContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_include().The default implementation does nothing.
- Specified by:
exitOpt_includein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIndex_including_params
public void enterIndex_including_params(PostgreSQLParser.Index_including_paramsContext ctx)
Enter a parse tree produced byPostgreSQLParser.index_including_params().The default implementation does nothing.
- Specified by:
enterIndex_including_paramsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIndex_including_params
public void exitIndex_including_params(PostgreSQLParser.Index_including_paramsContext ctx)
Exit a parse tree produced byPostgreSQLParser.index_including_params().The default implementation does nothing.
- Specified by:
exitIndex_including_paramsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_collate
public void enterOpt_collate(PostgreSQLParser.Opt_collateContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_collate().The default implementation does nothing.
- Specified by:
enterOpt_collatein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_collate
public void exitOpt_collate(PostgreSQLParser.Opt_collateContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_collate().The default implementation does nothing.
- Specified by:
exitOpt_collatein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_class
public void enterOpt_class(PostgreSQLParser.Opt_classContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_class().The default implementation does nothing.
- Specified by:
enterOpt_classin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_class
public void exitOpt_class(PostgreSQLParser.Opt_classContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_class().The default implementation does nothing.
- Specified by:
exitOpt_classin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_asc_desc
public void enterOpt_asc_desc(PostgreSQLParser.Opt_asc_descContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_asc_desc().The default implementation does nothing.
- Specified by:
enterOpt_asc_descin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_asc_desc
public void exitOpt_asc_desc(PostgreSQLParser.Opt_asc_descContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_asc_desc().The default implementation does nothing.
- Specified by:
exitOpt_asc_descin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_nulls_order
public void enterOpt_nulls_order(PostgreSQLParser.Opt_nulls_orderContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_nulls_order().The default implementation does nothing.
- Specified by:
enterOpt_nulls_orderin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_nulls_order
public void exitOpt_nulls_order(PostgreSQLParser.Opt_nulls_orderContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_nulls_order().The default implementation does nothing.
- Specified by:
exitOpt_nulls_orderin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatefunctionstmt
public void enterCreatefunctionstmt(PostgreSQLParser.CreatefunctionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createfunctionstmt().The default implementation does nothing.
- Specified by:
enterCreatefunctionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatefunctionstmt
public void exitCreatefunctionstmt(PostgreSQLParser.CreatefunctionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createfunctionstmt().The default implementation does nothing.
- Specified by:
exitCreatefunctionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_or_replace
public void enterOpt_or_replace(PostgreSQLParser.Opt_or_replaceContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_or_replace().The default implementation does nothing.
- Specified by:
enterOpt_or_replacein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_or_replace
public void exitOpt_or_replace(PostgreSQLParser.Opt_or_replaceContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_or_replace().The default implementation does nothing.
- Specified by:
exitOpt_or_replacein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_args
public void enterFunc_args(PostgreSQLParser.Func_argsContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_args().The default implementation does nothing.
- Specified by:
enterFunc_argsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_args
public void exitFunc_args(PostgreSQLParser.Func_argsContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_args().The default implementation does nothing.
- Specified by:
exitFunc_argsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_args_list
public void enterFunc_args_list(PostgreSQLParser.Func_args_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_args_list().The default implementation does nothing.
- Specified by:
enterFunc_args_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_args_list
public void exitFunc_args_list(PostgreSQLParser.Func_args_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_args_list().The default implementation does nothing.
- Specified by:
exitFunc_args_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunction_with_argtypes_list
public void enterFunction_with_argtypes_list(PostgreSQLParser.Function_with_argtypes_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.function_with_argtypes_list().The default implementation does nothing.
- Specified by:
enterFunction_with_argtypes_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunction_with_argtypes_list
public void exitFunction_with_argtypes_list(PostgreSQLParser.Function_with_argtypes_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.function_with_argtypes_list().The default implementation does nothing.
- Specified by:
exitFunction_with_argtypes_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunction_with_argtypes
public void enterFunction_with_argtypes(PostgreSQLParser.Function_with_argtypesContext ctx)
Enter a parse tree produced byPostgreSQLParser.function_with_argtypes().The default implementation does nothing.
- Specified by:
enterFunction_with_argtypesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunction_with_argtypes
public void exitFunction_with_argtypes(PostgreSQLParser.Function_with_argtypesContext ctx)
Exit a parse tree produced byPostgreSQLParser.function_with_argtypes().The default implementation does nothing.
- Specified by:
exitFunction_with_argtypesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_args_with_defaults
public void enterFunc_args_with_defaults(PostgreSQLParser.Func_args_with_defaultsContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_args_with_defaults().The default implementation does nothing.
- Specified by:
enterFunc_args_with_defaultsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_args_with_defaults
public void exitFunc_args_with_defaults(PostgreSQLParser.Func_args_with_defaultsContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_args_with_defaults().The default implementation does nothing.
- Specified by:
exitFunc_args_with_defaultsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_args_with_defaults_list
public void enterFunc_args_with_defaults_list(PostgreSQLParser.Func_args_with_defaults_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_args_with_defaults_list().The default implementation does nothing.
- Specified by:
enterFunc_args_with_defaults_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_args_with_defaults_list
public void exitFunc_args_with_defaults_list(PostgreSQLParser.Func_args_with_defaults_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_args_with_defaults_list().The default implementation does nothing.
- Specified by:
exitFunc_args_with_defaults_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_arg
public void enterFunc_arg(PostgreSQLParser.Func_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_arg().The default implementation does nothing.
- Specified by:
enterFunc_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_arg
public void exitFunc_arg(PostgreSQLParser.Func_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_arg().The default implementation does nothing.
- Specified by:
exitFunc_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterArg_class
public void enterArg_class(PostgreSQLParser.Arg_classContext ctx)
Enter a parse tree produced byPostgreSQLParser.arg_class().The default implementation does nothing.
- Specified by:
enterArg_classin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitArg_class
public void exitArg_class(PostgreSQLParser.Arg_classContext ctx)
Exit a parse tree produced byPostgreSQLParser.arg_class().The default implementation does nothing.
- Specified by:
exitArg_classin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterParam_name
public void enterParam_name(PostgreSQLParser.Param_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.param_name().The default implementation does nothing.
- Specified by:
enterParam_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitParam_name
public void exitParam_name(PostgreSQLParser.Param_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.param_name().The default implementation does nothing.
- Specified by:
exitParam_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_return
public void enterFunc_return(PostgreSQLParser.Func_returnContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_return().The default implementation does nothing.
- Specified by:
enterFunc_returnin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_return
public void exitFunc_return(PostgreSQLParser.Func_returnContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_return().The default implementation does nothing.
- Specified by:
exitFunc_returnin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_type
public void enterFunc_type(PostgreSQLParser.Func_typeContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_type().The default implementation does nothing.
- Specified by:
enterFunc_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_type
public void exitFunc_type(PostgreSQLParser.Func_typeContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_type().The default implementation does nothing.
- Specified by:
exitFunc_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_arg_with_default
public void enterFunc_arg_with_default(PostgreSQLParser.Func_arg_with_defaultContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_arg_with_default().The default implementation does nothing.
- Specified by:
enterFunc_arg_with_defaultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_arg_with_default
public void exitFunc_arg_with_default(PostgreSQLParser.Func_arg_with_defaultContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_arg_with_default().The default implementation does nothing.
- Specified by:
exitFunc_arg_with_defaultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAggr_arg
public void enterAggr_arg(PostgreSQLParser.Aggr_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.aggr_arg().The default implementation does nothing.
- Specified by:
enterAggr_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAggr_arg
public void exitAggr_arg(PostgreSQLParser.Aggr_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.aggr_arg().The default implementation does nothing.
- Specified by:
exitAggr_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAggr_args
public void enterAggr_args(PostgreSQLParser.Aggr_argsContext ctx)
Enter a parse tree produced byPostgreSQLParser.aggr_args().The default implementation does nothing.
- Specified by:
enterAggr_argsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAggr_args
public void exitAggr_args(PostgreSQLParser.Aggr_argsContext ctx)
Exit a parse tree produced byPostgreSQLParser.aggr_args().The default implementation does nothing.
- Specified by:
exitAggr_argsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAggr_args_list
public void enterAggr_args_list(PostgreSQLParser.Aggr_args_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.aggr_args_list().The default implementation does nothing.
- Specified by:
enterAggr_args_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAggr_args_list
public void exitAggr_args_list(PostgreSQLParser.Aggr_args_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.aggr_args_list().The default implementation does nothing.
- Specified by:
exitAggr_args_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAggregate_with_argtypes
public void enterAggregate_with_argtypes(PostgreSQLParser.Aggregate_with_argtypesContext ctx)
Enter a parse tree produced byPostgreSQLParser.aggregate_with_argtypes().The default implementation does nothing.
- Specified by:
enterAggregate_with_argtypesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAggregate_with_argtypes
public void exitAggregate_with_argtypes(PostgreSQLParser.Aggregate_with_argtypesContext ctx)
Exit a parse tree produced byPostgreSQLParser.aggregate_with_argtypes().The default implementation does nothing.
- Specified by:
exitAggregate_with_argtypesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAggregate_with_argtypes_list
public void enterAggregate_with_argtypes_list(PostgreSQLParser.Aggregate_with_argtypes_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.aggregate_with_argtypes_list().The default implementation does nothing.
- Specified by:
enterAggregate_with_argtypes_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAggregate_with_argtypes_list
public void exitAggregate_with_argtypes_list(PostgreSQLParser.Aggregate_with_argtypes_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.aggregate_with_argtypes_list().The default implementation does nothing.
- Specified by:
exitAggregate_with_argtypes_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatefunc_opt_list
public void enterCreatefunc_opt_list(PostgreSQLParser.Createfunc_opt_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.createfunc_opt_list().The default implementation does nothing.
- Specified by:
enterCreatefunc_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatefunc_opt_list
public void exitCreatefunc_opt_list(PostgreSQLParser.Createfunc_opt_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.createfunc_opt_list().The default implementation does nothing.
- Specified by:
exitCreatefunc_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCommon_func_opt_item
public void enterCommon_func_opt_item(PostgreSQLParser.Common_func_opt_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.common_func_opt_item().The default implementation does nothing.
- Specified by:
enterCommon_func_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCommon_func_opt_item
public void exitCommon_func_opt_item(PostgreSQLParser.Common_func_opt_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.common_func_opt_item().The default implementation does nothing.
- Specified by:
exitCommon_func_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatefunc_opt_item
public void enterCreatefunc_opt_item(PostgreSQLParser.Createfunc_opt_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.createfunc_opt_item().The default implementation does nothing.
- Specified by:
enterCreatefunc_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatefunc_opt_item
public void exitCreatefunc_opt_item(PostgreSQLParser.Createfunc_opt_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.createfunc_opt_item().The default implementation does nothing.
- Specified by:
exitCreatefunc_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_as
public void enterFunc_as(PostgreSQLParser.Func_asContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_as().The default implementation does nothing.
- Specified by:
enterFunc_asin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_as
public void exitFunc_as(PostgreSQLParser.Func_asContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_as().The default implementation does nothing.
- Specified by:
exitFunc_asin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTransform_type_list
public void enterTransform_type_list(PostgreSQLParser.Transform_type_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.transform_type_list().The default implementation does nothing.
- Specified by:
enterTransform_type_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTransform_type_list
public void exitTransform_type_list(PostgreSQLParser.Transform_type_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.transform_type_list().The default implementation does nothing.
- Specified by:
exitTransform_type_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_definition
public void enterOpt_definition(PostgreSQLParser.Opt_definitionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_definition().The default implementation does nothing.
- Specified by:
enterOpt_definitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_definition
public void exitOpt_definition(PostgreSQLParser.Opt_definitionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_definition().The default implementation does nothing.
- Specified by:
exitOpt_definitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTable_func_column
public void enterTable_func_column(PostgreSQLParser.Table_func_columnContext ctx)
Enter a parse tree produced byPostgreSQLParser.table_func_column().The default implementation does nothing.
- Specified by:
enterTable_func_columnin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTable_func_column
public void exitTable_func_column(PostgreSQLParser.Table_func_columnContext ctx)
Exit a parse tree produced byPostgreSQLParser.table_func_column().The default implementation does nothing.
- Specified by:
exitTable_func_columnin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTable_func_column_list
public void enterTable_func_column_list(PostgreSQLParser.Table_func_column_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.table_func_column_list().The default implementation does nothing.
- Specified by:
enterTable_func_column_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTable_func_column_list
public void exitTable_func_column_list(PostgreSQLParser.Table_func_column_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.table_func_column_list().The default implementation does nothing.
- Specified by:
exitTable_func_column_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterfunctionstmt
public void enterAlterfunctionstmt(PostgreSQLParser.AlterfunctionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterfunctionstmt().The default implementation does nothing.
- Specified by:
enterAlterfunctionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterfunctionstmt
public void exitAlterfunctionstmt(PostgreSQLParser.AlterfunctionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterfunctionstmt().The default implementation does nothing.
- Specified by:
exitAlterfunctionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterfunc_opt_list
public void enterAlterfunc_opt_list(PostgreSQLParser.Alterfunc_opt_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterfunc_opt_list().The default implementation does nothing.
- Specified by:
enterAlterfunc_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterfunc_opt_list
public void exitAlterfunc_opt_list(PostgreSQLParser.Alterfunc_opt_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterfunc_opt_list().The default implementation does nothing.
- Specified by:
exitAlterfunc_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_restrict
public void enterOpt_restrict(PostgreSQLParser.Opt_restrictContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_restrict().The default implementation does nothing.
- Specified by:
enterOpt_restrictin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_restrict
public void exitOpt_restrict(PostgreSQLParser.Opt_restrictContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_restrict().The default implementation does nothing.
- Specified by:
exitOpt_restrictin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRemovefuncstmt
public void enterRemovefuncstmt(PostgreSQLParser.RemovefuncstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.removefuncstmt().The default implementation does nothing.
- Specified by:
enterRemovefuncstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRemovefuncstmt
public void exitRemovefuncstmt(PostgreSQLParser.RemovefuncstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.removefuncstmt().The default implementation does nothing.
- Specified by:
exitRemovefuncstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRemoveaggrstmt
public void enterRemoveaggrstmt(PostgreSQLParser.RemoveaggrstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.removeaggrstmt().The default implementation does nothing.
- Specified by:
enterRemoveaggrstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRemoveaggrstmt
public void exitRemoveaggrstmt(PostgreSQLParser.RemoveaggrstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.removeaggrstmt().The default implementation does nothing.
- Specified by:
exitRemoveaggrstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRemoveoperstmt
public void enterRemoveoperstmt(PostgreSQLParser.RemoveoperstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.removeoperstmt().The default implementation does nothing.
- Specified by:
enterRemoveoperstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRemoveoperstmt
public void exitRemoveoperstmt(PostgreSQLParser.RemoveoperstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.removeoperstmt().The default implementation does nothing.
- Specified by:
exitRemoveoperstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOper_argtypes
public void enterOper_argtypes(PostgreSQLParser.Oper_argtypesContext ctx)
Enter a parse tree produced byPostgreSQLParser.oper_argtypes().The default implementation does nothing.
- Specified by:
enterOper_argtypesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOper_argtypes
public void exitOper_argtypes(PostgreSQLParser.Oper_argtypesContext ctx)
Exit a parse tree produced byPostgreSQLParser.oper_argtypes().The default implementation does nothing.
- Specified by:
exitOper_argtypesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAny_operator
public void enterAny_operator(PostgreSQLParser.Any_operatorContext ctx)
Enter a parse tree produced byPostgreSQLParser.any_operator().The default implementation does nothing.
- Specified by:
enterAny_operatorin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAny_operator
public void exitAny_operator(PostgreSQLParser.Any_operatorContext ctx)
Exit a parse tree produced byPostgreSQLParser.any_operator().The default implementation does nothing.
- Specified by:
exitAny_operatorin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOperator_with_argtypes_list
public void enterOperator_with_argtypes_list(PostgreSQLParser.Operator_with_argtypes_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.operator_with_argtypes_list().The default implementation does nothing.
- Specified by:
enterOperator_with_argtypes_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOperator_with_argtypes_list
public void exitOperator_with_argtypes_list(PostgreSQLParser.Operator_with_argtypes_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.operator_with_argtypes_list().The default implementation does nothing.
- Specified by:
exitOperator_with_argtypes_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOperator_with_argtypes
public void enterOperator_with_argtypes(PostgreSQLParser.Operator_with_argtypesContext ctx)
Enter a parse tree produced byPostgreSQLParser.operator_with_argtypes().The default implementation does nothing.
- Specified by:
enterOperator_with_argtypesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOperator_with_argtypes
public void exitOperator_with_argtypes(PostgreSQLParser.Operator_with_argtypesContext ctx)
Exit a parse tree produced byPostgreSQLParser.operator_with_argtypes().The default implementation does nothing.
- Specified by:
exitOperator_with_argtypesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDostmt
public void enterDostmt(PostgreSQLParser.DostmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.dostmt().The default implementation does nothing.
- Specified by:
enterDostmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDostmt
public void exitDostmt(PostgreSQLParser.DostmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.dostmt().The default implementation does nothing.
- Specified by:
exitDostmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDostmt_opt_list
public void enterDostmt_opt_list(PostgreSQLParser.Dostmt_opt_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.dostmt_opt_list().The default implementation does nothing.
- Specified by:
enterDostmt_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDostmt_opt_list
public void exitDostmt_opt_list(PostgreSQLParser.Dostmt_opt_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.dostmt_opt_list().The default implementation does nothing.
- Specified by:
exitDostmt_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDostmt_opt_item
public void enterDostmt_opt_item(PostgreSQLParser.Dostmt_opt_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.dostmt_opt_item().The default implementation does nothing.
- Specified by:
enterDostmt_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDostmt_opt_item
public void exitDostmt_opt_item(PostgreSQLParser.Dostmt_opt_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.dostmt_opt_item().The default implementation does nothing.
- Specified by:
exitDostmt_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatecaststmt
public void enterCreatecaststmt(PostgreSQLParser.CreatecaststmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createcaststmt().The default implementation does nothing.
- Specified by:
enterCreatecaststmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatecaststmt
public void exitCreatecaststmt(PostgreSQLParser.CreatecaststmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createcaststmt().The default implementation does nothing.
- Specified by:
exitCreatecaststmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCast_context
public void enterCast_context(PostgreSQLParser.Cast_contextContext ctx)
Enter a parse tree produced byPostgreSQLParser.cast_context().The default implementation does nothing.
- Specified by:
enterCast_contextin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCast_context
public void exitCast_context(PostgreSQLParser.Cast_contextContext ctx)
Exit a parse tree produced byPostgreSQLParser.cast_context().The default implementation does nothing.
- Specified by:
exitCast_contextin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDropcaststmt
public void enterDropcaststmt(PostgreSQLParser.DropcaststmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.dropcaststmt().The default implementation does nothing.
- Specified by:
enterDropcaststmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDropcaststmt
public void exitDropcaststmt(PostgreSQLParser.DropcaststmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.dropcaststmt().The default implementation does nothing.
- Specified by:
exitDropcaststmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_if_exists
public void enterOpt_if_exists(PostgreSQLParser.Opt_if_existsContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_if_exists().The default implementation does nothing.
- Specified by:
enterOpt_if_existsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_if_exists
public void exitOpt_if_exists(PostgreSQLParser.Opt_if_existsContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_if_exists().The default implementation does nothing.
- Specified by:
exitOpt_if_existsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatetransformstmt
public void enterCreatetransformstmt(PostgreSQLParser.CreatetransformstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createtransformstmt().The default implementation does nothing.
- Specified by:
enterCreatetransformstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatetransformstmt
public void exitCreatetransformstmt(PostgreSQLParser.CreatetransformstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createtransformstmt().The default implementation does nothing.
- Specified by:
exitCreatetransformstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTransform_element_list
public void enterTransform_element_list(PostgreSQLParser.Transform_element_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.transform_element_list().The default implementation does nothing.
- Specified by:
enterTransform_element_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTransform_element_list
public void exitTransform_element_list(PostgreSQLParser.Transform_element_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.transform_element_list().The default implementation does nothing.
- Specified by:
exitTransform_element_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDroptransformstmt
public void enterDroptransformstmt(PostgreSQLParser.DroptransformstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.droptransformstmt().The default implementation does nothing.
- Specified by:
enterDroptransformstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDroptransformstmt
public void exitDroptransformstmt(PostgreSQLParser.DroptransformstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.droptransformstmt().The default implementation does nothing.
- Specified by:
exitDroptransformstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReindexstmt
public void enterReindexstmt(PostgreSQLParser.ReindexstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.reindexstmt().The default implementation does nothing.
- Specified by:
enterReindexstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReindexstmt
public void exitReindexstmt(PostgreSQLParser.ReindexstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.reindexstmt().The default implementation does nothing.
- Specified by:
exitReindexstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReindex_target_type
public void enterReindex_target_type(PostgreSQLParser.Reindex_target_typeContext ctx)
Enter a parse tree produced byPostgreSQLParser.reindex_target_type().The default implementation does nothing.
- Specified by:
enterReindex_target_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReindex_target_type
public void exitReindex_target_type(PostgreSQLParser.Reindex_target_typeContext ctx)
Exit a parse tree produced byPostgreSQLParser.reindex_target_type().The default implementation does nothing.
- Specified by:
exitReindex_target_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReindex_target_multitable
public void enterReindex_target_multitable(PostgreSQLParser.Reindex_target_multitableContext ctx)
Enter a parse tree produced byPostgreSQLParser.reindex_target_multitable().The default implementation does nothing.
- Specified by:
enterReindex_target_multitablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReindex_target_multitable
public void exitReindex_target_multitable(PostgreSQLParser.Reindex_target_multitableContext ctx)
Exit a parse tree produced byPostgreSQLParser.reindex_target_multitable().The default implementation does nothing.
- Specified by:
exitReindex_target_multitablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReindex_option_list
public void enterReindex_option_list(PostgreSQLParser.Reindex_option_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.reindex_option_list().The default implementation does nothing.
- Specified by:
enterReindex_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReindex_option_list
public void exitReindex_option_list(PostgreSQLParser.Reindex_option_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.reindex_option_list().The default implementation does nothing.
- Specified by:
exitReindex_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReindex_option_elem
public void enterReindex_option_elem(PostgreSQLParser.Reindex_option_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.reindex_option_elem().The default implementation does nothing.
- Specified by:
enterReindex_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReindex_option_elem
public void exitReindex_option_elem(PostgreSQLParser.Reindex_option_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.reindex_option_elem().The default implementation does nothing.
- Specified by:
exitReindex_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltertblspcstmt
public void enterAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altertblspcstmt().The default implementation does nothing.
- Specified by:
enterAltertblspcstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltertblspcstmt
public void exitAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altertblspcstmt().The default implementation does nothing.
- Specified by:
exitAltertblspcstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRenamestmt
public void enterRenamestmt(PostgreSQLParser.RenamestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.renamestmt().The default implementation does nothing.
- Specified by:
enterRenamestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRenamestmt
public void exitRenamestmt(PostgreSQLParser.RenamestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.renamestmt().The default implementation does nothing.
- Specified by:
exitRenamestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_column
public void enterOpt_column(PostgreSQLParser.Opt_columnContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_column().The default implementation does nothing.
- Specified by:
enterOpt_columnin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_column
public void exitOpt_column(PostgreSQLParser.Opt_columnContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_column().The default implementation does nothing.
- Specified by:
exitOpt_columnin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_set_data
public void enterOpt_set_data(PostgreSQLParser.Opt_set_dataContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_set_data().The default implementation does nothing.
- Specified by:
enterOpt_set_datain interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_set_data
public void exitOpt_set_data(PostgreSQLParser.Opt_set_dataContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_set_data().The default implementation does nothing.
- Specified by:
exitOpt_set_datain interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterobjectdependsstmt
public void enterAlterobjectdependsstmt(PostgreSQLParser.AlterobjectdependsstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterobjectdependsstmt().The default implementation does nothing.
- Specified by:
enterAlterobjectdependsstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterobjectdependsstmt
public void exitAlterobjectdependsstmt(PostgreSQLParser.AlterobjectdependsstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterobjectdependsstmt().The default implementation does nothing.
- Specified by:
exitAlterobjectdependsstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_no
public void enterOpt_no(PostgreSQLParser.Opt_noContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_no().The default implementation does nothing.
- Specified by:
enterOpt_noin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_no
public void exitOpt_no(PostgreSQLParser.Opt_noContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_no().The default implementation does nothing.
- Specified by:
exitOpt_noin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterobjectschemastmt
public void enterAlterobjectschemastmt(PostgreSQLParser.AlterobjectschemastmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterobjectschemastmt().The default implementation does nothing.
- Specified by:
enterAlterobjectschemastmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterobjectschemastmt
public void exitAlterobjectschemastmt(PostgreSQLParser.AlterobjectschemastmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterobjectschemastmt().The default implementation does nothing.
- Specified by:
exitAlterobjectschemastmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlteroperatorstmt
public void enterAlteroperatorstmt(PostgreSQLParser.AlteroperatorstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alteroperatorstmt().The default implementation does nothing.
- Specified by:
enterAlteroperatorstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlteroperatorstmt
public void exitAlteroperatorstmt(PostgreSQLParser.AlteroperatorstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alteroperatorstmt().The default implementation does nothing.
- Specified by:
exitAlteroperatorstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOperator_def_list
public void enterOperator_def_list(PostgreSQLParser.Operator_def_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.operator_def_list().The default implementation does nothing.
- Specified by:
enterOperator_def_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOperator_def_list
public void exitOperator_def_list(PostgreSQLParser.Operator_def_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.operator_def_list().The default implementation does nothing.
- Specified by:
exitOperator_def_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOperator_def_elem
public void enterOperator_def_elem(PostgreSQLParser.Operator_def_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.operator_def_elem().The default implementation does nothing.
- Specified by:
enterOperator_def_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOperator_def_elem
public void exitOperator_def_elem(PostgreSQLParser.Operator_def_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.operator_def_elem().The default implementation does nothing.
- Specified by:
exitOperator_def_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOperator_def_arg
public void enterOperator_def_arg(PostgreSQLParser.Operator_def_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.operator_def_arg().The default implementation does nothing.
- Specified by:
enterOperator_def_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOperator_def_arg
public void exitOperator_def_arg(PostgreSQLParser.Operator_def_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.operator_def_arg().The default implementation does nothing.
- Specified by:
exitOperator_def_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltertypestmt
public void enterAltertypestmt(PostgreSQLParser.AltertypestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altertypestmt().The default implementation does nothing.
- Specified by:
enterAltertypestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltertypestmt
public void exitAltertypestmt(PostgreSQLParser.AltertypestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altertypestmt().The default implementation does nothing.
- Specified by:
exitAltertypestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterownerstmt
public void enterAlterownerstmt(PostgreSQLParser.AlterownerstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterownerstmt().The default implementation does nothing.
- Specified by:
enterAlterownerstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterownerstmt
public void exitAlterownerstmt(PostgreSQLParser.AlterownerstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterownerstmt().The default implementation does nothing.
- Specified by:
exitAlterownerstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatepublicationstmt
public void enterCreatepublicationstmt(PostgreSQLParser.CreatepublicationstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createpublicationstmt().The default implementation does nothing.
- Specified by:
enterCreatepublicationstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatepublicationstmt
public void exitCreatepublicationstmt(PostgreSQLParser.CreatepublicationstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createpublicationstmt().The default implementation does nothing.
- Specified by:
exitCreatepublicationstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_publication_for_tables
public void enterOpt_publication_for_tables(PostgreSQLParser.Opt_publication_for_tablesContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_publication_for_tables().The default implementation does nothing.
- Specified by:
enterOpt_publication_for_tablesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_publication_for_tables
public void exitOpt_publication_for_tables(PostgreSQLParser.Opt_publication_for_tablesContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_publication_for_tables().The default implementation does nothing.
- Specified by:
exitOpt_publication_for_tablesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPublication_for_tables
public void enterPublication_for_tables(PostgreSQLParser.Publication_for_tablesContext ctx)
Enter a parse tree produced byPostgreSQLParser.publication_for_tables().The default implementation does nothing.
- Specified by:
enterPublication_for_tablesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPublication_for_tables
public void exitPublication_for_tables(PostgreSQLParser.Publication_for_tablesContext ctx)
Exit a parse tree produced byPostgreSQLParser.publication_for_tables().The default implementation does nothing.
- Specified by:
exitPublication_for_tablesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterpublicationstmt
public void enterAlterpublicationstmt(PostgreSQLParser.AlterpublicationstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterpublicationstmt().The default implementation does nothing.
- Specified by:
enterAlterpublicationstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterpublicationstmt
public void exitAlterpublicationstmt(PostgreSQLParser.AlterpublicationstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterpublicationstmt().The default implementation does nothing.
- Specified by:
exitAlterpublicationstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatesubscriptionstmt
public void enterCreatesubscriptionstmt(PostgreSQLParser.CreatesubscriptionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createsubscriptionstmt().The default implementation does nothing.
- Specified by:
enterCreatesubscriptionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatesubscriptionstmt
public void exitCreatesubscriptionstmt(PostgreSQLParser.CreatesubscriptionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createsubscriptionstmt().The default implementation does nothing.
- Specified by:
exitCreatesubscriptionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPublication_name_list
public void enterPublication_name_list(PostgreSQLParser.Publication_name_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.publication_name_list().The default implementation does nothing.
- Specified by:
enterPublication_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPublication_name_list
public void exitPublication_name_list(PostgreSQLParser.Publication_name_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.publication_name_list().The default implementation does nothing.
- Specified by:
exitPublication_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPublication_name_item
public void enterPublication_name_item(PostgreSQLParser.Publication_name_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.publication_name_item().The default implementation does nothing.
- Specified by:
enterPublication_name_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPublication_name_item
public void exitPublication_name_item(PostgreSQLParser.Publication_name_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.publication_name_item().The default implementation does nothing.
- Specified by:
exitPublication_name_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltersubscriptionstmt
public void enterAltersubscriptionstmt(PostgreSQLParser.AltersubscriptionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altersubscriptionstmt().The default implementation does nothing.
- Specified by:
enterAltersubscriptionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltersubscriptionstmt
public void exitAltersubscriptionstmt(PostgreSQLParser.AltersubscriptionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altersubscriptionstmt().The default implementation does nothing.
- Specified by:
exitAltersubscriptionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDropsubscriptionstmt
public void enterDropsubscriptionstmt(PostgreSQLParser.DropsubscriptionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.dropsubscriptionstmt().The default implementation does nothing.
- Specified by:
enterDropsubscriptionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDropsubscriptionstmt
public void exitDropsubscriptionstmt(PostgreSQLParser.DropsubscriptionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.dropsubscriptionstmt().The default implementation does nothing.
- Specified by:
exitDropsubscriptionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRulestmt
public void enterRulestmt(PostgreSQLParser.RulestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.rulestmt().The default implementation does nothing.
- Specified by:
enterRulestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRulestmt
public void exitRulestmt(PostgreSQLParser.RulestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.rulestmt().The default implementation does nothing.
- Specified by:
exitRulestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRuleactionlist
public void enterRuleactionlist(PostgreSQLParser.RuleactionlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.ruleactionlist().The default implementation does nothing.
- Specified by:
enterRuleactionlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRuleactionlist
public void exitRuleactionlist(PostgreSQLParser.RuleactionlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.ruleactionlist().The default implementation does nothing.
- Specified by:
exitRuleactionlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRuleactionmulti
public void enterRuleactionmulti(PostgreSQLParser.RuleactionmultiContext ctx)
Enter a parse tree produced byPostgreSQLParser.ruleactionmulti().The default implementation does nothing.
- Specified by:
enterRuleactionmultiin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRuleactionmulti
public void exitRuleactionmulti(PostgreSQLParser.RuleactionmultiContext ctx)
Exit a parse tree produced byPostgreSQLParser.ruleactionmulti().The default implementation does nothing.
- Specified by:
exitRuleactionmultiin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRuleactionstmt
public void enterRuleactionstmt(PostgreSQLParser.RuleactionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.ruleactionstmt().The default implementation does nothing.
- Specified by:
enterRuleactionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRuleactionstmt
public void exitRuleactionstmt(PostgreSQLParser.RuleactionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.ruleactionstmt().The default implementation does nothing.
- Specified by:
exitRuleactionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRuleactionstmtOrEmpty
public void enterRuleactionstmtOrEmpty(PostgreSQLParser.RuleactionstmtOrEmptyContext ctx)
Enter a parse tree produced byPostgreSQLParser.ruleactionstmtOrEmpty().The default implementation does nothing.
- Specified by:
enterRuleactionstmtOrEmptyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRuleactionstmtOrEmpty
public void exitRuleactionstmtOrEmpty(PostgreSQLParser.RuleactionstmtOrEmptyContext ctx)
Exit a parse tree produced byPostgreSQLParser.ruleactionstmtOrEmpty().The default implementation does nothing.
- Specified by:
exitRuleactionstmtOrEmptyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterEvent
public void enterEvent(PostgreSQLParser.EventContext ctx)
Enter a parse tree produced byPostgreSQLParser.event().The default implementation does nothing.
- Specified by:
enterEventin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitEvent
public void exitEvent(PostgreSQLParser.EventContext ctx)
Exit a parse tree produced byPostgreSQLParser.event().The default implementation does nothing.
- Specified by:
exitEventin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_instead
public void enterOpt_instead(PostgreSQLParser.Opt_insteadContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_instead().The default implementation does nothing.
- Specified by:
enterOpt_insteadin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_instead
public void exitOpt_instead(PostgreSQLParser.Opt_insteadContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_instead().The default implementation does nothing.
- Specified by:
exitOpt_insteadin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterNotifystmt
public void enterNotifystmt(PostgreSQLParser.NotifystmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.notifystmt().The default implementation does nothing.
- Specified by:
enterNotifystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitNotifystmt
public void exitNotifystmt(PostgreSQLParser.NotifystmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.notifystmt().The default implementation does nothing.
- Specified by:
exitNotifystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterNotify_payload
public void enterNotify_payload(PostgreSQLParser.Notify_payloadContext ctx)
Enter a parse tree produced byPostgreSQLParser.notify_payload().The default implementation does nothing.
- Specified by:
enterNotify_payloadin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitNotify_payload
public void exitNotify_payload(PostgreSQLParser.Notify_payloadContext ctx)
Exit a parse tree produced byPostgreSQLParser.notify_payload().The default implementation does nothing.
- Specified by:
exitNotify_payloadin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterListenstmt
public void enterListenstmt(PostgreSQLParser.ListenstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.listenstmt().The default implementation does nothing.
- Specified by:
enterListenstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitListenstmt
public void exitListenstmt(PostgreSQLParser.ListenstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.listenstmt().The default implementation does nothing.
- Specified by:
exitListenstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterUnlistenstmt
public void enterUnlistenstmt(PostgreSQLParser.UnlistenstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.unlistenstmt().The default implementation does nothing.
- Specified by:
enterUnlistenstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitUnlistenstmt
public void exitUnlistenstmt(PostgreSQLParser.UnlistenstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.unlistenstmt().The default implementation does nothing.
- Specified by:
exitUnlistenstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTransactionstmt
public void enterTransactionstmt(PostgreSQLParser.TransactionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.transactionstmt().The default implementation does nothing.
- Specified by:
enterTransactionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTransactionstmt
public void exitTransactionstmt(PostgreSQLParser.TransactionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.transactionstmt().The default implementation does nothing.
- Specified by:
exitTransactionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_transaction
public void enterOpt_transaction(PostgreSQLParser.Opt_transactionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_transaction().The default implementation does nothing.
- Specified by:
enterOpt_transactionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_transaction
public void exitOpt_transaction(PostgreSQLParser.Opt_transactionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_transaction().The default implementation does nothing.
- Specified by:
exitOpt_transactionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTransaction_mode_item
public void enterTransaction_mode_item(PostgreSQLParser.Transaction_mode_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.transaction_mode_item().The default implementation does nothing.
- Specified by:
enterTransaction_mode_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTransaction_mode_item
public void exitTransaction_mode_item(PostgreSQLParser.Transaction_mode_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.transaction_mode_item().The default implementation does nothing.
- Specified by:
exitTransaction_mode_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTransaction_mode_list
public void enterTransaction_mode_list(PostgreSQLParser.Transaction_mode_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.transaction_mode_list().The default implementation does nothing.
- Specified by:
enterTransaction_mode_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTransaction_mode_list
public void exitTransaction_mode_list(PostgreSQLParser.Transaction_mode_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.transaction_mode_list().The default implementation does nothing.
- Specified by:
exitTransaction_mode_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTransaction_mode_list_or_empty
public void enterTransaction_mode_list_or_empty(PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx)
Enter a parse tree produced byPostgreSQLParser.transaction_mode_list_or_empty().The default implementation does nothing.
- Specified by:
enterTransaction_mode_list_or_emptyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTransaction_mode_list_or_empty
public void exitTransaction_mode_list_or_empty(PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx)
Exit a parse tree produced byPostgreSQLParser.transaction_mode_list_or_empty().The default implementation does nothing.
- Specified by:
exitTransaction_mode_list_or_emptyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_transaction_chain
public void enterOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_transaction_chain().The default implementation does nothing.
- Specified by:
enterOpt_transaction_chainin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_transaction_chain
public void exitOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_transaction_chain().The default implementation does nothing.
- Specified by:
exitOpt_transaction_chainin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterViewstmt
public void enterViewstmt(PostgreSQLParser.ViewstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.viewstmt().The default implementation does nothing.
- Specified by:
enterViewstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitViewstmt
public void exitViewstmt(PostgreSQLParser.ViewstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.viewstmt().The default implementation does nothing.
- Specified by:
exitViewstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_check_option
public void enterOpt_check_option(PostgreSQLParser.Opt_check_optionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_check_option().The default implementation does nothing.
- Specified by:
enterOpt_check_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_check_option
public void exitOpt_check_option(PostgreSQLParser.Opt_check_optionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_check_option().The default implementation does nothing.
- Specified by:
exitOpt_check_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterLoadstmt
public void enterLoadstmt(PostgreSQLParser.LoadstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.loadstmt().The default implementation does nothing.
- Specified by:
enterLoadstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitLoadstmt
public void exitLoadstmt(PostgreSQLParser.LoadstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.loadstmt().The default implementation does nothing.
- Specified by:
exitLoadstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatedbstmt
public void enterCreatedbstmt(PostgreSQLParser.CreatedbstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createdbstmt().The default implementation does nothing.
- Specified by:
enterCreatedbstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatedbstmt
public void exitCreatedbstmt(PostgreSQLParser.CreatedbstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createdbstmt().The default implementation does nothing.
- Specified by:
exitCreatedbstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatedb_opt_list
public void enterCreatedb_opt_list(PostgreSQLParser.Createdb_opt_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.createdb_opt_list().The default implementation does nothing.
- Specified by:
enterCreatedb_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatedb_opt_list
public void exitCreatedb_opt_list(PostgreSQLParser.Createdb_opt_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.createdb_opt_list().The default implementation does nothing.
- Specified by:
exitCreatedb_opt_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatedb_opt_items
public void enterCreatedb_opt_items(PostgreSQLParser.Createdb_opt_itemsContext ctx)
Enter a parse tree produced byPostgreSQLParser.createdb_opt_items().The default implementation does nothing.
- Specified by:
enterCreatedb_opt_itemsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatedb_opt_items
public void exitCreatedb_opt_items(PostgreSQLParser.Createdb_opt_itemsContext ctx)
Exit a parse tree produced byPostgreSQLParser.createdb_opt_items().The default implementation does nothing.
- Specified by:
exitCreatedb_opt_itemsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatedb_opt_item
public void enterCreatedb_opt_item(PostgreSQLParser.Createdb_opt_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.createdb_opt_item().The default implementation does nothing.
- Specified by:
enterCreatedb_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatedb_opt_item
public void exitCreatedb_opt_item(PostgreSQLParser.Createdb_opt_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.createdb_opt_item().The default implementation does nothing.
- Specified by:
exitCreatedb_opt_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatedb_opt_name
public void enterCreatedb_opt_name(PostgreSQLParser.Createdb_opt_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.createdb_opt_name().The default implementation does nothing.
- Specified by:
enterCreatedb_opt_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatedb_opt_name
public void exitCreatedb_opt_name(PostgreSQLParser.Createdb_opt_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.createdb_opt_name().The default implementation does nothing.
- Specified by:
exitCreatedb_opt_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_equal
public void enterOpt_equal(PostgreSQLParser.Opt_equalContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_equal().The default implementation does nothing.
- Specified by:
enterOpt_equalin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_equal
public void exitOpt_equal(PostgreSQLParser.Opt_equalContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_equal().The default implementation does nothing.
- Specified by:
exitOpt_equalin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterdatabasestmt
public void enterAlterdatabasestmt(PostgreSQLParser.AlterdatabasestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterdatabasestmt().The default implementation does nothing.
- Specified by:
enterAlterdatabasestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterdatabasestmt
public void exitAlterdatabasestmt(PostgreSQLParser.AlterdatabasestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterdatabasestmt().The default implementation does nothing.
- Specified by:
exitAlterdatabasestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterdatabasesetstmt
public void enterAlterdatabasesetstmt(PostgreSQLParser.AlterdatabasesetstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterdatabasesetstmt().The default implementation does nothing.
- Specified by:
enterAlterdatabasesetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterdatabasesetstmt
public void exitAlterdatabasesetstmt(PostgreSQLParser.AlterdatabasesetstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterdatabasesetstmt().The default implementation does nothing.
- Specified by:
exitAlterdatabasesetstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDropdbstmt
public void enterDropdbstmt(PostgreSQLParser.DropdbstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.dropdbstmt().The default implementation does nothing.
- Specified by:
enterDropdbstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDropdbstmt
public void exitDropdbstmt(PostgreSQLParser.DropdbstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.dropdbstmt().The default implementation does nothing.
- Specified by:
exitDropdbstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDrop_option_list
public void enterDrop_option_list(PostgreSQLParser.Drop_option_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.drop_option_list().The default implementation does nothing.
- Specified by:
enterDrop_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDrop_option_list
public void exitDrop_option_list(PostgreSQLParser.Drop_option_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.drop_option_list().The default implementation does nothing.
- Specified by:
exitDrop_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDrop_option
public void enterDrop_option(PostgreSQLParser.Drop_optionContext ctx)
Enter a parse tree produced byPostgreSQLParser.drop_option().The default implementation does nothing.
- Specified by:
enterDrop_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDrop_option
public void exitDrop_option(PostgreSQLParser.Drop_optionContext ctx)
Exit a parse tree produced byPostgreSQLParser.drop_option().The default implementation does nothing.
- Specified by:
exitDrop_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltercollationstmt
public void enterAltercollationstmt(PostgreSQLParser.AltercollationstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altercollationstmt().The default implementation does nothing.
- Specified by:
enterAltercollationstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltercollationstmt
public void exitAltercollationstmt(PostgreSQLParser.AltercollationstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altercollationstmt().The default implementation does nothing.
- Specified by:
exitAltercollationstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltersystemstmt
public void enterAltersystemstmt(PostgreSQLParser.AltersystemstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altersystemstmt().The default implementation does nothing.
- Specified by:
enterAltersystemstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltersystemstmt
public void exitAltersystemstmt(PostgreSQLParser.AltersystemstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altersystemstmt().The default implementation does nothing.
- Specified by:
exitAltersystemstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreatedomainstmt
public void enterCreatedomainstmt(PostgreSQLParser.CreatedomainstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createdomainstmt().The default implementation does nothing.
- Specified by:
enterCreatedomainstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreatedomainstmt
public void exitCreatedomainstmt(PostgreSQLParser.CreatedomainstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createdomainstmt().The default implementation does nothing.
- Specified by:
exitCreatedomainstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlterdomainstmt
public void enterAlterdomainstmt(PostgreSQLParser.AlterdomainstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.alterdomainstmt().The default implementation does nothing.
- Specified by:
enterAlterdomainstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlterdomainstmt
public void exitAlterdomainstmt(PostgreSQLParser.AlterdomainstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.alterdomainstmt().The default implementation does nothing.
- Specified by:
exitAlterdomainstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_as
public void enterOpt_as(PostgreSQLParser.Opt_asContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_as().The default implementation does nothing.
- Specified by:
enterOpt_asin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_as
public void exitOpt_as(PostgreSQLParser.Opt_asContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_as().The default implementation does nothing.
- Specified by:
exitOpt_asin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltertsdictionarystmt
public void enterAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altertsdictionarystmt().The default implementation does nothing.
- Specified by:
enterAltertsdictionarystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltertsdictionarystmt
public void exitAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altertsdictionarystmt().The default implementation does nothing.
- Specified by:
exitAltertsdictionarystmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAltertsconfigurationstmt
public void enterAltertsconfigurationstmt(PostgreSQLParser.AltertsconfigurationstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.altertsconfigurationstmt().The default implementation does nothing.
- Specified by:
enterAltertsconfigurationstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAltertsconfigurationstmt
public void exitAltertsconfigurationstmt(PostgreSQLParser.AltertsconfigurationstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.altertsconfigurationstmt().The default implementation does nothing.
- Specified by:
exitAltertsconfigurationstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAny_with
public void enterAny_with(PostgreSQLParser.Any_withContext ctx)
Enter a parse tree produced byPostgreSQLParser.any_with().The default implementation does nothing.
- Specified by:
enterAny_within interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAny_with
public void exitAny_with(PostgreSQLParser.Any_withContext ctx)
Exit a parse tree produced byPostgreSQLParser.any_with().The default implementation does nothing.
- Specified by:
exitAny_within interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCreateconversionstmt
public void enterCreateconversionstmt(PostgreSQLParser.CreateconversionstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.createconversionstmt().The default implementation does nothing.
- Specified by:
enterCreateconversionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCreateconversionstmt
public void exitCreateconversionstmt(PostgreSQLParser.CreateconversionstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.createconversionstmt().The default implementation does nothing.
- Specified by:
exitCreateconversionstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterClusterstmt
public void enterClusterstmt(PostgreSQLParser.ClusterstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.clusterstmt().The default implementation does nothing.
- Specified by:
enterClusterstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitClusterstmt
public void exitClusterstmt(PostgreSQLParser.ClusterstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.clusterstmt().The default implementation does nothing.
- Specified by:
exitClusterstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCluster_index_specification
public void enterCluster_index_specification(PostgreSQLParser.Cluster_index_specificationContext ctx)
Enter a parse tree produced byPostgreSQLParser.cluster_index_specification().The default implementation does nothing.
- Specified by:
enterCluster_index_specificationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCluster_index_specification
public void exitCluster_index_specification(PostgreSQLParser.Cluster_index_specificationContext ctx)
Exit a parse tree produced byPostgreSQLParser.cluster_index_specification().The default implementation does nothing.
- Specified by:
exitCluster_index_specificationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVacuumstmt
public void enterVacuumstmt(PostgreSQLParser.VacuumstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.vacuumstmt().The default implementation does nothing.
- Specified by:
enterVacuumstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVacuumstmt
public void exitVacuumstmt(PostgreSQLParser.VacuumstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.vacuumstmt().The default implementation does nothing.
- Specified by:
exitVacuumstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAnalyzestmt
public void enterAnalyzestmt(PostgreSQLParser.AnalyzestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.analyzestmt().The default implementation does nothing.
- Specified by:
enterAnalyzestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAnalyzestmt
public void exitAnalyzestmt(PostgreSQLParser.AnalyzestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.analyzestmt().The default implementation does nothing.
- Specified by:
exitAnalyzestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVac_analyze_option_list
public void enterVac_analyze_option_list(PostgreSQLParser.Vac_analyze_option_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.vac_analyze_option_list().The default implementation does nothing.
- Specified by:
enterVac_analyze_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVac_analyze_option_list
public void exitVac_analyze_option_list(PostgreSQLParser.Vac_analyze_option_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.vac_analyze_option_list().The default implementation does nothing.
- Specified by:
exitVac_analyze_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAnalyze_keyword
public void enterAnalyze_keyword(PostgreSQLParser.Analyze_keywordContext ctx)
Enter a parse tree produced byPostgreSQLParser.analyze_keyword().The default implementation does nothing.
- Specified by:
enterAnalyze_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAnalyze_keyword
public void exitAnalyze_keyword(PostgreSQLParser.Analyze_keywordContext ctx)
Exit a parse tree produced byPostgreSQLParser.analyze_keyword().The default implementation does nothing.
- Specified by:
exitAnalyze_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVac_analyze_option_elem
public void enterVac_analyze_option_elem(PostgreSQLParser.Vac_analyze_option_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.vac_analyze_option_elem().The default implementation does nothing.
- Specified by:
enterVac_analyze_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVac_analyze_option_elem
public void exitVac_analyze_option_elem(PostgreSQLParser.Vac_analyze_option_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.vac_analyze_option_elem().The default implementation does nothing.
- Specified by:
exitVac_analyze_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVac_analyze_option_name
public void enterVac_analyze_option_name(PostgreSQLParser.Vac_analyze_option_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.vac_analyze_option_name().The default implementation does nothing.
- Specified by:
enterVac_analyze_option_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVac_analyze_option_name
public void exitVac_analyze_option_name(PostgreSQLParser.Vac_analyze_option_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.vac_analyze_option_name().The default implementation does nothing.
- Specified by:
exitVac_analyze_option_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVac_analyze_option_arg
public void enterVac_analyze_option_arg(PostgreSQLParser.Vac_analyze_option_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.vac_analyze_option_arg().The default implementation does nothing.
- Specified by:
enterVac_analyze_option_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVac_analyze_option_arg
public void exitVac_analyze_option_arg(PostgreSQLParser.Vac_analyze_option_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.vac_analyze_option_arg().The default implementation does nothing.
- Specified by:
exitVac_analyze_option_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_analyze
public void enterOpt_analyze(PostgreSQLParser.Opt_analyzeContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_analyze().The default implementation does nothing.
- Specified by:
enterOpt_analyzein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_analyze
public void exitOpt_analyze(PostgreSQLParser.Opt_analyzeContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_analyze().The default implementation does nothing.
- Specified by:
exitOpt_analyzein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_verbose
public void enterOpt_verbose(PostgreSQLParser.Opt_verboseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_verbose().The default implementation does nothing.
- Specified by:
enterOpt_verbosein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_verbose
public void exitOpt_verbose(PostgreSQLParser.Opt_verboseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_verbose().The default implementation does nothing.
- Specified by:
exitOpt_verbosein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_full
public void enterOpt_full(PostgreSQLParser.Opt_fullContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_full().The default implementation does nothing.
- Specified by:
enterOpt_fullin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_full
public void exitOpt_full(PostgreSQLParser.Opt_fullContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_full().The default implementation does nothing.
- Specified by:
exitOpt_fullin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_freeze
public void enterOpt_freeze(PostgreSQLParser.Opt_freezeContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_freeze().The default implementation does nothing.
- Specified by:
enterOpt_freezein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_freeze
public void exitOpt_freeze(PostgreSQLParser.Opt_freezeContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_freeze().The default implementation does nothing.
- Specified by:
exitOpt_freezein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_name_list
public void enterOpt_name_list(PostgreSQLParser.Opt_name_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_name_list().The default implementation does nothing.
- Specified by:
enterOpt_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_name_list
public void exitOpt_name_list(PostgreSQLParser.Opt_name_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_name_list().The default implementation does nothing.
- Specified by:
exitOpt_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVacuum_relation
public void enterVacuum_relation(PostgreSQLParser.Vacuum_relationContext ctx)
Enter a parse tree produced byPostgreSQLParser.vacuum_relation().The default implementation does nothing.
- Specified by:
enterVacuum_relationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVacuum_relation
public void exitVacuum_relation(PostgreSQLParser.Vacuum_relationContext ctx)
Exit a parse tree produced byPostgreSQLParser.vacuum_relation().The default implementation does nothing.
- Specified by:
exitVacuum_relationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterVacuum_relation_list
public void enterVacuum_relation_list(PostgreSQLParser.Vacuum_relation_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.vacuum_relation_list().The default implementation does nothing.
- Specified by:
enterVacuum_relation_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitVacuum_relation_list
public void exitVacuum_relation_list(PostgreSQLParser.Vacuum_relation_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.vacuum_relation_list().The default implementation does nothing.
- Specified by:
exitVacuum_relation_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_vacuum_relation_list
public void enterOpt_vacuum_relation_list(PostgreSQLParser.Opt_vacuum_relation_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_vacuum_relation_list().The default implementation does nothing.
- Specified by:
enterOpt_vacuum_relation_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_vacuum_relation_list
public void exitOpt_vacuum_relation_list(PostgreSQLParser.Opt_vacuum_relation_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_vacuum_relation_list().The default implementation does nothing.
- Specified by:
exitOpt_vacuum_relation_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExplainstmt
public void enterExplainstmt(PostgreSQLParser.ExplainstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.explainstmt().The default implementation does nothing.
- Specified by:
enterExplainstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExplainstmt
public void exitExplainstmt(PostgreSQLParser.ExplainstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.explainstmt().The default implementation does nothing.
- Specified by:
exitExplainstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExplainablestmt
public void enterExplainablestmt(PostgreSQLParser.ExplainablestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.explainablestmt().The default implementation does nothing.
- Specified by:
enterExplainablestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExplainablestmt
public void exitExplainablestmt(PostgreSQLParser.ExplainablestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.explainablestmt().The default implementation does nothing.
- Specified by:
exitExplainablestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExplain_option_list
public void enterExplain_option_list(PostgreSQLParser.Explain_option_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.explain_option_list().The default implementation does nothing.
- Specified by:
enterExplain_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExplain_option_list
public void exitExplain_option_list(PostgreSQLParser.Explain_option_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.explain_option_list().The default implementation does nothing.
- Specified by:
exitExplain_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExplain_option_elem
public void enterExplain_option_elem(PostgreSQLParser.Explain_option_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.explain_option_elem().The default implementation does nothing.
- Specified by:
enterExplain_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExplain_option_elem
public void exitExplain_option_elem(PostgreSQLParser.Explain_option_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.explain_option_elem().The default implementation does nothing.
- Specified by:
exitExplain_option_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExplain_option_name
public void enterExplain_option_name(PostgreSQLParser.Explain_option_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.explain_option_name().The default implementation does nothing.
- Specified by:
enterExplain_option_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExplain_option_name
public void exitExplain_option_name(PostgreSQLParser.Explain_option_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.explain_option_name().The default implementation does nothing.
- Specified by:
exitExplain_option_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExplain_option_arg
public void enterExplain_option_arg(PostgreSQLParser.Explain_option_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.explain_option_arg().The default implementation does nothing.
- Specified by:
enterExplain_option_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExplain_option_arg
public void exitExplain_option_arg(PostgreSQLParser.Explain_option_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.explain_option_arg().The default implementation does nothing.
- Specified by:
exitExplain_option_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPreparestmt
public void enterPreparestmt(PostgreSQLParser.PreparestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.preparestmt().The default implementation does nothing.
- Specified by:
enterPreparestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPreparestmt
public void exitPreparestmt(PostgreSQLParser.PreparestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.preparestmt().The default implementation does nothing.
- Specified by:
exitPreparestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPrep_type_clause
public void enterPrep_type_clause(PostgreSQLParser.Prep_type_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.prep_type_clause().The default implementation does nothing.
- Specified by:
enterPrep_type_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPrep_type_clause
public void exitPrep_type_clause(PostgreSQLParser.Prep_type_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.prep_type_clause().The default implementation does nothing.
- Specified by:
exitPrep_type_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPreparablestmt
public void enterPreparablestmt(PostgreSQLParser.PreparablestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.preparablestmt().The default implementation does nothing.
- Specified by:
enterPreparablestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPreparablestmt
public void exitPreparablestmt(PostgreSQLParser.PreparablestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.preparablestmt().The default implementation does nothing.
- Specified by:
exitPreparablestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExecutestmt
public void enterExecutestmt(PostgreSQLParser.ExecutestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.executestmt().The default implementation does nothing.
- Specified by:
enterExecutestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExecutestmt
public void exitExecutestmt(PostgreSQLParser.ExecutestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.executestmt().The default implementation does nothing.
- Specified by:
exitExecutestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExecute_param_clause
public void enterExecute_param_clause(PostgreSQLParser.Execute_param_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.execute_param_clause().The default implementation does nothing.
- Specified by:
enterExecute_param_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExecute_param_clause
public void exitExecute_param_clause(PostgreSQLParser.Execute_param_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.execute_param_clause().The default implementation does nothing.
- Specified by:
exitExecute_param_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDeallocatestmt
public void enterDeallocatestmt(PostgreSQLParser.DeallocatestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.deallocatestmt().The default implementation does nothing.
- Specified by:
enterDeallocatestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDeallocatestmt
public void exitDeallocatestmt(PostgreSQLParser.DeallocatestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.deallocatestmt().The default implementation does nothing.
- Specified by:
exitDeallocatestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterInsertstmt
public void enterInsertstmt(PostgreSQLParser.InsertstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.insertstmt().The default implementation does nothing.
- Specified by:
enterInsertstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitInsertstmt
public void exitInsertstmt(PostgreSQLParser.InsertstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.insertstmt().The default implementation does nothing.
- Specified by:
exitInsertstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterInsert_target
public void enterInsert_target(PostgreSQLParser.Insert_targetContext ctx)
Enter a parse tree produced byPostgreSQLParser.insert_target().The default implementation does nothing.
- Specified by:
enterInsert_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitInsert_target
public void exitInsert_target(PostgreSQLParser.Insert_targetContext ctx)
Exit a parse tree produced byPostgreSQLParser.insert_target().The default implementation does nothing.
- Specified by:
exitInsert_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterInsert_rest
public void enterInsert_rest(PostgreSQLParser.Insert_restContext ctx)
Enter a parse tree produced byPostgreSQLParser.insert_rest().The default implementation does nothing.
- Specified by:
enterInsert_restin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitInsert_rest
public void exitInsert_rest(PostgreSQLParser.Insert_restContext ctx)
Exit a parse tree produced byPostgreSQLParser.insert_rest().The default implementation does nothing.
- Specified by:
exitInsert_restin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOverride_kind
public void enterOverride_kind(PostgreSQLParser.Override_kindContext ctx)
Enter a parse tree produced byPostgreSQLParser.override_kind().The default implementation does nothing.
- Specified by:
enterOverride_kindin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOverride_kind
public void exitOverride_kind(PostgreSQLParser.Override_kindContext ctx)
Exit a parse tree produced byPostgreSQLParser.override_kind().The default implementation does nothing.
- Specified by:
exitOverride_kindin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterInsert_column_list
public void enterInsert_column_list(PostgreSQLParser.Insert_column_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.insert_column_list().The default implementation does nothing.
- Specified by:
enterInsert_column_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitInsert_column_list
public void exitInsert_column_list(PostgreSQLParser.Insert_column_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.insert_column_list().The default implementation does nothing.
- Specified by:
exitInsert_column_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterInsert_column_item
public void enterInsert_column_item(PostgreSQLParser.Insert_column_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.insert_column_item().The default implementation does nothing.
- Specified by:
enterInsert_column_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitInsert_column_item
public void exitInsert_column_item(PostgreSQLParser.Insert_column_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.insert_column_item().The default implementation does nothing.
- Specified by:
exitInsert_column_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_on_conflict
public void enterOpt_on_conflict(PostgreSQLParser.Opt_on_conflictContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_on_conflict().The default implementation does nothing.
- Specified by:
enterOpt_on_conflictin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_on_conflict
public void exitOpt_on_conflict(PostgreSQLParser.Opt_on_conflictContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_on_conflict().The default implementation does nothing.
- Specified by:
exitOpt_on_conflictin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_conf_expr
public void enterOpt_conf_expr(PostgreSQLParser.Opt_conf_exprContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_conf_expr().The default implementation does nothing.
- Specified by:
enterOpt_conf_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_conf_expr
public void exitOpt_conf_expr(PostgreSQLParser.Opt_conf_exprContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_conf_expr().The default implementation does nothing.
- Specified by:
exitOpt_conf_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReturning_clause
public void enterReturning_clause(PostgreSQLParser.Returning_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.returning_clause().The default implementation does nothing.
- Specified by:
enterReturning_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReturning_clause
public void exitReturning_clause(PostgreSQLParser.Returning_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.returning_clause().The default implementation does nothing.
- Specified by:
exitReturning_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDeletestmt
public void enterDeletestmt(PostgreSQLParser.DeletestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.deletestmt().The default implementation does nothing.
- Specified by:
enterDeletestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDeletestmt
public void exitDeletestmt(PostgreSQLParser.DeletestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.deletestmt().The default implementation does nothing.
- Specified by:
exitDeletestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterUsing_clause
public void enterUsing_clause(PostgreSQLParser.Using_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.using_clause().The default implementation does nothing.
- Specified by:
enterUsing_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitUsing_clause
public void exitUsing_clause(PostgreSQLParser.Using_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.using_clause().The default implementation does nothing.
- Specified by:
exitUsing_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterLockstmt
public void enterLockstmt(PostgreSQLParser.LockstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.lockstmt().The default implementation does nothing.
- Specified by:
enterLockstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitLockstmt
public void exitLockstmt(PostgreSQLParser.LockstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.lockstmt().The default implementation does nothing.
- Specified by:
exitLockstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_lock
public void enterOpt_lock(PostgreSQLParser.Opt_lockContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_lock().The default implementation does nothing.
- Specified by:
enterOpt_lockin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_lock
public void exitOpt_lock(PostgreSQLParser.Opt_lockContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_lock().The default implementation does nothing.
- Specified by:
exitOpt_lockin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterLock_type
public void enterLock_type(PostgreSQLParser.Lock_typeContext ctx)
Enter a parse tree produced byPostgreSQLParser.lock_type().The default implementation does nothing.
- Specified by:
enterLock_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitLock_type
public void exitLock_type(PostgreSQLParser.Lock_typeContext ctx)
Exit a parse tree produced byPostgreSQLParser.lock_type().The default implementation does nothing.
- Specified by:
exitLock_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_nowait
public void enterOpt_nowait(PostgreSQLParser.Opt_nowaitContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_nowait().The default implementation does nothing.
- Specified by:
enterOpt_nowaitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_nowait
public void exitOpt_nowait(PostgreSQLParser.Opt_nowaitContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_nowait().The default implementation does nothing.
- Specified by:
exitOpt_nowaitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_nowait_or_skip
public void enterOpt_nowait_or_skip(PostgreSQLParser.Opt_nowait_or_skipContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_nowait_or_skip().The default implementation does nothing.
- Specified by:
enterOpt_nowait_or_skipin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_nowait_or_skip
public void exitOpt_nowait_or_skip(PostgreSQLParser.Opt_nowait_or_skipContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_nowait_or_skip().The default implementation does nothing.
- Specified by:
exitOpt_nowait_or_skipin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterUpdatestmt
public void enterUpdatestmt(PostgreSQLParser.UpdatestmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.updatestmt().The default implementation does nothing.
- Specified by:
enterUpdatestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitUpdatestmt
public void exitUpdatestmt(PostgreSQLParser.UpdatestmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.updatestmt().The default implementation does nothing.
- Specified by:
exitUpdatestmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSet_clause_list
public void enterSet_clause_list(PostgreSQLParser.Set_clause_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.set_clause_list().The default implementation does nothing.
- Specified by:
enterSet_clause_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSet_clause_list
public void exitSet_clause_list(PostgreSQLParser.Set_clause_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.set_clause_list().The default implementation does nothing.
- Specified by:
exitSet_clause_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSet_clause
public void enterSet_clause(PostgreSQLParser.Set_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.set_clause().The default implementation does nothing.
- Specified by:
enterSet_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSet_clause
public void exitSet_clause(PostgreSQLParser.Set_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.set_clause().The default implementation does nothing.
- Specified by:
exitSet_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSet_target
public void enterSet_target(PostgreSQLParser.Set_targetContext ctx)
Enter a parse tree produced byPostgreSQLParser.set_target().The default implementation does nothing.
- Specified by:
enterSet_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSet_target
public void exitSet_target(PostgreSQLParser.Set_targetContext ctx)
Exit a parse tree produced byPostgreSQLParser.set_target().The default implementation does nothing.
- Specified by:
exitSet_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSet_target_list
public void enterSet_target_list(PostgreSQLParser.Set_target_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.set_target_list().The default implementation does nothing.
- Specified by:
enterSet_target_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSet_target_list
public void exitSet_target_list(PostgreSQLParser.Set_target_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.set_target_list().The default implementation does nothing.
- Specified by:
exitSet_target_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDeclarecursorstmt
public void enterDeclarecursorstmt(PostgreSQLParser.DeclarecursorstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.declarecursorstmt().The default implementation does nothing.
- Specified by:
enterDeclarecursorstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDeclarecursorstmt
public void exitDeclarecursorstmt(PostgreSQLParser.DeclarecursorstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.declarecursorstmt().The default implementation does nothing.
- Specified by:
exitDeclarecursorstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCursor_name
public void enterCursor_name(PostgreSQLParser.Cursor_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.cursor_name().The default implementation does nothing.
- Specified by:
enterCursor_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCursor_name
public void exitCursor_name(PostgreSQLParser.Cursor_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.cursor_name().The default implementation does nothing.
- Specified by:
exitCursor_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCursor_options
public void enterCursor_options(PostgreSQLParser.Cursor_optionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.cursor_options().The default implementation does nothing.
- Specified by:
enterCursor_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCursor_options
public void exitCursor_options(PostgreSQLParser.Cursor_optionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.cursor_options().The default implementation does nothing.
- Specified by:
exitCursor_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_hold
public void enterOpt_hold(PostgreSQLParser.Opt_holdContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_hold().The default implementation does nothing.
- Specified by:
enterOpt_holdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_hold
public void exitOpt_hold(PostgreSQLParser.Opt_holdContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_hold().The default implementation does nothing.
- Specified by:
exitOpt_holdin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSelectstmt
public void enterSelectstmt(PostgreSQLParser.SelectstmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.selectstmt().The default implementation does nothing.
- Specified by:
enterSelectstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSelectstmt
public void exitSelectstmt(PostgreSQLParser.SelectstmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.selectstmt().The default implementation does nothing.
- Specified by:
exitSelectstmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSelect_with_parens
public void enterSelect_with_parens(PostgreSQLParser.Select_with_parensContext ctx)
Enter a parse tree produced byPostgreSQLParser.select_with_parens().The default implementation does nothing.
- Specified by:
enterSelect_with_parensin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSelect_with_parens
public void exitSelect_with_parens(PostgreSQLParser.Select_with_parensContext ctx)
Exit a parse tree produced byPostgreSQLParser.select_with_parens().The default implementation does nothing.
- Specified by:
exitSelect_with_parensin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSelect_no_parens
public void enterSelect_no_parens(PostgreSQLParser.Select_no_parensContext ctx)
Enter a parse tree produced byPostgreSQLParser.select_no_parens().The default implementation does nothing.
- Specified by:
enterSelect_no_parensin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSelect_no_parens
public void exitSelect_no_parens(PostgreSQLParser.Select_no_parensContext ctx)
Exit a parse tree produced byPostgreSQLParser.select_no_parens().The default implementation does nothing.
- Specified by:
exitSelect_no_parensin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSelect_clause
public void enterSelect_clause(PostgreSQLParser.Select_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.select_clause().The default implementation does nothing.
- Specified by:
enterSelect_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSelect_clause
public void exitSelect_clause(PostgreSQLParser.Select_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.select_clause().The default implementation does nothing.
- Specified by:
exitSelect_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSimple_select
public void enterSimple_select(PostgreSQLParser.Simple_selectContext ctx)
Enter a parse tree produced byPostgreSQLParser.simple_select().The default implementation does nothing.
- Specified by:
enterSimple_selectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSimple_select
public void exitSimple_select(PostgreSQLParser.Simple_selectContext ctx)
Exit a parse tree produced byPostgreSQLParser.simple_select().The default implementation does nothing.
- Specified by:
exitSimple_selectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterUnion
public void enterUnion(PostgreSQLParser.UnionContext ctx)
Enter a parse tree produced by theunionlabeled alternative inPostgreSQLParser.set_operator().The default implementation does nothing.
- Specified by:
enterUnionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitUnion
public void exitUnion(PostgreSQLParser.UnionContext ctx)
Exit a parse tree produced by theunionlabeled alternative inPostgreSQLParser.set_operator().The default implementation does nothing.
- Specified by:
exitUnionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIntersect
public void enterIntersect(PostgreSQLParser.IntersectContext ctx)
Enter a parse tree produced by theintersectlabeled alternative inPostgreSQLParser.set_operator().The default implementation does nothing.
- Specified by:
enterIntersectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIntersect
public void exitIntersect(PostgreSQLParser.IntersectContext ctx)
Exit a parse tree produced by theintersectlabeled alternative inPostgreSQLParser.set_operator().The default implementation does nothing.
- Specified by:
exitIntersectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExcept
public void enterExcept(PostgreSQLParser.ExceptContext ctx)
Enter a parse tree produced by theexceptlabeled alternative inPostgreSQLParser.set_operator().The default implementation does nothing.
- Specified by:
enterExceptin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExcept
public void exitExcept(PostgreSQLParser.ExceptContext ctx)
Exit a parse tree produced by theexceptlabeled alternative inPostgreSQLParser.set_operator().The default implementation does nothing.
- Specified by:
exitExceptin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSet_operator_with_all_or_distinct
public void enterSet_operator_with_all_or_distinct(PostgreSQLParser.Set_operator_with_all_or_distinctContext ctx)
Enter a parse tree produced byPostgreSQLParser.set_operator_with_all_or_distinct().The default implementation does nothing.
- Specified by:
enterSet_operator_with_all_or_distinctin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSet_operator_with_all_or_distinct
public void exitSet_operator_with_all_or_distinct(PostgreSQLParser.Set_operator_with_all_or_distinctContext ctx)
Exit a parse tree produced byPostgreSQLParser.set_operator_with_all_or_distinct().The default implementation does nothing.
- Specified by:
exitSet_operator_with_all_or_distinctin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWith_clause
public void enterWith_clause(PostgreSQLParser.With_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.with_clause().The default implementation does nothing.
- Specified by:
enterWith_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWith_clause
public void exitWith_clause(PostgreSQLParser.With_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.with_clause().The default implementation does nothing.
- Specified by:
exitWith_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCte_list
public void enterCte_list(PostgreSQLParser.Cte_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.cte_list().The default implementation does nothing.
- Specified by:
enterCte_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCte_list
public void exitCte_list(PostgreSQLParser.Cte_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.cte_list().The default implementation does nothing.
- Specified by:
exitCte_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCommon_table_expr
public void enterCommon_table_expr(PostgreSQLParser.Common_table_exprContext ctx)
Enter a parse tree produced byPostgreSQLParser.common_table_expr().The default implementation does nothing.
- Specified by:
enterCommon_table_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCommon_table_expr
public void exitCommon_table_expr(PostgreSQLParser.Common_table_exprContext ctx)
Exit a parse tree produced byPostgreSQLParser.common_table_expr().The default implementation does nothing.
- Specified by:
exitCommon_table_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_materialized
public void enterOpt_materialized(PostgreSQLParser.Opt_materializedContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_materialized().The default implementation does nothing.
- Specified by:
enterOpt_materializedin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_materialized
public void exitOpt_materialized(PostgreSQLParser.Opt_materializedContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_materialized().The default implementation does nothing.
- Specified by:
exitOpt_materializedin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_with_clause
public void enterOpt_with_clause(PostgreSQLParser.Opt_with_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_with_clause().The default implementation does nothing.
- Specified by:
enterOpt_with_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_with_clause
public void exitOpt_with_clause(PostgreSQLParser.Opt_with_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_with_clause().The default implementation does nothing.
- Specified by:
exitOpt_with_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterInto_clause
public void enterInto_clause(PostgreSQLParser.Into_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.into_clause().The default implementation does nothing.
- Specified by:
enterInto_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitInto_clause
public void exitInto_clause(PostgreSQLParser.Into_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.into_clause().The default implementation does nothing.
- Specified by:
exitInto_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_strict
public void enterOpt_strict(PostgreSQLParser.Opt_strictContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_strict().The default implementation does nothing.
- Specified by:
enterOpt_strictin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_strict
public void exitOpt_strict(PostgreSQLParser.Opt_strictContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_strict().The default implementation does nothing.
- Specified by:
exitOpt_strictin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpttempTableName
public void enterOpttempTableName(PostgreSQLParser.OpttempTableNameContext ctx)
Enter a parse tree produced byPostgreSQLParser.opttempTableName().The default implementation does nothing.
- Specified by:
enterOpttempTableNamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpttempTableName
public void exitOpttempTableName(PostgreSQLParser.OpttempTableNameContext ctx)
Exit a parse tree produced byPostgreSQLParser.opttempTableName().The default implementation does nothing.
- Specified by:
exitOpttempTableNamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_table
public void enterOpt_table(PostgreSQLParser.Opt_tableContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_table().The default implementation does nothing.
- Specified by:
enterOpt_tablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_table
public void exitOpt_table(PostgreSQLParser.Opt_tableContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_table().The default implementation does nothing.
- Specified by:
exitOpt_tablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAll_or_distinct
public void enterAll_or_distinct(PostgreSQLParser.All_or_distinctContext ctx)
Enter a parse tree produced byPostgreSQLParser.all_or_distinct().The default implementation does nothing.
- Specified by:
enterAll_or_distinctin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAll_or_distinct
public void exitAll_or_distinct(PostgreSQLParser.All_or_distinctContext ctx)
Exit a parse tree produced byPostgreSQLParser.all_or_distinct().The default implementation does nothing.
- Specified by:
exitAll_or_distinctin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDistinct_clause
public void enterDistinct_clause(PostgreSQLParser.Distinct_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.distinct_clause().The default implementation does nothing.
- Specified by:
enterDistinct_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDistinct_clause
public void exitDistinct_clause(PostgreSQLParser.Distinct_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.distinct_clause().The default implementation does nothing.
- Specified by:
exitDistinct_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_all_clause
public void enterOpt_all_clause(PostgreSQLParser.Opt_all_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_all_clause().The default implementation does nothing.
- Specified by:
enterOpt_all_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_all_clause
public void exitOpt_all_clause(PostgreSQLParser.Opt_all_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_all_clause().The default implementation does nothing.
- Specified by:
exitOpt_all_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_sort_clause
public void enterOpt_sort_clause(PostgreSQLParser.Opt_sort_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_sort_clause().The default implementation does nothing.
- Specified by:
enterOpt_sort_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_sort_clause
public void exitOpt_sort_clause(PostgreSQLParser.Opt_sort_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_sort_clause().The default implementation does nothing.
- Specified by:
exitOpt_sort_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSort_clause
public void enterSort_clause(PostgreSQLParser.Sort_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.sort_clause().The default implementation does nothing.
- Specified by:
enterSort_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSort_clause
public void exitSort_clause(PostgreSQLParser.Sort_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.sort_clause().The default implementation does nothing.
- Specified by:
exitSort_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSortby_list
public void enterSortby_list(PostgreSQLParser.Sortby_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.sortby_list().The default implementation does nothing.
- Specified by:
enterSortby_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSortby_list
public void exitSortby_list(PostgreSQLParser.Sortby_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.sortby_list().The default implementation does nothing.
- Specified by:
exitSortby_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSortby
public void enterSortby(PostgreSQLParser.SortbyContext ctx)
Enter a parse tree produced byPostgreSQLParser.sortby().The default implementation does nothing.
- Specified by:
enterSortbyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSortby
public void exitSortby(PostgreSQLParser.SortbyContext ctx)
Exit a parse tree produced byPostgreSQLParser.sortby().The default implementation does nothing.
- Specified by:
exitSortbyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSelect_limit
public void enterSelect_limit(PostgreSQLParser.Select_limitContext ctx)
Enter a parse tree produced byPostgreSQLParser.select_limit().The default implementation does nothing.
- Specified by:
enterSelect_limitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSelect_limit
public void exitSelect_limit(PostgreSQLParser.Select_limitContext ctx)
Exit a parse tree produced byPostgreSQLParser.select_limit().The default implementation does nothing.
- Specified by:
exitSelect_limitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_select_limit
public void enterOpt_select_limit(PostgreSQLParser.Opt_select_limitContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_select_limit().The default implementation does nothing.
- Specified by:
enterOpt_select_limitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_select_limit
public void exitOpt_select_limit(PostgreSQLParser.Opt_select_limitContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_select_limit().The default implementation does nothing.
- Specified by:
exitOpt_select_limitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterLimit_clause
public void enterLimit_clause(PostgreSQLParser.Limit_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.limit_clause().The default implementation does nothing.
- Specified by:
enterLimit_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitLimit_clause
public void exitLimit_clause(PostgreSQLParser.Limit_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.limit_clause().The default implementation does nothing.
- Specified by:
exitLimit_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOffset_clause
public void enterOffset_clause(PostgreSQLParser.Offset_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.offset_clause().The default implementation does nothing.
- Specified by:
enterOffset_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOffset_clause
public void exitOffset_clause(PostgreSQLParser.Offset_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.offset_clause().The default implementation does nothing.
- Specified by:
exitOffset_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSelect_limit_value
public void enterSelect_limit_value(PostgreSQLParser.Select_limit_valueContext ctx)
Enter a parse tree produced byPostgreSQLParser.select_limit_value().The default implementation does nothing.
- Specified by:
enterSelect_limit_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSelect_limit_value
public void exitSelect_limit_value(PostgreSQLParser.Select_limit_valueContext ctx)
Exit a parse tree produced byPostgreSQLParser.select_limit_value().The default implementation does nothing.
- Specified by:
exitSelect_limit_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSelect_offset_value
public void enterSelect_offset_value(PostgreSQLParser.Select_offset_valueContext ctx)
Enter a parse tree produced byPostgreSQLParser.select_offset_value().The default implementation does nothing.
- Specified by:
enterSelect_offset_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSelect_offset_value
public void exitSelect_offset_value(PostgreSQLParser.Select_offset_valueContext ctx)
Exit a parse tree produced byPostgreSQLParser.select_offset_value().The default implementation does nothing.
- Specified by:
exitSelect_offset_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSelect_fetch_first_value
public void enterSelect_fetch_first_value(PostgreSQLParser.Select_fetch_first_valueContext ctx)
Enter a parse tree produced byPostgreSQLParser.select_fetch_first_value().The default implementation does nothing.
- Specified by:
enterSelect_fetch_first_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSelect_fetch_first_value
public void exitSelect_fetch_first_value(PostgreSQLParser.Select_fetch_first_valueContext ctx)
Exit a parse tree produced byPostgreSQLParser.select_fetch_first_value().The default implementation does nothing.
- Specified by:
exitSelect_fetch_first_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterI_or_f_const
public void enterI_or_f_const(PostgreSQLParser.I_or_f_constContext ctx)
Enter a parse tree produced byPostgreSQLParser.i_or_f_const().The default implementation does nothing.
- Specified by:
enterI_or_f_constin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitI_or_f_const
public void exitI_or_f_const(PostgreSQLParser.I_or_f_constContext ctx)
Exit a parse tree produced byPostgreSQLParser.i_or_f_const().The default implementation does nothing.
- Specified by:
exitI_or_f_constin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRow_or_rows
public void enterRow_or_rows(PostgreSQLParser.Row_or_rowsContext ctx)
Enter a parse tree produced byPostgreSQLParser.row_or_rows().The default implementation does nothing.
- Specified by:
enterRow_or_rowsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRow_or_rows
public void exitRow_or_rows(PostgreSQLParser.Row_or_rowsContext ctx)
Exit a parse tree produced byPostgreSQLParser.row_or_rows().The default implementation does nothing.
- Specified by:
exitRow_or_rowsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFirst_or_next
public void enterFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)
Enter a parse tree produced byPostgreSQLParser.first_or_next().The default implementation does nothing.
- Specified by:
enterFirst_or_nextin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFirst_or_next
public void exitFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)
Exit a parse tree produced byPostgreSQLParser.first_or_next().The default implementation does nothing.
- Specified by:
exitFirst_or_nextin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGroup_clause
public void enterGroup_clause(PostgreSQLParser.Group_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.group_clause().The default implementation does nothing.
- Specified by:
enterGroup_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGroup_clause
public void exitGroup_clause(PostgreSQLParser.Group_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.group_clause().The default implementation does nothing.
- Specified by:
exitGroup_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGroup_by_list
public void enterGroup_by_list(PostgreSQLParser.Group_by_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.group_by_list().The default implementation does nothing.
- Specified by:
enterGroup_by_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGroup_by_list
public void exitGroup_by_list(PostgreSQLParser.Group_by_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.group_by_list().The default implementation does nothing.
- Specified by:
exitGroup_by_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGroup_by_item
public void enterGroup_by_item(PostgreSQLParser.Group_by_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.group_by_item().The default implementation does nothing.
- Specified by:
enterGroup_by_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGroup_by_item
public void exitGroup_by_item(PostgreSQLParser.Group_by_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.group_by_item().The default implementation does nothing.
- Specified by:
exitGroup_by_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterEmpty_grouping_set
public void enterEmpty_grouping_set(PostgreSQLParser.Empty_grouping_setContext ctx)
Enter a parse tree produced byPostgreSQLParser.empty_grouping_set().The default implementation does nothing.
- Specified by:
enterEmpty_grouping_setin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitEmpty_grouping_set
public void exitEmpty_grouping_set(PostgreSQLParser.Empty_grouping_setContext ctx)
Exit a parse tree produced byPostgreSQLParser.empty_grouping_set().The default implementation does nothing.
- Specified by:
exitEmpty_grouping_setin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRollup_clause
public void enterRollup_clause(PostgreSQLParser.Rollup_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.rollup_clause().The default implementation does nothing.
- Specified by:
enterRollup_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRollup_clause
public void exitRollup_clause(PostgreSQLParser.Rollup_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.rollup_clause().The default implementation does nothing.
- Specified by:
exitRollup_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCube_clause
public void enterCube_clause(PostgreSQLParser.Cube_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.cube_clause().The default implementation does nothing.
- Specified by:
enterCube_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCube_clause
public void exitCube_clause(PostgreSQLParser.Cube_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.cube_clause().The default implementation does nothing.
- Specified by:
exitCube_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGrouping_sets_clause
public void enterGrouping_sets_clause(PostgreSQLParser.Grouping_sets_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.grouping_sets_clause().The default implementation does nothing.
- Specified by:
enterGrouping_sets_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGrouping_sets_clause
public void exitGrouping_sets_clause(PostgreSQLParser.Grouping_sets_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.grouping_sets_clause().The default implementation does nothing.
- Specified by:
exitGrouping_sets_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterHaving_clause
public void enterHaving_clause(PostgreSQLParser.Having_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.having_clause().The default implementation does nothing.
- Specified by:
enterHaving_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitHaving_clause
public void exitHaving_clause(PostgreSQLParser.Having_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.having_clause().The default implementation does nothing.
- Specified by:
exitHaving_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFor_locking_clause
public void enterFor_locking_clause(PostgreSQLParser.For_locking_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.for_locking_clause().The default implementation does nothing.
- Specified by:
enterFor_locking_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFor_locking_clause
public void exitFor_locking_clause(PostgreSQLParser.For_locking_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.for_locking_clause().The default implementation does nothing.
- Specified by:
exitFor_locking_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_for_locking_clause
public void enterOpt_for_locking_clause(PostgreSQLParser.Opt_for_locking_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_for_locking_clause().The default implementation does nothing.
- Specified by:
enterOpt_for_locking_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_for_locking_clause
public void exitOpt_for_locking_clause(PostgreSQLParser.Opt_for_locking_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_for_locking_clause().The default implementation does nothing.
- Specified by:
exitOpt_for_locking_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFor_locking_items
public void enterFor_locking_items(PostgreSQLParser.For_locking_itemsContext ctx)
Enter a parse tree produced byPostgreSQLParser.for_locking_items().The default implementation does nothing.
- Specified by:
enterFor_locking_itemsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFor_locking_items
public void exitFor_locking_items(PostgreSQLParser.For_locking_itemsContext ctx)
Exit a parse tree produced byPostgreSQLParser.for_locking_items().The default implementation does nothing.
- Specified by:
exitFor_locking_itemsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFor_locking_item
public void enterFor_locking_item(PostgreSQLParser.For_locking_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.for_locking_item().The default implementation does nothing.
- Specified by:
enterFor_locking_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFor_locking_item
public void exitFor_locking_item(PostgreSQLParser.For_locking_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.for_locking_item().The default implementation does nothing.
- Specified by:
exitFor_locking_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFor_locking_strength
public void enterFor_locking_strength(PostgreSQLParser.For_locking_strengthContext ctx)
Enter a parse tree produced byPostgreSQLParser.for_locking_strength().The default implementation does nothing.
- Specified by:
enterFor_locking_strengthin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFor_locking_strength
public void exitFor_locking_strength(PostgreSQLParser.For_locking_strengthContext ctx)
Exit a parse tree produced byPostgreSQLParser.for_locking_strength().The default implementation does nothing.
- Specified by:
exitFor_locking_strengthin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterLocked_rels_list
public void enterLocked_rels_list(PostgreSQLParser.Locked_rels_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.locked_rels_list().The default implementation does nothing.
- Specified by:
enterLocked_rels_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitLocked_rels_list
public void exitLocked_rels_list(PostgreSQLParser.Locked_rels_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.locked_rels_list().The default implementation does nothing.
- Specified by:
exitLocked_rels_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterValues_clause
public void enterValues_clause(PostgreSQLParser.Values_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.values_clause().The default implementation does nothing.
- Specified by:
enterValues_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitValues_clause
public void exitValues_clause(PostgreSQLParser.Values_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.values_clause().The default implementation does nothing.
- Specified by:
exitValues_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFrom_clause
public void enterFrom_clause(PostgreSQLParser.From_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.from_clause().The default implementation does nothing.
- Specified by:
enterFrom_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFrom_clause
public void exitFrom_clause(PostgreSQLParser.From_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.from_clause().The default implementation does nothing.
- Specified by:
exitFrom_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFrom_list
public void enterFrom_list(PostgreSQLParser.From_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.from_list().The default implementation does nothing.
- Specified by:
enterFrom_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFrom_list
public void exitFrom_list(PostgreSQLParser.From_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.from_list().The default implementation does nothing.
- Specified by:
exitFrom_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTable_ref
public void enterTable_ref(PostgreSQLParser.Table_refContext ctx)
Enter a parse tree produced byPostgreSQLParser.table_ref().The default implementation does nothing.
- Specified by:
enterTable_refin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTable_ref
public void exitTable_ref(PostgreSQLParser.Table_refContext ctx)
Exit a parse tree produced byPostgreSQLParser.table_ref().The default implementation does nothing.
- Specified by:
exitTable_refin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAlias_clause
public void enterAlias_clause(PostgreSQLParser.Alias_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.alias_clause().The default implementation does nothing.
- Specified by:
enterAlias_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAlias_clause
public void exitAlias_clause(PostgreSQLParser.Alias_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.alias_clause().The default implementation does nothing.
- Specified by:
exitAlias_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_alias_clause
public void enterOpt_alias_clause(PostgreSQLParser.Opt_alias_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_alias_clause().The default implementation does nothing.
- Specified by:
enterOpt_alias_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_alias_clause
public void exitOpt_alias_clause(PostgreSQLParser.Opt_alias_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_alias_clause().The default implementation does nothing.
- Specified by:
exitOpt_alias_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_alias_clause
public void enterFunc_alias_clause(PostgreSQLParser.Func_alias_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_alias_clause().The default implementation does nothing.
- Specified by:
enterFunc_alias_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_alias_clause
public void exitFunc_alias_clause(PostgreSQLParser.Func_alias_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_alias_clause().The default implementation does nothing.
- Specified by:
exitFunc_alias_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterJoin_type
public void enterJoin_type(PostgreSQLParser.Join_typeContext ctx)
Enter a parse tree produced byPostgreSQLParser.join_type().The default implementation does nothing.
- Specified by:
enterJoin_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitJoin_type
public void exitJoin_type(PostgreSQLParser.Join_typeContext ctx)
Exit a parse tree produced byPostgreSQLParser.join_type().The default implementation does nothing.
- Specified by:
exitJoin_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterJoin_qual
public void enterJoin_qual(PostgreSQLParser.Join_qualContext ctx)
Enter a parse tree produced byPostgreSQLParser.join_qual().The default implementation does nothing.
- Specified by:
enterJoin_qualin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitJoin_qual
public void exitJoin_qual(PostgreSQLParser.Join_qualContext ctx)
Exit a parse tree produced byPostgreSQLParser.join_qual().The default implementation does nothing.
- Specified by:
exitJoin_qualin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRelation_expr
public void enterRelation_expr(PostgreSQLParser.Relation_exprContext ctx)
Enter a parse tree produced byPostgreSQLParser.relation_expr().The default implementation does nothing.
- Specified by:
enterRelation_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRelation_expr
public void exitRelation_expr(PostgreSQLParser.Relation_exprContext ctx)
Exit a parse tree produced byPostgreSQLParser.relation_expr().The default implementation does nothing.
- Specified by:
exitRelation_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRelation_expr_list
public void enterRelation_expr_list(PostgreSQLParser.Relation_expr_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.relation_expr_list().The default implementation does nothing.
- Specified by:
enterRelation_expr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRelation_expr_list
public void exitRelation_expr_list(PostgreSQLParser.Relation_expr_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.relation_expr_list().The default implementation does nothing.
- Specified by:
exitRelation_expr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRelation_expr_opt_alias
public void enterRelation_expr_opt_alias(PostgreSQLParser.Relation_expr_opt_aliasContext ctx)
Enter a parse tree produced byPostgreSQLParser.relation_expr_opt_alias().The default implementation does nothing.
- Specified by:
enterRelation_expr_opt_aliasin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRelation_expr_opt_alias
public void exitRelation_expr_opt_alias(PostgreSQLParser.Relation_expr_opt_aliasContext ctx)
Exit a parse tree produced byPostgreSQLParser.relation_expr_opt_alias().The default implementation does nothing.
- Specified by:
exitRelation_expr_opt_aliasin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTablesample_clause
public void enterTablesample_clause(PostgreSQLParser.Tablesample_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.tablesample_clause().The default implementation does nothing.
- Specified by:
enterTablesample_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTablesample_clause
public void exitTablesample_clause(PostgreSQLParser.Tablesample_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.tablesample_clause().The default implementation does nothing.
- Specified by:
exitTablesample_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_repeatable_clause
public void enterOpt_repeatable_clause(PostgreSQLParser.Opt_repeatable_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_repeatable_clause().The default implementation does nothing.
- Specified by:
enterOpt_repeatable_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_repeatable_clause
public void exitOpt_repeatable_clause(PostgreSQLParser.Opt_repeatable_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_repeatable_clause().The default implementation does nothing.
- Specified by:
exitOpt_repeatable_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_table
public void enterFunc_table(PostgreSQLParser.Func_tableContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_table().The default implementation does nothing.
- Specified by:
enterFunc_tablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_table
public void exitFunc_table(PostgreSQLParser.Func_tableContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_table().The default implementation does nothing.
- Specified by:
exitFunc_tablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRowsfrom_item
public void enterRowsfrom_item(PostgreSQLParser.Rowsfrom_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.rowsfrom_item().The default implementation does nothing.
- Specified by:
enterRowsfrom_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRowsfrom_item
public void exitRowsfrom_item(PostgreSQLParser.Rowsfrom_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.rowsfrom_item().The default implementation does nothing.
- Specified by:
exitRowsfrom_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRowsfrom_list
public void enterRowsfrom_list(PostgreSQLParser.Rowsfrom_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.rowsfrom_list().The default implementation does nothing.
- Specified by:
enterRowsfrom_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRowsfrom_list
public void exitRowsfrom_list(PostgreSQLParser.Rowsfrom_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.rowsfrom_list().The default implementation does nothing.
- Specified by:
exitRowsfrom_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_col_def_list
public void enterOpt_col_def_list(PostgreSQLParser.Opt_col_def_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_col_def_list().The default implementation does nothing.
- Specified by:
enterOpt_col_def_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_col_def_list
public void exitOpt_col_def_list(PostgreSQLParser.Opt_col_def_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_col_def_list().The default implementation does nothing.
- Specified by:
exitOpt_col_def_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_ordinality
public void enterOpt_ordinality(PostgreSQLParser.Opt_ordinalityContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_ordinality().The default implementation does nothing.
- Specified by:
enterOpt_ordinalityin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_ordinality
public void exitOpt_ordinality(PostgreSQLParser.Opt_ordinalityContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_ordinality().The default implementation does nothing.
- Specified by:
exitOpt_ordinalityin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWhere_clause
public void enterWhere_clause(PostgreSQLParser.Where_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.where_clause().The default implementation does nothing.
- Specified by:
enterWhere_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWhere_clause
public void exitWhere_clause(PostgreSQLParser.Where_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.where_clause().The default implementation does nothing.
- Specified by:
exitWhere_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWhere_or_current_clause
public void enterWhere_or_current_clause(PostgreSQLParser.Where_or_current_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.where_or_current_clause().The default implementation does nothing.
- Specified by:
enterWhere_or_current_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWhere_or_current_clause
public void exitWhere_or_current_clause(PostgreSQLParser.Where_or_current_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.where_or_current_clause().The default implementation does nothing.
- Specified by:
exitWhere_or_current_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpttablefuncelementlist
public void enterOpttablefuncelementlist(PostgreSQLParser.OpttablefuncelementlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.opttablefuncelementlist().The default implementation does nothing.
- Specified by:
enterOpttablefuncelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpttablefuncelementlist
public void exitOpttablefuncelementlist(PostgreSQLParser.OpttablefuncelementlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.opttablefuncelementlist().The default implementation does nothing.
- Specified by:
exitOpttablefuncelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTablefuncelementlist
public void enterTablefuncelementlist(PostgreSQLParser.TablefuncelementlistContext ctx)
Enter a parse tree produced byPostgreSQLParser.tablefuncelementlist().The default implementation does nothing.
- Specified by:
enterTablefuncelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTablefuncelementlist
public void exitTablefuncelementlist(PostgreSQLParser.TablefuncelementlistContext ctx)
Exit a parse tree produced byPostgreSQLParser.tablefuncelementlist().The default implementation does nothing.
- Specified by:
exitTablefuncelementlistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTablefuncelement
public void enterTablefuncelement(PostgreSQLParser.TablefuncelementContext ctx)
Enter a parse tree produced byPostgreSQLParser.tablefuncelement().The default implementation does nothing.
- Specified by:
enterTablefuncelementin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTablefuncelement
public void exitTablefuncelement(PostgreSQLParser.TablefuncelementContext ctx)
Exit a parse tree produced byPostgreSQLParser.tablefuncelement().The default implementation does nothing.
- Specified by:
exitTablefuncelementin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXmltable
public void enterXmltable(PostgreSQLParser.XmltableContext ctx)
Enter a parse tree produced byPostgreSQLParser.xmltable().The default implementation does nothing.
- Specified by:
enterXmltablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXmltable
public void exitXmltable(PostgreSQLParser.XmltableContext ctx)
Exit a parse tree produced byPostgreSQLParser.xmltable().The default implementation does nothing.
- Specified by:
exitXmltablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXmltable_column_list
public void enterXmltable_column_list(PostgreSQLParser.Xmltable_column_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.xmltable_column_list().The default implementation does nothing.
- Specified by:
enterXmltable_column_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXmltable_column_list
public void exitXmltable_column_list(PostgreSQLParser.Xmltable_column_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.xmltable_column_list().The default implementation does nothing.
- Specified by:
exitXmltable_column_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXmltable_column_el
public void enterXmltable_column_el(PostgreSQLParser.Xmltable_column_elContext ctx)
Enter a parse tree produced byPostgreSQLParser.xmltable_column_el().The default implementation does nothing.
- Specified by:
enterXmltable_column_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXmltable_column_el
public void exitXmltable_column_el(PostgreSQLParser.Xmltable_column_elContext ctx)
Exit a parse tree produced byPostgreSQLParser.xmltable_column_el().The default implementation does nothing.
- Specified by:
exitXmltable_column_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXmltable_column_option_list
public void enterXmltable_column_option_list(PostgreSQLParser.Xmltable_column_option_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.xmltable_column_option_list().The default implementation does nothing.
- Specified by:
enterXmltable_column_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXmltable_column_option_list
public void exitXmltable_column_option_list(PostgreSQLParser.Xmltable_column_option_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.xmltable_column_option_list().The default implementation does nothing.
- Specified by:
exitXmltable_column_option_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXmltable_column_option_el
public void enterXmltable_column_option_el(PostgreSQLParser.Xmltable_column_option_elContext ctx)
Enter a parse tree produced byPostgreSQLParser.xmltable_column_option_el().The default implementation does nothing.
- Specified by:
enterXmltable_column_option_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXmltable_column_option_el
public void exitXmltable_column_option_el(PostgreSQLParser.Xmltable_column_option_elContext ctx)
Exit a parse tree produced byPostgreSQLParser.xmltable_column_option_el().The default implementation does nothing.
- Specified by:
exitXmltable_column_option_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXml_namespace_list
public void enterXml_namespace_list(PostgreSQLParser.Xml_namespace_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.xml_namespace_list().The default implementation does nothing.
- Specified by:
enterXml_namespace_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXml_namespace_list
public void exitXml_namespace_list(PostgreSQLParser.Xml_namespace_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.xml_namespace_list().The default implementation does nothing.
- Specified by:
exitXml_namespace_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXml_namespace_el
public void enterXml_namespace_el(PostgreSQLParser.Xml_namespace_elContext ctx)
Enter a parse tree produced byPostgreSQLParser.xml_namespace_el().The default implementation does nothing.
- Specified by:
enterXml_namespace_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXml_namespace_el
public void exitXml_namespace_el(PostgreSQLParser.Xml_namespace_elContext ctx)
Exit a parse tree produced byPostgreSQLParser.xml_namespace_el().The default implementation does nothing.
- Specified by:
exitXml_namespace_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTypename
public void enterTypename(PostgreSQLParser.TypenameContext ctx)
Enter a parse tree produced byPostgreSQLParser.typename().The default implementation does nothing.
- Specified by:
enterTypenamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTypename
public void exitTypename(PostgreSQLParser.TypenameContext ctx)
Exit a parse tree produced byPostgreSQLParser.typename().The default implementation does nothing.
- Specified by:
exitTypenamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_array_bounds
public void enterOpt_array_bounds(PostgreSQLParser.Opt_array_boundsContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_array_bounds().The default implementation does nothing.
- Specified by:
enterOpt_array_boundsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_array_bounds
public void exitOpt_array_bounds(PostgreSQLParser.Opt_array_boundsContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_array_bounds().The default implementation does nothing.
- Specified by:
exitOpt_array_boundsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSimpletypename
public void enterSimpletypename(PostgreSQLParser.SimpletypenameContext ctx)
Enter a parse tree produced byPostgreSQLParser.simpletypename().The default implementation does nothing.
- Specified by:
enterSimpletypenamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSimpletypename
public void exitSimpletypename(PostgreSQLParser.SimpletypenameContext ctx)
Exit a parse tree produced byPostgreSQLParser.simpletypename().The default implementation does nothing.
- Specified by:
exitSimpletypenamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConsttypename
public void enterConsttypename(PostgreSQLParser.ConsttypenameContext ctx)
Enter a parse tree produced byPostgreSQLParser.consttypename().The default implementation does nothing.
- Specified by:
enterConsttypenamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConsttypename
public void exitConsttypename(PostgreSQLParser.ConsttypenameContext ctx)
Exit a parse tree produced byPostgreSQLParser.consttypename().The default implementation does nothing.
- Specified by:
exitConsttypenamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGenerictype
public void enterGenerictype(PostgreSQLParser.GenerictypeContext ctx)
Enter a parse tree produced byPostgreSQLParser.generictype().The default implementation does nothing.
- Specified by:
enterGenerictypein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGenerictype
public void exitGenerictype(PostgreSQLParser.GenerictypeContext ctx)
Exit a parse tree produced byPostgreSQLParser.generictype().The default implementation does nothing.
- Specified by:
exitGenerictypein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_type_modifiers
public void enterOpt_type_modifiers(PostgreSQLParser.Opt_type_modifiersContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_type_modifiers().The default implementation does nothing.
- Specified by:
enterOpt_type_modifiersin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_type_modifiers
public void exitOpt_type_modifiers(PostgreSQLParser.Opt_type_modifiersContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_type_modifiers().The default implementation does nothing.
- Specified by:
exitOpt_type_modifiersin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterNumeric
public void enterNumeric(PostgreSQLParser.NumericContext ctx)
Enter a parse tree produced byPostgreSQLParser.numeric().The default implementation does nothing.
- Specified by:
enterNumericin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitNumeric
public void exitNumeric(PostgreSQLParser.NumericContext ctx)
Exit a parse tree produced byPostgreSQLParser.numeric().The default implementation does nothing.
- Specified by:
exitNumericin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_float
public void enterOpt_float(PostgreSQLParser.Opt_floatContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_float().The default implementation does nothing.
- Specified by:
enterOpt_floatin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_float
public void exitOpt_float(PostgreSQLParser.Opt_floatContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_float().The default implementation does nothing.
- Specified by:
exitOpt_floatin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterBit
public void enterBit(PostgreSQLParser.BitContext ctx)
Enter a parse tree produced byPostgreSQLParser.bit().The default implementation does nothing.
- Specified by:
enterBitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitBit
public void exitBit(PostgreSQLParser.BitContext ctx)
Exit a parse tree produced byPostgreSQLParser.bit().The default implementation does nothing.
- Specified by:
exitBitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstbit
public void enterConstbit(PostgreSQLParser.ConstbitContext ctx)
Enter a parse tree produced byPostgreSQLParser.constbit().The default implementation does nothing.
- Specified by:
enterConstbitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstbit
public void exitConstbit(PostgreSQLParser.ConstbitContext ctx)
Exit a parse tree produced byPostgreSQLParser.constbit().The default implementation does nothing.
- Specified by:
exitConstbitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterBitwithlength
public void enterBitwithlength(PostgreSQLParser.BitwithlengthContext ctx)
Enter a parse tree produced byPostgreSQLParser.bitwithlength().The default implementation does nothing.
- Specified by:
enterBitwithlengthin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitBitwithlength
public void exitBitwithlength(PostgreSQLParser.BitwithlengthContext ctx)
Exit a parse tree produced byPostgreSQLParser.bitwithlength().The default implementation does nothing.
- Specified by:
exitBitwithlengthin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterBitwithoutlength
public void enterBitwithoutlength(PostgreSQLParser.BitwithoutlengthContext ctx)
Enter a parse tree produced byPostgreSQLParser.bitwithoutlength().The default implementation does nothing.
- Specified by:
enterBitwithoutlengthin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitBitwithoutlength
public void exitBitwithoutlength(PostgreSQLParser.BitwithoutlengthContext ctx)
Exit a parse tree produced byPostgreSQLParser.bitwithoutlength().The default implementation does nothing.
- Specified by:
exitBitwithoutlengthin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCharacter
public void enterCharacter(PostgreSQLParser.CharacterContext ctx)
Enter a parse tree produced byPostgreSQLParser.character().The default implementation does nothing.
- Specified by:
enterCharacterin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCharacter
public void exitCharacter(PostgreSQLParser.CharacterContext ctx)
Exit a parse tree produced byPostgreSQLParser.character().The default implementation does nothing.
- Specified by:
exitCharacterin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstcharacter
public void enterConstcharacter(PostgreSQLParser.ConstcharacterContext ctx)
Enter a parse tree produced byPostgreSQLParser.constcharacter().The default implementation does nothing.
- Specified by:
enterConstcharacterin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstcharacter
public void exitConstcharacter(PostgreSQLParser.ConstcharacterContext ctx)
Exit a parse tree produced byPostgreSQLParser.constcharacter().The default implementation does nothing.
- Specified by:
exitConstcharacterin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCharacter_c
public void enterCharacter_c(PostgreSQLParser.Character_cContext ctx)
Enter a parse tree produced byPostgreSQLParser.character_c().The default implementation does nothing.
- Specified by:
enterCharacter_cin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCharacter_c
public void exitCharacter_c(PostgreSQLParser.Character_cContext ctx)
Exit a parse tree produced byPostgreSQLParser.character_c().The default implementation does nothing.
- Specified by:
exitCharacter_cin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_varying
public void enterOpt_varying(PostgreSQLParser.Opt_varyingContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_varying().The default implementation does nothing.
- Specified by:
enterOpt_varyingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_varying
public void exitOpt_varying(PostgreSQLParser.Opt_varyingContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_varying().The default implementation does nothing.
- Specified by:
exitOpt_varyingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstdatetime
public void enterConstdatetime(PostgreSQLParser.ConstdatetimeContext ctx)
Enter a parse tree produced byPostgreSQLParser.constdatetime().The default implementation does nothing.
- Specified by:
enterConstdatetimein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstdatetime
public void exitConstdatetime(PostgreSQLParser.ConstdatetimeContext ctx)
Exit a parse tree produced byPostgreSQLParser.constdatetime().The default implementation does nothing.
- Specified by:
exitConstdatetimein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterConstinterval
public void enterConstinterval(PostgreSQLParser.ConstintervalContext ctx)
Enter a parse tree produced byPostgreSQLParser.constinterval().The default implementation does nothing.
- Specified by:
enterConstintervalin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitConstinterval
public void exitConstinterval(PostgreSQLParser.ConstintervalContext ctx)
Exit a parse tree produced byPostgreSQLParser.constinterval().The default implementation does nothing.
- Specified by:
exitConstintervalin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_timezone
public void enterOpt_timezone(PostgreSQLParser.Opt_timezoneContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_timezone().The default implementation does nothing.
- Specified by:
enterOpt_timezonein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_timezone
public void exitOpt_timezone(PostgreSQLParser.Opt_timezoneContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_timezone().The default implementation does nothing.
- Specified by:
exitOpt_timezonein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_interval
public void enterOpt_interval(PostgreSQLParser.Opt_intervalContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_interval().The default implementation does nothing.
- Specified by:
enterOpt_intervalin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_interval
public void exitOpt_interval(PostgreSQLParser.Opt_intervalContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_interval().The default implementation does nothing.
- Specified by:
exitOpt_intervalin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterInterval_second
public void enterInterval_second(PostgreSQLParser.Interval_secondContext ctx)
Enter a parse tree produced byPostgreSQLParser.interval_second().The default implementation does nothing.
- Specified by:
enterInterval_secondin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitInterval_second
public void exitInterval_second(PostgreSQLParser.Interval_secondContext ctx)
Exit a parse tree produced byPostgreSQLParser.interval_second().The default implementation does nothing.
- Specified by:
exitInterval_secondin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_escape
public void enterOpt_escape(PostgreSQLParser.Opt_escapeContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_escape().The default implementation does nothing.
- Specified by:
enterOpt_escapein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_escape
public void exitOpt_escape(PostgreSQLParser.Opt_escapeContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_escape().The default implementation does nothing.
- Specified by:
exitOpt_escapein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr
public void enterA_expr(PostgreSQLParser.A_exprContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr().The default implementation does nothing.
- Specified by:
enterA_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr
public void exitA_expr(PostgreSQLParser.A_exprContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr().The default implementation does nothing.
- Specified by:
exitA_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_qual
public void enterA_expr_qual(PostgreSQLParser.A_expr_qualContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_qual().The default implementation does nothing.
- Specified by:
enterA_expr_qualin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_qual
public void exitA_expr_qual(PostgreSQLParser.A_expr_qualContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_qual().The default implementation does nothing.
- Specified by:
exitA_expr_qualin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_lessless
public void enterA_expr_lessless(PostgreSQLParser.A_expr_lesslessContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_lessless().The default implementation does nothing.
- Specified by:
enterA_expr_lesslessin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_lessless
public void exitA_expr_lessless(PostgreSQLParser.A_expr_lesslessContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_lessless().The default implementation does nothing.
- Specified by:
exitA_expr_lesslessin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_or
public void enterA_expr_or(PostgreSQLParser.A_expr_orContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_or().The default implementation does nothing.
- Specified by:
enterA_expr_orin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_or
public void exitA_expr_or(PostgreSQLParser.A_expr_orContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_or().The default implementation does nothing.
- Specified by:
exitA_expr_orin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_and
public void enterA_expr_and(PostgreSQLParser.A_expr_andContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_and().The default implementation does nothing.
- Specified by:
enterA_expr_andin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_and
public void exitA_expr_and(PostgreSQLParser.A_expr_andContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_and().The default implementation does nothing.
- Specified by:
exitA_expr_andin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_in
public void enterA_expr_in(PostgreSQLParser.A_expr_inContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_in().The default implementation does nothing.
- Specified by:
enterA_expr_inin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_in
public void exitA_expr_in(PostgreSQLParser.A_expr_inContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_in().The default implementation does nothing.
- Specified by:
exitA_expr_inin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_unary_not
public void enterA_expr_unary_not(PostgreSQLParser.A_expr_unary_notContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_unary_not().The default implementation does nothing.
- Specified by:
enterA_expr_unary_notin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_unary_not
public void exitA_expr_unary_not(PostgreSQLParser.A_expr_unary_notContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_unary_not().The default implementation does nothing.
- Specified by:
exitA_expr_unary_notin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_isnull
public void enterA_expr_isnull(PostgreSQLParser.A_expr_isnullContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_isnull().The default implementation does nothing.
- Specified by:
enterA_expr_isnullin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_isnull
public void exitA_expr_isnull(PostgreSQLParser.A_expr_isnullContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_isnull().The default implementation does nothing.
- Specified by:
exitA_expr_isnullin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_is_not
public void enterA_expr_is_not(PostgreSQLParser.A_expr_is_notContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_is_not().The default implementation does nothing.
- Specified by:
enterA_expr_is_notin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_is_not
public void exitA_expr_is_not(PostgreSQLParser.A_expr_is_notContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_is_not().The default implementation does nothing.
- Specified by:
exitA_expr_is_notin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_compare
public void enterA_expr_compare(PostgreSQLParser.A_expr_compareContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_compare().The default implementation does nothing.
- Specified by:
enterA_expr_comparein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_compare
public void exitA_expr_compare(PostgreSQLParser.A_expr_compareContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_compare().The default implementation does nothing.
- Specified by:
exitA_expr_comparein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_like
public void enterA_expr_like(PostgreSQLParser.A_expr_likeContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_like().The default implementation does nothing.
- Specified by:
enterA_expr_likein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_like
public void exitA_expr_like(PostgreSQLParser.A_expr_likeContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_like().The default implementation does nothing.
- Specified by:
exitA_expr_likein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_qual_op
public void enterA_expr_qual_op(PostgreSQLParser.A_expr_qual_opContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_qual_op().The default implementation does nothing.
- Specified by:
enterA_expr_qual_opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_qual_op
public void exitA_expr_qual_op(PostgreSQLParser.A_expr_qual_opContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_qual_op().The default implementation does nothing.
- Specified by:
exitA_expr_qual_opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_unary_qualop
public void enterA_expr_unary_qualop(PostgreSQLParser.A_expr_unary_qualopContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_unary_qualop().The default implementation does nothing.
- Specified by:
enterA_expr_unary_qualopin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_unary_qualop
public void exitA_expr_unary_qualop(PostgreSQLParser.A_expr_unary_qualopContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_unary_qualop().The default implementation does nothing.
- Specified by:
exitA_expr_unary_qualopin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_add
public void enterA_expr_add(PostgreSQLParser.A_expr_addContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_add().The default implementation does nothing.
- Specified by:
enterA_expr_addin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_add
public void exitA_expr_add(PostgreSQLParser.A_expr_addContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_add().The default implementation does nothing.
- Specified by:
exitA_expr_addin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_mul
public void enterA_expr_mul(PostgreSQLParser.A_expr_mulContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_mul().The default implementation does nothing.
- Specified by:
enterA_expr_mulin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_mul
public void exitA_expr_mul(PostgreSQLParser.A_expr_mulContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_mul().The default implementation does nothing.
- Specified by:
exitA_expr_mulin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_caret
public void enterA_expr_caret(PostgreSQLParser.A_expr_caretContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_caret().The default implementation does nothing.
- Specified by:
enterA_expr_caretin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_caret
public void exitA_expr_caret(PostgreSQLParser.A_expr_caretContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_caret().The default implementation does nothing.
- Specified by:
exitA_expr_caretin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_unary_sign
public void enterA_expr_unary_sign(PostgreSQLParser.A_expr_unary_signContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_unary_sign().The default implementation does nothing.
- Specified by:
enterA_expr_unary_signin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_unary_sign
public void exitA_expr_unary_sign(PostgreSQLParser.A_expr_unary_signContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_unary_sign().The default implementation does nothing.
- Specified by:
exitA_expr_unary_signin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_at_time_zone
public void enterA_expr_at_time_zone(PostgreSQLParser.A_expr_at_time_zoneContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_at_time_zone().The default implementation does nothing.
- Specified by:
enterA_expr_at_time_zonein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_at_time_zone
public void exitA_expr_at_time_zone(PostgreSQLParser.A_expr_at_time_zoneContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_at_time_zone().The default implementation does nothing.
- Specified by:
exitA_expr_at_time_zonein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_collate
public void enterA_expr_collate(PostgreSQLParser.A_expr_collateContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_collate().The default implementation does nothing.
- Specified by:
enterA_expr_collatein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_collate
public void exitA_expr_collate(PostgreSQLParser.A_expr_collateContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_collate().The default implementation does nothing.
- Specified by:
exitA_expr_collatein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterA_expr_typecast
public void enterA_expr_typecast(PostgreSQLParser.A_expr_typecastContext ctx)
Enter a parse tree produced byPostgreSQLParser.a_expr_typecast().The default implementation does nothing.
- Specified by:
enterA_expr_typecastin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitA_expr_typecast
public void exitA_expr_typecast(PostgreSQLParser.A_expr_typecastContext ctx)
Exit a parse tree produced byPostgreSQLParser.a_expr_typecast().The default implementation does nothing.
- Specified by:
exitA_expr_typecastin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterB_expr
public void enterB_expr(PostgreSQLParser.B_exprContext ctx)
Enter a parse tree produced byPostgreSQLParser.b_expr().The default implementation does nothing.
- Specified by:
enterB_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitB_expr
public void exitB_expr(PostgreSQLParser.B_exprContext ctx)
Exit a parse tree produced byPostgreSQLParser.b_expr().The default implementation does nothing.
- Specified by:
exitB_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterC_expr_exists
public void enterC_expr_exists(PostgreSQLParser.C_expr_existsContext ctx)
Enter a parse tree produced by thec_expr_existslabeled alternative inPostgreSQLParser.c_expr().The default implementation does nothing.
- Specified by:
enterC_expr_existsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitC_expr_exists
public void exitC_expr_exists(PostgreSQLParser.C_expr_existsContext ctx)
Exit a parse tree produced by thec_expr_existslabeled alternative inPostgreSQLParser.c_expr().The default implementation does nothing.
- Specified by:
exitC_expr_existsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterC_expr_expr
public void enterC_expr_expr(PostgreSQLParser.C_expr_exprContext ctx)
Enter a parse tree produced by thec_expr_exprlabeled alternative inPostgreSQLParser.c_expr().The default implementation does nothing.
- Specified by:
enterC_expr_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitC_expr_expr
public void exitC_expr_expr(PostgreSQLParser.C_expr_exprContext ctx)
Exit a parse tree produced by thec_expr_exprlabeled alternative inPostgreSQLParser.c_expr().The default implementation does nothing.
- Specified by:
exitC_expr_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterC_expr_case
public void enterC_expr_case(PostgreSQLParser.C_expr_caseContext ctx)
Enter a parse tree produced by thec_expr_caselabeled alternative inPostgreSQLParser.c_expr().The default implementation does nothing.
- Specified by:
enterC_expr_casein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitC_expr_case
public void exitC_expr_case(PostgreSQLParser.C_expr_caseContext ctx)
Exit a parse tree produced by thec_expr_caselabeled alternative inPostgreSQLParser.c_expr().The default implementation does nothing.
- Specified by:
exitC_expr_casein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPlsqlvariablename
public void enterPlsqlvariablename(PostgreSQLParser.PlsqlvariablenameContext ctx)
Enter a parse tree produced byPostgreSQLParser.plsqlvariablename().The default implementation does nothing.
- Specified by:
enterPlsqlvariablenamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPlsqlvariablename
public void exitPlsqlvariablename(PostgreSQLParser.PlsqlvariablenameContext ctx)
Exit a parse tree produced byPostgreSQLParser.plsqlvariablename().The default implementation does nothing.
- Specified by:
exitPlsqlvariablenamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_application
public void enterFunc_application(PostgreSQLParser.Func_applicationContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_application().The default implementation does nothing.
- Specified by:
enterFunc_applicationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_application
public void exitFunc_application(PostgreSQLParser.Func_applicationContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_application().The default implementation does nothing.
- Specified by:
exitFunc_applicationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_expr
public void enterFunc_expr(PostgreSQLParser.Func_exprContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_expr().The default implementation does nothing.
- Specified by:
enterFunc_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_expr
public void exitFunc_expr(PostgreSQLParser.Func_exprContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_expr().The default implementation does nothing.
- Specified by:
exitFunc_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_expr_windowless
public void enterFunc_expr_windowless(PostgreSQLParser.Func_expr_windowlessContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_expr_windowless().The default implementation does nothing.
- Specified by:
enterFunc_expr_windowlessin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_expr_windowless
public void exitFunc_expr_windowless(PostgreSQLParser.Func_expr_windowlessContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_expr_windowless().The default implementation does nothing.
- Specified by:
exitFunc_expr_windowlessin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_expr_common_subexpr
public void enterFunc_expr_common_subexpr(PostgreSQLParser.Func_expr_common_subexprContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_expr_common_subexpr().The default implementation does nothing.
- Specified by:
enterFunc_expr_common_subexprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_expr_common_subexpr
public void exitFunc_expr_common_subexpr(PostgreSQLParser.Func_expr_common_subexprContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_expr_common_subexpr().The default implementation does nothing.
- Specified by:
exitFunc_expr_common_subexprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXml_root_version
public void enterXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)
Enter a parse tree produced byPostgreSQLParser.xml_root_version().The default implementation does nothing.
- Specified by:
enterXml_root_versionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXml_root_version
public void exitXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)
Exit a parse tree produced byPostgreSQLParser.xml_root_version().The default implementation does nothing.
- Specified by:
exitXml_root_versionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_xml_root_standalone
public void enterOpt_xml_root_standalone(PostgreSQLParser.Opt_xml_root_standaloneContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_xml_root_standalone().The default implementation does nothing.
- Specified by:
enterOpt_xml_root_standalonein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_xml_root_standalone
public void exitOpt_xml_root_standalone(PostgreSQLParser.Opt_xml_root_standaloneContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_xml_root_standalone().The default implementation does nothing.
- Specified by:
exitOpt_xml_root_standalonein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXml_attributes
public void enterXml_attributes(PostgreSQLParser.Xml_attributesContext ctx)
Enter a parse tree produced byPostgreSQLParser.xml_attributes().The default implementation does nothing.
- Specified by:
enterXml_attributesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXml_attributes
public void exitXml_attributes(PostgreSQLParser.Xml_attributesContext ctx)
Exit a parse tree produced byPostgreSQLParser.xml_attributes().The default implementation does nothing.
- Specified by:
exitXml_attributesin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXml_attribute_list
public void enterXml_attribute_list(PostgreSQLParser.Xml_attribute_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.xml_attribute_list().The default implementation does nothing.
- Specified by:
enterXml_attribute_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXml_attribute_list
public void exitXml_attribute_list(PostgreSQLParser.Xml_attribute_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.xml_attribute_list().The default implementation does nothing.
- Specified by:
exitXml_attribute_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXml_attribute_el
public void enterXml_attribute_el(PostgreSQLParser.Xml_attribute_elContext ctx)
Enter a parse tree produced byPostgreSQLParser.xml_attribute_el().The default implementation does nothing.
- Specified by:
enterXml_attribute_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXml_attribute_el
public void exitXml_attribute_el(PostgreSQLParser.Xml_attribute_elContext ctx)
Exit a parse tree produced byPostgreSQLParser.xml_attribute_el().The default implementation does nothing.
- Specified by:
exitXml_attribute_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDocument_or_content
public void enterDocument_or_content(PostgreSQLParser.Document_or_contentContext ctx)
Enter a parse tree produced byPostgreSQLParser.document_or_content().The default implementation does nothing.
- Specified by:
enterDocument_or_contentin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDocument_or_content
public void exitDocument_or_content(PostgreSQLParser.Document_or_contentContext ctx)
Exit a parse tree produced byPostgreSQLParser.document_or_content().The default implementation does nothing.
- Specified by:
exitDocument_or_contentin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXml_whitespace_option
public void enterXml_whitespace_option(PostgreSQLParser.Xml_whitespace_optionContext ctx)
Enter a parse tree produced byPostgreSQLParser.xml_whitespace_option().The default implementation does nothing.
- Specified by:
enterXml_whitespace_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXml_whitespace_option
public void exitXml_whitespace_option(PostgreSQLParser.Xml_whitespace_optionContext ctx)
Exit a parse tree produced byPostgreSQLParser.xml_whitespace_option().The default implementation does nothing.
- Specified by:
exitXml_whitespace_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXmlexists_argument
public void enterXmlexists_argument(PostgreSQLParser.Xmlexists_argumentContext ctx)
Enter a parse tree produced byPostgreSQLParser.xmlexists_argument().The default implementation does nothing.
- Specified by:
enterXmlexists_argumentin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXmlexists_argument
public void exitXmlexists_argument(PostgreSQLParser.Xmlexists_argumentContext ctx)
Exit a parse tree produced byPostgreSQLParser.xmlexists_argument().The default implementation does nothing.
- Specified by:
exitXmlexists_argumentin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXml_passing_mech
public void enterXml_passing_mech(PostgreSQLParser.Xml_passing_mechContext ctx)
Enter a parse tree produced byPostgreSQLParser.xml_passing_mech().The default implementation does nothing.
- Specified by:
enterXml_passing_mechin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXml_passing_mech
public void exitXml_passing_mech(PostgreSQLParser.Xml_passing_mechContext ctx)
Exit a parse tree produced byPostgreSQLParser.xml_passing_mech().The default implementation does nothing.
- Specified by:
exitXml_passing_mechin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWithin_group_clause
public void enterWithin_group_clause(PostgreSQLParser.Within_group_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.within_group_clause().The default implementation does nothing.
- Specified by:
enterWithin_group_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWithin_group_clause
public void exitWithin_group_clause(PostgreSQLParser.Within_group_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.within_group_clause().The default implementation does nothing.
- Specified by:
exitWithin_group_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFilter_clause
public void enterFilter_clause(PostgreSQLParser.Filter_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.filter_clause().The default implementation does nothing.
- Specified by:
enterFilter_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFilter_clause
public void exitFilter_clause(PostgreSQLParser.Filter_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.filter_clause().The default implementation does nothing.
- Specified by:
exitFilter_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWindow_clause
public void enterWindow_clause(PostgreSQLParser.Window_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.window_clause().The default implementation does nothing.
- Specified by:
enterWindow_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWindow_clause
public void exitWindow_clause(PostgreSQLParser.Window_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.window_clause().The default implementation does nothing.
- Specified by:
exitWindow_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWindow_definition_list
public void enterWindow_definition_list(PostgreSQLParser.Window_definition_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.window_definition_list().The default implementation does nothing.
- Specified by:
enterWindow_definition_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWindow_definition_list
public void exitWindow_definition_list(PostgreSQLParser.Window_definition_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.window_definition_list().The default implementation does nothing.
- Specified by:
exitWindow_definition_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWindow_definition
public void enterWindow_definition(PostgreSQLParser.Window_definitionContext ctx)
Enter a parse tree produced byPostgreSQLParser.window_definition().The default implementation does nothing.
- Specified by:
enterWindow_definitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWindow_definition
public void exitWindow_definition(PostgreSQLParser.Window_definitionContext ctx)
Exit a parse tree produced byPostgreSQLParser.window_definition().The default implementation does nothing.
- Specified by:
exitWindow_definitionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOver_clause
public void enterOver_clause(PostgreSQLParser.Over_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.over_clause().The default implementation does nothing.
- Specified by:
enterOver_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOver_clause
public void exitOver_clause(PostgreSQLParser.Over_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.over_clause().The default implementation does nothing.
- Specified by:
exitOver_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWindow_specification
public void enterWindow_specification(PostgreSQLParser.Window_specificationContext ctx)
Enter a parse tree produced byPostgreSQLParser.window_specification().The default implementation does nothing.
- Specified by:
enterWindow_specificationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWindow_specification
public void exitWindow_specification(PostgreSQLParser.Window_specificationContext ctx)
Exit a parse tree produced byPostgreSQLParser.window_specification().The default implementation does nothing.
- Specified by:
exitWindow_specificationin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_existing_window_name
public void enterOpt_existing_window_name(PostgreSQLParser.Opt_existing_window_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_existing_window_name().The default implementation does nothing.
- Specified by:
enterOpt_existing_window_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_existing_window_name
public void exitOpt_existing_window_name(PostgreSQLParser.Opt_existing_window_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_existing_window_name().The default implementation does nothing.
- Specified by:
exitOpt_existing_window_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_partition_clause
public void enterOpt_partition_clause(PostgreSQLParser.Opt_partition_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_partition_clause().The default implementation does nothing.
- Specified by:
enterOpt_partition_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_partition_clause
public void exitOpt_partition_clause(PostgreSQLParser.Opt_partition_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_partition_clause().The default implementation does nothing.
- Specified by:
exitOpt_partition_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_frame_clause
public void enterOpt_frame_clause(PostgreSQLParser.Opt_frame_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_frame_clause().The default implementation does nothing.
- Specified by:
enterOpt_frame_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_frame_clause
public void exitOpt_frame_clause(PostgreSQLParser.Opt_frame_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_frame_clause().The default implementation does nothing.
- Specified by:
exitOpt_frame_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFrame_extent
public void enterFrame_extent(PostgreSQLParser.Frame_extentContext ctx)
Enter a parse tree produced byPostgreSQLParser.frame_extent().The default implementation does nothing.
- Specified by:
enterFrame_extentin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFrame_extent
public void exitFrame_extent(PostgreSQLParser.Frame_extentContext ctx)
Exit a parse tree produced byPostgreSQLParser.frame_extent().The default implementation does nothing.
- Specified by:
exitFrame_extentin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFrame_bound
public void enterFrame_bound(PostgreSQLParser.Frame_boundContext ctx)
Enter a parse tree produced byPostgreSQLParser.frame_bound().The default implementation does nothing.
- Specified by:
enterFrame_boundin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFrame_bound
public void exitFrame_bound(PostgreSQLParser.Frame_boundContext ctx)
Exit a parse tree produced byPostgreSQLParser.frame_bound().The default implementation does nothing.
- Specified by:
exitFrame_boundin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_window_exclusion_clause
public void enterOpt_window_exclusion_clause(PostgreSQLParser.Opt_window_exclusion_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_window_exclusion_clause().The default implementation does nothing.
- Specified by:
enterOpt_window_exclusion_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_window_exclusion_clause
public void exitOpt_window_exclusion_clause(PostgreSQLParser.Opt_window_exclusion_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_window_exclusion_clause().The default implementation does nothing.
- Specified by:
exitOpt_window_exclusion_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRow
public void enterRow(PostgreSQLParser.RowContext ctx)
Enter a parse tree produced byPostgreSQLParser.row().The default implementation does nothing.
- Specified by:
enterRowin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRow
public void exitRow(PostgreSQLParser.RowContext ctx)
Exit a parse tree produced byPostgreSQLParser.row().The default implementation does nothing.
- Specified by:
exitRowin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExplicit_row
public void enterExplicit_row(PostgreSQLParser.Explicit_rowContext ctx)
Enter a parse tree produced byPostgreSQLParser.explicit_row().The default implementation does nothing.
- Specified by:
enterExplicit_rowin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExplicit_row
public void exitExplicit_row(PostgreSQLParser.Explicit_rowContext ctx)
Exit a parse tree produced byPostgreSQLParser.explicit_row().The default implementation does nothing.
- Specified by:
exitExplicit_rowin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterImplicit_row
public void enterImplicit_row(PostgreSQLParser.Implicit_rowContext ctx)
Enter a parse tree produced byPostgreSQLParser.implicit_row().The default implementation does nothing.
- Specified by:
enterImplicit_rowin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitImplicit_row
public void exitImplicit_row(PostgreSQLParser.Implicit_rowContext ctx)
Exit a parse tree produced byPostgreSQLParser.implicit_row().The default implementation does nothing.
- Specified by:
exitImplicit_rowin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSub_type
public void enterSub_type(PostgreSQLParser.Sub_typeContext ctx)
Enter a parse tree produced byPostgreSQLParser.sub_type().The default implementation does nothing.
- Specified by:
enterSub_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSub_type
public void exitSub_type(PostgreSQLParser.Sub_typeContext ctx)
Exit a parse tree produced byPostgreSQLParser.sub_type().The default implementation does nothing.
- Specified by:
exitSub_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAll_op
public void enterAll_op(PostgreSQLParser.All_opContext ctx)
Enter a parse tree produced byPostgreSQLParser.all_op().The default implementation does nothing.
- Specified by:
enterAll_opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAll_op
public void exitAll_op(PostgreSQLParser.All_opContext ctx)
Exit a parse tree produced byPostgreSQLParser.all_op().The default implementation does nothing.
- Specified by:
exitAll_opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterMathop
public void enterMathop(PostgreSQLParser.MathopContext ctx)
Enter a parse tree produced byPostgreSQLParser.mathop().The default implementation does nothing.
- Specified by:
enterMathopin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitMathop
public void exitMathop(PostgreSQLParser.MathopContext ctx)
Exit a parse tree produced byPostgreSQLParser.mathop().The default implementation does nothing.
- Specified by:
exitMathopin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterQual_op
public void enterQual_op(PostgreSQLParser.Qual_opContext ctx)
Enter a parse tree produced byPostgreSQLParser.qual_op().The default implementation does nothing.
- Specified by:
enterQual_opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitQual_op
public void exitQual_op(PostgreSQLParser.Qual_opContext ctx)
Exit a parse tree produced byPostgreSQLParser.qual_op().The default implementation does nothing.
- Specified by:
exitQual_opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterQual_all_op
public void enterQual_all_op(PostgreSQLParser.Qual_all_opContext ctx)
Enter a parse tree produced byPostgreSQLParser.qual_all_op().The default implementation does nothing.
- Specified by:
enterQual_all_opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitQual_all_op
public void exitQual_all_op(PostgreSQLParser.Qual_all_opContext ctx)
Exit a parse tree produced byPostgreSQLParser.qual_all_op().The default implementation does nothing.
- Specified by:
exitQual_all_opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSubquery_Op
public void enterSubquery_Op(PostgreSQLParser.Subquery_OpContext ctx)
Enter a parse tree produced byPostgreSQLParser.subquery_Op().The default implementation does nothing.
- Specified by:
enterSubquery_Opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSubquery_Op
public void exitSubquery_Op(PostgreSQLParser.Subquery_OpContext ctx)
Exit a parse tree produced byPostgreSQLParser.subquery_Op().The default implementation does nothing.
- Specified by:
exitSubquery_Opin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExpr_list
public void enterExpr_list(PostgreSQLParser.Expr_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.expr_list().The default implementation does nothing.
- Specified by:
enterExpr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExpr_list
public void exitExpr_list(PostgreSQLParser.Expr_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.expr_list().The default implementation does nothing.
- Specified by:
exitExpr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_arg_list
public void enterFunc_arg_list(PostgreSQLParser.Func_arg_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_arg_list().The default implementation does nothing.
- Specified by:
enterFunc_arg_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_arg_list
public void exitFunc_arg_list(PostgreSQLParser.Func_arg_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_arg_list().The default implementation does nothing.
- Specified by:
exitFunc_arg_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_arg_expr
public void enterFunc_arg_expr(PostgreSQLParser.Func_arg_exprContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_arg_expr().The default implementation does nothing.
- Specified by:
enterFunc_arg_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_arg_expr
public void exitFunc_arg_expr(PostgreSQLParser.Func_arg_exprContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_arg_expr().The default implementation does nothing.
- Specified by:
exitFunc_arg_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterType_list
public void enterType_list(PostgreSQLParser.Type_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.type_list().The default implementation does nothing.
- Specified by:
enterType_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitType_list
public void exitType_list(PostgreSQLParser.Type_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.type_list().The default implementation does nothing.
- Specified by:
exitType_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterArray_expr
public void enterArray_expr(PostgreSQLParser.Array_exprContext ctx)
Enter a parse tree produced byPostgreSQLParser.array_expr().The default implementation does nothing.
- Specified by:
enterArray_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitArray_expr
public void exitArray_expr(PostgreSQLParser.Array_exprContext ctx)
Exit a parse tree produced byPostgreSQLParser.array_expr().The default implementation does nothing.
- Specified by:
exitArray_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterArray_expr_list
public void enterArray_expr_list(PostgreSQLParser.Array_expr_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.array_expr_list().The default implementation does nothing.
- Specified by:
enterArray_expr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitArray_expr_list
public void exitArray_expr_list(PostgreSQLParser.Array_expr_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.array_expr_list().The default implementation does nothing.
- Specified by:
exitArray_expr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExtract_list
public void enterExtract_list(PostgreSQLParser.Extract_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.extract_list().The default implementation does nothing.
- Specified by:
enterExtract_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExtract_list
public void exitExtract_list(PostgreSQLParser.Extract_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.extract_list().The default implementation does nothing.
- Specified by:
exitExtract_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExtract_arg
public void enterExtract_arg(PostgreSQLParser.Extract_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.extract_arg().The default implementation does nothing.
- Specified by:
enterExtract_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExtract_arg
public void exitExtract_arg(PostgreSQLParser.Extract_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.extract_arg().The default implementation does nothing.
- Specified by:
exitExtract_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterUnicode_normal_form
public void enterUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)
Enter a parse tree produced byPostgreSQLParser.unicode_normal_form().The default implementation does nothing.
- Specified by:
enterUnicode_normal_formin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitUnicode_normal_form
public void exitUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)
Exit a parse tree produced byPostgreSQLParser.unicode_normal_form().The default implementation does nothing.
- Specified by:
exitUnicode_normal_formin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOverlay_list
public void enterOverlay_list(PostgreSQLParser.Overlay_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.overlay_list().The default implementation does nothing.
- Specified by:
enterOverlay_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOverlay_list
public void exitOverlay_list(PostgreSQLParser.Overlay_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.overlay_list().The default implementation does nothing.
- Specified by:
exitOverlay_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPosition_list
public void enterPosition_list(PostgreSQLParser.Position_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.position_list().The default implementation does nothing.
- Specified by:
enterPosition_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPosition_list
public void exitPosition_list(PostgreSQLParser.Position_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.position_list().The default implementation does nothing.
- Specified by:
exitPosition_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSubstr_list
public void enterSubstr_list(PostgreSQLParser.Substr_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.substr_list().The default implementation does nothing.
- Specified by:
enterSubstr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSubstr_list
public void exitSubstr_list(PostgreSQLParser.Substr_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.substr_list().The default implementation does nothing.
- Specified by:
exitSubstr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTrim_list
public void enterTrim_list(PostgreSQLParser.Trim_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.trim_list().The default implementation does nothing.
- Specified by:
enterTrim_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTrim_list
public void exitTrim_list(PostgreSQLParser.Trim_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.trim_list().The default implementation does nothing.
- Specified by:
exitTrim_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIn_expr_select
public void enterIn_expr_select(PostgreSQLParser.In_expr_selectContext ctx)
Enter a parse tree produced by thein_expr_selectlabeled alternative inPostgreSQLParser.in_expr().The default implementation does nothing.
- Specified by:
enterIn_expr_selectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIn_expr_select
public void exitIn_expr_select(PostgreSQLParser.In_expr_selectContext ctx)
Exit a parse tree produced by thein_expr_selectlabeled alternative inPostgreSQLParser.in_expr().The default implementation does nothing.
- Specified by:
exitIn_expr_selectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIn_expr_list
public void enterIn_expr_list(PostgreSQLParser.In_expr_listContext ctx)
Enter a parse tree produced by thein_expr_listlabeled alternative inPostgreSQLParser.in_expr().The default implementation does nothing.
- Specified by:
enterIn_expr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIn_expr_list
public void exitIn_expr_list(PostgreSQLParser.In_expr_listContext ctx)
Exit a parse tree produced by thein_expr_listlabeled alternative inPostgreSQLParser.in_expr().The default implementation does nothing.
- Specified by:
exitIn_expr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCase_expr
public void enterCase_expr(PostgreSQLParser.Case_exprContext ctx)
Enter a parse tree produced byPostgreSQLParser.case_expr().The default implementation does nothing.
- Specified by:
enterCase_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCase_expr
public void exitCase_expr(PostgreSQLParser.Case_exprContext ctx)
Exit a parse tree produced byPostgreSQLParser.case_expr().The default implementation does nothing.
- Specified by:
exitCase_exprin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWhen_clause_list
public void enterWhen_clause_list(PostgreSQLParser.When_clause_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.when_clause_list().The default implementation does nothing.
- Specified by:
enterWhen_clause_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWhen_clause_list
public void exitWhen_clause_list(PostgreSQLParser.When_clause_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.when_clause_list().The default implementation does nothing.
- Specified by:
exitWhen_clause_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterWhen_clause
public void enterWhen_clause(PostgreSQLParser.When_clauseContext ctx)
Enter a parse tree produced byPostgreSQLParser.when_clause().The default implementation does nothing.
- Specified by:
enterWhen_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitWhen_clause
public void exitWhen_clause(PostgreSQLParser.When_clauseContext ctx)
Exit a parse tree produced byPostgreSQLParser.when_clause().The default implementation does nothing.
- Specified by:
exitWhen_clausein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCase_default
public void enterCase_default(PostgreSQLParser.Case_defaultContext ctx)
Enter a parse tree produced byPostgreSQLParser.case_default().The default implementation does nothing.
- Specified by:
enterCase_defaultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCase_default
public void exitCase_default(PostgreSQLParser.Case_defaultContext ctx)
Exit a parse tree produced byPostgreSQLParser.case_default().The default implementation does nothing.
- Specified by:
exitCase_defaultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCase_arg
public void enterCase_arg(PostgreSQLParser.Case_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.case_arg().The default implementation does nothing.
- Specified by:
enterCase_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCase_arg
public void exitCase_arg(PostgreSQLParser.Case_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.case_arg().The default implementation does nothing.
- Specified by:
exitCase_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterColumnref
public void enterColumnref(PostgreSQLParser.ColumnrefContext ctx)
Enter a parse tree produced byPostgreSQLParser.columnref().The default implementation does nothing.
- Specified by:
enterColumnrefin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitColumnref
public void exitColumnref(PostgreSQLParser.ColumnrefContext ctx)
Exit a parse tree produced byPostgreSQLParser.columnref().The default implementation does nothing.
- Specified by:
exitColumnrefin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIndirection_el
public void enterIndirection_el(PostgreSQLParser.Indirection_elContext ctx)
Enter a parse tree produced byPostgreSQLParser.indirection_el().The default implementation does nothing.
- Specified by:
enterIndirection_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIndirection_el
public void exitIndirection_el(PostgreSQLParser.Indirection_elContext ctx)
Exit a parse tree produced byPostgreSQLParser.indirection_el().The default implementation does nothing.
- Specified by:
exitIndirection_elin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_slice_bound
public void enterOpt_slice_bound(PostgreSQLParser.Opt_slice_boundContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_slice_bound().The default implementation does nothing.
- Specified by:
enterOpt_slice_boundin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_slice_bound
public void exitOpt_slice_bound(PostgreSQLParser.Opt_slice_boundContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_slice_bound().The default implementation does nothing.
- Specified by:
exitOpt_slice_boundin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIndirection
public void enterIndirection(PostgreSQLParser.IndirectionContext ctx)
Enter a parse tree produced byPostgreSQLParser.indirection().The default implementation does nothing.
- Specified by:
enterIndirectionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIndirection
public void exitIndirection(PostgreSQLParser.IndirectionContext ctx)
Exit a parse tree produced byPostgreSQLParser.indirection().The default implementation does nothing.
- Specified by:
exitIndirectionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_indirection
public void enterOpt_indirection(PostgreSQLParser.Opt_indirectionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_indirection().The default implementation does nothing.
- Specified by:
enterOpt_indirectionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_indirection
public void exitOpt_indirection(PostgreSQLParser.Opt_indirectionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_indirection().The default implementation does nothing.
- Specified by:
exitOpt_indirectionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_target_list
public void enterOpt_target_list(PostgreSQLParser.Opt_target_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_target_list().The default implementation does nothing.
- Specified by:
enterOpt_target_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_target_list
public void exitOpt_target_list(PostgreSQLParser.Opt_target_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_target_list().The default implementation does nothing.
- Specified by:
exitOpt_target_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTarget_list
public void enterTarget_list(PostgreSQLParser.Target_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.target_list().The default implementation does nothing.
- Specified by:
enterTarget_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTarget_list
public void exitTarget_list(PostgreSQLParser.Target_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.target_list().The default implementation does nothing.
- Specified by:
exitTarget_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTarget_label
public void enterTarget_label(PostgreSQLParser.Target_labelContext ctx)
Enter a parse tree produced by thetarget_labellabeled alternative inPostgreSQLParser.target_el().The default implementation does nothing.
- Specified by:
enterTarget_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTarget_label
public void exitTarget_label(PostgreSQLParser.Target_labelContext ctx)
Exit a parse tree produced by thetarget_labellabeled alternative inPostgreSQLParser.target_el().The default implementation does nothing.
- Specified by:
exitTarget_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterTarget_star
public void enterTarget_star(PostgreSQLParser.Target_starContext ctx)
Enter a parse tree produced by thetarget_starlabeled alternative inPostgreSQLParser.target_el().The default implementation does nothing.
- Specified by:
enterTarget_starin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitTarget_star
public void exitTarget_star(PostgreSQLParser.Target_starContext ctx)
Exit a parse tree produced by thetarget_starlabeled alternative inPostgreSQLParser.target_el().The default implementation does nothing.
- Specified by:
exitTarget_starin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterQualified_name_list
public void enterQualified_name_list(PostgreSQLParser.Qualified_name_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.qualified_name_list().The default implementation does nothing.
- Specified by:
enterQualified_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitQualified_name_list
public void exitQualified_name_list(PostgreSQLParser.Qualified_name_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.qualified_name_list().The default implementation does nothing.
- Specified by:
exitQualified_name_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterQualified_name
public void enterQualified_name(PostgreSQLParser.Qualified_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.qualified_name().The default implementation does nothing.
- Specified by:
enterQualified_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitQualified_name
public void exitQualified_name(PostgreSQLParser.Qualified_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.qualified_name().The default implementation does nothing.
- Specified by:
exitQualified_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterName_list
public void enterName_list(PostgreSQLParser.Name_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.name_list().The default implementation does nothing.
- Specified by:
enterName_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitName_list
public void exitName_list(PostgreSQLParser.Name_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.name_list().The default implementation does nothing.
- Specified by:
exitName_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterName
public void enterName(PostgreSQLParser.NameContext ctx)
Enter a parse tree produced byPostgreSQLParser.name().The default implementation does nothing.
- Specified by:
enterNamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitName
public void exitName(PostgreSQLParser.NameContext ctx)
Exit a parse tree produced byPostgreSQLParser.name().The default implementation does nothing.
- Specified by:
exitNamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAttr_name
public void enterAttr_name(PostgreSQLParser.Attr_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.attr_name().The default implementation does nothing.
- Specified by:
enterAttr_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAttr_name
public void exitAttr_name(PostgreSQLParser.Attr_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.attr_name().The default implementation does nothing.
- Specified by:
exitAttr_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFile_name
public void enterFile_name(PostgreSQLParser.File_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.file_name().The default implementation does nothing.
- Specified by:
enterFile_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFile_name
public void exitFile_name(PostgreSQLParser.File_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.file_name().The default implementation does nothing.
- Specified by:
exitFile_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFunc_name
public void enterFunc_name(PostgreSQLParser.Func_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.func_name().The default implementation does nothing.
- Specified by:
enterFunc_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFunc_name
public void exitFunc_name(PostgreSQLParser.Func_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.func_name().The default implementation does nothing.
- Specified by:
exitFunc_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAexprconst
public void enterAexprconst(PostgreSQLParser.AexprconstContext ctx)
Enter a parse tree produced byPostgreSQLParser.aexprconst().The default implementation does nothing.
- Specified by:
enterAexprconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAexprconst
public void exitAexprconst(PostgreSQLParser.AexprconstContext ctx)
Exit a parse tree produced byPostgreSQLParser.aexprconst().The default implementation does nothing.
- Specified by:
exitAexprconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterXconst
public void enterXconst(PostgreSQLParser.XconstContext ctx)
Enter a parse tree produced byPostgreSQLParser.xconst().The default implementation does nothing.
- Specified by:
enterXconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitXconst
public void exitXconst(PostgreSQLParser.XconstContext ctx)
Exit a parse tree produced byPostgreSQLParser.xconst().The default implementation does nothing.
- Specified by:
exitXconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterBconst
public void enterBconst(PostgreSQLParser.BconstContext ctx)
Enter a parse tree produced byPostgreSQLParser.bconst().The default implementation does nothing.
- Specified by:
enterBconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitBconst
public void exitBconst(PostgreSQLParser.BconstContext ctx)
Exit a parse tree produced byPostgreSQLParser.bconst().The default implementation does nothing.
- Specified by:
exitBconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFconst
public void enterFconst(PostgreSQLParser.FconstContext ctx)
Enter a parse tree produced byPostgreSQLParser.fconst().The default implementation does nothing.
- Specified by:
enterFconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFconst
public void exitFconst(PostgreSQLParser.FconstContext ctx)
Exit a parse tree produced byPostgreSQLParser.fconst().The default implementation does nothing.
- Specified by:
exitFconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIconst
public void enterIconst(PostgreSQLParser.IconstContext ctx)
Enter a parse tree produced byPostgreSQLParser.iconst().The default implementation does nothing.
- Specified by:
enterIconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIconst
public void exitIconst(PostgreSQLParser.IconstContext ctx)
Exit a parse tree produced byPostgreSQLParser.iconst().The default implementation does nothing.
- Specified by:
exitIconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSconst
public void enterSconst(PostgreSQLParser.SconstContext ctx)
Enter a parse tree produced byPostgreSQLParser.sconst().The default implementation does nothing.
- Specified by:
enterSconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSconst
public void exitSconst(PostgreSQLParser.SconstContext ctx)
Exit a parse tree produced byPostgreSQLParser.sconst().The default implementation does nothing.
- Specified by:
exitSconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAnysconst
public void enterAnysconst(PostgreSQLParser.AnysconstContext ctx)
Enter a parse tree produced byPostgreSQLParser.anysconst().The default implementation does nothing.
- Specified by:
enterAnysconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAnysconst
public void exitAnysconst(PostgreSQLParser.AnysconstContext ctx)
Exit a parse tree produced byPostgreSQLParser.anysconst().The default implementation does nothing.
- Specified by:
exitAnysconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_uescape
public void enterOpt_uescape(PostgreSQLParser.Opt_uescapeContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_uescape().The default implementation does nothing.
- Specified by:
enterOpt_uescapein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_uescape
public void exitOpt_uescape(PostgreSQLParser.Opt_uescapeContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_uescape().The default implementation does nothing.
- Specified by:
exitOpt_uescapein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSignediconst
public void enterSignediconst(PostgreSQLParser.SignediconstContext ctx)
Enter a parse tree produced byPostgreSQLParser.signediconst().The default implementation does nothing.
- Specified by:
enterSignediconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSignediconst
public void exitSignediconst(PostgreSQLParser.SignediconstContext ctx)
Exit a parse tree produced byPostgreSQLParser.signediconst().The default implementation does nothing.
- Specified by:
exitSignediconstin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRoleid
public void enterRoleid(PostgreSQLParser.RoleidContext ctx)
Enter a parse tree produced byPostgreSQLParser.roleid().The default implementation does nothing.
- Specified by:
enterRoleidin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRoleid
public void exitRoleid(PostgreSQLParser.RoleidContext ctx)
Exit a parse tree produced byPostgreSQLParser.roleid().The default implementation does nothing.
- Specified by:
exitRoleidin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRolespec
public void enterRolespec(PostgreSQLParser.RolespecContext ctx)
Enter a parse tree produced byPostgreSQLParser.rolespec().The default implementation does nothing.
- Specified by:
enterRolespecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRolespec
public void exitRolespec(PostgreSQLParser.RolespecContext ctx)
Exit a parse tree produced byPostgreSQLParser.rolespec().The default implementation does nothing.
- Specified by:
exitRolespecin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterRole_list
public void enterRole_list(PostgreSQLParser.Role_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.role_list().The default implementation does nothing.
- Specified by:
enterRole_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitRole_list
public void exitRole_list(PostgreSQLParser.Role_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.role_list().The default implementation does nothing.
- Specified by:
exitRole_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterColid
public void enterColid(PostgreSQLParser.ColidContext ctx)
Enter a parse tree produced byPostgreSQLParser.colid().The default implementation does nothing.
- Specified by:
enterColidin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitColid
public void exitColid(PostgreSQLParser.ColidContext ctx)
Exit a parse tree produced byPostgreSQLParser.colid().The default implementation does nothing.
- Specified by:
exitColidin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterType_function_name
public void enterType_function_name(PostgreSQLParser.Type_function_nameContext ctx)
Enter a parse tree produced byPostgreSQLParser.type_function_name().The default implementation does nothing.
- Specified by:
enterType_function_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitType_function_name
public void exitType_function_name(PostgreSQLParser.Type_function_nameContext ctx)
Exit a parse tree produced byPostgreSQLParser.type_function_name().The default implementation does nothing.
- Specified by:
exitType_function_namein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterNonreservedword
public void enterNonreservedword(PostgreSQLParser.NonreservedwordContext ctx)
Enter a parse tree produced byPostgreSQLParser.nonreservedword().The default implementation does nothing.
- Specified by:
enterNonreservedwordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitNonreservedword
public void exitNonreservedword(PostgreSQLParser.NonreservedwordContext ctx)
Exit a parse tree produced byPostgreSQLParser.nonreservedword().The default implementation does nothing.
- Specified by:
exitNonreservedwordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCollabel
public void enterCollabel(PostgreSQLParser.CollabelContext ctx)
Enter a parse tree produced byPostgreSQLParser.collabel().The default implementation does nothing.
- Specified by:
enterCollabelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCollabel
public void exitCollabel(PostgreSQLParser.CollabelContext ctx)
Exit a parse tree produced byPostgreSQLParser.collabel().The default implementation does nothing.
- Specified by:
exitCollabelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterIdentifier
public void enterIdentifier(PostgreSQLParser.IdentifierContext ctx)
Enter a parse tree produced byPostgreSQLParser.identifier().The default implementation does nothing.
- Specified by:
enterIdentifierin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitIdentifier
public void exitIdentifier(PostgreSQLParser.IdentifierContext ctx)
Exit a parse tree produced byPostgreSQLParser.identifier().The default implementation does nothing.
- Specified by:
exitIdentifierin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPlsqlidentifier
public void enterPlsqlidentifier(PostgreSQLParser.PlsqlidentifierContext ctx)
Enter a parse tree produced byPostgreSQLParser.plsqlidentifier().The default implementation does nothing.
- Specified by:
enterPlsqlidentifierin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPlsqlidentifier
public void exitPlsqlidentifier(PostgreSQLParser.PlsqlidentifierContext ctx)
Exit a parse tree produced byPostgreSQLParser.plsqlidentifier().The default implementation does nothing.
- Specified by:
exitPlsqlidentifierin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterUnreserved_keyword
public void enterUnreserved_keyword(PostgreSQLParser.Unreserved_keywordContext ctx)
Enter a parse tree produced byPostgreSQLParser.unreserved_keyword().The default implementation does nothing.
- Specified by:
enterUnreserved_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitUnreserved_keyword
public void exitUnreserved_keyword(PostgreSQLParser.Unreserved_keywordContext ctx)
Exit a parse tree produced byPostgreSQLParser.unreserved_keyword().The default implementation does nothing.
- Specified by:
exitUnreserved_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCol_name_keyword
public void enterCol_name_keyword(PostgreSQLParser.Col_name_keywordContext ctx)
Enter a parse tree produced byPostgreSQLParser.col_name_keyword().The default implementation does nothing.
- Specified by:
enterCol_name_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCol_name_keyword
public void exitCol_name_keyword(PostgreSQLParser.Col_name_keywordContext ctx)
Exit a parse tree produced byPostgreSQLParser.col_name_keyword().The default implementation does nothing.
- Specified by:
exitCol_name_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterType_func_name_keyword
public void enterType_func_name_keyword(PostgreSQLParser.Type_func_name_keywordContext ctx)
Enter a parse tree produced byPostgreSQLParser.type_func_name_keyword().The default implementation does nothing.
- Specified by:
enterType_func_name_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitType_func_name_keyword
public void exitType_func_name_keyword(PostgreSQLParser.Type_func_name_keywordContext ctx)
Exit a parse tree produced byPostgreSQLParser.type_func_name_keyword().The default implementation does nothing.
- Specified by:
exitType_func_name_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterReserved_keyword
public void enterReserved_keyword(PostgreSQLParser.Reserved_keywordContext ctx)
Enter a parse tree produced byPostgreSQLParser.reserved_keyword().The default implementation does nothing.
- Specified by:
enterReserved_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitReserved_keyword
public void exitReserved_keyword(PostgreSQLParser.Reserved_keywordContext ctx)
Exit a parse tree produced byPostgreSQLParser.reserved_keyword().The default implementation does nothing.
- Specified by:
exitReserved_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPl_function
public void enterPl_function(PostgreSQLParser.Pl_functionContext ctx)
Enter a parse tree produced byPostgreSQLParser.pl_function().The default implementation does nothing.
- Specified by:
enterPl_functionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPl_function
public void exitPl_function(PostgreSQLParser.Pl_functionContext ctx)
Exit a parse tree produced byPostgreSQLParser.pl_function().The default implementation does nothing.
- Specified by:
exitPl_functionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterComp_options
public void enterComp_options(PostgreSQLParser.Comp_optionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.comp_options().The default implementation does nothing.
- Specified by:
enterComp_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitComp_options
public void exitComp_options(PostgreSQLParser.Comp_optionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.comp_options().The default implementation does nothing.
- Specified by:
exitComp_optionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterComp_option
public void enterComp_option(PostgreSQLParser.Comp_optionContext ctx)
Enter a parse tree produced byPostgreSQLParser.comp_option().The default implementation does nothing.
- Specified by:
enterComp_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitComp_option
public void exitComp_option(PostgreSQLParser.Comp_optionContext ctx)
Exit a parse tree produced byPostgreSQLParser.comp_option().The default implementation does nothing.
- Specified by:
exitComp_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSharp
public void enterSharp(PostgreSQLParser.SharpContext ctx)
Enter a parse tree produced byPostgreSQLParser.sharp().The default implementation does nothing.
- Specified by:
enterSharpin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSharp
public void exitSharp(PostgreSQLParser.SharpContext ctx)
Exit a parse tree produced byPostgreSQLParser.sharp().The default implementation does nothing.
- Specified by:
exitSharpin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOption_value
public void enterOption_value(PostgreSQLParser.Option_valueContext ctx)
Enter a parse tree produced byPostgreSQLParser.option_value().The default implementation does nothing.
- Specified by:
enterOption_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOption_value
public void exitOption_value(PostgreSQLParser.Option_valueContext ctx)
Exit a parse tree produced byPostgreSQLParser.option_value().The default implementation does nothing.
- Specified by:
exitOption_valuein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_semi
public void enterOpt_semi(PostgreSQLParser.Opt_semiContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_semi().The default implementation does nothing.
- Specified by:
enterOpt_semiin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_semi
public void exitOpt_semi(PostgreSQLParser.Opt_semiContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_semi().The default implementation does nothing.
- Specified by:
exitOpt_semiin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPl_block
public void enterPl_block(PostgreSQLParser.Pl_blockContext ctx)
Enter a parse tree produced byPostgreSQLParser.pl_block().The default implementation does nothing.
- Specified by:
enterPl_blockin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPl_block
public void exitPl_block(PostgreSQLParser.Pl_blockContext ctx)
Exit a parse tree produced byPostgreSQLParser.pl_block().The default implementation does nothing.
- Specified by:
exitPl_blockin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_sect
public void enterDecl_sect(PostgreSQLParser.Decl_sectContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_sect().The default implementation does nothing.
- Specified by:
enterDecl_sectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_sect
public void exitDecl_sect(PostgreSQLParser.Decl_sectContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_sect().The default implementation does nothing.
- Specified by:
exitDecl_sectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_start
public void enterDecl_start(PostgreSQLParser.Decl_startContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_start().The default implementation does nothing.
- Specified by:
enterDecl_startin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_start
public void exitDecl_start(PostgreSQLParser.Decl_startContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_start().The default implementation does nothing.
- Specified by:
exitDecl_startin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_stmts
public void enterDecl_stmts(PostgreSQLParser.Decl_stmtsContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_stmts().The default implementation does nothing.
- Specified by:
enterDecl_stmtsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_stmts
public void exitDecl_stmts(PostgreSQLParser.Decl_stmtsContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_stmts().The default implementation does nothing.
- Specified by:
exitDecl_stmtsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterLabel_decl
public void enterLabel_decl(PostgreSQLParser.Label_declContext ctx)
Enter a parse tree produced byPostgreSQLParser.label_decl().The default implementation does nothing.
- Specified by:
enterLabel_declin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitLabel_decl
public void exitLabel_decl(PostgreSQLParser.Label_declContext ctx)
Exit a parse tree produced byPostgreSQLParser.label_decl().The default implementation does nothing.
- Specified by:
exitLabel_declin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_stmt
public void enterDecl_stmt(PostgreSQLParser.Decl_stmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_stmt().The default implementation does nothing.
- Specified by:
enterDecl_stmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_stmt
public void exitDecl_stmt(PostgreSQLParser.Decl_stmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_stmt().The default implementation does nothing.
- Specified by:
exitDecl_stmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_statement
public void enterDecl_statement(PostgreSQLParser.Decl_statementContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_statement().The default implementation does nothing.
- Specified by:
enterDecl_statementin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_statement
public void exitDecl_statement(PostgreSQLParser.Decl_statementContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_statement().The default implementation does nothing.
- Specified by:
exitDecl_statementin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_scrollable
public void enterOpt_scrollable(PostgreSQLParser.Opt_scrollableContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_scrollable().The default implementation does nothing.
- Specified by:
enterOpt_scrollablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_scrollable
public void exitOpt_scrollable(PostgreSQLParser.Opt_scrollableContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_scrollable().The default implementation does nothing.
- Specified by:
exitOpt_scrollablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_cursor_query
public void enterDecl_cursor_query(PostgreSQLParser.Decl_cursor_queryContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_cursor_query().The default implementation does nothing.
- Specified by:
enterDecl_cursor_queryin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_cursor_query
public void exitDecl_cursor_query(PostgreSQLParser.Decl_cursor_queryContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_cursor_query().The default implementation does nothing.
- Specified by:
exitDecl_cursor_queryin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_cursor_args
public void enterDecl_cursor_args(PostgreSQLParser.Decl_cursor_argsContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_cursor_args().The default implementation does nothing.
- Specified by:
enterDecl_cursor_argsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_cursor_args
public void exitDecl_cursor_args(PostgreSQLParser.Decl_cursor_argsContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_cursor_args().The default implementation does nothing.
- Specified by:
exitDecl_cursor_argsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_cursor_arglist
public void enterDecl_cursor_arglist(PostgreSQLParser.Decl_cursor_arglistContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_cursor_arglist().The default implementation does nothing.
- Specified by:
enterDecl_cursor_arglistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_cursor_arglist
public void exitDecl_cursor_arglist(PostgreSQLParser.Decl_cursor_arglistContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_cursor_arglist().The default implementation does nothing.
- Specified by:
exitDecl_cursor_arglistin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_cursor_arg
public void enterDecl_cursor_arg(PostgreSQLParser.Decl_cursor_argContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_cursor_arg().The default implementation does nothing.
- Specified by:
enterDecl_cursor_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_cursor_arg
public void exitDecl_cursor_arg(PostgreSQLParser.Decl_cursor_argContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_cursor_arg().The default implementation does nothing.
- Specified by:
exitDecl_cursor_argin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_is_for
public void enterDecl_is_for(PostgreSQLParser.Decl_is_forContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_is_for().The default implementation does nothing.
- Specified by:
enterDecl_is_forin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_is_for
public void exitDecl_is_for(PostgreSQLParser.Decl_is_forContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_is_for().The default implementation does nothing.
- Specified by:
exitDecl_is_forin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_aliasitem
public void enterDecl_aliasitem(PostgreSQLParser.Decl_aliasitemContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_aliasitem().The default implementation does nothing.
- Specified by:
enterDecl_aliasitemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_aliasitem
public void exitDecl_aliasitem(PostgreSQLParser.Decl_aliasitemContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_aliasitem().The default implementation does nothing.
- Specified by:
exitDecl_aliasitemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_varname
public void enterDecl_varname(PostgreSQLParser.Decl_varnameContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_varname().The default implementation does nothing.
- Specified by:
enterDecl_varnamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_varname
public void exitDecl_varname(PostgreSQLParser.Decl_varnameContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_varname().The default implementation does nothing.
- Specified by:
exitDecl_varnamein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_const
public void enterDecl_const(PostgreSQLParser.Decl_constContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_const().The default implementation does nothing.
- Specified by:
enterDecl_constin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_const
public void exitDecl_const(PostgreSQLParser.Decl_constContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_const().The default implementation does nothing.
- Specified by:
exitDecl_constin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_datatype
public void enterDecl_datatype(PostgreSQLParser.Decl_datatypeContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_datatype().The default implementation does nothing.
- Specified by:
enterDecl_datatypein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_datatype
public void exitDecl_datatype(PostgreSQLParser.Decl_datatypeContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_datatype().The default implementation does nothing.
- Specified by:
exitDecl_datatypein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_collate
public void enterDecl_collate(PostgreSQLParser.Decl_collateContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_collate().The default implementation does nothing.
- Specified by:
enterDecl_collatein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_collate
public void exitDecl_collate(PostgreSQLParser.Decl_collateContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_collate().The default implementation does nothing.
- Specified by:
exitDecl_collatein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_notnull
public void enterDecl_notnull(PostgreSQLParser.Decl_notnullContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_notnull().The default implementation does nothing.
- Specified by:
enterDecl_notnullin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_notnull
public void exitDecl_notnull(PostgreSQLParser.Decl_notnullContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_notnull().The default implementation does nothing.
- Specified by:
exitDecl_notnullin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_defval
public void enterDecl_defval(PostgreSQLParser.Decl_defvalContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_defval().The default implementation does nothing.
- Specified by:
enterDecl_defvalin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_defval
public void exitDecl_defval(PostgreSQLParser.Decl_defvalContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_defval().The default implementation does nothing.
- Specified by:
exitDecl_defvalin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterDecl_defkey
public void enterDecl_defkey(PostgreSQLParser.Decl_defkeyContext ctx)
Enter a parse tree produced byPostgreSQLParser.decl_defkey().The default implementation does nothing.
- Specified by:
enterDecl_defkeyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitDecl_defkey
public void exitDecl_defkey(PostgreSQLParser.Decl_defkeyContext ctx)
Exit a parse tree produced byPostgreSQLParser.decl_defkey().The default implementation does nothing.
- Specified by:
exitDecl_defkeyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAssign_operator
public void enterAssign_operator(PostgreSQLParser.Assign_operatorContext ctx)
Enter a parse tree produced byPostgreSQLParser.assign_operator().The default implementation does nothing.
- Specified by:
enterAssign_operatorin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAssign_operator
public void exitAssign_operator(PostgreSQLParser.Assign_operatorContext ctx)
Exit a parse tree produced byPostgreSQLParser.assign_operator().The default implementation does nothing.
- Specified by:
exitAssign_operatorin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterProc_sect
public void enterProc_sect(PostgreSQLParser.Proc_sectContext ctx)
Enter a parse tree produced byPostgreSQLParser.proc_sect().The default implementation does nothing.
- Specified by:
enterProc_sectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitProc_sect
public void exitProc_sect(PostgreSQLParser.Proc_sectContext ctx)
Exit a parse tree produced byPostgreSQLParser.proc_sect().The default implementation does nothing.
- Specified by:
exitProc_sectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterProc_stmt
public void enterProc_stmt(PostgreSQLParser.Proc_stmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.proc_stmt().The default implementation does nothing.
- Specified by:
enterProc_stmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitProc_stmt
public void exitProc_stmt(PostgreSQLParser.Proc_stmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.proc_stmt().The default implementation does nothing.
- Specified by:
exitProc_stmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_perform
public void enterStmt_perform(PostgreSQLParser.Stmt_performContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_perform().The default implementation does nothing.
- Specified by:
enterStmt_performin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_perform
public void exitStmt_perform(PostgreSQLParser.Stmt_performContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_perform().The default implementation does nothing.
- Specified by:
exitStmt_performin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_call
public void enterStmt_call(PostgreSQLParser.Stmt_callContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_call().The default implementation does nothing.
- Specified by:
enterStmt_callin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_call
public void exitStmt_call(PostgreSQLParser.Stmt_callContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_call().The default implementation does nothing.
- Specified by:
exitStmt_callin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_expr_list
public void enterOpt_expr_list(PostgreSQLParser.Opt_expr_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_expr_list().The default implementation does nothing.
- Specified by:
enterOpt_expr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_expr_list
public void exitOpt_expr_list(PostgreSQLParser.Opt_expr_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_expr_list().The default implementation does nothing.
- Specified by:
exitOpt_expr_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_assign
public void enterStmt_assign(PostgreSQLParser.Stmt_assignContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_assign().The default implementation does nothing.
- Specified by:
enterStmt_assignin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_assign
public void exitStmt_assign(PostgreSQLParser.Stmt_assignContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_assign().The default implementation does nothing.
- Specified by:
exitStmt_assignin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_getdiag
public void enterStmt_getdiag(PostgreSQLParser.Stmt_getdiagContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_getdiag().The default implementation does nothing.
- Specified by:
enterStmt_getdiagin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_getdiag
public void exitStmt_getdiag(PostgreSQLParser.Stmt_getdiagContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_getdiag().The default implementation does nothing.
- Specified by:
exitStmt_getdiagin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGetdiag_area_opt
public void enterGetdiag_area_opt(PostgreSQLParser.Getdiag_area_optContext ctx)
Enter a parse tree produced byPostgreSQLParser.getdiag_area_opt().The default implementation does nothing.
- Specified by:
enterGetdiag_area_optin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGetdiag_area_opt
public void exitGetdiag_area_opt(PostgreSQLParser.Getdiag_area_optContext ctx)
Exit a parse tree produced byPostgreSQLParser.getdiag_area_opt().The default implementation does nothing.
- Specified by:
exitGetdiag_area_optin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGetdiag_list
public void enterGetdiag_list(PostgreSQLParser.Getdiag_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.getdiag_list().The default implementation does nothing.
- Specified by:
enterGetdiag_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGetdiag_list
public void exitGetdiag_list(PostgreSQLParser.Getdiag_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.getdiag_list().The default implementation does nothing.
- Specified by:
exitGetdiag_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGetdiag_list_item
public void enterGetdiag_list_item(PostgreSQLParser.Getdiag_list_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.getdiag_list_item().The default implementation does nothing.
- Specified by:
enterGetdiag_list_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGetdiag_list_item
public void exitGetdiag_list_item(PostgreSQLParser.Getdiag_list_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.getdiag_list_item().The default implementation does nothing.
- Specified by:
exitGetdiag_list_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGetdiag_item
public void enterGetdiag_item(PostgreSQLParser.Getdiag_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.getdiag_item().The default implementation does nothing.
- Specified by:
enterGetdiag_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGetdiag_item
public void exitGetdiag_item(PostgreSQLParser.Getdiag_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.getdiag_item().The default implementation does nothing.
- Specified by:
exitGetdiag_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterGetdiag_target
public void enterGetdiag_target(PostgreSQLParser.Getdiag_targetContext ctx)
Enter a parse tree produced byPostgreSQLParser.getdiag_target().The default implementation does nothing.
- Specified by:
enterGetdiag_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitGetdiag_target
public void exitGetdiag_target(PostgreSQLParser.Getdiag_targetContext ctx)
Exit a parse tree produced byPostgreSQLParser.getdiag_target().The default implementation does nothing.
- Specified by:
exitGetdiag_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAssign_var
public void enterAssign_var(PostgreSQLParser.Assign_varContext ctx)
Enter a parse tree produced byPostgreSQLParser.assign_var().The default implementation does nothing.
- Specified by:
enterAssign_varin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAssign_var
public void exitAssign_var(PostgreSQLParser.Assign_varContext ctx)
Exit a parse tree produced byPostgreSQLParser.assign_var().The default implementation does nothing.
- Specified by:
exitAssign_varin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_if
public void enterStmt_if(PostgreSQLParser.Stmt_ifContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_if().The default implementation does nothing.
- Specified by:
enterStmt_ifin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_if
public void exitStmt_if(PostgreSQLParser.Stmt_ifContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_if().The default implementation does nothing.
- Specified by:
exitStmt_ifin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_elsifs
public void enterStmt_elsifs(PostgreSQLParser.Stmt_elsifsContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_elsifs().The default implementation does nothing.
- Specified by:
enterStmt_elsifsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_elsifs
public void exitStmt_elsifs(PostgreSQLParser.Stmt_elsifsContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_elsifs().The default implementation does nothing.
- Specified by:
exitStmt_elsifsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_else
public void enterStmt_else(PostgreSQLParser.Stmt_elseContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_else().The default implementation does nothing.
- Specified by:
enterStmt_elsein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_else
public void exitStmt_else(PostgreSQLParser.Stmt_elseContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_else().The default implementation does nothing.
- Specified by:
exitStmt_elsein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_case
public void enterStmt_case(PostgreSQLParser.Stmt_caseContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_case().The default implementation does nothing.
- Specified by:
enterStmt_casein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_case
public void exitStmt_case(PostgreSQLParser.Stmt_caseContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_case().The default implementation does nothing.
- Specified by:
exitStmt_casein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_expr_until_when
public void enterOpt_expr_until_when(PostgreSQLParser.Opt_expr_until_whenContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_expr_until_when().The default implementation does nothing.
- Specified by:
enterOpt_expr_until_whenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_expr_until_when
public void exitOpt_expr_until_when(PostgreSQLParser.Opt_expr_until_whenContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_expr_until_when().The default implementation does nothing.
- Specified by:
exitOpt_expr_until_whenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCase_when_list
public void enterCase_when_list(PostgreSQLParser.Case_when_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.case_when_list().The default implementation does nothing.
- Specified by:
enterCase_when_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCase_when_list
public void exitCase_when_list(PostgreSQLParser.Case_when_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.case_when_list().The default implementation does nothing.
- Specified by:
exitCase_when_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCase_when
public void enterCase_when(PostgreSQLParser.Case_whenContext ctx)
Enter a parse tree produced byPostgreSQLParser.case_when().The default implementation does nothing.
- Specified by:
enterCase_whenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCase_when
public void exitCase_when(PostgreSQLParser.Case_whenContext ctx)
Exit a parse tree produced byPostgreSQLParser.case_when().The default implementation does nothing.
- Specified by:
exitCase_whenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_case_else
public void enterOpt_case_else(PostgreSQLParser.Opt_case_elseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_case_else().The default implementation does nothing.
- Specified by:
enterOpt_case_elsein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_case_else
public void exitOpt_case_else(PostgreSQLParser.Opt_case_elseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_case_else().The default implementation does nothing.
- Specified by:
exitOpt_case_elsein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_loop
public void enterStmt_loop(PostgreSQLParser.Stmt_loopContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_loop().The default implementation does nothing.
- Specified by:
enterStmt_loopin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_loop
public void exitStmt_loop(PostgreSQLParser.Stmt_loopContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_loop().The default implementation does nothing.
- Specified by:
exitStmt_loopin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_while
public void enterStmt_while(PostgreSQLParser.Stmt_whileContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_while().The default implementation does nothing.
- Specified by:
enterStmt_whilein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_while
public void exitStmt_while(PostgreSQLParser.Stmt_whileContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_while().The default implementation does nothing.
- Specified by:
exitStmt_whilein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_for
public void enterStmt_for(PostgreSQLParser.Stmt_forContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_for().The default implementation does nothing.
- Specified by:
enterStmt_forin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_for
public void exitStmt_for(PostgreSQLParser.Stmt_forContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_for().The default implementation does nothing.
- Specified by:
exitStmt_forin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFor_control
public void enterFor_control(PostgreSQLParser.For_controlContext ctx)
Enter a parse tree produced byPostgreSQLParser.for_control().The default implementation does nothing.
- Specified by:
enterFor_controlin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFor_control
public void exitFor_control(PostgreSQLParser.For_controlContext ctx)
Exit a parse tree produced byPostgreSQLParser.for_control().The default implementation does nothing.
- Specified by:
exitFor_controlin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_for_using_expression
public void enterOpt_for_using_expression(PostgreSQLParser.Opt_for_using_expressionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_for_using_expression().The default implementation does nothing.
- Specified by:
enterOpt_for_using_expressionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_for_using_expression
public void exitOpt_for_using_expression(PostgreSQLParser.Opt_for_using_expressionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_for_using_expression().The default implementation does nothing.
- Specified by:
exitOpt_for_using_expressionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_cursor_parameters
public void enterOpt_cursor_parameters(PostgreSQLParser.Opt_cursor_parametersContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_cursor_parameters().The default implementation does nothing.
- Specified by:
enterOpt_cursor_parametersin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_cursor_parameters
public void exitOpt_cursor_parameters(PostgreSQLParser.Opt_cursor_parametersContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_cursor_parameters().The default implementation does nothing.
- Specified by:
exitOpt_cursor_parametersin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_reverse
public void enterOpt_reverse(PostgreSQLParser.Opt_reverseContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_reverse().The default implementation does nothing.
- Specified by:
enterOpt_reversein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_reverse
public void exitOpt_reverse(PostgreSQLParser.Opt_reverseContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_reverse().The default implementation does nothing.
- Specified by:
exitOpt_reversein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_by_expression
public void enterOpt_by_expression(PostgreSQLParser.Opt_by_expressionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_by_expression().The default implementation does nothing.
- Specified by:
enterOpt_by_expressionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_by_expression
public void exitOpt_by_expression(PostgreSQLParser.Opt_by_expressionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_by_expression().The default implementation does nothing.
- Specified by:
exitOpt_by_expressionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterFor_variable
public void enterFor_variable(PostgreSQLParser.For_variableContext ctx)
Enter a parse tree produced byPostgreSQLParser.for_variable().The default implementation does nothing.
- Specified by:
enterFor_variablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitFor_variable
public void exitFor_variable(PostgreSQLParser.For_variableContext ctx)
Exit a parse tree produced byPostgreSQLParser.for_variable().The default implementation does nothing.
- Specified by:
exitFor_variablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_foreach_a
public void enterStmt_foreach_a(PostgreSQLParser.Stmt_foreach_aContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_foreach_a().The default implementation does nothing.
- Specified by:
enterStmt_foreach_ain interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_foreach_a
public void exitStmt_foreach_a(PostgreSQLParser.Stmt_foreach_aContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_foreach_a().The default implementation does nothing.
- Specified by:
exitStmt_foreach_ain interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterForeach_slice
public void enterForeach_slice(PostgreSQLParser.Foreach_sliceContext ctx)
Enter a parse tree produced byPostgreSQLParser.foreach_slice().The default implementation does nothing.
- Specified by:
enterForeach_slicein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitForeach_slice
public void exitForeach_slice(PostgreSQLParser.Foreach_sliceContext ctx)
Exit a parse tree produced byPostgreSQLParser.foreach_slice().The default implementation does nothing.
- Specified by:
exitForeach_slicein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_exit
public void enterStmt_exit(PostgreSQLParser.Stmt_exitContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_exit().The default implementation does nothing.
- Specified by:
enterStmt_exitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_exit
public void exitStmt_exit(PostgreSQLParser.Stmt_exitContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_exit().The default implementation does nothing.
- Specified by:
exitStmt_exitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExit_type
public void enterExit_type(PostgreSQLParser.Exit_typeContext ctx)
Enter a parse tree produced byPostgreSQLParser.exit_type().The default implementation does nothing.
- Specified by:
enterExit_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExit_type
public void exitExit_type(PostgreSQLParser.Exit_typeContext ctx)
Exit a parse tree produced byPostgreSQLParser.exit_type().The default implementation does nothing.
- Specified by:
exitExit_typein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_return
public void enterStmt_return(PostgreSQLParser.Stmt_returnContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_return().The default implementation does nothing.
- Specified by:
enterStmt_returnin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_return
public void exitStmt_return(PostgreSQLParser.Stmt_returnContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_return().The default implementation does nothing.
- Specified by:
exitStmt_returnin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_return_result
public void enterOpt_return_result(PostgreSQLParser.Opt_return_resultContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_return_result().The default implementation does nothing.
- Specified by:
enterOpt_return_resultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_return_result
public void exitOpt_return_result(PostgreSQLParser.Opt_return_resultContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_return_result().The default implementation does nothing.
- Specified by:
exitOpt_return_resultin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_raise
public void enterStmt_raise(PostgreSQLParser.Stmt_raiseContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_raise().The default implementation does nothing.
- Specified by:
enterStmt_raisein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_raise
public void exitStmt_raise(PostgreSQLParser.Stmt_raiseContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_raise().The default implementation does nothing.
- Specified by:
exitStmt_raisein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_stmt_raise_level
public void enterOpt_stmt_raise_level(PostgreSQLParser.Opt_stmt_raise_levelContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_stmt_raise_level().The default implementation does nothing.
- Specified by:
enterOpt_stmt_raise_levelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_stmt_raise_level
public void exitOpt_stmt_raise_level(PostgreSQLParser.Opt_stmt_raise_levelContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_stmt_raise_level().The default implementation does nothing.
- Specified by:
exitOpt_stmt_raise_levelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_raise_list
public void enterOpt_raise_list(PostgreSQLParser.Opt_raise_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_raise_list().The default implementation does nothing.
- Specified by:
enterOpt_raise_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_raise_list
public void exitOpt_raise_list(PostgreSQLParser.Opt_raise_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_raise_list().The default implementation does nothing.
- Specified by:
exitOpt_raise_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_raise_using
public void enterOpt_raise_using(PostgreSQLParser.Opt_raise_usingContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_raise_using().The default implementation does nothing.
- Specified by:
enterOpt_raise_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_raise_using
public void exitOpt_raise_using(PostgreSQLParser.Opt_raise_usingContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_raise_using().The default implementation does nothing.
- Specified by:
exitOpt_raise_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_raise_using_elem
public void enterOpt_raise_using_elem(PostgreSQLParser.Opt_raise_using_elemContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_raise_using_elem().The default implementation does nothing.
- Specified by:
enterOpt_raise_using_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_raise_using_elem
public void exitOpt_raise_using_elem(PostgreSQLParser.Opt_raise_using_elemContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_raise_using_elem().The default implementation does nothing.
- Specified by:
exitOpt_raise_using_elemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_raise_using_elem_list
public void enterOpt_raise_using_elem_list(PostgreSQLParser.Opt_raise_using_elem_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_raise_using_elem_list().The default implementation does nothing.
- Specified by:
enterOpt_raise_using_elem_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_raise_using_elem_list
public void exitOpt_raise_using_elem_list(PostgreSQLParser.Opt_raise_using_elem_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_raise_using_elem_list().The default implementation does nothing.
- Specified by:
exitOpt_raise_using_elem_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_assert
public void enterStmt_assert(PostgreSQLParser.Stmt_assertContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_assert().The default implementation does nothing.
- Specified by:
enterStmt_assertin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_assert
public void exitStmt_assert(PostgreSQLParser.Stmt_assertContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_assert().The default implementation does nothing.
- Specified by:
exitStmt_assertin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_stmt_assert_message
public void enterOpt_stmt_assert_message(PostgreSQLParser.Opt_stmt_assert_messageContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_stmt_assert_message().The default implementation does nothing.
- Specified by:
enterOpt_stmt_assert_messagein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_stmt_assert_message
public void exitOpt_stmt_assert_message(PostgreSQLParser.Opt_stmt_assert_messageContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_stmt_assert_message().The default implementation does nothing.
- Specified by:
exitOpt_stmt_assert_messagein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterLoop_body
public void enterLoop_body(PostgreSQLParser.Loop_bodyContext ctx)
Enter a parse tree produced byPostgreSQLParser.loop_body().The default implementation does nothing.
- Specified by:
enterLoop_bodyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitLoop_body
public void exitLoop_body(PostgreSQLParser.Loop_bodyContext ctx)
Exit a parse tree produced byPostgreSQLParser.loop_body().The default implementation does nothing.
- Specified by:
exitLoop_bodyin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_execsql
public void enterStmt_execsql(PostgreSQLParser.Stmt_execsqlContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_execsql().The default implementation does nothing.
- Specified by:
enterStmt_execsqlin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_execsql
public void exitStmt_execsql(PostgreSQLParser.Stmt_execsqlContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_execsql().The default implementation does nothing.
- Specified by:
exitStmt_execsqlin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_dynexecute
public void enterStmt_dynexecute(PostgreSQLParser.Stmt_dynexecuteContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_dynexecute().The default implementation does nothing.
- Specified by:
enterStmt_dynexecutein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_dynexecute
public void exitStmt_dynexecute(PostgreSQLParser.Stmt_dynexecuteContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_dynexecute().The default implementation does nothing.
- Specified by:
exitStmt_dynexecutein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_execute_using
public void enterOpt_execute_using(PostgreSQLParser.Opt_execute_usingContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_execute_using().The default implementation does nothing.
- Specified by:
enterOpt_execute_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_execute_using
public void exitOpt_execute_using(PostgreSQLParser.Opt_execute_usingContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_execute_using().The default implementation does nothing.
- Specified by:
exitOpt_execute_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_execute_using_list
public void enterOpt_execute_using_list(PostgreSQLParser.Opt_execute_using_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_execute_using_list().The default implementation does nothing.
- Specified by:
enterOpt_execute_using_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_execute_using_list
public void exitOpt_execute_using_list(PostgreSQLParser.Opt_execute_using_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_execute_using_list().The default implementation does nothing.
- Specified by:
exitOpt_execute_using_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_execute_into
public void enterOpt_execute_into(PostgreSQLParser.Opt_execute_intoContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_execute_into().The default implementation does nothing.
- Specified by:
enterOpt_execute_intoin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_execute_into
public void exitOpt_execute_into(PostgreSQLParser.Opt_execute_intoContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_execute_into().The default implementation does nothing.
- Specified by:
exitOpt_execute_intoin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_open
public void enterStmt_open(PostgreSQLParser.Stmt_openContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_open().The default implementation does nothing.
- Specified by:
enterStmt_openin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_open
public void exitStmt_open(PostgreSQLParser.Stmt_openContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_open().The default implementation does nothing.
- Specified by:
exitStmt_openin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_open_bound_list_item
public void enterOpt_open_bound_list_item(PostgreSQLParser.Opt_open_bound_list_itemContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_open_bound_list_item().The default implementation does nothing.
- Specified by:
enterOpt_open_bound_list_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_open_bound_list_item
public void exitOpt_open_bound_list_item(PostgreSQLParser.Opt_open_bound_list_itemContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_open_bound_list_item().The default implementation does nothing.
- Specified by:
exitOpt_open_bound_list_itemin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_open_bound_list
public void enterOpt_open_bound_list(PostgreSQLParser.Opt_open_bound_listContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_open_bound_list().The default implementation does nothing.
- Specified by:
enterOpt_open_bound_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_open_bound_list
public void exitOpt_open_bound_list(PostgreSQLParser.Opt_open_bound_listContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_open_bound_list().The default implementation does nothing.
- Specified by:
exitOpt_open_bound_listin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_open_using
public void enterOpt_open_using(PostgreSQLParser.Opt_open_usingContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_open_using().The default implementation does nothing.
- Specified by:
enterOpt_open_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_open_using
public void exitOpt_open_using(PostgreSQLParser.Opt_open_usingContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_open_using().The default implementation does nothing.
- Specified by:
exitOpt_open_usingin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_scroll_option
public void enterOpt_scroll_option(PostgreSQLParser.Opt_scroll_optionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_scroll_option().The default implementation does nothing.
- Specified by:
enterOpt_scroll_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_scroll_option
public void exitOpt_scroll_option(PostgreSQLParser.Opt_scroll_optionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_scroll_option().The default implementation does nothing.
- Specified by:
exitOpt_scroll_optionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_scroll_option_no
public void enterOpt_scroll_option_no(PostgreSQLParser.Opt_scroll_option_noContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_scroll_option_no().The default implementation does nothing.
- Specified by:
enterOpt_scroll_option_noin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_scroll_option_no
public void exitOpt_scroll_option_no(PostgreSQLParser.Opt_scroll_option_noContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_scroll_option_no().The default implementation does nothing.
- Specified by:
exitOpt_scroll_option_noin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_fetch
public void enterStmt_fetch(PostgreSQLParser.Stmt_fetchContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_fetch().The default implementation does nothing.
- Specified by:
enterStmt_fetchin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_fetch
public void exitStmt_fetch(PostgreSQLParser.Stmt_fetchContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_fetch().The default implementation does nothing.
- Specified by:
exitStmt_fetchin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterInto_target
public void enterInto_target(PostgreSQLParser.Into_targetContext ctx)
Enter a parse tree produced byPostgreSQLParser.into_target().The default implementation does nothing.
- Specified by:
enterInto_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitInto_target
public void exitInto_target(PostgreSQLParser.Into_targetContext ctx)
Exit a parse tree produced byPostgreSQLParser.into_target().The default implementation does nothing.
- Specified by:
exitInto_targetin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_cursor_from
public void enterOpt_cursor_from(PostgreSQLParser.Opt_cursor_fromContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_cursor_from().The default implementation does nothing.
- Specified by:
enterOpt_cursor_fromin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_cursor_from
public void exitOpt_cursor_from(PostgreSQLParser.Opt_cursor_fromContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_cursor_from().The default implementation does nothing.
- Specified by:
exitOpt_cursor_fromin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_fetch_direction
public void enterOpt_fetch_direction(PostgreSQLParser.Opt_fetch_directionContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_fetch_direction().The default implementation does nothing.
- Specified by:
enterOpt_fetch_directionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_fetch_direction
public void exitOpt_fetch_direction(PostgreSQLParser.Opt_fetch_directionContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_fetch_direction().The default implementation does nothing.
- Specified by:
exitOpt_fetch_directionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_move
public void enterStmt_move(PostgreSQLParser.Stmt_moveContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_move().The default implementation does nothing.
- Specified by:
enterStmt_movein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_move
public void exitStmt_move(PostgreSQLParser.Stmt_moveContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_move().The default implementation does nothing.
- Specified by:
exitStmt_movein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_close
public void enterStmt_close(PostgreSQLParser.Stmt_closeContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_close().The default implementation does nothing.
- Specified by:
enterStmt_closein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_close
public void exitStmt_close(PostgreSQLParser.Stmt_closeContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_close().The default implementation does nothing.
- Specified by:
exitStmt_closein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_null
public void enterStmt_null(PostgreSQLParser.Stmt_nullContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_null().The default implementation does nothing.
- Specified by:
enterStmt_nullin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_null
public void exitStmt_null(PostgreSQLParser.Stmt_nullContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_null().The default implementation does nothing.
- Specified by:
exitStmt_nullin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_commit
public void enterStmt_commit(PostgreSQLParser.Stmt_commitContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_commit().The default implementation does nothing.
- Specified by:
enterStmt_commitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_commit
public void exitStmt_commit(PostgreSQLParser.Stmt_commitContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_commit().The default implementation does nothing.
- Specified by:
exitStmt_commitin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_rollback
public void enterStmt_rollback(PostgreSQLParser.Stmt_rollbackContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_rollback().The default implementation does nothing.
- Specified by:
enterStmt_rollbackin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_rollback
public void exitStmt_rollback(PostgreSQLParser.Stmt_rollbackContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_rollback().The default implementation does nothing.
- Specified by:
exitStmt_rollbackin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPlsql_opt_transaction_chain
public void enterPlsql_opt_transaction_chain(PostgreSQLParser.Plsql_opt_transaction_chainContext ctx)
Enter a parse tree produced byPostgreSQLParser.plsql_opt_transaction_chain().The default implementation does nothing.
- Specified by:
enterPlsql_opt_transaction_chainin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPlsql_opt_transaction_chain
public void exitPlsql_opt_transaction_chain(PostgreSQLParser.Plsql_opt_transaction_chainContext ctx)
Exit a parse tree produced byPostgreSQLParser.plsql_opt_transaction_chain().The default implementation does nothing.
- Specified by:
exitPlsql_opt_transaction_chainin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterStmt_set
public void enterStmt_set(PostgreSQLParser.Stmt_setContext ctx)
Enter a parse tree produced byPostgreSQLParser.stmt_set().The default implementation does nothing.
- Specified by:
enterStmt_setin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitStmt_set
public void exitStmt_set(PostgreSQLParser.Stmt_setContext ctx)
Exit a parse tree produced byPostgreSQLParser.stmt_set().The default implementation does nothing.
- Specified by:
exitStmt_setin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterCursor_variable
public void enterCursor_variable(PostgreSQLParser.Cursor_variableContext ctx)
Enter a parse tree produced byPostgreSQLParser.cursor_variable().The default implementation does nothing.
- Specified by:
enterCursor_variablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitCursor_variable
public void exitCursor_variable(PostgreSQLParser.Cursor_variableContext ctx)
Exit a parse tree produced byPostgreSQLParser.cursor_variable().The default implementation does nothing.
- Specified by:
exitCursor_variablein interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterException_sect
public void enterException_sect(PostgreSQLParser.Exception_sectContext ctx)
Enter a parse tree produced byPostgreSQLParser.exception_sect().The default implementation does nothing.
- Specified by:
enterException_sectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitException_sect
public void exitException_sect(PostgreSQLParser.Exception_sectContext ctx)
Exit a parse tree produced byPostgreSQLParser.exception_sect().The default implementation does nothing.
- Specified by:
exitException_sectin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterProc_exceptions
public void enterProc_exceptions(PostgreSQLParser.Proc_exceptionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.proc_exceptions().The default implementation does nothing.
- Specified by:
enterProc_exceptionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitProc_exceptions
public void exitProc_exceptions(PostgreSQLParser.Proc_exceptionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.proc_exceptions().The default implementation does nothing.
- Specified by:
exitProc_exceptionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterProc_exception
public void enterProc_exception(PostgreSQLParser.Proc_exceptionContext ctx)
Enter a parse tree produced byPostgreSQLParser.proc_exception().The default implementation does nothing.
- Specified by:
enterProc_exceptionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitProc_exception
public void exitProc_exception(PostgreSQLParser.Proc_exceptionContext ctx)
Exit a parse tree produced byPostgreSQLParser.proc_exception().The default implementation does nothing.
- Specified by:
exitProc_exceptionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterProc_conditions
public void enterProc_conditions(PostgreSQLParser.Proc_conditionsContext ctx)
Enter a parse tree produced byPostgreSQLParser.proc_conditions().The default implementation does nothing.
- Specified by:
enterProc_conditionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitProc_conditions
public void exitProc_conditions(PostgreSQLParser.Proc_conditionsContext ctx)
Exit a parse tree produced byPostgreSQLParser.proc_conditions().The default implementation does nothing.
- Specified by:
exitProc_conditionsin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterProc_condition
public void enterProc_condition(PostgreSQLParser.Proc_conditionContext ctx)
Enter a parse tree produced byPostgreSQLParser.proc_condition().The default implementation does nothing.
- Specified by:
enterProc_conditionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitProc_condition
public void exitProc_condition(PostgreSQLParser.Proc_conditionContext ctx)
Exit a parse tree produced byPostgreSQLParser.proc_condition().The default implementation does nothing.
- Specified by:
exitProc_conditionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_block_label
public void enterOpt_block_label(PostgreSQLParser.Opt_block_labelContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_block_label().The default implementation does nothing.
- Specified by:
enterOpt_block_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_block_label
public void exitOpt_block_label(PostgreSQLParser.Opt_block_labelContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_block_label().The default implementation does nothing.
- Specified by:
exitOpt_block_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_loop_label
public void enterOpt_loop_label(PostgreSQLParser.Opt_loop_labelContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_loop_label().The default implementation does nothing.
- Specified by:
enterOpt_loop_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_loop_label
public void exitOpt_loop_label(PostgreSQLParser.Opt_loop_labelContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_loop_label().The default implementation does nothing.
- Specified by:
exitOpt_loop_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_label
public void enterOpt_label(PostgreSQLParser.Opt_labelContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_label().The default implementation does nothing.
- Specified by:
enterOpt_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_label
public void exitOpt_label(PostgreSQLParser.Opt_labelContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_label().The default implementation does nothing.
- Specified by:
exitOpt_labelin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_exitcond
public void enterOpt_exitcond(PostgreSQLParser.Opt_exitcondContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_exitcond().The default implementation does nothing.
- Specified by:
enterOpt_exitcondin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_exitcond
public void exitOpt_exitcond(PostgreSQLParser.Opt_exitcondContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_exitcond().The default implementation does nothing.
- Specified by:
exitOpt_exitcondin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterAny_identifier
public void enterAny_identifier(PostgreSQLParser.Any_identifierContext ctx)
Enter a parse tree produced byPostgreSQLParser.any_identifier().The default implementation does nothing.
- Specified by:
enterAny_identifierin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitAny_identifier
public void exitAny_identifier(PostgreSQLParser.Any_identifierContext ctx)
Exit a parse tree produced byPostgreSQLParser.any_identifier().The default implementation does nothing.
- Specified by:
exitAny_identifierin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterPlsql_unreserved_keyword
public void enterPlsql_unreserved_keyword(PostgreSQLParser.Plsql_unreserved_keywordContext ctx)
Enter a parse tree produced byPostgreSQLParser.plsql_unreserved_keyword().The default implementation does nothing.
- Specified by:
enterPlsql_unreserved_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitPlsql_unreserved_keyword
public void exitPlsql_unreserved_keyword(PostgreSQLParser.Plsql_unreserved_keywordContext ctx)
Exit a parse tree produced byPostgreSQLParser.plsql_unreserved_keyword().The default implementation does nothing.
- Specified by:
exitPlsql_unreserved_keywordin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterSql_expression
public void enterSql_expression(PostgreSQLParser.Sql_expressionContext ctx)
Enter a parse tree produced byPostgreSQLParser.sql_expression().The default implementation does nothing.
- Specified by:
enterSql_expressionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitSql_expression
public void exitSql_expression(PostgreSQLParser.Sql_expressionContext ctx)
Exit a parse tree produced byPostgreSQLParser.sql_expression().The default implementation does nothing.
- Specified by:
exitSql_expressionin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExpr_until_then
public void enterExpr_until_then(PostgreSQLParser.Expr_until_thenContext ctx)
Enter a parse tree produced byPostgreSQLParser.expr_until_then().The default implementation does nothing.
- Specified by:
enterExpr_until_thenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExpr_until_then
public void exitExpr_until_then(PostgreSQLParser.Expr_until_thenContext ctx)
Exit a parse tree produced byPostgreSQLParser.expr_until_then().The default implementation does nothing.
- Specified by:
exitExpr_until_thenin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExpr_until_semi
public void enterExpr_until_semi(PostgreSQLParser.Expr_until_semiContext ctx)
Enter a parse tree produced byPostgreSQLParser.expr_until_semi().The default implementation does nothing.
- Specified by:
enterExpr_until_semiin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExpr_until_semi
public void exitExpr_until_semi(PostgreSQLParser.Expr_until_semiContext ctx)
Exit a parse tree produced byPostgreSQLParser.expr_until_semi().The default implementation does nothing.
- Specified by:
exitExpr_until_semiin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExpr_until_rightbracket
public void enterExpr_until_rightbracket(PostgreSQLParser.Expr_until_rightbracketContext ctx)
Enter a parse tree produced byPostgreSQLParser.expr_until_rightbracket().The default implementation does nothing.
- Specified by:
enterExpr_until_rightbracketin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExpr_until_rightbracket
public void exitExpr_until_rightbracket(PostgreSQLParser.Expr_until_rightbracketContext ctx)
Exit a parse tree produced byPostgreSQLParser.expr_until_rightbracket().The default implementation does nothing.
- Specified by:
exitExpr_until_rightbracketin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterExpr_until_loop
public void enterExpr_until_loop(PostgreSQLParser.Expr_until_loopContext ctx)
Enter a parse tree produced byPostgreSQLParser.expr_until_loop().The default implementation does nothing.
- Specified by:
enterExpr_until_loopin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitExpr_until_loop
public void exitExpr_until_loop(PostgreSQLParser.Expr_until_loopContext ctx)
Exit a parse tree produced byPostgreSQLParser.expr_until_loop().The default implementation does nothing.
- Specified by:
exitExpr_until_loopin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterMake_execsql_stmt
public void enterMake_execsql_stmt(PostgreSQLParser.Make_execsql_stmtContext ctx)
Enter a parse tree produced byPostgreSQLParser.make_execsql_stmt().The default implementation does nothing.
- Specified by:
enterMake_execsql_stmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitMake_execsql_stmt
public void exitMake_execsql_stmt(PostgreSQLParser.Make_execsql_stmtContext ctx)
Exit a parse tree produced byPostgreSQLParser.make_execsql_stmt().The default implementation does nothing.
- Specified by:
exitMake_execsql_stmtin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterOpt_returning_clause_into
public void enterOpt_returning_clause_into(PostgreSQLParser.Opt_returning_clause_intoContext ctx)
Enter a parse tree produced byPostgreSQLParser.opt_returning_clause_into().The default implementation does nothing.
- Specified by:
enterOpt_returning_clause_intoin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
exitOpt_returning_clause_into
public void exitOpt_returning_clause_into(PostgreSQLParser.Opt_returning_clause_intoContext ctx)
Exit a parse tree produced byPostgreSQLParser.opt_returning_clause_into().The default implementation does nothing.
- Specified by:
exitOpt_returning_clause_intoin interfacePostgreSQLParserListener- Parameters:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
enterEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx)
The default implementation does nothing.
- Specified by:
exitEveryRulein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
The default implementation does nothing.
- Specified by:
visitTerminalin interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node)
The default implementation does nothing.
- Specified by:
visitErrorNodein interfaceorg.antlr.v4.runtime.tree.ParseTreeListener
-
-