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