Class PostgreSQLParserBaseVisitor<T>
- java.lang.Object
-
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
-
- one.gfw.antlr4.sql.postgresql.PostgreSQLParserBaseVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Implemented Interfaces:
PostgreSQLParserVisitor<T>,org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
public class PostgreSQLParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements PostgreSQLParserVisitor<T>
This class provides an empty implementation ofPostgreSQLParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLParserBaseVisitor()
-
Method Summary
-
Methods inherited from class org.antlr.v4.runtime.tree.AbstractParseTreeVisitor
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminal
-
-
-
-
Method Detail
-
visitRoot
public T visitRoot(PostgreSQLParser.RootContext ctx)
Visit a parse tree produced byPostgreSQLParser.root().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRootin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlroot
public T visitPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsqlroot().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlsqlrootin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmtblock
public T visitStmtblock(PostgreSQLParser.StmtblockContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmtblock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmtblockin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmtmulti
public T visitStmtmulti(PostgreSQLParser.StmtmultiContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmtmulti().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmtmultiin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt
public T visitStmt(PostgreSQLParser.StmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlconsolecommand
public T visitPlsqlconsolecommand(PostgreSQLParser.PlsqlconsolecommandContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsqlconsolecommand().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlsqlconsolecommandin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallstmt
public T visitCallstmt(PostgreSQLParser.CallstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.callstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCallstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreaterolestmt
public T visitCreaterolestmt(PostgreSQLParser.CreaterolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createrolestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreaterolestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_with
public T visitOpt_with(PostgreSQLParser.Opt_withContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_with().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_within interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptrolelist
public T visitOptrolelist(PostgreSQLParser.OptrolelistContext ctx)
Visit a parse tree produced byPostgreSQLParser.optrolelist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptrolelistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlteroptrolelist
public T visitAlteroptrolelist(PostgreSQLParser.AlteroptrolelistContext ctx)
Visit a parse tree produced byPostgreSQLParser.alteroptrolelist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlteroptrolelistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlteroptroleelem
public T visitAlteroptroleelem(PostgreSQLParser.AlteroptroleelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.alteroptroleelem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlteroptroleelemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateoptroleelem
public T visitCreateoptroleelem(PostgreSQLParser.CreateoptroleelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.createoptroleelem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateoptroleelemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateuserstmt
public T visitCreateuserstmt(PostgreSQLParser.CreateuserstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createuserstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateuserstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterrolestmt
public T visitAlterrolestmt(PostgreSQLParser.AlterrolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterrolestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterrolestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_in_database
public T visitOpt_in_database(PostgreSQLParser.Opt_in_databaseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_in_database().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_in_databasein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterrolesetstmt
public T visitAlterrolesetstmt(PostgreSQLParser.AlterrolesetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterrolesetstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterrolesetstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDroprolestmt
public T visitDroprolestmt(PostgreSQLParser.DroprolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.droprolestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDroprolestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreategroupstmt
public T visitCreategroupstmt(PostgreSQLParser.CreategroupstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.creategroupstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreategroupstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltergroupstmt
public T visitAltergroupstmt(PostgreSQLParser.AltergroupstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altergroupstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltergroupstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdd_drop
public T visitAdd_drop(PostgreSQLParser.Add_dropContext ctx)
Visit a parse tree produced byPostgreSQLParser.add_drop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAdd_dropin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateschemastmt
public T visitCreateschemastmt(PostgreSQLParser.CreateschemastmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createschemastmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateschemastmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptschemaname
public T visitOptschemaname(PostgreSQLParser.OptschemanameContext ctx)
Visit a parse tree produced byPostgreSQLParser.optschemaname().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptschemanamein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptschemaeltlist
public T visitOptschemaeltlist(PostgreSQLParser.OptschemaeltlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.optschemaeltlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptschemaeltlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchema_stmt
public T visitSchema_stmt(PostgreSQLParser.Schema_stmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.schema_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSchema_stmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariablesetstmt
public T visitVariablesetstmt(PostgreSQLParser.VariablesetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.variablesetstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariablesetstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_rest
public T visitSet_rest(PostgreSQLParser.Set_restContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_rest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSet_restin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_set
public T visitGeneric_set(PostgreSQLParser.Generic_setContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_set().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneric_setin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_rest_more
public T visitSet_rest_more(PostgreSQLParser.Set_rest_moreContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_rest_more().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSet_rest_morein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVar_name
public T visitVar_name(PostgreSQLParser.Var_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.var_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVar_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVar_list
public T visitVar_list(PostgreSQLParser.Var_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.var_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVar_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVar_value
public T visitVar_value(PostgreSQLParser.Var_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.var_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVar_valuein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIso_level
public T visitIso_level(PostgreSQLParser.Iso_levelContext ctx)
Visit a parse tree produced byPostgreSQLParser.iso_level().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIso_levelin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_boolean_or_string
public T visitOpt_boolean_or_string(PostgreSQLParser.Opt_boolean_or_stringContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_boolean_or_string().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_boolean_or_stringin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZone_value
public T visitZone_value(PostgreSQLParser.Zone_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.zone_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitZone_valuein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_encoding
public T visitOpt_encoding(PostgreSQLParser.Opt_encodingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_encoding().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_encodingin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonreservedword_or_sconst
public T visitNonreservedword_or_sconst(PostgreSQLParser.Nonreservedword_or_sconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.nonreservedword_or_sconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonreservedword_or_sconstin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableresetstmt
public T visitVariableresetstmt(PostgreSQLParser.VariableresetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.variableresetstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableresetstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReset_rest
public T visitReset_rest(PostgreSQLParser.Reset_restContext ctx)
Visit a parse tree produced byPostgreSQLParser.reset_rest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReset_restin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_reset
public T visitGeneric_reset(PostgreSQLParser.Generic_resetContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_reset().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneric_resetin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetresetclause
public T visitSetresetclause(PostgreSQLParser.SetresetclauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.setresetclause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSetresetclausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionsetresetclause
public T visitFunctionsetresetclause(PostgreSQLParser.FunctionsetresetclauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.functionsetresetclause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunctionsetresetclausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableshowstmt
public T visitVariableshowstmt(PostgreSQLParser.VariableshowstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.variableshowstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVariableshowstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintssetstmt
public T visitConstraintssetstmt(PostgreSQLParser.ConstraintssetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintssetstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintssetstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraints_set_list
public T visitConstraints_set_list(PostgreSQLParser.Constraints_set_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraints_set_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraints_set_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraints_set_mode
public T visitConstraints_set_mode(PostgreSQLParser.Constraints_set_modeContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraints_set_mode().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraints_set_modein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckpointstmt
public T visitCheckpointstmt(PostgreSQLParser.CheckpointstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.checkpointstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCheckpointstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiscardstmt
public T visitDiscardstmt(PostgreSQLParser.DiscardstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.discardstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDiscardstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertablestmt
public T visitAltertablestmt(PostgreSQLParser.AltertablestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertablestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltertablestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_table_cmds
public T visitAlter_table_cmds(PostgreSQLParser.Alter_table_cmdsContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_table_cmds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_table_cmdsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartition_cmd
public T visitPartition_cmd(PostgreSQLParser.Partition_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.partition_cmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartition_cmdin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_partition_cmd
public T visitIndex_partition_cmd(PostgreSQLParser.Index_partition_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_partition_cmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndex_partition_cmdin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_table_cmd
public T visitAlter_table_cmd(PostgreSQLParser.Alter_table_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_table_cmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_table_cmdin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_column_default
public T visitAlter_column_default(PostgreSQLParser.Alter_column_defaultContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_column_default().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_column_defaultin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_drop_behavior
public T visitOpt_drop_behavior(PostgreSQLParser.Opt_drop_behaviorContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_drop_behavior().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_drop_behaviorin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_collate_clause
public T visitOpt_collate_clause(PostgreSQLParser.Opt_collate_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_collate_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_collate_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_using
public T visitAlter_using(PostgreSQLParser.Alter_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_using().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_usingin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplica_identity
public T visitReplica_identity(PostgreSQLParser.Replica_identityContext ctx)
Visit a parse tree produced byPostgreSQLParser.replica_identity().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReplica_identityin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReloptions
public T visitReloptions(PostgreSQLParser.ReloptionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.reloptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReloptionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_reloptions
public T visitOpt_reloptions(PostgreSQLParser.Opt_reloptionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_reloptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_reloptionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReloption_list
public T visitReloption_list(PostgreSQLParser.Reloption_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.reloption_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReloption_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReloption_elem
public T visitReloption_elem(PostgreSQLParser.Reloption_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.reloption_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReloption_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_identity_column_option_list
public T visitAlter_identity_column_option_list(PostgreSQLParser.Alter_identity_column_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_identity_column_option_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_identity_column_option_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_identity_column_option
public T visitAlter_identity_column_option(PostgreSQLParser.Alter_identity_column_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_identity_column_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_identity_column_optionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionboundspec
public T visitPartitionboundspec(PostgreSQLParser.PartitionboundspecContext ctx)
Visit a parse tree produced byPostgreSQLParser.partitionboundspec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionboundspecin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHash_partbound_elem
public T visitHash_partbound_elem(PostgreSQLParser.Hash_partbound_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.hash_partbound_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHash_partbound_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHash_partbound
public T visitHash_partbound(PostgreSQLParser.Hash_partboundContext ctx)
Visit a parse tree produced byPostgreSQLParser.hash_partbound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHash_partboundin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltercompositetypestmt
public T visitAltercompositetypestmt(PostgreSQLParser.AltercompositetypestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altercompositetypestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltercompositetypestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_type_cmds
public T visitAlter_type_cmds(PostgreSQLParser.Alter_type_cmdsContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_type_cmds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_type_cmdsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_type_cmd
public T visitAlter_type_cmd(PostgreSQLParser.Alter_type_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_type_cmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_type_cmdin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCloseportalstmt
public T visitCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.closeportalstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCloseportalstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopystmt
public T visitCopystmt(PostgreSQLParser.CopystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.copystmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopystmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_from
public T visitCopy_from(PostgreSQLParser.Copy_fromContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_from().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_fromin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_program
public T visitOpt_program(PostgreSQLParser.Opt_programContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_program().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_programin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_file_name
public T visitCopy_file_name(PostgreSQLParser.Copy_file_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_file_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_file_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_options
public T visitCopy_options(PostgreSQLParser.Copy_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_options().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_optionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_opt_list
public T visitCopy_opt_list(PostgreSQLParser.Copy_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_opt_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_opt_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_opt_item
public T visitCopy_opt_item(PostgreSQLParser.Copy_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_opt_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_opt_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_binary
public T visitOpt_binary(PostgreSQLParser.Opt_binaryContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_binary().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_binaryin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_delimiter
public T visitCopy_delimiter(PostgreSQLParser.Copy_delimiterContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_delimiter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_delimiterin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_using
public T visitOpt_using(PostgreSQLParser.Opt_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_using().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_usingin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_list
public T visitCopy_generic_opt_list(PostgreSQLParser.Copy_generic_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_generic_opt_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_generic_opt_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_elem
public T visitCopy_generic_opt_elem(PostgreSQLParser.Copy_generic_opt_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_generic_opt_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_generic_opt_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_arg
public T visitCopy_generic_opt_arg(PostgreSQLParser.Copy_generic_opt_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_generic_opt_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_generic_opt_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_arg_list
public T visitCopy_generic_opt_arg_list(PostgreSQLParser.Copy_generic_opt_arg_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_generic_opt_arg_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_generic_opt_arg_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_arg_list_item
public T visitCopy_generic_opt_arg_list_item(PostgreSQLParser.Copy_generic_opt_arg_list_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_generic_opt_arg_list_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCopy_generic_opt_arg_list_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatestmt
public T visitCreatestmt(PostgreSQLParser.CreatestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttemp
public T visitOpttemp(PostgreSQLParser.OpttempContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttemp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpttempin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttableelementlist
public T visitOpttableelementlist(PostgreSQLParser.OpttableelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttableelementlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpttableelementlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttypedtableelementlist
public T visitOpttypedtableelementlist(PostgreSQLParser.OpttypedtableelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttypedtableelementlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpttypedtableelementlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableelementlist
public T visitTableelementlist(PostgreSQLParser.TableelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.tableelementlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableelementlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypedtableelementlist
public T visitTypedtableelementlist(PostgreSQLParser.TypedtableelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.typedtableelementlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypedtableelementlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableelement
public T visitTableelement(PostgreSQLParser.TableelementContext ctx)
Visit a parse tree produced byPostgreSQLParser.tableelement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableelementin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypedtableelement
public T visitTypedtableelement(PostgreSQLParser.TypedtableelementContext ctx)
Visit a parse tree produced byPostgreSQLParser.typedtableelement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypedtableelementin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDef
public T visitColumnDef(PostgreSQLParser.ColumnDefContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnDef().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnDefin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnOptions
public T visitColumnOptions(PostgreSQLParser.ColumnOptionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnOptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnOptionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColquallist
public T visitColquallist(PostgreSQLParser.ColquallistContext ctx)
Visit a parse tree produced byPostgreSQLParser.colquallist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColquallistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColconstraint
public T visitColconstraint(PostgreSQLParser.ColconstraintContext ctx)
Visit a parse tree produced byPostgreSQLParser.colconstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColconstraintin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColconstraintelem
public T visitColconstraintelem(PostgreSQLParser.ColconstraintelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.colconstraintelem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColconstraintelemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenerated_when
public T visitGenerated_when(PostgreSQLParser.Generated_whenContext ctx)
Visit a parse tree produced byPostgreSQLParser.generated_when().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenerated_whenin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintattr
public T visitConstraintattr(PostgreSQLParser.ConstraintattrContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintattr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintattrin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablelikeclause
public T visitTablelikeclause(PostgreSQLParser.TablelikeclauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablelikeclause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablelikeclausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablelikeoptionlist
public T visitTablelikeoptionlist(PostgreSQLParser.TablelikeoptionlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablelikeoptionlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablelikeoptionlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablelikeoption
public T visitTablelikeoption(PostgreSQLParser.TablelikeoptionContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablelikeoption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablelikeoptionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableconstraint
public T visitTableconstraint(PostgreSQLParser.TableconstraintContext ctx)
Visit a parse tree produced byPostgreSQLParser.tableconstraint().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTableconstraintin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintelem
public T visitConstraintelem(PostgreSQLParser.ConstraintelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintelem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintelemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_no_inherit
public T visitOpt_no_inherit(PostgreSQLParser.Opt_no_inheritContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_no_inherit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_no_inheritin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_column_list
public T visitOpt_column_list(PostgreSQLParser.Opt_column_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_column_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_column_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnlist
public T visitColumnlist(PostgreSQLParser.ColumnlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnElem
public T visitColumnElem(PostgreSQLParser.ColumnElemContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnElemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_c_include
public T visitOpt_c_include(PostgreSQLParser.Opt_c_includeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_c_include().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_c_includein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_match
public T visitKey_match(PostgreSQLParser.Key_matchContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_match().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKey_matchin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusionconstraintlist
public T visitExclusionconstraintlist(PostgreSQLParser.ExclusionconstraintlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.exclusionconstraintlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExclusionconstraintlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusionconstraintelem
public T visitExclusionconstraintelem(PostgreSQLParser.ExclusionconstraintelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.exclusionconstraintelem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExclusionconstraintelemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusionwhereclause
public T visitExclusionwhereclause(PostgreSQLParser.ExclusionwhereclauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.exclusionwhereclause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExclusionwhereclausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_actions
public T visitKey_actions(PostgreSQLParser.Key_actionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_actions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKey_actionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_update
public T visitKey_update(PostgreSQLParser.Key_updateContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_update().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKey_updatein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_delete
public T visitKey_delete(PostgreSQLParser.Key_deleteContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_delete().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKey_deletein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_action
public T visitKey_action(PostgreSQLParser.Key_actionContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_action().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitKey_actionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptinherit
public T visitOptinherit(PostgreSQLParser.OptinheritContext ctx)
Visit a parse tree produced byPostgreSQLParser.optinherit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptinheritin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptpartitionspec
public T visitOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)
Visit a parse tree produced byPostgreSQLParser.optpartitionspec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptpartitionspecin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionspec
public T visitPartitionspec(PostgreSQLParser.PartitionspecContext ctx)
Visit a parse tree produced byPostgreSQLParser.partitionspec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPartitionspecin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPart_params
public T visitPart_params(PostgreSQLParser.Part_paramsContext ctx)
Visit a parse tree produced byPostgreSQLParser.part_params().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPart_paramsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPart_elem
public T visitPart_elem(PostgreSQLParser.Part_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.part_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPart_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTable_access_method_clause
public T visitTable_access_method_clause(PostgreSQLParser.Table_access_method_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.table_access_method_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTable_access_method_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptwith
public T visitOptwith(PostgreSQLParser.OptwithContext ctx)
Visit a parse tree produced byPostgreSQLParser.optwith().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptwithin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOncommitoption
public T visitOncommitoption(PostgreSQLParser.OncommitoptionContext ctx)
Visit a parse tree produced byPostgreSQLParser.oncommitoption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOncommitoptionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttablespace
public T visitOpttablespace(PostgreSQLParser.OpttablespaceContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpttablespacein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptconstablespace
public T visitOptconstablespace(PostgreSQLParser.OptconstablespaceContext ctx)
Visit a parse tree produced byPostgreSQLParser.optconstablespace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptconstablespacein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistingindex
public T visitExistingindex(PostgreSQLParser.ExistingindexContext ctx)
Visit a parse tree produced byPostgreSQLParser.existingindex().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExistingindexin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatestatsstmt
public T visitCreatestatsstmt(PostgreSQLParser.CreatestatsstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createstatsstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatestatsstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterstatsstmt
public T visitAlterstatsstmt(PostgreSQLParser.AlterstatsstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterstatsstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterstatsstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateasstmt
public T visitCreateasstmt(PostgreSQLParser.CreateasstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createasstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateasstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_as_target
public T visitCreate_as_target(PostgreSQLParser.Create_as_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_as_target().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreate_as_targetin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_with_data
public T visitOpt_with_data(PostgreSQLParser.Opt_with_dataContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_with_data().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_with_datain interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatematviewstmt
public T visitCreatematviewstmt(PostgreSQLParser.CreatematviewstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.creatematviewstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatematviewstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_mv_target
public T visitCreate_mv_target(PostgreSQLParser.Create_mv_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_mv_target().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreate_mv_targetin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptnolog
public T visitOptnolog(PostgreSQLParser.OptnologContext ctx)
Visit a parse tree produced byPostgreSQLParser.optnolog().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptnologin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRefreshmatviewstmt
public T visitRefreshmatviewstmt(PostgreSQLParser.RefreshmatviewstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.refreshmatviewstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRefreshmatviewstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateseqstmt
public T visitCreateseqstmt(PostgreSQLParser.CreateseqstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createseqstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateseqstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterseqstmt
public T visitAlterseqstmt(PostgreSQLParser.AlterseqstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterseqstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterseqstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptseqoptlist
public T visitOptseqoptlist(PostgreSQLParser.OptseqoptlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.optseqoptlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptseqoptlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptparenthesizedseqoptlist
public T visitOptparenthesizedseqoptlist(PostgreSQLParser.OptparenthesizedseqoptlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.optparenthesizedseqoptlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptparenthesizedseqoptlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeqoptlist
public T visitSeqoptlist(PostgreSQLParser.SeqoptlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.seqoptlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeqoptlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeqoptelem
public T visitSeqoptelem(PostgreSQLParser.SeqoptelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.seqoptelem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeqoptelemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_by
public T visitOpt_by(PostgreSQLParser.Opt_byContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_by().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_byin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericonly
public T visitNumericonly(PostgreSQLParser.NumericonlyContext ctx)
Visit a parse tree produced byPostgreSQLParser.numericonly().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericonlyin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericonly_list
public T visitNumericonly_list(PostgreSQLParser.Numericonly_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.numericonly_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericonly_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateplangstmt
public T visitCreateplangstmt(PostgreSQLParser.CreateplangstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createplangstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateplangstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_trusted
public T visitOpt_trusted(PostgreSQLParser.Opt_trustedContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_trusted().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_trustedin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHandler_name
public T visitHandler_name(PostgreSQLParser.Handler_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.handler_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHandler_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_inline_handler
public T visitOpt_inline_handler(PostgreSQLParser.Opt_inline_handlerContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_inline_handler().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_inline_handlerin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidator_clause
public T visitValidator_clause(PostgreSQLParser.Validator_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.validator_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValidator_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_validator
public T visitOpt_validator(PostgreSQLParser.Opt_validatorContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_validator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_validatorin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_procedural
public T visitOpt_procedural(PostgreSQLParser.Opt_proceduralContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_procedural().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_proceduralin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatetablespacestmt
public T visitCreatetablespacestmt(PostgreSQLParser.CreatetablespacestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createtablespacestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatetablespacestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttablespaceowner
public T visitOpttablespaceowner(PostgreSQLParser.OpttablespaceownerContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttablespaceowner().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpttablespaceownerin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDroptablespacestmt
public T visitDroptablespacestmt(PostgreSQLParser.DroptablespacestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.droptablespacestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDroptablespacestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateextensionstmt
public T visitCreateextensionstmt(PostgreSQLParser.CreateextensionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createextensionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateextensionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_extension_opt_list
public T visitCreate_extension_opt_list(PostgreSQLParser.Create_extension_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_extension_opt_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreate_extension_opt_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_extension_opt_item
public T visitCreate_extension_opt_item(PostgreSQLParser.Create_extension_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_extension_opt_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreate_extension_opt_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterextensionstmt
public T visitAlterextensionstmt(PostgreSQLParser.AlterextensionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterextensionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterextensionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_extension_opt_list
public T visitAlter_extension_opt_list(PostgreSQLParser.Alter_extension_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_extension_opt_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_extension_opt_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_extension_opt_item
public T visitAlter_extension_opt_item(PostgreSQLParser.Alter_extension_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_extension_opt_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_extension_opt_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterextensioncontentsstmt
public T visitAlterextensioncontentsstmt(PostgreSQLParser.AlterextensioncontentsstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterextensioncontentsstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterextensioncontentsstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefdwstmt
public T visitCreatefdwstmt(PostgreSQLParser.CreatefdwstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createfdwstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatefdwstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFdw_option
public T visitFdw_option(PostgreSQLParser.Fdw_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.fdw_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFdw_optionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFdw_options
public T visitFdw_options(PostgreSQLParser.Fdw_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.fdw_options().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFdw_optionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_fdw_options
public T visitOpt_fdw_options(PostgreSQLParser.Opt_fdw_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_fdw_options().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_fdw_optionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterfdwstmt
public T visitAlterfdwstmt(PostgreSQLParser.AlterfdwstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterfdwstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterfdwstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_generic_options
public T visitCreate_generic_options(PostgreSQLParser.Create_generic_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_generic_options().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreate_generic_optionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_option_list
public T visitGeneric_option_list(PostgreSQLParser.Generic_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_option_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneric_option_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_generic_options
public T visitAlter_generic_options(PostgreSQLParser.Alter_generic_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_generic_options().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_generic_optionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_generic_option_list
public T visitAlter_generic_option_list(PostgreSQLParser.Alter_generic_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_generic_option_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_generic_option_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_generic_option_elem
public T visitAlter_generic_option_elem(PostgreSQLParser.Alter_generic_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_generic_option_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlter_generic_option_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_option_elem
public T visitGeneric_option_elem(PostgreSQLParser.Generic_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_option_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneric_option_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_option_name
public T visitGeneric_option_name(PostgreSQLParser.Generic_option_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_option_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneric_option_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_option_arg
public T visitGeneric_option_arg(PostgreSQLParser.Generic_option_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_option_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGeneric_option_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateforeignserverstmt
public T visitCreateforeignserverstmt(PostgreSQLParser.CreateforeignserverstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createforeignserverstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateforeignserverstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_type
public T visitOpt_type(PostgreSQLParser.Opt_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_typein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForeign_server_version
public T visitForeign_server_version(PostgreSQLParser.Foreign_server_versionContext ctx)
Visit a parse tree produced byPostgreSQLParser.foreign_server_version().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForeign_server_versionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_foreign_server_version
public T visitOpt_foreign_server_version(PostgreSQLParser.Opt_foreign_server_versionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_foreign_server_version().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_foreign_server_versionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterforeignserverstmt
public T visitAlterforeignserverstmt(PostgreSQLParser.AlterforeignserverstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterforeignserverstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterforeignserverstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateforeigntablestmt
public T visitCreateforeigntablestmt(PostgreSQLParser.CreateforeigntablestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createforeigntablestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateforeigntablestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImportforeignschemastmt
public T visitImportforeignschemastmt(PostgreSQLParser.ImportforeignschemastmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.importforeignschemastmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImportforeignschemastmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImport_qualification_type
public T visitImport_qualification_type(PostgreSQLParser.Import_qualification_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.import_qualification_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImport_qualification_typein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImport_qualification
public T visitImport_qualification(PostgreSQLParser.Import_qualificationContext ctx)
Visit a parse tree produced byPostgreSQLParser.import_qualification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImport_qualificationin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateusermappingstmt
public T visitCreateusermappingstmt(PostgreSQLParser.CreateusermappingstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createusermappingstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateusermappingstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuth_ident
public T visitAuth_ident(PostgreSQLParser.Auth_identContext ctx)
Visit a parse tree produced byPostgreSQLParser.auth_ident().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAuth_identin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropusermappingstmt
public T visitDropusermappingstmt(PostgreSQLParser.DropusermappingstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropusermappingstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropusermappingstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterusermappingstmt
public T visitAlterusermappingstmt(PostgreSQLParser.AlterusermappingstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterusermappingstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterusermappingstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatepolicystmt
public T visitCreatepolicystmt(PostgreSQLParser.CreatepolicystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createpolicystmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatepolicystmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterpolicystmt
public T visitAlterpolicystmt(PostgreSQLParser.AlterpolicystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterpolicystmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterpolicystmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecurityoptionalexpr
public T visitRowsecurityoptionalexpr(PostgreSQLParser.RowsecurityoptionalexprContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecurityoptionalexpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsecurityoptionalexprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecurityoptionalwithcheck
public T visitRowsecurityoptionalwithcheck(PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecurityoptionalwithcheck().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsecurityoptionalwithcheckin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecuritydefaulttorole
public T visitRowsecuritydefaulttorole(PostgreSQLParser.RowsecuritydefaulttoroleContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecuritydefaulttorole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsecuritydefaulttorolein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecurityoptionaltorole
public T visitRowsecurityoptionaltorole(PostgreSQLParser.RowsecurityoptionaltoroleContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecurityoptionaltorole().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsecurityoptionaltorolein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecuritydefaultpermissive
public T visitRowsecuritydefaultpermissive(PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecuritydefaultpermissive().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsecuritydefaultpermissivein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecuritydefaultforcmd
public T visitRowsecuritydefaultforcmd(PostgreSQLParser.RowsecuritydefaultforcmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecuritydefaultforcmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsecuritydefaultforcmdin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRow_security_cmd
public T visitRow_security_cmd(PostgreSQLParser.Row_security_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.row_security_cmd().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRow_security_cmdin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateamstmt
public T visitCreateamstmt(PostgreSQLParser.CreateamstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createamstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateamstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAm_type
public T visitAm_type(PostgreSQLParser.Am_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.am_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAm_typein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatetrigstmt
public T visitCreatetrigstmt(PostgreSQLParser.CreatetrigstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createtrigstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatetrigstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggeractiontime
public T visitTriggeractiontime(PostgreSQLParser.TriggeractiontimeContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggeractiontime().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggeractiontimein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerevents
public T visitTriggerevents(PostgreSQLParser.TriggereventsContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerevents().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggereventsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggeroneevent
public T visitTriggeroneevent(PostgreSQLParser.TriggeroneeventContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggeroneevent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggeroneeventin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerreferencing
public T visitTriggerreferencing(PostgreSQLParser.TriggerreferencingContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerreferencing().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerreferencingin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggertransitions
public T visitTriggertransitions(PostgreSQLParser.TriggertransitionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggertransitions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggertransitionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggertransition
public T visitTriggertransition(PostgreSQLParser.TriggertransitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggertransition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggertransitionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransitionoldornew
public T visitTransitionoldornew(PostgreSQLParser.TransitionoldornewContext ctx)
Visit a parse tree produced byPostgreSQLParser.transitionoldornew().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransitionoldornewin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransitionrowortable
public T visitTransitionrowortable(PostgreSQLParser.TransitionrowortableContext ctx)
Visit a parse tree produced byPostgreSQLParser.transitionrowortable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransitionrowortablein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransitionrelname
public T visitTransitionrelname(PostgreSQLParser.TransitionrelnameContext ctx)
Visit a parse tree produced byPostgreSQLParser.transitionrelname().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransitionrelnamein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerforspec
public T visitTriggerforspec(PostgreSQLParser.TriggerforspecContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerforspec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerforspecin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerforopteach
public T visitTriggerforopteach(PostgreSQLParser.TriggerforopteachContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerforopteach().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerforopteachin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerfortype
public T visitTriggerfortype(PostgreSQLParser.TriggerfortypeContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerfortype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerfortypein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerwhen
public T visitTriggerwhen(PostgreSQLParser.TriggerwhenContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerwhen().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerwhenin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_or_procedure
public T visitFunction_or_procedure(PostgreSQLParser.Function_or_procedureContext ctx)
Visit a parse tree produced byPostgreSQLParser.function_or_procedure().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_or_procedurein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerfuncargs
public T visitTriggerfuncargs(PostgreSQLParser.TriggerfuncargsContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerfuncargs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerfuncargsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerfuncarg
public T visitTriggerfuncarg(PostgreSQLParser.TriggerfuncargContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerfuncarg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTriggerfuncargin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptconstrfromtable
public T visitOptconstrfromtable(PostgreSQLParser.OptconstrfromtableContext ctx)
Visit a parse tree produced byPostgreSQLParser.optconstrfromtable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOptconstrfromtablein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintattributespec
public T visitConstraintattributespec(PostgreSQLParser.ConstraintattributespecContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintattributespec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintattributespecin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintattributeElem
public T visitConstraintattributeElem(PostgreSQLParser.ConstraintattributeElemContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintattributeElem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstraintattributeElemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateeventtrigstmt
public T visitCreateeventtrigstmt(PostgreSQLParser.CreateeventtrigstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createeventtrigstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateeventtrigstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvent_trigger_when_list
public T visitEvent_trigger_when_list(PostgreSQLParser.Event_trigger_when_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.event_trigger_when_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvent_trigger_when_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvent_trigger_when_item
public T visitEvent_trigger_when_item(PostgreSQLParser.Event_trigger_when_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.event_trigger_when_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvent_trigger_when_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvent_trigger_value_list
public T visitEvent_trigger_value_list(PostgreSQLParser.Event_trigger_value_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.event_trigger_value_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEvent_trigger_value_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltereventtrigstmt
public T visitAltereventtrigstmt(PostgreSQLParser.AltereventtrigstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altereventtrigstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltereventtrigstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnable_trigger
public T visitEnable_trigger(PostgreSQLParser.Enable_triggerContext ctx)
Visit a parse tree produced byPostgreSQLParser.enable_trigger().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnable_triggerin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateassertionstmt
public T visitCreateassertionstmt(PostgreSQLParser.CreateassertionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createassertionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateassertionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefinestmt
public T visitDefinestmt(PostgreSQLParser.DefinestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.definestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefinestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefinition
public T visitDefinition(PostgreSQLParser.DefinitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.definition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefinitionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDef_list
public T visitDef_list(PostgreSQLParser.Def_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.def_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDef_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDef_elem
public T visitDef_elem(PostgreSQLParser.Def_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.def_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDef_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDef_arg
public T visitDef_arg(PostgreSQLParser.Def_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.def_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDef_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOld_aggr_definition
public T visitOld_aggr_definition(PostgreSQLParser.Old_aggr_definitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.old_aggr_definition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOld_aggr_definitionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOld_aggr_list
public T visitOld_aggr_list(PostgreSQLParser.Old_aggr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.old_aggr_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOld_aggr_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOld_aggr_elem
public T visitOld_aggr_elem(PostgreSQLParser.Old_aggr_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.old_aggr_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOld_aggr_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_enum_val_list
public T visitOpt_enum_val_list(PostgreSQLParser.Opt_enum_val_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_enum_val_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_enum_val_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnum_val_list
public T visitEnum_val_list(PostgreSQLParser.Enum_val_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.enum_val_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEnum_val_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterenumstmt
public T visitAlterenumstmt(PostgreSQLParser.AlterenumstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterenumstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterenumstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_if_not_exists
public T visitOpt_if_not_exists(PostgreSQLParser.Opt_if_not_existsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_if_not_exists().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_if_not_existsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateopclassstmt
public T visitCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createopclassstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateopclassstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_item_list
public T visitOpclass_item_list(PostgreSQLParser.Opclass_item_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_item_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpclass_item_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_item
public T visitOpclass_item(PostgreSQLParser.Opclass_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpclass_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_default
public T visitOpt_default(PostgreSQLParser.Opt_defaultContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_default().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_defaultin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_opfamily
public T visitOpt_opfamily(PostgreSQLParser.Opt_opfamilyContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_opfamily().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_opfamilyin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_purpose
public T visitOpclass_purpose(PostgreSQLParser.Opclass_purposeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_purpose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpclass_purposein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_recheck
public T visitOpt_recheck(PostgreSQLParser.Opt_recheckContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_recheck().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_recheckin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateopfamilystmt
public T visitCreateopfamilystmt(PostgreSQLParser.CreateopfamilystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createopfamilystmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateopfamilystmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlteropfamilystmt
public T visitAlteropfamilystmt(PostgreSQLParser.AlteropfamilystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alteropfamilystmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlteropfamilystmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_drop_list
public T visitOpclass_drop_list(PostgreSQLParser.Opclass_drop_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_drop_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpclass_drop_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_drop
public T visitOpclass_drop(PostgreSQLParser.Opclass_dropContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_drop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpclass_dropin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropopclassstmt
public T visitDropopclassstmt(PostgreSQLParser.DropopclassstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropopclassstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropopclassstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropopfamilystmt
public T visitDropopfamilystmt(PostgreSQLParser.DropopfamilystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropopfamilystmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropopfamilystmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropownedstmt
public T visitDropownedstmt(PostgreSQLParser.DropownedstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropownedstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropownedstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReassignownedstmt
public T visitReassignownedstmt(PostgreSQLParser.ReassignownedstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.reassignownedstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReassignownedstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropstmt
public T visitDropstmt(PostgreSQLParser.DropstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObject_type_any_name
public T visitObject_type_any_name(PostgreSQLParser.Object_type_any_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.object_type_any_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObject_type_any_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObject_type_name
public T visitObject_type_name(PostgreSQLParser.Object_type_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.object_type_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObject_type_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDrop_type_name
public T visitDrop_type_name(PostgreSQLParser.Drop_type_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.drop_type_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDrop_type_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObject_type_name_on_any_name
public T visitObject_type_name_on_any_name(PostgreSQLParser.Object_type_name_on_any_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.object_type_name_on_any_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitObject_type_name_on_any_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_name_list
public T visitAny_name_list(PostgreSQLParser.Any_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_name_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAny_name_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_name
public T visitAny_name(PostgreSQLParser.Any_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAny_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttrs
public T visitAttrs(PostgreSQLParser.AttrsContext ctx)
Visit a parse tree produced byPostgreSQLParser.attrs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttrsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType_name_list
public T visitType_name_list(PostgreSQLParser.Type_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.type_name_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitType_name_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTruncatestmt
public T visitTruncatestmt(PostgreSQLParser.TruncatestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.truncatestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTruncatestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_restart_seqs
public T visitOpt_restart_seqs(PostgreSQLParser.Opt_restart_seqsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_restart_seqs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_restart_seqsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommentstmt
public T visitCommentstmt(PostgreSQLParser.CommentstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.commentstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommentstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComment_text
public T visitComment_text(PostgreSQLParser.Comment_textContext ctx)
Visit a parse tree produced byPostgreSQLParser.comment_text().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComment_textin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeclabelstmt
public T visitSeclabelstmt(PostgreSQLParser.SeclabelstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.seclabelstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSeclabelstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_provider
public T visitOpt_provider(PostgreSQLParser.Opt_providerContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_provider().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_providerin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurity_label
public T visitSecurity_label(PostgreSQLParser.Security_labelContext ctx)
Visit a parse tree produced byPostgreSQLParser.security_label().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSecurity_labelin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFetchstmt
public T visitFetchstmt(PostgreSQLParser.FetchstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.fetchstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFetchstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFetch_args
public T visitFetch_args(PostgreSQLParser.Fetch_argsContext ctx)
Visit a parse tree produced byPostgreSQLParser.fetch_args().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFetch_argsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrom_in
public T visitFrom_in(PostgreSQLParser.From_inContext ctx)
Visit a parse tree produced byPostgreSQLParser.from_in().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrom_inin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_from_in
public T visitOpt_from_in(PostgreSQLParser.Opt_from_inContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_from_in().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_from_inin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantstmt
public T visitGrantstmt(PostgreSQLParser.GrantstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.grantstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevokestmt
public T visitRevokestmt(PostgreSQLParser.RevokestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.revokestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivileges
public T visitPrivileges(PostgreSQLParser.PrivilegesContext ctx)
Visit a parse tree produced byPostgreSQLParser.privileges().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegesin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilege_list
public T visitPrivilege_list(PostgreSQLParser.Privilege_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.privilege_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilege_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilege
public T visitPrivilege(PostgreSQLParser.PrivilegeContext ctx)
Visit a parse tree produced byPostgreSQLParser.privilege().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilegein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilege_target
public T visitPrivilege_target(PostgreSQLParser.Privilege_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.privilege_target().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrivilege_targetin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantee_list
public T visitGrantee_list(PostgreSQLParser.Grantee_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.grantee_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantee_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantee
public T visitGrantee(PostgreSQLParser.GranteeContext ctx)
Visit a parse tree produced byPostgreSQLParser.grantee().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGranteein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_grant_grant_option
public T visitOpt_grant_grant_option(PostgreSQLParser.Opt_grant_grant_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_grant_grant_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_grant_grant_optionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantrolestmt
public T visitGrantrolestmt(PostgreSQLParser.GrantrolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.grantrolestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrantrolestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevokerolestmt
public T visitRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.revokerolestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRevokerolestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_grant_admin_option
public T visitOpt_grant_admin_option(PostgreSQLParser.Opt_grant_admin_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_grant_admin_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_grant_admin_optionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_granted_by
public T visitOpt_granted_by(PostgreSQLParser.Opt_granted_byContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_granted_by().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_granted_byin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterdefaultprivilegesstmt
public T visitAlterdefaultprivilegesstmt(PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterdefaultprivilegesstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterdefaultprivilegesstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefacloptionlist
public T visitDefacloptionlist(PostgreSQLParser.DefacloptionlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.defacloptionlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefacloptionlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefacloption
public T visitDefacloption(PostgreSQLParser.DefacloptionContext ctx)
Visit a parse tree produced byPostgreSQLParser.defacloption().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefacloptionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaclaction
public T visitDefaclaction(PostgreSQLParser.DefaclactionContext ctx)
Visit a parse tree produced byPostgreSQLParser.defaclaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefaclactionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefacl_privilege_target
public T visitDefacl_privilege_target(PostgreSQLParser.Defacl_privilege_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.defacl_privilege_target().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDefacl_privilege_targetin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexstmt
public T visitIndexstmt(PostgreSQLParser.IndexstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.indexstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndexstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_unique
public T visitOpt_unique(PostgreSQLParser.Opt_uniqueContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_unique().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_uniquein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_concurrently
public T visitOpt_concurrently(PostgreSQLParser.Opt_concurrentlyContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_concurrently().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_concurrentlyin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_index_name
public T visitOpt_index_name(PostgreSQLParser.Opt_index_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_index_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_index_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccess_method_clause
public T visitAccess_method_clause(PostgreSQLParser.Access_method_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.access_method_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAccess_method_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_params
public T visitIndex_params(PostgreSQLParser.Index_paramsContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_params().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndex_paramsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_elem_options
public T visitIndex_elem_options(PostgreSQLParser.Index_elem_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_elem_options().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndex_elem_optionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_elem
public T visitIndex_elem(PostgreSQLParser.Index_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndex_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_include
public T visitOpt_include(PostgreSQLParser.Opt_includeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_include().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_includein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_including_params
public T visitIndex_including_params(PostgreSQLParser.Index_including_paramsContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_including_params().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndex_including_paramsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_collate
public T visitOpt_collate(PostgreSQLParser.Opt_collateContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_collate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_collatein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_class
public T visitOpt_class(PostgreSQLParser.Opt_classContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_classin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_asc_desc
public T visitOpt_asc_desc(PostgreSQLParser.Opt_asc_descContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_asc_desc().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_asc_descin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_nulls_order
public T visitOpt_nulls_order(PostgreSQLParser.Opt_nulls_orderContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_nulls_order().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_nulls_orderin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefunctionstmt
public T visitCreatefunctionstmt(PostgreSQLParser.CreatefunctionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createfunctionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatefunctionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_or_replace
public T visitOpt_or_replace(PostgreSQLParser.Opt_or_replaceContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_or_replace().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_or_replacein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_args
public T visitFunc_args(PostgreSQLParser.Func_argsContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_args().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_argsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_args_list
public T visitFunc_args_list(PostgreSQLParser.Func_args_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_args_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_args_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_with_argtypes_list
public T visitFunction_with_argtypes_list(PostgreSQLParser.Function_with_argtypes_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.function_with_argtypes_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_with_argtypes_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_with_argtypes
public T visitFunction_with_argtypes(PostgreSQLParser.Function_with_argtypesContext ctx)
Visit a parse tree produced byPostgreSQLParser.function_with_argtypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunction_with_argtypesin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_args_with_defaults
public T visitFunc_args_with_defaults(PostgreSQLParser.Func_args_with_defaultsContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_args_with_defaults().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_args_with_defaultsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_args_with_defaults_list
public T visitFunc_args_with_defaults_list(PostgreSQLParser.Func_args_with_defaults_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_args_with_defaults_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_args_with_defaults_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_arg
public T visitFunc_arg(PostgreSQLParser.Func_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArg_class
public T visitArg_class(PostgreSQLParser.Arg_classContext ctx)
Visit a parse tree produced byPostgreSQLParser.arg_class().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArg_classin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParam_name
public T visitParam_name(PostgreSQLParser.Param_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.param_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitParam_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_return
public T visitFunc_return(PostgreSQLParser.Func_returnContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_return().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_returnin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_type
public T visitFunc_type(PostgreSQLParser.Func_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_typein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_arg_with_default
public T visitFunc_arg_with_default(PostgreSQLParser.Func_arg_with_defaultContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_arg_with_default().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_arg_with_defaultin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggr_arg
public T visitAggr_arg(PostgreSQLParser.Aggr_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggr_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggr_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggr_args
public T visitAggr_args(PostgreSQLParser.Aggr_argsContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggr_args().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggr_argsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggr_args_list
public T visitAggr_args_list(PostgreSQLParser.Aggr_args_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggr_args_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggr_args_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregate_with_argtypes
public T visitAggregate_with_argtypes(PostgreSQLParser.Aggregate_with_argtypesContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggregate_with_argtypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregate_with_argtypesin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregate_with_argtypes_list
public T visitAggregate_with_argtypes_list(PostgreSQLParser.Aggregate_with_argtypes_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggregate_with_argtypes_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAggregate_with_argtypes_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefunc_opt_list
public T visitCreatefunc_opt_list(PostgreSQLParser.Createfunc_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.createfunc_opt_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatefunc_opt_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommon_func_opt_item
public T visitCommon_func_opt_item(PostgreSQLParser.Common_func_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.common_func_opt_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommon_func_opt_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefunc_opt_item
public T visitCreatefunc_opt_item(PostgreSQLParser.Createfunc_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.createfunc_opt_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatefunc_opt_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_as
public T visitFunc_as(PostgreSQLParser.Func_asContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_as().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_asin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransform_type_list
public T visitTransform_type_list(PostgreSQLParser.Transform_type_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.transform_type_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransform_type_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_definition
public T visitOpt_definition(PostgreSQLParser.Opt_definitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_definition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_definitionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTable_func_column
public T visitTable_func_column(PostgreSQLParser.Table_func_columnContext ctx)
Visit a parse tree produced byPostgreSQLParser.table_func_column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTable_func_columnin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTable_func_column_list
public T visitTable_func_column_list(PostgreSQLParser.Table_func_column_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.table_func_column_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTable_func_column_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterfunctionstmt
public T visitAlterfunctionstmt(PostgreSQLParser.AlterfunctionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterfunctionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterfunctionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterfunc_opt_list
public T visitAlterfunc_opt_list(PostgreSQLParser.Alterfunc_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterfunc_opt_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterfunc_opt_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_restrict
public T visitOpt_restrict(PostgreSQLParser.Opt_restrictContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_restrict().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_restrictin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemovefuncstmt
public T visitRemovefuncstmt(PostgreSQLParser.RemovefuncstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.removefuncstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRemovefuncstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemoveaggrstmt
public T visitRemoveaggrstmt(PostgreSQLParser.RemoveaggrstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.removeaggrstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRemoveaggrstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemoveoperstmt
public T visitRemoveoperstmt(PostgreSQLParser.RemoveoperstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.removeoperstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRemoveoperstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOper_argtypes
public T visitOper_argtypes(PostgreSQLParser.Oper_argtypesContext ctx)
Visit a parse tree produced byPostgreSQLParser.oper_argtypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOper_argtypesin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_operator
public T visitAny_operator(PostgreSQLParser.Any_operatorContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_operator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAny_operatorin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_with_argtypes_list
public T visitOperator_with_argtypes_list(PostgreSQLParser.Operator_with_argtypes_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_with_argtypes_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperator_with_argtypes_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_with_argtypes
public T visitOperator_with_argtypes(PostgreSQLParser.Operator_with_argtypesContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_with_argtypes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperator_with_argtypesin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDostmt
public T visitDostmt(PostgreSQLParser.DostmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dostmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDostmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDostmt_opt_list
public T visitDostmt_opt_list(PostgreSQLParser.Dostmt_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.dostmt_opt_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDostmt_opt_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDostmt_opt_item
public T visitDostmt_opt_item(PostgreSQLParser.Dostmt_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.dostmt_opt_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDostmt_opt_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatecaststmt
public T visitCreatecaststmt(PostgreSQLParser.CreatecaststmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createcaststmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatecaststmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCast_context
public T visitCast_context(PostgreSQLParser.Cast_contextContext ctx)
Visit a parse tree produced byPostgreSQLParser.cast_context().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCast_contextin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropcaststmt
public T visitDropcaststmt(PostgreSQLParser.DropcaststmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropcaststmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropcaststmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_if_exists
public T visitOpt_if_exists(PostgreSQLParser.Opt_if_existsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_if_exists().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_if_existsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatetransformstmt
public T visitCreatetransformstmt(PostgreSQLParser.CreatetransformstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createtransformstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatetransformstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransform_element_list
public T visitTransform_element_list(PostgreSQLParser.Transform_element_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.transform_element_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransform_element_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDroptransformstmt
public T visitDroptransformstmt(PostgreSQLParser.DroptransformstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.droptransformstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDroptransformstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindexstmt
public T visitReindexstmt(PostgreSQLParser.ReindexstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindexstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReindexstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindex_target_type
public T visitReindex_target_type(PostgreSQLParser.Reindex_target_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindex_target_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReindex_target_typein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindex_target_multitable
public T visitReindex_target_multitable(PostgreSQLParser.Reindex_target_multitableContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindex_target_multitable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReindex_target_multitablein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindex_option_list
public T visitReindex_option_list(PostgreSQLParser.Reindex_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindex_option_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReindex_option_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindex_option_elem
public T visitReindex_option_elem(PostgreSQLParser.Reindex_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindex_option_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReindex_option_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertblspcstmt
public T visitAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertblspcstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltertblspcstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenamestmt
public T visitRenamestmt(PostgreSQLParser.RenamestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.renamestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRenamestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_column
public T visitOpt_column(PostgreSQLParser.Opt_columnContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_column().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_columnin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_set_data
public T visitOpt_set_data(PostgreSQLParser.Opt_set_dataContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_set_data().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_set_datain interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterobjectdependsstmt
public T visitAlterobjectdependsstmt(PostgreSQLParser.AlterobjectdependsstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterobjectdependsstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterobjectdependsstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_no
public T visitOpt_no(PostgreSQLParser.Opt_noContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_no().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_noin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterobjectschemastmt
public T visitAlterobjectschemastmt(PostgreSQLParser.AlterobjectschemastmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterobjectschemastmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterobjectschemastmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlteroperatorstmt
public T visitAlteroperatorstmt(PostgreSQLParser.AlteroperatorstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alteroperatorstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlteroperatorstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_def_list
public T visitOperator_def_list(PostgreSQLParser.Operator_def_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_def_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperator_def_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_def_elem
public T visitOperator_def_elem(PostgreSQLParser.Operator_def_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_def_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperator_def_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_def_arg
public T visitOperator_def_arg(PostgreSQLParser.Operator_def_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_def_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOperator_def_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertypestmt
public T visitAltertypestmt(PostgreSQLParser.AltertypestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertypestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltertypestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterownerstmt
public T visitAlterownerstmt(PostgreSQLParser.AlterownerstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterownerstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterownerstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatepublicationstmt
public T visitCreatepublicationstmt(PostgreSQLParser.CreatepublicationstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createpublicationstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatepublicationstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_publication_for_tables
public T visitOpt_publication_for_tables(PostgreSQLParser.Opt_publication_for_tablesContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_publication_for_tables().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_publication_for_tablesin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPublication_for_tables
public T visitPublication_for_tables(PostgreSQLParser.Publication_for_tablesContext ctx)
Visit a parse tree produced byPostgreSQLParser.publication_for_tables().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPublication_for_tablesin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterpublicationstmt
public T visitAlterpublicationstmt(PostgreSQLParser.AlterpublicationstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterpublicationstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterpublicationstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatesubscriptionstmt
public T visitCreatesubscriptionstmt(PostgreSQLParser.CreatesubscriptionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createsubscriptionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatesubscriptionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPublication_name_list
public T visitPublication_name_list(PostgreSQLParser.Publication_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.publication_name_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPublication_name_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPublication_name_item
public T visitPublication_name_item(PostgreSQLParser.Publication_name_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.publication_name_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPublication_name_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltersubscriptionstmt
public T visitAltersubscriptionstmt(PostgreSQLParser.AltersubscriptionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altersubscriptionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltersubscriptionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropsubscriptionstmt
public T visitDropsubscriptionstmt(PostgreSQLParser.DropsubscriptionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropsubscriptionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropsubscriptionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRulestmt
public T visitRulestmt(PostgreSQLParser.RulestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.rulestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRulestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleactionlist
public T visitRuleactionlist(PostgreSQLParser.RuleactionlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.ruleactionlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRuleactionlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleactionmulti
public T visitRuleactionmulti(PostgreSQLParser.RuleactionmultiContext ctx)
Visit a parse tree produced byPostgreSQLParser.ruleactionmulti().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRuleactionmultiin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleactionstmt
public T visitRuleactionstmt(PostgreSQLParser.RuleactionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.ruleactionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRuleactionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleactionstmtOrEmpty
public T visitRuleactionstmtOrEmpty(PostgreSQLParser.RuleactionstmtOrEmptyContext ctx)
Visit a parse tree produced byPostgreSQLParser.ruleactionstmtOrEmpty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRuleactionstmtOrEmptyin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvent
public T visitEvent(PostgreSQLParser.EventContext ctx)
Visit a parse tree produced byPostgreSQLParser.event().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEventin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_instead
public T visitOpt_instead(PostgreSQLParser.Opt_insteadContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_instead().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_insteadin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotifystmt
public T visitNotifystmt(PostgreSQLParser.NotifystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.notifystmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotifystmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotify_payload
public T visitNotify_payload(PostgreSQLParser.Notify_payloadContext ctx)
Visit a parse tree produced byPostgreSQLParser.notify_payload().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNotify_payloadin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListenstmt
public T visitListenstmt(PostgreSQLParser.ListenstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.listenstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitListenstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnlistenstmt
public T visitUnlistenstmt(PostgreSQLParser.UnlistenstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.unlistenstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnlistenstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionstmt
public T visitTransactionstmt(PostgreSQLParser.TransactionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.transactionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransactionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_transaction
public T visitOpt_transaction(PostgreSQLParser.Opt_transactionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_transaction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_transactionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransaction_mode_item
public T visitTransaction_mode_item(PostgreSQLParser.Transaction_mode_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.transaction_mode_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransaction_mode_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransaction_mode_list
public T visitTransaction_mode_list(PostgreSQLParser.Transaction_mode_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.transaction_mode_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransaction_mode_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransaction_mode_list_or_empty
public T visitTransaction_mode_list_or_empty(PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx)
Visit a parse tree produced byPostgreSQLParser.transaction_mode_list_or_empty().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTransaction_mode_list_or_emptyin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_transaction_chain
public T visitOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_transaction_chain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_transaction_chainin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewstmt
public T visitViewstmt(PostgreSQLParser.ViewstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.viewstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitViewstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_check_option
public T visitOpt_check_option(PostgreSQLParser.Opt_check_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_check_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_check_optionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoadstmt
public T visitLoadstmt(PostgreSQLParser.LoadstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.loadstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoadstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedbstmt
public T visitCreatedbstmt(PostgreSQLParser.CreatedbstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdbstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedbstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedb_opt_list
public T visitCreatedb_opt_list(PostgreSQLParser.Createdb_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdb_opt_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedb_opt_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedb_opt_items
public T visitCreatedb_opt_items(PostgreSQLParser.Createdb_opt_itemsContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdb_opt_items().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedb_opt_itemsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedb_opt_item
public T visitCreatedb_opt_item(PostgreSQLParser.Createdb_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdb_opt_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedb_opt_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedb_opt_name
public T visitCreatedb_opt_name(PostgreSQLParser.Createdb_opt_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdb_opt_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedb_opt_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_equal
public T visitOpt_equal(PostgreSQLParser.Opt_equalContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_equal().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_equalin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterdatabasestmt
public T visitAlterdatabasestmt(PostgreSQLParser.AlterdatabasestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterdatabasestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterdatabasestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterdatabasesetstmt
public T visitAlterdatabasesetstmt(PostgreSQLParser.AlterdatabasesetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterdatabasesetstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterdatabasesetstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropdbstmt
public T visitDropdbstmt(PostgreSQLParser.DropdbstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropdbstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDropdbstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDrop_option_list
public T visitDrop_option_list(PostgreSQLParser.Drop_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.drop_option_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDrop_option_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDrop_option
public T visitDrop_option(PostgreSQLParser.Drop_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.drop_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDrop_optionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltercollationstmt
public T visitAltercollationstmt(PostgreSQLParser.AltercollationstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altercollationstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltercollationstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltersystemstmt
public T visitAltersystemstmt(PostgreSQLParser.AltersystemstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altersystemstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltersystemstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedomainstmt
public T visitCreatedomainstmt(PostgreSQLParser.CreatedomainstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdomainstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreatedomainstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterdomainstmt
public T visitAlterdomainstmt(PostgreSQLParser.AlterdomainstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterdomainstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlterdomainstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_as
public T visitOpt_as(PostgreSQLParser.Opt_asContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_as().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_asin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertsdictionarystmt
public T visitAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertsdictionarystmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltertsdictionarystmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertsconfigurationstmt
public T visitAltertsconfigurationstmt(PostgreSQLParser.AltertsconfigurationstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertsconfigurationstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAltertsconfigurationstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_with
public T visitAny_with(PostgreSQLParser.Any_withContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_with().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAny_within interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateconversionstmt
public T visitCreateconversionstmt(PostgreSQLParser.CreateconversionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createconversionstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCreateconversionstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterstmt
public T visitClusterstmt(PostgreSQLParser.ClusterstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.clusterstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitClusterstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCluster_index_specification
public T visitCluster_index_specification(PostgreSQLParser.Cluster_index_specificationContext ctx)
Visit a parse tree produced byPostgreSQLParser.cluster_index_specification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCluster_index_specificationin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacuumstmt
public T visitVacuumstmt(PostgreSQLParser.VacuumstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.vacuumstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacuumstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyzestmt
public T visitAnalyzestmt(PostgreSQLParser.AnalyzestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.analyzestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyzestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVac_analyze_option_list
public T visitVac_analyze_option_list(PostgreSQLParser.Vac_analyze_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.vac_analyze_option_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVac_analyze_option_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyze_keyword
public T visitAnalyze_keyword(PostgreSQLParser.Analyze_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.analyze_keyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnalyze_keywordin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVac_analyze_option_elem
public T visitVac_analyze_option_elem(PostgreSQLParser.Vac_analyze_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.vac_analyze_option_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVac_analyze_option_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVac_analyze_option_name
public T visitVac_analyze_option_name(PostgreSQLParser.Vac_analyze_option_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.vac_analyze_option_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVac_analyze_option_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVac_analyze_option_arg
public T visitVac_analyze_option_arg(PostgreSQLParser.Vac_analyze_option_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.vac_analyze_option_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVac_analyze_option_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_analyze
public T visitOpt_analyze(PostgreSQLParser.Opt_analyzeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_analyze().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_analyzein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_verbose
public T visitOpt_verbose(PostgreSQLParser.Opt_verboseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_verbose().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_verbosein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_full
public T visitOpt_full(PostgreSQLParser.Opt_fullContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_full().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_fullin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_freeze
public T visitOpt_freeze(PostgreSQLParser.Opt_freezeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_freeze().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_freezein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_name_list
public T visitOpt_name_list(PostgreSQLParser.Opt_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_name_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_name_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacuum_relation
public T visitVacuum_relation(PostgreSQLParser.Vacuum_relationContext ctx)
Visit a parse tree produced byPostgreSQLParser.vacuum_relation().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacuum_relationin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacuum_relation_list
public T visitVacuum_relation_list(PostgreSQLParser.Vacuum_relation_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.vacuum_relation_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitVacuum_relation_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_vacuum_relation_list
public T visitOpt_vacuum_relation_list(PostgreSQLParser.Opt_vacuum_relation_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_vacuum_relation_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_vacuum_relation_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainstmt
public T visitExplainstmt(PostgreSQLParser.ExplainstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.explainstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainablestmt
public T visitExplainablestmt(PostgreSQLParser.ExplainablestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.explainablestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplainablestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain_option_list
public T visitExplain_option_list(PostgreSQLParser.Explain_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.explain_option_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplain_option_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain_option_elem
public T visitExplain_option_elem(PostgreSQLParser.Explain_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.explain_option_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplain_option_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain_option_name
public T visitExplain_option_name(PostgreSQLParser.Explain_option_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.explain_option_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplain_option_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain_option_arg
public T visitExplain_option_arg(PostgreSQLParser.Explain_option_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.explain_option_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplain_option_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreparestmt
public T visitPreparestmt(PostgreSQLParser.PreparestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.preparestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPreparestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrep_type_clause
public T visitPrep_type_clause(PostgreSQLParser.Prep_type_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.prep_type_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPrep_type_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreparablestmt
public T visitPreparablestmt(PostgreSQLParser.PreparablestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.preparablestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPreparablestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecutestmt
public T visitExecutestmt(PostgreSQLParser.ExecutestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.executestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecutestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecute_param_clause
public T visitExecute_param_clause(PostgreSQLParser.Execute_param_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.execute_param_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExecute_param_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeallocatestmt
public T visitDeallocatestmt(PostgreSQLParser.DeallocatestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.deallocatestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeallocatestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertstmt
public T visitInsertstmt(PostgreSQLParser.InsertstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.insertstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsertstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert_target
public T visitInsert_target(PostgreSQLParser.Insert_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.insert_target().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsert_targetin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert_rest
public T visitInsert_rest(PostgreSQLParser.Insert_restContext ctx)
Visit a parse tree produced byPostgreSQLParser.insert_rest().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsert_restin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverride_kind
public T visitOverride_kind(PostgreSQLParser.Override_kindContext ctx)
Visit a parse tree produced byPostgreSQLParser.override_kind().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverride_kindin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert_column_list
public T visitInsert_column_list(PostgreSQLParser.Insert_column_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.insert_column_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsert_column_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert_column_item
public T visitInsert_column_item(PostgreSQLParser.Insert_column_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.insert_column_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInsert_column_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_on_conflict
public T visitOpt_on_conflict(PostgreSQLParser.Opt_on_conflictContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_on_conflict().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_on_conflictin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_conf_expr
public T visitOpt_conf_expr(PostgreSQLParser.Opt_conf_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_conf_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_conf_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturning_clause
public T visitReturning_clause(PostgreSQLParser.Returning_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.returning_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReturning_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeletestmt
public T visitDeletestmt(PostgreSQLParser.DeletestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.deletestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeletestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsing_clause
public T visitUsing_clause(PostgreSQLParser.Using_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.using_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUsing_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockstmt
public T visitLockstmt(PostgreSQLParser.LockstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.lockstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLockstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_lock
public T visitOpt_lock(PostgreSQLParser.Opt_lockContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_lock().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_lockin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLock_type
public T visitLock_type(PostgreSQLParser.Lock_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.lock_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLock_typein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_nowait
public T visitOpt_nowait(PostgreSQLParser.Opt_nowaitContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_nowait().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_nowaitin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_nowait_or_skip
public T visitOpt_nowait_or_skip(PostgreSQLParser.Opt_nowait_or_skipContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_nowait_or_skip().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_nowait_or_skipin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdatestmt
public T visitUpdatestmt(PostgreSQLParser.UpdatestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.updatestmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUpdatestmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_clause_list
public T visitSet_clause_list(PostgreSQLParser.Set_clause_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_clause_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSet_clause_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_clause
public T visitSet_clause(PostgreSQLParser.Set_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSet_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_target
public T visitSet_target(PostgreSQLParser.Set_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_target().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSet_targetin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_target_list
public T visitSet_target_list(PostgreSQLParser.Set_target_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_target_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSet_target_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeclarecursorstmt
public T visitDeclarecursorstmt(PostgreSQLParser.DeclarecursorstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.declarecursorstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDeclarecursorstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursor_name
public T visitCursor_name(PostgreSQLParser.Cursor_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.cursor_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursor_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursor_options
public T visitCursor_options(PostgreSQLParser.Cursor_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.cursor_options().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursor_optionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_hold
public T visitOpt_hold(PostgreSQLParser.Opt_holdContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_hold().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_holdin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectstmt
public T visitSelectstmt(PostgreSQLParser.SelectstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.selectstmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelectstmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_with_parens
public T visitSelect_with_parens(PostgreSQLParser.Select_with_parensContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_with_parens().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_with_parensin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_no_parens
public T visitSelect_no_parens(PostgreSQLParser.Select_no_parensContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_no_parens().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_no_parensin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_clause
public T visitSelect_clause(PostgreSQLParser.Select_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimple_select
public T visitSimple_select(PostgreSQLParser.Simple_selectContext ctx)
Visit a parse tree produced byPostgreSQLParser.simple_select().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimple_selectin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnion
public T visitUnion(PostgreSQLParser.UnionContext ctx)
Visit a parse tree produced by theunionlabeled alternative inPostgreSQLParser.set_operator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntersect
public T visitIntersect(PostgreSQLParser.IntersectContext ctx)
Visit a parse tree produced by theintersectlabeled alternative inPostgreSQLParser.set_operator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIntersectin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExcept
public T visitExcept(PostgreSQLParser.ExceptContext ctx)
Visit a parse tree produced by theexceptlabeled alternative inPostgreSQLParser.set_operator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExceptin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_operator_with_all_or_distinct
public T visitSet_operator_with_all_or_distinct(PostgreSQLParser.Set_operator_with_all_or_distinctContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_operator_with_all_or_distinct().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSet_operator_with_all_or_distinctin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWith_clause
public T visitWith_clause(PostgreSQLParser.With_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.with_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWith_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCte_list
public T visitCte_list(PostgreSQLParser.Cte_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.cte_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCte_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommon_table_expr
public T visitCommon_table_expr(PostgreSQLParser.Common_table_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.common_table_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCommon_table_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_materialized
public T visitOpt_materialized(PostgreSQLParser.Opt_materializedContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_materialized().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_materializedin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_with_clause
public T visitOpt_with_clause(PostgreSQLParser.Opt_with_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_with_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_with_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInto_clause
public T visitInto_clause(PostgreSQLParser.Into_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.into_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInto_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_strict
public T visitOpt_strict(PostgreSQLParser.Opt_strictContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_strict().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_strictin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttempTableName
public T visitOpttempTableName(PostgreSQLParser.OpttempTableNameContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttempTableName().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpttempTableNamein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_table
public T visitOpt_table(PostgreSQLParser.Opt_tableContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_table().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_tablein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAll_or_distinct
public T visitAll_or_distinct(PostgreSQLParser.All_or_distinctContext ctx)
Visit a parse tree produced byPostgreSQLParser.all_or_distinct().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAll_or_distinctin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistinct_clause
public T visitDistinct_clause(PostgreSQLParser.Distinct_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.distinct_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDistinct_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_all_clause
public T visitOpt_all_clause(PostgreSQLParser.Opt_all_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_all_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_all_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_sort_clause
public T visitOpt_sort_clause(PostgreSQLParser.Opt_sort_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_sort_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_sort_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSort_clause
public T visitSort_clause(PostgreSQLParser.Sort_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.sort_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSort_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortby_list
public T visitSortby_list(PostgreSQLParser.Sortby_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.sortby_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSortby_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortby
public T visitSortby(PostgreSQLParser.SortbyContext ctx)
Visit a parse tree produced byPostgreSQLParser.sortby().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSortbyin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_limit
public T visitSelect_limit(PostgreSQLParser.Select_limitContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_limit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_limitin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_select_limit
public T visitOpt_select_limit(PostgreSQLParser.Opt_select_limitContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_select_limit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_select_limitin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimit_clause
public T visitLimit_clause(PostgreSQLParser.Limit_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.limit_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLimit_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffset_clause
public T visitOffset_clause(PostgreSQLParser.Offset_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.offset_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOffset_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_limit_value
public T visitSelect_limit_value(PostgreSQLParser.Select_limit_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_limit_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_limit_valuein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_offset_value
public T visitSelect_offset_value(PostgreSQLParser.Select_offset_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_offset_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_offset_valuein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_fetch_first_value
public T visitSelect_fetch_first_value(PostgreSQLParser.Select_fetch_first_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_fetch_first_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSelect_fetch_first_valuein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitI_or_f_const
public T visitI_or_f_const(PostgreSQLParser.I_or_f_constContext ctx)
Visit a parse tree produced byPostgreSQLParser.i_or_f_const().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitI_or_f_constin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRow_or_rows
public T visitRow_or_rows(PostgreSQLParser.Row_or_rowsContext ctx)
Visit a parse tree produced byPostgreSQLParser.row_or_rows().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRow_or_rowsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFirst_or_next
public T visitFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)
Visit a parse tree produced byPostgreSQLParser.first_or_next().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFirst_or_nextin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroup_clause
public T visitGroup_clause(PostgreSQLParser.Group_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.group_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroup_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroup_by_list
public T visitGroup_by_list(PostgreSQLParser.Group_by_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.group_by_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroup_by_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroup_by_item
public T visitGroup_by_item(PostgreSQLParser.Group_by_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.group_by_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGroup_by_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmpty_grouping_set
public T visitEmpty_grouping_set(PostgreSQLParser.Empty_grouping_setContext ctx)
Visit a parse tree produced byPostgreSQLParser.empty_grouping_set().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitEmpty_grouping_setin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollup_clause
public T visitRollup_clause(PostgreSQLParser.Rollup_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.rollup_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRollup_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCube_clause
public T visitCube_clause(PostgreSQLParser.Cube_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.cube_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCube_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrouping_sets_clause
public T visitGrouping_sets_clause(PostgreSQLParser.Grouping_sets_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.grouping_sets_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGrouping_sets_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHaving_clause
public T visitHaving_clause(PostgreSQLParser.Having_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.having_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitHaving_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_locking_clause
public T visitFor_locking_clause(PostgreSQLParser.For_locking_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_locking_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFor_locking_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_for_locking_clause
public T visitOpt_for_locking_clause(PostgreSQLParser.Opt_for_locking_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_for_locking_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_for_locking_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_locking_items
public T visitFor_locking_items(PostgreSQLParser.For_locking_itemsContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_locking_items().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFor_locking_itemsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_locking_item
public T visitFor_locking_item(PostgreSQLParser.For_locking_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_locking_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFor_locking_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_locking_strength
public T visitFor_locking_strength(PostgreSQLParser.For_locking_strengthContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_locking_strength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFor_locking_strengthin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocked_rels_list
public T visitLocked_rels_list(PostgreSQLParser.Locked_rels_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.locked_rels_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLocked_rels_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValues_clause
public T visitValues_clause(PostgreSQLParser.Values_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.values_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitValues_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrom_clause
public T visitFrom_clause(PostgreSQLParser.From_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.from_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrom_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrom_list
public T visitFrom_list(PostgreSQLParser.From_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.from_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrom_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTable_ref
public T visitTable_ref(PostgreSQLParser.Table_refContext ctx)
Visit a parse tree produced byPostgreSQLParser.table_ref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTable_refin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias_clause
public T visitAlias_clause(PostgreSQLParser.Alias_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.alias_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAlias_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_alias_clause
public T visitOpt_alias_clause(PostgreSQLParser.Opt_alias_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_alias_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_alias_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_alias_clause
public T visitFunc_alias_clause(PostgreSQLParser.Func_alias_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_alias_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_alias_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoin_type
public T visitJoin_type(PostgreSQLParser.Join_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.join_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoin_typein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoin_qual
public T visitJoin_qual(PostgreSQLParser.Join_qualContext ctx)
Visit a parse tree produced byPostgreSQLParser.join_qual().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitJoin_qualin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelation_expr
public T visitRelation_expr(PostgreSQLParser.Relation_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.relation_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelation_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelation_expr_list
public T visitRelation_expr_list(PostgreSQLParser.Relation_expr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.relation_expr_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelation_expr_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelation_expr_opt_alias
public T visitRelation_expr_opt_alias(PostgreSQLParser.Relation_expr_opt_aliasContext ctx)
Visit a parse tree produced byPostgreSQLParser.relation_expr_opt_alias().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRelation_expr_opt_aliasin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablesample_clause
public T visitTablesample_clause(PostgreSQLParser.Tablesample_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablesample_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablesample_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_repeatable_clause
public T visitOpt_repeatable_clause(PostgreSQLParser.Opt_repeatable_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_repeatable_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_repeatable_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_table
public T visitFunc_table(PostgreSQLParser.Func_tableContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_table().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_tablein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsfrom_item
public T visitRowsfrom_item(PostgreSQLParser.Rowsfrom_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsfrom_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsfrom_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsfrom_list
public T visitRowsfrom_list(PostgreSQLParser.Rowsfrom_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsfrom_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowsfrom_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_col_def_list
public T visitOpt_col_def_list(PostgreSQLParser.Opt_col_def_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_col_def_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_col_def_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_ordinality
public T visitOpt_ordinality(PostgreSQLParser.Opt_ordinalityContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_ordinality().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_ordinalityin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhere_clause
public T visitWhere_clause(PostgreSQLParser.Where_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.where_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhere_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhere_or_current_clause
public T visitWhere_or_current_clause(PostgreSQLParser.Where_or_current_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.where_or_current_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhere_or_current_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttablefuncelementlist
public T visitOpttablefuncelementlist(PostgreSQLParser.OpttablefuncelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttablefuncelementlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpttablefuncelementlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablefuncelementlist
public T visitTablefuncelementlist(PostgreSQLParser.TablefuncelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablefuncelementlist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablefuncelementlistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablefuncelement
public T visitTablefuncelement(PostgreSQLParser.TablefuncelementContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablefuncelement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTablefuncelementin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable
public T visitXmltable(PostgreSQLParser.XmltableContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmltablein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable_column_list
public T visitXmltable_column_list(PostgreSQLParser.Xmltable_column_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable_column_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmltable_column_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable_column_el
public T visitXmltable_column_el(PostgreSQLParser.Xmltable_column_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable_column_el().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmltable_column_elin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable_column_option_list
public T visitXmltable_column_option_list(PostgreSQLParser.Xmltable_column_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable_column_option_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmltable_column_option_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable_column_option_el
public T visitXmltable_column_option_el(PostgreSQLParser.Xmltable_column_option_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable_column_option_el().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmltable_column_option_elin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_namespace_list
public T visitXml_namespace_list(PostgreSQLParser.Xml_namespace_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_namespace_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXml_namespace_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_namespace_el
public T visitXml_namespace_el(PostgreSQLParser.Xml_namespace_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_namespace_el().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXml_namespace_elin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypename
public T visitTypename(PostgreSQLParser.TypenameContext ctx)
Visit a parse tree produced byPostgreSQLParser.typename().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTypenamein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_array_bounds
public T visitOpt_array_bounds(PostgreSQLParser.Opt_array_boundsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_array_bounds().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_array_boundsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpletypename
public T visitSimpletypename(PostgreSQLParser.SimpletypenameContext ctx)
Visit a parse tree produced byPostgreSQLParser.simpletypename().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSimpletypenamein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConsttypename
public T visitConsttypename(PostgreSQLParser.ConsttypenameContext ctx)
Visit a parse tree produced byPostgreSQLParser.consttypename().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConsttypenamein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenerictype
public T visitGenerictype(PostgreSQLParser.GenerictypeContext ctx)
Visit a parse tree produced byPostgreSQLParser.generictype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGenerictypein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_type_modifiers
public T visitOpt_type_modifiers(PostgreSQLParser.Opt_type_modifiersContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_type_modifiers().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_type_modifiersin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumeric
public T visitNumeric(PostgreSQLParser.NumericContext ctx)
Visit a parse tree produced byPostgreSQLParser.numeric().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNumericin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_float
public T visitOpt_float(PostgreSQLParser.Opt_floatContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_float().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_floatin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBit
public T visitBit(PostgreSQLParser.BitContext ctx)
Visit a parse tree produced byPostgreSQLParser.bit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstbit
public T visitConstbit(PostgreSQLParser.ConstbitContext ctx)
Visit a parse tree produced byPostgreSQLParser.constbit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstbitin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitwithlength
public T visitBitwithlength(PostgreSQLParser.BitwithlengthContext ctx)
Visit a parse tree produced byPostgreSQLParser.bitwithlength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitwithlengthin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitwithoutlength
public T visitBitwithoutlength(PostgreSQLParser.BitwithoutlengthContext ctx)
Visit a parse tree produced byPostgreSQLParser.bitwithoutlength().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBitwithoutlengthin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacter
public T visitCharacter(PostgreSQLParser.CharacterContext ctx)
Visit a parse tree produced byPostgreSQLParser.character().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacterin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstcharacter
public T visitConstcharacter(PostgreSQLParser.ConstcharacterContext ctx)
Visit a parse tree produced byPostgreSQLParser.constcharacter().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstcharacterin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacter_c
public T visitCharacter_c(PostgreSQLParser.Character_cContext ctx)
Visit a parse tree produced byPostgreSQLParser.character_c().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCharacter_cin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_varying
public T visitOpt_varying(PostgreSQLParser.Opt_varyingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_varying().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_varyingin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstdatetime
public T visitConstdatetime(PostgreSQLParser.ConstdatetimeContext ctx)
Visit a parse tree produced byPostgreSQLParser.constdatetime().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstdatetimein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstinterval
public T visitConstinterval(PostgreSQLParser.ConstintervalContext ctx)
Visit a parse tree produced byPostgreSQLParser.constinterval().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitConstintervalin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_timezone
public T visitOpt_timezone(PostgreSQLParser.Opt_timezoneContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_timezone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_timezonein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_interval
public T visitOpt_interval(PostgreSQLParser.Opt_intervalContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_interval().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_intervalin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterval_second
public T visitInterval_second(PostgreSQLParser.Interval_secondContext ctx)
Visit a parse tree produced byPostgreSQLParser.interval_second().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInterval_secondin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_escape
public T visitOpt_escape(PostgreSQLParser.Opt_escapeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_escape().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_escapein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr
public T visitA_expr(PostgreSQLParser.A_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_qual
public T visitA_expr_qual(PostgreSQLParser.A_expr_qualContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_qual().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_qualin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_lessless
public T visitA_expr_lessless(PostgreSQLParser.A_expr_lesslessContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_lessless().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_lesslessin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_or
public T visitA_expr_or(PostgreSQLParser.A_expr_orContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_or().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_orin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_and
public T visitA_expr_and(PostgreSQLParser.A_expr_andContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_and().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_andin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_in
public T visitA_expr_in(PostgreSQLParser.A_expr_inContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_in().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_inin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_unary_not
public T visitA_expr_unary_not(PostgreSQLParser.A_expr_unary_notContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_unary_not().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_unary_notin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_isnull
public T visitA_expr_isnull(PostgreSQLParser.A_expr_isnullContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_isnull().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_isnullin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_is_not
public T visitA_expr_is_not(PostgreSQLParser.A_expr_is_notContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_is_not().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_is_notin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_compare
public T visitA_expr_compare(PostgreSQLParser.A_expr_compareContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_compare().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_comparein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_like
public T visitA_expr_like(PostgreSQLParser.A_expr_likeContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_like().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_likein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_qual_op
public T visitA_expr_qual_op(PostgreSQLParser.A_expr_qual_opContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_qual_op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_qual_opin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_unary_qualop
public T visitA_expr_unary_qualop(PostgreSQLParser.A_expr_unary_qualopContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_unary_qualop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_unary_qualopin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_add
public T visitA_expr_add(PostgreSQLParser.A_expr_addContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_add().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_addin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_mul
public T visitA_expr_mul(PostgreSQLParser.A_expr_mulContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_mul().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_mulin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_caret
public T visitA_expr_caret(PostgreSQLParser.A_expr_caretContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_caret().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_caretin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_unary_sign
public T visitA_expr_unary_sign(PostgreSQLParser.A_expr_unary_signContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_unary_sign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_unary_signin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_at_time_zone
public T visitA_expr_at_time_zone(PostgreSQLParser.A_expr_at_time_zoneContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_at_time_zone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_at_time_zonein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_collate
public T visitA_expr_collate(PostgreSQLParser.A_expr_collateContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_collate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_collatein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_typecast
public T visitA_expr_typecast(PostgreSQLParser.A_expr_typecastContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_typecast().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitA_expr_typecastin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitB_expr
public T visitB_expr(PostgreSQLParser.B_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.b_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitB_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitC_expr_exists
public T visitC_expr_exists(PostgreSQLParser.C_expr_existsContext ctx)
Visit a parse tree produced by thec_expr_existslabeled alternative inPostgreSQLParser.c_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitC_expr_existsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitC_expr_expr
public T visitC_expr_expr(PostgreSQLParser.C_expr_exprContext ctx)
Visit a parse tree produced by thec_expr_exprlabeled alternative inPostgreSQLParser.c_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitC_expr_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitC_expr_case
public T visitC_expr_case(PostgreSQLParser.C_expr_caseContext ctx)
Visit a parse tree produced by thec_expr_caselabeled alternative inPostgreSQLParser.c_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitC_expr_casein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlvariablename
public T visitPlsqlvariablename(PostgreSQLParser.PlsqlvariablenameContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsqlvariablename().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlsqlvariablenamein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_application
public T visitFunc_application(PostgreSQLParser.Func_applicationContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_application().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_applicationin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_expr
public T visitFunc_expr(PostgreSQLParser.Func_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_expr_windowless
public T visitFunc_expr_windowless(PostgreSQLParser.Func_expr_windowlessContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_expr_windowless().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_expr_windowlessin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_expr_common_subexpr
public T visitFunc_expr_common_subexpr(PostgreSQLParser.Func_expr_common_subexprContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_expr_common_subexpr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_expr_common_subexprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_root_version
public T visitXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_root_version().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXml_root_versionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_xml_root_standalone
public T visitOpt_xml_root_standalone(PostgreSQLParser.Opt_xml_root_standaloneContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_xml_root_standalone().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_xml_root_standalonein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_attributes
public T visitXml_attributes(PostgreSQLParser.Xml_attributesContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_attributes().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXml_attributesin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_attribute_list
public T visitXml_attribute_list(PostgreSQLParser.Xml_attribute_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_attribute_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXml_attribute_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_attribute_el
public T visitXml_attribute_el(PostgreSQLParser.Xml_attribute_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_attribute_el().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXml_attribute_elin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDocument_or_content
public T visitDocument_or_content(PostgreSQLParser.Document_or_contentContext ctx)
Visit a parse tree produced byPostgreSQLParser.document_or_content().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDocument_or_contentin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_whitespace_option
public T visitXml_whitespace_option(PostgreSQLParser.Xml_whitespace_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_whitespace_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXml_whitespace_optionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlexists_argument
public T visitXmlexists_argument(PostgreSQLParser.Xmlexists_argumentContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmlexists_argument().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXmlexists_argumentin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_passing_mech
public T visitXml_passing_mech(PostgreSQLParser.Xml_passing_mechContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_passing_mech().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXml_passing_mechin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithin_group_clause
public T visitWithin_group_clause(PostgreSQLParser.Within_group_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.within_group_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWithin_group_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_clause
public T visitFilter_clause(PostgreSQLParser.Filter_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.filter_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFilter_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindow_clause
public T visitWindow_clause(PostgreSQLParser.Window_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.window_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindow_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindow_definition_list
public T visitWindow_definition_list(PostgreSQLParser.Window_definition_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.window_definition_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindow_definition_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindow_definition
public T visitWindow_definition(PostgreSQLParser.Window_definitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.window_definition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindow_definitionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOver_clause
public T visitOver_clause(PostgreSQLParser.Over_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.over_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOver_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindow_specification
public T visitWindow_specification(PostgreSQLParser.Window_specificationContext ctx)
Visit a parse tree produced byPostgreSQLParser.window_specification().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWindow_specificationin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_existing_window_name
public T visitOpt_existing_window_name(PostgreSQLParser.Opt_existing_window_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_existing_window_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_existing_window_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_partition_clause
public T visitOpt_partition_clause(PostgreSQLParser.Opt_partition_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_partition_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_partition_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_frame_clause
public T visitOpt_frame_clause(PostgreSQLParser.Opt_frame_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_frame_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_frame_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrame_extent
public T visitFrame_extent(PostgreSQLParser.Frame_extentContext ctx)
Visit a parse tree produced byPostgreSQLParser.frame_extent().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrame_extentin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrame_bound
public T visitFrame_bound(PostgreSQLParser.Frame_boundContext ctx)
Visit a parse tree produced byPostgreSQLParser.frame_bound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFrame_boundin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_window_exclusion_clause
public T visitOpt_window_exclusion_clause(PostgreSQLParser.Opt_window_exclusion_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_window_exclusion_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_window_exclusion_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRow
public T visitRow(PostgreSQLParser.RowContext ctx)
Visit a parse tree produced byPostgreSQLParser.row().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRowin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplicit_row
public T visitExplicit_row(PostgreSQLParser.Explicit_rowContext ctx)
Visit a parse tree produced byPostgreSQLParser.explicit_row().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExplicit_rowin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplicit_row
public T visitImplicit_row(PostgreSQLParser.Implicit_rowContext ctx)
Visit a parse tree produced byPostgreSQLParser.implicit_row().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitImplicit_rowin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSub_type
public T visitSub_type(PostgreSQLParser.Sub_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.sub_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSub_typein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAll_op
public T visitAll_op(PostgreSQLParser.All_opContext ctx)
Visit a parse tree produced byPostgreSQLParser.all_op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAll_opin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMathop
public T visitMathop(PostgreSQLParser.MathopContext ctx)
Visit a parse tree produced byPostgreSQLParser.mathop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMathopin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQual_op
public T visitQual_op(PostgreSQLParser.Qual_opContext ctx)
Visit a parse tree produced byPostgreSQLParser.qual_op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQual_opin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQual_all_op
public T visitQual_all_op(PostgreSQLParser.Qual_all_opContext ctx)
Visit a parse tree produced byPostgreSQLParser.qual_all_op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQual_all_opin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubquery_Op
public T visitSubquery_Op(PostgreSQLParser.Subquery_OpContext ctx)
Visit a parse tree produced byPostgreSQLParser.subquery_Op().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubquery_Opin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_list
public T visitExpr_list(PostgreSQLParser.Expr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpr_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_arg_list
public T visitFunc_arg_list(PostgreSQLParser.Func_arg_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_arg_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_arg_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_arg_expr
public T visitFunc_arg_expr(PostgreSQLParser.Func_arg_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_arg_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_arg_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType_list
public T visitType_list(PostgreSQLParser.Type_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.type_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitType_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_expr
public T visitArray_expr(PostgreSQLParser.Array_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.array_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_expr_list
public T visitArray_expr_list(PostgreSQLParser.Array_expr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.array_expr_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitArray_expr_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtract_list
public T visitExtract_list(PostgreSQLParser.Extract_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.extract_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtract_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtract_arg
public T visitExtract_arg(PostgreSQLParser.Extract_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.extract_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExtract_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnicode_normal_form
public T visitUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)
Visit a parse tree produced byPostgreSQLParser.unicode_normal_form().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnicode_normal_formin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverlay_list
public T visitOverlay_list(PostgreSQLParser.Overlay_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.overlay_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOverlay_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPosition_list
public T visitPosition_list(PostgreSQLParser.Position_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.position_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPosition_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstr_list
public T visitSubstr_list(PostgreSQLParser.Substr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.substr_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSubstr_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrim_list
public T visitTrim_list(PostgreSQLParser.Trim_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.trim_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTrim_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIn_expr_select
public T visitIn_expr_select(PostgreSQLParser.In_expr_selectContext ctx)
Visit a parse tree produced by thein_expr_selectlabeled alternative inPostgreSQLParser.in_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIn_expr_selectin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIn_expr_list
public T visitIn_expr_list(PostgreSQLParser.In_expr_listContext ctx)
Visit a parse tree produced by thein_expr_listlabeled alternative inPostgreSQLParser.in_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIn_expr_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_expr
public T visitCase_expr(PostgreSQLParser.Case_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_expr().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCase_exprin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhen_clause_list
public T visitWhen_clause_list(PostgreSQLParser.When_clause_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.when_clause_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhen_clause_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhen_clause
public T visitWhen_clause(PostgreSQLParser.When_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.when_clause().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitWhen_clausein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_default
public T visitCase_default(PostgreSQLParser.Case_defaultContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_default().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCase_defaultin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_arg
public T visitCase_arg(PostgreSQLParser.Case_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCase_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnref
public T visitColumnref(PostgreSQLParser.ColumnrefContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnref().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColumnrefin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndirection_el
public T visitIndirection_el(PostgreSQLParser.Indirection_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.indirection_el().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndirection_elin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_slice_bound
public T visitOpt_slice_bound(PostgreSQLParser.Opt_slice_boundContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_slice_bound().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_slice_boundin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndirection
public T visitIndirection(PostgreSQLParser.IndirectionContext ctx)
Visit a parse tree produced byPostgreSQLParser.indirection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIndirectionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_indirection
public T visitOpt_indirection(PostgreSQLParser.Opt_indirectionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_indirection().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_indirectionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_target_list
public T visitOpt_target_list(PostgreSQLParser.Opt_target_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_target_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_target_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTarget_list
public T visitTarget_list(PostgreSQLParser.Target_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.target_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTarget_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTarget_label
public T visitTarget_label(PostgreSQLParser.Target_labelContext ctx)
Visit a parse tree produced by thetarget_labellabeled alternative inPostgreSQLParser.target_el().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTarget_labelin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTarget_star
public T visitTarget_star(PostgreSQLParser.Target_starContext ctx)
Visit a parse tree produced by thetarget_starlabeled alternative inPostgreSQLParser.target_el().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitTarget_starin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualified_name_list
public T visitQualified_name_list(PostgreSQLParser.Qualified_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.qualified_name_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualified_name_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualified_name
public T visitQualified_name(PostgreSQLParser.Qualified_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.qualified_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitQualified_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName_list
public T visitName_list(PostgreSQLParser.Name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.name_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitName_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
public T visitName(PostgreSQLParser.NameContext ctx)
Visit a parse tree produced byPostgreSQLParser.name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNamein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttr_name
public T visitAttr_name(PostgreSQLParser.Attr_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.attr_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAttr_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFile_name
public T visitFile_name(PostgreSQLParser.File_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.file_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFile_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_name
public T visitFunc_name(PostgreSQLParser.Func_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFunc_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAexprconst
public T visitAexprconst(PostgreSQLParser.AexprconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.aexprconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAexprconstin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXconst
public T visitXconst(PostgreSQLParser.XconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.xconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitXconstin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBconst
public T visitBconst(PostgreSQLParser.BconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.bconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitBconstin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFconst
public T visitFconst(PostgreSQLParser.FconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.fconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFconstin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIconst
public T visitIconst(PostgreSQLParser.IconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.iconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIconstin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSconst
public T visitSconst(PostgreSQLParser.SconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.sconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSconstin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnysconst
public T visitAnysconst(PostgreSQLParser.AnysconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.anysconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAnysconstin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_uescape
public T visitOpt_uescape(PostgreSQLParser.Opt_uescapeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_uescape().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_uescapein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignediconst
public T visitSignediconst(PostgreSQLParser.SignediconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.signediconst().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSignediconstin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleid
public T visitRoleid(PostgreSQLParser.RoleidContext ctx)
Visit a parse tree produced byPostgreSQLParser.roleid().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRoleidin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRolespec
public T visitRolespec(PostgreSQLParser.RolespecContext ctx)
Visit a parse tree produced byPostgreSQLParser.rolespec().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRolespecin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRole_list
public T visitRole_list(PostgreSQLParser.Role_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.role_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitRole_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColid
public T visitColid(PostgreSQLParser.ColidContext ctx)
Visit a parse tree produced byPostgreSQLParser.colid().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitColidin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType_function_name
public T visitType_function_name(PostgreSQLParser.Type_function_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.type_function_name().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitType_function_namein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonreservedword
public T visitNonreservedword(PostgreSQLParser.NonreservedwordContext ctx)
Visit a parse tree produced byPostgreSQLParser.nonreservedword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitNonreservedwordin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollabel
public T visitCollabel(PostgreSQLParser.CollabelContext ctx)
Visit a parse tree produced byPostgreSQLParser.collabel().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCollabelin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
public T visitIdentifier(PostgreSQLParser.IdentifierContext ctx)
Visit a parse tree produced byPostgreSQLParser.identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitIdentifierin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlidentifier
public T visitPlsqlidentifier(PostgreSQLParser.PlsqlidentifierContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsqlidentifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlsqlidentifierin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnreserved_keyword
public T visitUnreserved_keyword(PostgreSQLParser.Unreserved_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.unreserved_keyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitUnreserved_keywordin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCol_name_keyword
public T visitCol_name_keyword(PostgreSQLParser.Col_name_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.col_name_keyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCol_name_keywordin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType_func_name_keyword
public T visitType_func_name_keyword(PostgreSQLParser.Type_func_name_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.type_func_name_keyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitType_func_name_keywordin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReserved_keyword
public T visitReserved_keyword(PostgreSQLParser.Reserved_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.reserved_keyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitReserved_keywordin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_function
public T visitPl_function(PostgreSQLParser.Pl_functionContext ctx)
Visit a parse tree produced byPostgreSQLParser.pl_function().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_functionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComp_options
public T visitComp_options(PostgreSQLParser.Comp_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.comp_options().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComp_optionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComp_option
public T visitComp_option(PostgreSQLParser.Comp_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.comp_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitComp_optionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSharp
public T visitSharp(PostgreSQLParser.SharpContext ctx)
Visit a parse tree produced byPostgreSQLParser.sharp().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSharpin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption_value
public T visitOption_value(PostgreSQLParser.Option_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.option_value().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOption_valuein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_semi
public T visitOpt_semi(PostgreSQLParser.Opt_semiContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_semi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_semiin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_block
public T visitPl_block(PostgreSQLParser.Pl_blockContext ctx)
Visit a parse tree produced byPostgreSQLParser.pl_block().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPl_blockin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_sect
public T visitDecl_sect(PostgreSQLParser.Decl_sectContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_sect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_sectin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_start
public T visitDecl_start(PostgreSQLParser.Decl_startContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_start().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_startin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_stmts
public T visitDecl_stmts(PostgreSQLParser.Decl_stmtsContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_stmts().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_stmtsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabel_decl
public T visitLabel_decl(PostgreSQLParser.Label_declContext ctx)
Visit a parse tree produced byPostgreSQLParser.label_decl().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLabel_declin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_stmt
public T visitDecl_stmt(PostgreSQLParser.Decl_stmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_stmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_statement
public T visitDecl_statement(PostgreSQLParser.Decl_statementContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_statement().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_statementin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_scrollable
public T visitOpt_scrollable(PostgreSQLParser.Opt_scrollableContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_scrollable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_scrollablein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_cursor_query
public T visitDecl_cursor_query(PostgreSQLParser.Decl_cursor_queryContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_cursor_query().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_cursor_queryin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_cursor_args
public T visitDecl_cursor_args(PostgreSQLParser.Decl_cursor_argsContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_cursor_args().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_cursor_argsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_cursor_arglist
public T visitDecl_cursor_arglist(PostgreSQLParser.Decl_cursor_arglistContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_cursor_arglist().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_cursor_arglistin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_cursor_arg
public T visitDecl_cursor_arg(PostgreSQLParser.Decl_cursor_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_cursor_arg().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_cursor_argin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_is_for
public T visitDecl_is_for(PostgreSQLParser.Decl_is_forContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_is_for().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_is_forin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_aliasitem
public T visitDecl_aliasitem(PostgreSQLParser.Decl_aliasitemContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_aliasitem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_aliasitemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_varname
public T visitDecl_varname(PostgreSQLParser.Decl_varnameContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_varname().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_varnamein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_const
public T visitDecl_const(PostgreSQLParser.Decl_constContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_const().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_constin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_datatype
public T visitDecl_datatype(PostgreSQLParser.Decl_datatypeContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_datatype().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_datatypein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_collate
public T visitDecl_collate(PostgreSQLParser.Decl_collateContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_collate().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_collatein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_notnull
public T visitDecl_notnull(PostgreSQLParser.Decl_notnullContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_notnull().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_notnullin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_defval
public T visitDecl_defval(PostgreSQLParser.Decl_defvalContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_defval().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_defvalin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_defkey
public T visitDecl_defkey(PostgreSQLParser.Decl_defkeyContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_defkey().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitDecl_defkeyin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssign_operator
public T visitAssign_operator(PostgreSQLParser.Assign_operatorContext ctx)
Visit a parse tree produced byPostgreSQLParser.assign_operator().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssign_operatorin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_sect
public T visitProc_sect(PostgreSQLParser.Proc_sectContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_sect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProc_sectin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_stmt
public T visitProc_stmt(PostgreSQLParser.Proc_stmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProc_stmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_perform
public T visitStmt_perform(PostgreSQLParser.Stmt_performContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_perform().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_performin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_call
public T visitStmt_call(PostgreSQLParser.Stmt_callContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_call().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_callin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_expr_list
public T visitOpt_expr_list(PostgreSQLParser.Opt_expr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_expr_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_expr_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_assign
public T visitStmt_assign(PostgreSQLParser.Stmt_assignContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_assign().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_assignin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_getdiag
public T visitStmt_getdiag(PostgreSQLParser.Stmt_getdiagContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_getdiag().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_getdiagin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_area_opt
public T visitGetdiag_area_opt(PostgreSQLParser.Getdiag_area_optContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_area_opt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGetdiag_area_optin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_list
public T visitGetdiag_list(PostgreSQLParser.Getdiag_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGetdiag_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_list_item
public T visitGetdiag_list_item(PostgreSQLParser.Getdiag_list_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_list_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGetdiag_list_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_item
public T visitGetdiag_item(PostgreSQLParser.Getdiag_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGetdiag_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_target
public T visitGetdiag_target(PostgreSQLParser.Getdiag_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_target().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitGetdiag_targetin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssign_var
public T visitAssign_var(PostgreSQLParser.Assign_varContext ctx)
Visit a parse tree produced byPostgreSQLParser.assign_var().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAssign_varin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_if
public T visitStmt_if(PostgreSQLParser.Stmt_ifContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_if().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_ifin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_elsifs
public T visitStmt_elsifs(PostgreSQLParser.Stmt_elsifsContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_elsifs().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_elsifsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_else
public T visitStmt_else(PostgreSQLParser.Stmt_elseContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_else().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_elsein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_case
public T visitStmt_case(PostgreSQLParser.Stmt_caseContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_case().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_casein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_expr_until_when
public T visitOpt_expr_until_when(PostgreSQLParser.Opt_expr_until_whenContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_expr_until_when().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_expr_until_whenin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_when_list
public T visitCase_when_list(PostgreSQLParser.Case_when_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_when_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCase_when_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_when
public T visitCase_when(PostgreSQLParser.Case_whenContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_when().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCase_whenin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_case_else
public T visitOpt_case_else(PostgreSQLParser.Opt_case_elseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_case_else().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_case_elsein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_loop
public T visitStmt_loop(PostgreSQLParser.Stmt_loopContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_loop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_loopin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_while
public T visitStmt_while(PostgreSQLParser.Stmt_whileContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_while().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_whilein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_for
public T visitStmt_for(PostgreSQLParser.Stmt_forContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_for().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_forin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_control
public T visitFor_control(PostgreSQLParser.For_controlContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_control().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFor_controlin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_for_using_expression
public T visitOpt_for_using_expression(PostgreSQLParser.Opt_for_using_expressionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_for_using_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_for_using_expressionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_cursor_parameters
public T visitOpt_cursor_parameters(PostgreSQLParser.Opt_cursor_parametersContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_cursor_parameters().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_cursor_parametersin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_reverse
public T visitOpt_reverse(PostgreSQLParser.Opt_reverseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_reverse().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_reversein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_by_expression
public T visitOpt_by_expression(PostgreSQLParser.Opt_by_expressionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_by_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_by_expressionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_variable
public T visitFor_variable(PostgreSQLParser.For_variableContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_variable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitFor_variablein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_foreach_a
public T visitStmt_foreach_a(PostgreSQLParser.Stmt_foreach_aContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_foreach_a().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_foreach_ain interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForeach_slice
public T visitForeach_slice(PostgreSQLParser.Foreach_sliceContext ctx)
Visit a parse tree produced byPostgreSQLParser.foreach_slice().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitForeach_slicein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_exit
public T visitStmt_exit(PostgreSQLParser.Stmt_exitContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_exit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_exitin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExit_type
public T visitExit_type(PostgreSQLParser.Exit_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.exit_type().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExit_typein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_return
public T visitStmt_return(PostgreSQLParser.Stmt_returnContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_return().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_returnin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_return_result
public T visitOpt_return_result(PostgreSQLParser.Opt_return_resultContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_return_result().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_return_resultin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_raise
public T visitStmt_raise(PostgreSQLParser.Stmt_raiseContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_raise().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_raisein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_stmt_raise_level
public T visitOpt_stmt_raise_level(PostgreSQLParser.Opt_stmt_raise_levelContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_stmt_raise_level().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_stmt_raise_levelin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_raise_list
public T visitOpt_raise_list(PostgreSQLParser.Opt_raise_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_raise_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_raise_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_raise_using
public T visitOpt_raise_using(PostgreSQLParser.Opt_raise_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_raise_using().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_raise_usingin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_raise_using_elem
public T visitOpt_raise_using_elem(PostgreSQLParser.Opt_raise_using_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_raise_using_elem().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_raise_using_elemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_raise_using_elem_list
public T visitOpt_raise_using_elem_list(PostgreSQLParser.Opt_raise_using_elem_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_raise_using_elem_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_raise_using_elem_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_assert
public T visitStmt_assert(PostgreSQLParser.Stmt_assertContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_assert().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_assertin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_stmt_assert_message
public T visitOpt_stmt_assert_message(PostgreSQLParser.Opt_stmt_assert_messageContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_stmt_assert_message().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_stmt_assert_messagein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoop_body
public T visitLoop_body(PostgreSQLParser.Loop_bodyContext ctx)
Visit a parse tree produced byPostgreSQLParser.loop_body().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitLoop_bodyin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_execsql
public T visitStmt_execsql(PostgreSQLParser.Stmt_execsqlContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_execsql().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_execsqlin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_dynexecute
public T visitStmt_dynexecute(PostgreSQLParser.Stmt_dynexecuteContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_dynexecute().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_dynexecutein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_execute_using
public T visitOpt_execute_using(PostgreSQLParser.Opt_execute_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_execute_using().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_execute_usingin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_execute_using_list
public T visitOpt_execute_using_list(PostgreSQLParser.Opt_execute_using_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_execute_using_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_execute_using_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_execute_into
public T visitOpt_execute_into(PostgreSQLParser.Opt_execute_intoContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_execute_into().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_execute_intoin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_open
public T visitStmt_open(PostgreSQLParser.Stmt_openContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_open().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_openin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_open_bound_list_item
public T visitOpt_open_bound_list_item(PostgreSQLParser.Opt_open_bound_list_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_open_bound_list_item().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_open_bound_list_itemin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_open_bound_list
public T visitOpt_open_bound_list(PostgreSQLParser.Opt_open_bound_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_open_bound_list().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_open_bound_listin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_open_using
public T visitOpt_open_using(PostgreSQLParser.Opt_open_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_open_using().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_open_usingin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_scroll_option
public T visitOpt_scroll_option(PostgreSQLParser.Opt_scroll_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_scroll_option().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_scroll_optionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_scroll_option_no
public T visitOpt_scroll_option_no(PostgreSQLParser.Opt_scroll_option_noContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_scroll_option_no().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_scroll_option_noin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_fetch
public T visitStmt_fetch(PostgreSQLParser.Stmt_fetchContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_fetch().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_fetchin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInto_target
public T visitInto_target(PostgreSQLParser.Into_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.into_target().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitInto_targetin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_cursor_from
public T visitOpt_cursor_from(PostgreSQLParser.Opt_cursor_fromContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_cursor_from().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_cursor_fromin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_fetch_direction
public T visitOpt_fetch_direction(PostgreSQLParser.Opt_fetch_directionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_fetch_direction().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_fetch_directionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_move
public T visitStmt_move(PostgreSQLParser.Stmt_moveContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_move().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_movein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_close
public T visitStmt_close(PostgreSQLParser.Stmt_closeContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_close().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_closein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_null
public T visitStmt_null(PostgreSQLParser.Stmt_nullContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_null().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_nullin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_commit
public T visitStmt_commit(PostgreSQLParser.Stmt_commitContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_commit().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_commitin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_rollback
public T visitStmt_rollback(PostgreSQLParser.Stmt_rollbackContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_rollback().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_rollbackin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsql_opt_transaction_chain
public T visitPlsql_opt_transaction_chain(PostgreSQLParser.Plsql_opt_transaction_chainContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsql_opt_transaction_chain().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlsql_opt_transaction_chainin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_set
public T visitStmt_set(PostgreSQLParser.Stmt_setContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_set().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitStmt_setin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursor_variable
public T visitCursor_variable(PostgreSQLParser.Cursor_variableContext ctx)
Visit a parse tree produced byPostgreSQLParser.cursor_variable().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitCursor_variablein interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitException_sect
public T visitException_sect(PostgreSQLParser.Exception_sectContext ctx)
Visit a parse tree produced byPostgreSQLParser.exception_sect().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitException_sectin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_exceptions
public T visitProc_exceptions(PostgreSQLParser.Proc_exceptionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_exceptions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProc_exceptionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_exception
public T visitProc_exception(PostgreSQLParser.Proc_exceptionContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_exception().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProc_exceptionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_conditions
public T visitProc_conditions(PostgreSQLParser.Proc_conditionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_conditions().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProc_conditionsin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_condition
public T visitProc_condition(PostgreSQLParser.Proc_conditionContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_condition().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitProc_conditionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_block_label
public T visitOpt_block_label(PostgreSQLParser.Opt_block_labelContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_block_label().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_block_labelin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_loop_label
public T visitOpt_loop_label(PostgreSQLParser.Opt_loop_labelContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_loop_label().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_loop_labelin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_label
public T visitOpt_label(PostgreSQLParser.Opt_labelContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_label().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_labelin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_exitcond
public T visitOpt_exitcond(PostgreSQLParser.Opt_exitcondContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_exitcond().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_exitcondin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_identifier
public T visitAny_identifier(PostgreSQLParser.Any_identifierContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_identifier().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitAny_identifierin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsql_unreserved_keyword
public T visitPlsql_unreserved_keyword(PostgreSQLParser.Plsql_unreserved_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsql_unreserved_keyword().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitPlsql_unreserved_keywordin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSql_expression
public T visitSql_expression(PostgreSQLParser.Sql_expressionContext ctx)
Visit a parse tree produced byPostgreSQLParser.sql_expression().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitSql_expressionin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_until_then
public T visitExpr_until_then(PostgreSQLParser.Expr_until_thenContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_until_then().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpr_until_thenin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_until_semi
public T visitExpr_until_semi(PostgreSQLParser.Expr_until_semiContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_until_semi().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpr_until_semiin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_until_rightbracket
public T visitExpr_until_rightbracket(PostgreSQLParser.Expr_until_rightbracketContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_until_rightbracket().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpr_until_rightbracketin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_until_loop
public T visitExpr_until_loop(PostgreSQLParser.Expr_until_loopContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_until_loop().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitExpr_until_loopin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMake_execsql_stmt
public T visitMake_execsql_stmt(PostgreSQLParser.Make_execsql_stmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.make_execsql_stmt().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitMake_execsql_stmtin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_returning_clause_into
public T visitOpt_returning_clause_into(PostgreSQLParser.Opt_returning_clause_intoContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_returning_clause_into().The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode)onctx.- Specified by:
visitOpt_returning_clause_intoin interfacePostgreSQLParserVisitor<T>- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-