Package one.gfw.antlr4.sql.postgresql
Interface PostgreSQLParserVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
PostgreSQLParserBaseVisitor
public interface PostgreSQLParserVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>This interface defines a complete generic visitor for a parse tree produced byPostgreSQLParser.
-
-
Method Summary
-
-
-
Method Detail
-
visitRoot
T visitRoot(PostgreSQLParser.RootContext ctx)
Visit a parse tree produced byPostgreSQLParser.root().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlroot
T visitPlsqlroot(PostgreSQLParser.PlsqlrootContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsqlroot().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmtblock
T visitStmtblock(PostgreSQLParser.StmtblockContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmtblock().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmtmulti
T visitStmtmulti(PostgreSQLParser.StmtmultiContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmtmulti().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt
T visitStmt(PostgreSQLParser.StmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlconsolecommand
T visitPlsqlconsolecommand(PostgreSQLParser.PlsqlconsolecommandContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsqlconsolecommand().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCallstmt
T visitCallstmt(PostgreSQLParser.CallstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.callstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreaterolestmt
T visitCreaterolestmt(PostgreSQLParser.CreaterolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createrolestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_with
T visitOpt_with(PostgreSQLParser.Opt_withContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_with().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptrolelist
T visitOptrolelist(PostgreSQLParser.OptrolelistContext ctx)
Visit a parse tree produced byPostgreSQLParser.optrolelist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlteroptrolelist
T visitAlteroptrolelist(PostgreSQLParser.AlteroptrolelistContext ctx)
Visit a parse tree produced byPostgreSQLParser.alteroptrolelist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlteroptroleelem
T visitAlteroptroleelem(PostgreSQLParser.AlteroptroleelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.alteroptroleelem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateoptroleelem
T visitCreateoptroleelem(PostgreSQLParser.CreateoptroleelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.createoptroleelem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateuserstmt
T visitCreateuserstmt(PostgreSQLParser.CreateuserstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createuserstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterrolestmt
T visitAlterrolestmt(PostgreSQLParser.AlterrolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterrolestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_in_database
T visitOpt_in_database(PostgreSQLParser.Opt_in_databaseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_in_database().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterrolesetstmt
T visitAlterrolesetstmt(PostgreSQLParser.AlterrolesetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterrolesetstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDroprolestmt
T visitDroprolestmt(PostgreSQLParser.DroprolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.droprolestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreategroupstmt
T visitCreategroupstmt(PostgreSQLParser.CreategroupstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.creategroupstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltergroupstmt
T visitAltergroupstmt(PostgreSQLParser.AltergroupstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altergroupstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAdd_drop
T visitAdd_drop(PostgreSQLParser.Add_dropContext ctx)
Visit a parse tree produced byPostgreSQLParser.add_drop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateschemastmt
T visitCreateschemastmt(PostgreSQLParser.CreateschemastmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createschemastmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptschemaname
T visitOptschemaname(PostgreSQLParser.OptschemanameContext ctx)
Visit a parse tree produced byPostgreSQLParser.optschemaname().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptschemaeltlist
T visitOptschemaeltlist(PostgreSQLParser.OptschemaeltlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.optschemaeltlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSchema_stmt
T visitSchema_stmt(PostgreSQLParser.Schema_stmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.schema_stmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariablesetstmt
T visitVariablesetstmt(PostgreSQLParser.VariablesetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.variablesetstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_rest
T visitSet_rest(PostgreSQLParser.Set_restContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_rest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_set
T visitGeneric_set(PostgreSQLParser.Generic_setContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_set().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_rest_more
T visitSet_rest_more(PostgreSQLParser.Set_rest_moreContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_rest_more().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVar_name
T visitVar_name(PostgreSQLParser.Var_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.var_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVar_list
T visitVar_list(PostgreSQLParser.Var_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.var_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVar_value
T visitVar_value(PostgreSQLParser.Var_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.var_value().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIso_level
T visitIso_level(PostgreSQLParser.Iso_levelContext ctx)
Visit a parse tree produced byPostgreSQLParser.iso_level().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_boolean_or_string
T visitOpt_boolean_or_string(PostgreSQLParser.Opt_boolean_or_stringContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_boolean_or_string().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitZone_value
T visitZone_value(PostgreSQLParser.Zone_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.zone_value().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_encoding
T visitOpt_encoding(PostgreSQLParser.Opt_encodingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_encoding().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonreservedword_or_sconst
T visitNonreservedword_or_sconst(PostgreSQLParser.Nonreservedword_or_sconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.nonreservedword_or_sconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableresetstmt
T visitVariableresetstmt(PostgreSQLParser.VariableresetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.variableresetstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReset_rest
T visitReset_rest(PostgreSQLParser.Reset_restContext ctx)
Visit a parse tree produced byPostgreSQLParser.reset_rest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_reset
T visitGeneric_reset(PostgreSQLParser.Generic_resetContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_reset().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSetresetclause
T visitSetresetclause(PostgreSQLParser.SetresetclauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.setresetclause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunctionsetresetclause
T visitFunctionsetresetclause(PostgreSQLParser.FunctionsetresetclauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.functionsetresetclause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVariableshowstmt
T visitVariableshowstmt(PostgreSQLParser.VariableshowstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.variableshowstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintssetstmt
T visitConstraintssetstmt(PostgreSQLParser.ConstraintssetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintssetstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraints_set_list
T visitConstraints_set_list(PostgreSQLParser.Constraints_set_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraints_set_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraints_set_mode
T visitConstraints_set_mode(PostgreSQLParser.Constraints_set_modeContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraints_set_mode().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCheckpointstmt
T visitCheckpointstmt(PostgreSQLParser.CheckpointstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.checkpointstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDiscardstmt
T visitDiscardstmt(PostgreSQLParser.DiscardstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.discardstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertablestmt
T visitAltertablestmt(PostgreSQLParser.AltertablestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertablestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_table_cmds
T visitAlter_table_cmds(PostgreSQLParser.Alter_table_cmdsContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_table_cmds().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartition_cmd
T visitPartition_cmd(PostgreSQLParser.Partition_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.partition_cmd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_partition_cmd
T visitIndex_partition_cmd(PostgreSQLParser.Index_partition_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_partition_cmd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_table_cmd
T visitAlter_table_cmd(PostgreSQLParser.Alter_table_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_table_cmd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_column_default
T visitAlter_column_default(PostgreSQLParser.Alter_column_defaultContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_column_default().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_drop_behavior
T visitOpt_drop_behavior(PostgreSQLParser.Opt_drop_behaviorContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_drop_behavior().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_collate_clause
T visitOpt_collate_clause(PostgreSQLParser.Opt_collate_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_collate_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_using
T visitAlter_using(PostgreSQLParser.Alter_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_using().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReplica_identity
T visitReplica_identity(PostgreSQLParser.Replica_identityContext ctx)
Visit a parse tree produced byPostgreSQLParser.replica_identity().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReloptions
T visitReloptions(PostgreSQLParser.ReloptionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.reloptions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_reloptions
T visitOpt_reloptions(PostgreSQLParser.Opt_reloptionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_reloptions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReloption_list
T visitReloption_list(PostgreSQLParser.Reloption_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.reloption_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReloption_elem
T visitReloption_elem(PostgreSQLParser.Reloption_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.reloption_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_identity_column_option_list
T visitAlter_identity_column_option_list(PostgreSQLParser.Alter_identity_column_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_identity_column_option_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_identity_column_option
T visitAlter_identity_column_option(PostgreSQLParser.Alter_identity_column_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_identity_column_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionboundspec
T visitPartitionboundspec(PostgreSQLParser.PartitionboundspecContext ctx)
Visit a parse tree produced byPostgreSQLParser.partitionboundspec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHash_partbound_elem
T visitHash_partbound_elem(PostgreSQLParser.Hash_partbound_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.hash_partbound_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHash_partbound
T visitHash_partbound(PostgreSQLParser.Hash_partboundContext ctx)
Visit a parse tree produced byPostgreSQLParser.hash_partbound().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltercompositetypestmt
T visitAltercompositetypestmt(PostgreSQLParser.AltercompositetypestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altercompositetypestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_type_cmds
T visitAlter_type_cmds(PostgreSQLParser.Alter_type_cmdsContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_type_cmds().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_type_cmd
T visitAlter_type_cmd(PostgreSQLParser.Alter_type_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_type_cmd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCloseportalstmt
T visitCloseportalstmt(PostgreSQLParser.CloseportalstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.closeportalstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopystmt
T visitCopystmt(PostgreSQLParser.CopystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.copystmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_from
T visitCopy_from(PostgreSQLParser.Copy_fromContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_from().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_program
T visitOpt_program(PostgreSQLParser.Opt_programContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_program().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_file_name
T visitCopy_file_name(PostgreSQLParser.Copy_file_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_file_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_options
T visitCopy_options(PostgreSQLParser.Copy_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_options().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_opt_list
T visitCopy_opt_list(PostgreSQLParser.Copy_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_opt_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_opt_item
T visitCopy_opt_item(PostgreSQLParser.Copy_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_opt_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_binary
T visitOpt_binary(PostgreSQLParser.Opt_binaryContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_binary().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_delimiter
T visitCopy_delimiter(PostgreSQLParser.Copy_delimiterContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_delimiter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_using
T visitOpt_using(PostgreSQLParser.Opt_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_using().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_list
T visitCopy_generic_opt_list(PostgreSQLParser.Copy_generic_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_generic_opt_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_elem
T visitCopy_generic_opt_elem(PostgreSQLParser.Copy_generic_opt_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_generic_opt_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_arg
T visitCopy_generic_opt_arg(PostgreSQLParser.Copy_generic_opt_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_generic_opt_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_arg_list
T visitCopy_generic_opt_arg_list(PostgreSQLParser.Copy_generic_opt_arg_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.copy_generic_opt_arg_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCopy_generic_opt_arg_list_item
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().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatestmt
T visitCreatestmt(PostgreSQLParser.CreatestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttemp
T visitOpttemp(PostgreSQLParser.OpttempContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttemp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttableelementlist
T visitOpttableelementlist(PostgreSQLParser.OpttableelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttableelementlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttypedtableelementlist
T visitOpttypedtableelementlist(PostgreSQLParser.OpttypedtableelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttypedtableelementlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableelementlist
T visitTableelementlist(PostgreSQLParser.TableelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.tableelementlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypedtableelementlist
T visitTypedtableelementlist(PostgreSQLParser.TypedtableelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.typedtableelementlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableelement
T visitTableelement(PostgreSQLParser.TableelementContext ctx)
Visit a parse tree produced byPostgreSQLParser.tableelement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypedtableelement
T visitTypedtableelement(PostgreSQLParser.TypedtableelementContext ctx)
Visit a parse tree produced byPostgreSQLParser.typedtableelement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDef
T visitColumnDef(PostgreSQLParser.ColumnDefContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnDef().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnOptions
T visitColumnOptions(PostgreSQLParser.ColumnOptionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnOptions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColquallist
T visitColquallist(PostgreSQLParser.ColquallistContext ctx)
Visit a parse tree produced byPostgreSQLParser.colquallist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColconstraint
T visitColconstraint(PostgreSQLParser.ColconstraintContext ctx)
Visit a parse tree produced byPostgreSQLParser.colconstraint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColconstraintelem
T visitColconstraintelem(PostgreSQLParser.ColconstraintelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.colconstraintelem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenerated_when
T visitGenerated_when(PostgreSQLParser.Generated_whenContext ctx)
Visit a parse tree produced byPostgreSQLParser.generated_when().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintattr
T visitConstraintattr(PostgreSQLParser.ConstraintattrContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintattr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablelikeclause
T visitTablelikeclause(PostgreSQLParser.TablelikeclauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablelikeclause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablelikeoptionlist
T visitTablelikeoptionlist(PostgreSQLParser.TablelikeoptionlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablelikeoptionlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablelikeoption
T visitTablelikeoption(PostgreSQLParser.TablelikeoptionContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablelikeoption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableconstraint
T visitTableconstraint(PostgreSQLParser.TableconstraintContext ctx)
Visit a parse tree produced byPostgreSQLParser.tableconstraint().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintelem
T visitConstraintelem(PostgreSQLParser.ConstraintelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintelem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_no_inherit
T visitOpt_no_inherit(PostgreSQLParser.Opt_no_inheritContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_no_inherit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_column_list
T visitOpt_column_list(PostgreSQLParser.Opt_column_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_column_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnlist
T visitColumnlist(PostgreSQLParser.ColumnlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnElem
T visitColumnElem(PostgreSQLParser.ColumnElemContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnElem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_c_include
T visitOpt_c_include(PostgreSQLParser.Opt_c_includeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_c_include().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_match
T visitKey_match(PostgreSQLParser.Key_matchContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_match().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusionconstraintlist
T visitExclusionconstraintlist(PostgreSQLParser.ExclusionconstraintlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.exclusionconstraintlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusionconstraintelem
T visitExclusionconstraintelem(PostgreSQLParser.ExclusionconstraintelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.exclusionconstraintelem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExclusionwhereclause
T visitExclusionwhereclause(PostgreSQLParser.ExclusionwhereclauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.exclusionwhereclause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_actions
T visitKey_actions(PostgreSQLParser.Key_actionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_actions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_update
T visitKey_update(PostgreSQLParser.Key_updateContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_update().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_delete
T visitKey_delete(PostgreSQLParser.Key_deleteContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_delete().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitKey_action
T visitKey_action(PostgreSQLParser.Key_actionContext ctx)
Visit a parse tree produced byPostgreSQLParser.key_action().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptinherit
T visitOptinherit(PostgreSQLParser.OptinheritContext ctx)
Visit a parse tree produced byPostgreSQLParser.optinherit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptpartitionspec
T visitOptpartitionspec(PostgreSQLParser.OptpartitionspecContext ctx)
Visit a parse tree produced byPostgreSQLParser.optpartitionspec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPartitionspec
T visitPartitionspec(PostgreSQLParser.PartitionspecContext ctx)
Visit a parse tree produced byPostgreSQLParser.partitionspec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPart_params
T visitPart_params(PostgreSQLParser.Part_paramsContext ctx)
Visit a parse tree produced byPostgreSQLParser.part_params().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPart_elem
T visitPart_elem(PostgreSQLParser.Part_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.part_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTable_access_method_clause
T visitTable_access_method_clause(PostgreSQLParser.Table_access_method_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.table_access_method_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptwith
T visitOptwith(PostgreSQLParser.OptwithContext ctx)
Visit a parse tree produced byPostgreSQLParser.optwith().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOncommitoption
T visitOncommitoption(PostgreSQLParser.OncommitoptionContext ctx)
Visit a parse tree produced byPostgreSQLParser.oncommitoption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttablespace
T visitOpttablespace(PostgreSQLParser.OpttablespaceContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttablespace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptconstablespace
T visitOptconstablespace(PostgreSQLParser.OptconstablespaceContext ctx)
Visit a parse tree produced byPostgreSQLParser.optconstablespace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExistingindex
T visitExistingindex(PostgreSQLParser.ExistingindexContext ctx)
Visit a parse tree produced byPostgreSQLParser.existingindex().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatestatsstmt
T visitCreatestatsstmt(PostgreSQLParser.CreatestatsstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createstatsstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterstatsstmt
T visitAlterstatsstmt(PostgreSQLParser.AlterstatsstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterstatsstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateasstmt
T visitCreateasstmt(PostgreSQLParser.CreateasstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createasstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_as_target
T visitCreate_as_target(PostgreSQLParser.Create_as_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_as_target().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_with_data
T visitOpt_with_data(PostgreSQLParser.Opt_with_dataContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_with_data().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatematviewstmt
T visitCreatematviewstmt(PostgreSQLParser.CreatematviewstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.creatematviewstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_mv_target
T visitCreate_mv_target(PostgreSQLParser.Create_mv_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_mv_target().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptnolog
T visitOptnolog(PostgreSQLParser.OptnologContext ctx)
Visit a parse tree produced byPostgreSQLParser.optnolog().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRefreshmatviewstmt
T visitRefreshmatviewstmt(PostgreSQLParser.RefreshmatviewstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.refreshmatviewstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateseqstmt
T visitCreateseqstmt(PostgreSQLParser.CreateseqstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createseqstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterseqstmt
T visitAlterseqstmt(PostgreSQLParser.AlterseqstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterseqstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptseqoptlist
T visitOptseqoptlist(PostgreSQLParser.OptseqoptlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.optseqoptlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptparenthesizedseqoptlist
T visitOptparenthesizedseqoptlist(PostgreSQLParser.OptparenthesizedseqoptlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.optparenthesizedseqoptlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeqoptlist
T visitSeqoptlist(PostgreSQLParser.SeqoptlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.seqoptlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeqoptelem
T visitSeqoptelem(PostgreSQLParser.SeqoptelemContext ctx)
Visit a parse tree produced byPostgreSQLParser.seqoptelem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_by
T visitOpt_by(PostgreSQLParser.Opt_byContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericonly
T visitNumericonly(PostgreSQLParser.NumericonlyContext ctx)
Visit a parse tree produced byPostgreSQLParser.numericonly().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumericonly_list
T visitNumericonly_list(PostgreSQLParser.Numericonly_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.numericonly_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateplangstmt
T visitCreateplangstmt(PostgreSQLParser.CreateplangstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createplangstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_trusted
T visitOpt_trusted(PostgreSQLParser.Opt_trustedContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_trusted().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHandler_name
T visitHandler_name(PostgreSQLParser.Handler_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.handler_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_inline_handler
T visitOpt_inline_handler(PostgreSQLParser.Opt_inline_handlerContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_inline_handler().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValidator_clause
T visitValidator_clause(PostgreSQLParser.Validator_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.validator_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_validator
T visitOpt_validator(PostgreSQLParser.Opt_validatorContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_validator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_procedural
T visitOpt_procedural(PostgreSQLParser.Opt_proceduralContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_procedural().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatetablespacestmt
T visitCreatetablespacestmt(PostgreSQLParser.CreatetablespacestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createtablespacestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttablespaceowner
T visitOpttablespaceowner(PostgreSQLParser.OpttablespaceownerContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttablespaceowner().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDroptablespacestmt
T visitDroptablespacestmt(PostgreSQLParser.DroptablespacestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.droptablespacestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateextensionstmt
T visitCreateextensionstmt(PostgreSQLParser.CreateextensionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createextensionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_extension_opt_list
T visitCreate_extension_opt_list(PostgreSQLParser.Create_extension_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_extension_opt_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_extension_opt_item
T visitCreate_extension_opt_item(PostgreSQLParser.Create_extension_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_extension_opt_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterextensionstmt
T visitAlterextensionstmt(PostgreSQLParser.AlterextensionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterextensionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_extension_opt_list
T visitAlter_extension_opt_list(PostgreSQLParser.Alter_extension_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_extension_opt_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_extension_opt_item
T visitAlter_extension_opt_item(PostgreSQLParser.Alter_extension_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_extension_opt_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterextensioncontentsstmt
T visitAlterextensioncontentsstmt(PostgreSQLParser.AlterextensioncontentsstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterextensioncontentsstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefdwstmt
T visitCreatefdwstmt(PostgreSQLParser.CreatefdwstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createfdwstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFdw_option
T visitFdw_option(PostgreSQLParser.Fdw_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.fdw_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFdw_options
T visitFdw_options(PostgreSQLParser.Fdw_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.fdw_options().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_fdw_options
T visitOpt_fdw_options(PostgreSQLParser.Opt_fdw_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_fdw_options().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterfdwstmt
T visitAlterfdwstmt(PostgreSQLParser.AlterfdwstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterfdwstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreate_generic_options
T visitCreate_generic_options(PostgreSQLParser.Create_generic_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.create_generic_options().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_option_list
T visitGeneric_option_list(PostgreSQLParser.Generic_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_option_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_generic_options
T visitAlter_generic_options(PostgreSQLParser.Alter_generic_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_generic_options().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_generic_option_list
T visitAlter_generic_option_list(PostgreSQLParser.Alter_generic_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_generic_option_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlter_generic_option_elem
T visitAlter_generic_option_elem(PostgreSQLParser.Alter_generic_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.alter_generic_option_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_option_elem
T visitGeneric_option_elem(PostgreSQLParser.Generic_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_option_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_option_name
T visitGeneric_option_name(PostgreSQLParser.Generic_option_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_option_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGeneric_option_arg
T visitGeneric_option_arg(PostgreSQLParser.Generic_option_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.generic_option_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateforeignserverstmt
T visitCreateforeignserverstmt(PostgreSQLParser.CreateforeignserverstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createforeignserverstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_type
T visitOpt_type(PostgreSQLParser.Opt_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForeign_server_version
T visitForeign_server_version(PostgreSQLParser.Foreign_server_versionContext ctx)
Visit a parse tree produced byPostgreSQLParser.foreign_server_version().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_foreign_server_version
T visitOpt_foreign_server_version(PostgreSQLParser.Opt_foreign_server_versionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_foreign_server_version().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterforeignserverstmt
T visitAlterforeignserverstmt(PostgreSQLParser.AlterforeignserverstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterforeignserverstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateforeigntablestmt
T visitCreateforeigntablestmt(PostgreSQLParser.CreateforeigntablestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createforeigntablestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImportforeignschemastmt
T visitImportforeignschemastmt(PostgreSQLParser.ImportforeignschemastmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.importforeignschemastmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImport_qualification_type
T visitImport_qualification_type(PostgreSQLParser.Import_qualification_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.import_qualification_type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImport_qualification
T visitImport_qualification(PostgreSQLParser.Import_qualificationContext ctx)
Visit a parse tree produced byPostgreSQLParser.import_qualification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateusermappingstmt
T visitCreateusermappingstmt(PostgreSQLParser.CreateusermappingstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createusermappingstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAuth_ident
T visitAuth_ident(PostgreSQLParser.Auth_identContext ctx)
Visit a parse tree produced byPostgreSQLParser.auth_ident().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropusermappingstmt
T visitDropusermappingstmt(PostgreSQLParser.DropusermappingstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropusermappingstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterusermappingstmt
T visitAlterusermappingstmt(PostgreSQLParser.AlterusermappingstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterusermappingstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatepolicystmt
T visitCreatepolicystmt(PostgreSQLParser.CreatepolicystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createpolicystmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterpolicystmt
T visitAlterpolicystmt(PostgreSQLParser.AlterpolicystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterpolicystmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecurityoptionalexpr
T visitRowsecurityoptionalexpr(PostgreSQLParser.RowsecurityoptionalexprContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecurityoptionalexpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecurityoptionalwithcheck
T visitRowsecurityoptionalwithcheck(PostgreSQLParser.RowsecurityoptionalwithcheckContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecurityoptionalwithcheck().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecuritydefaulttorole
T visitRowsecuritydefaulttorole(PostgreSQLParser.RowsecuritydefaulttoroleContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecuritydefaulttorole().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecurityoptionaltorole
T visitRowsecurityoptionaltorole(PostgreSQLParser.RowsecurityoptionaltoroleContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecurityoptionaltorole().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecuritydefaultpermissive
T visitRowsecuritydefaultpermissive(PostgreSQLParser.RowsecuritydefaultpermissiveContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecuritydefaultpermissive().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsecuritydefaultforcmd
T visitRowsecuritydefaultforcmd(PostgreSQLParser.RowsecuritydefaultforcmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsecuritydefaultforcmd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRow_security_cmd
T visitRow_security_cmd(PostgreSQLParser.Row_security_cmdContext ctx)
Visit a parse tree produced byPostgreSQLParser.row_security_cmd().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateamstmt
T visitCreateamstmt(PostgreSQLParser.CreateamstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createamstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAm_type
T visitAm_type(PostgreSQLParser.Am_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.am_type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatetrigstmt
T visitCreatetrigstmt(PostgreSQLParser.CreatetrigstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createtrigstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggeractiontime
T visitTriggeractiontime(PostgreSQLParser.TriggeractiontimeContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggeractiontime().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerevents
T visitTriggerevents(PostgreSQLParser.TriggereventsContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerevents().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggeroneevent
T visitTriggeroneevent(PostgreSQLParser.TriggeroneeventContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggeroneevent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerreferencing
T visitTriggerreferencing(PostgreSQLParser.TriggerreferencingContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerreferencing().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggertransitions
T visitTriggertransitions(PostgreSQLParser.TriggertransitionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggertransitions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggertransition
T visitTriggertransition(PostgreSQLParser.TriggertransitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggertransition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransitionoldornew
T visitTransitionoldornew(PostgreSQLParser.TransitionoldornewContext ctx)
Visit a parse tree produced byPostgreSQLParser.transitionoldornew().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransitionrowortable
T visitTransitionrowortable(PostgreSQLParser.TransitionrowortableContext ctx)
Visit a parse tree produced byPostgreSQLParser.transitionrowortable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransitionrelname
T visitTransitionrelname(PostgreSQLParser.TransitionrelnameContext ctx)
Visit a parse tree produced byPostgreSQLParser.transitionrelname().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerforspec
T visitTriggerforspec(PostgreSQLParser.TriggerforspecContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerforspec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerforopteach
T visitTriggerforopteach(PostgreSQLParser.TriggerforopteachContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerforopteach().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerfortype
T visitTriggerfortype(PostgreSQLParser.TriggerfortypeContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerfortype().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerwhen
T visitTriggerwhen(PostgreSQLParser.TriggerwhenContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerwhen().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_or_procedure
T visitFunction_or_procedure(PostgreSQLParser.Function_or_procedureContext ctx)
Visit a parse tree produced byPostgreSQLParser.function_or_procedure().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerfuncargs
T visitTriggerfuncargs(PostgreSQLParser.TriggerfuncargsContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerfuncargs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTriggerfuncarg
T visitTriggerfuncarg(PostgreSQLParser.TriggerfuncargContext ctx)
Visit a parse tree produced byPostgreSQLParser.triggerfuncarg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOptconstrfromtable
T visitOptconstrfromtable(PostgreSQLParser.OptconstrfromtableContext ctx)
Visit a parse tree produced byPostgreSQLParser.optconstrfromtable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintattributespec
T visitConstraintattributespec(PostgreSQLParser.ConstraintattributespecContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintattributespec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstraintattributeElem
T visitConstraintattributeElem(PostgreSQLParser.ConstraintattributeElemContext ctx)
Visit a parse tree produced byPostgreSQLParser.constraintattributeElem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateeventtrigstmt
T visitCreateeventtrigstmt(PostgreSQLParser.CreateeventtrigstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createeventtrigstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvent_trigger_when_list
T visitEvent_trigger_when_list(PostgreSQLParser.Event_trigger_when_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.event_trigger_when_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvent_trigger_when_item
T visitEvent_trigger_when_item(PostgreSQLParser.Event_trigger_when_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.event_trigger_when_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvent_trigger_value_list
T visitEvent_trigger_value_list(PostgreSQLParser.Event_trigger_value_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.event_trigger_value_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltereventtrigstmt
T visitAltereventtrigstmt(PostgreSQLParser.AltereventtrigstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altereventtrigstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnable_trigger
T visitEnable_trigger(PostgreSQLParser.Enable_triggerContext ctx)
Visit a parse tree produced byPostgreSQLParser.enable_trigger().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateassertionstmt
T visitCreateassertionstmt(PostgreSQLParser.CreateassertionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createassertionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefinestmt
T visitDefinestmt(PostgreSQLParser.DefinestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.definestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefinition
T visitDefinition(PostgreSQLParser.DefinitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.definition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDef_list
T visitDef_list(PostgreSQLParser.Def_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.def_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDef_elem
T visitDef_elem(PostgreSQLParser.Def_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.def_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDef_arg
T visitDef_arg(PostgreSQLParser.Def_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.def_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOld_aggr_definition
T visitOld_aggr_definition(PostgreSQLParser.Old_aggr_definitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.old_aggr_definition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOld_aggr_list
T visitOld_aggr_list(PostgreSQLParser.Old_aggr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.old_aggr_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOld_aggr_elem
T visitOld_aggr_elem(PostgreSQLParser.Old_aggr_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.old_aggr_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_enum_val_list
T visitOpt_enum_val_list(PostgreSQLParser.Opt_enum_val_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_enum_val_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEnum_val_list
T visitEnum_val_list(PostgreSQLParser.Enum_val_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.enum_val_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterenumstmt
T visitAlterenumstmt(PostgreSQLParser.AlterenumstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterenumstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_if_not_exists
T visitOpt_if_not_exists(PostgreSQLParser.Opt_if_not_existsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_if_not_exists().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateopclassstmt
T visitCreateopclassstmt(PostgreSQLParser.CreateopclassstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createopclassstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_item_list
T visitOpclass_item_list(PostgreSQLParser.Opclass_item_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_item_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_item
T visitOpclass_item(PostgreSQLParser.Opclass_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_default
T visitOpt_default(PostgreSQLParser.Opt_defaultContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_default().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_opfamily
T visitOpt_opfamily(PostgreSQLParser.Opt_opfamilyContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_opfamily().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_purpose
T visitOpclass_purpose(PostgreSQLParser.Opclass_purposeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_purpose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_recheck
T visitOpt_recheck(PostgreSQLParser.Opt_recheckContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_recheck().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateopfamilystmt
T visitCreateopfamilystmt(PostgreSQLParser.CreateopfamilystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createopfamilystmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlteropfamilystmt
T visitAlteropfamilystmt(PostgreSQLParser.AlteropfamilystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alteropfamilystmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_drop_list
T visitOpclass_drop_list(PostgreSQLParser.Opclass_drop_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_drop_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpclass_drop
T visitOpclass_drop(PostgreSQLParser.Opclass_dropContext ctx)
Visit a parse tree produced byPostgreSQLParser.opclass_drop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropopclassstmt
T visitDropopclassstmt(PostgreSQLParser.DropopclassstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropopclassstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropopfamilystmt
T visitDropopfamilystmt(PostgreSQLParser.DropopfamilystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropopfamilystmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropownedstmt
T visitDropownedstmt(PostgreSQLParser.DropownedstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropownedstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReassignownedstmt
T visitReassignownedstmt(PostgreSQLParser.ReassignownedstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.reassignownedstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropstmt
T visitDropstmt(PostgreSQLParser.DropstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObject_type_any_name
T visitObject_type_any_name(PostgreSQLParser.Object_type_any_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.object_type_any_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObject_type_name
T visitObject_type_name(PostgreSQLParser.Object_type_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.object_type_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDrop_type_name
T visitDrop_type_name(PostgreSQLParser.Drop_type_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.drop_type_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitObject_type_name_on_any_name
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().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_name_list
T visitAny_name_list(PostgreSQLParser.Any_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_name_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_name
T visitAny_name(PostgreSQLParser.Any_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttrs
T visitAttrs(PostgreSQLParser.AttrsContext ctx)
Visit a parse tree produced byPostgreSQLParser.attrs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType_name_list
T visitType_name_list(PostgreSQLParser.Type_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.type_name_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTruncatestmt
T visitTruncatestmt(PostgreSQLParser.TruncatestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.truncatestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_restart_seqs
T visitOpt_restart_seqs(PostgreSQLParser.Opt_restart_seqsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_restart_seqs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommentstmt
T visitCommentstmt(PostgreSQLParser.CommentstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.commentstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComment_text
T visitComment_text(PostgreSQLParser.Comment_textContext ctx)
Visit a parse tree produced byPostgreSQLParser.comment_text().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSeclabelstmt
T visitSeclabelstmt(PostgreSQLParser.SeclabelstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.seclabelstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_provider
T visitOpt_provider(PostgreSQLParser.Opt_providerContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_provider().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSecurity_label
T visitSecurity_label(PostgreSQLParser.Security_labelContext ctx)
Visit a parse tree produced byPostgreSQLParser.security_label().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFetchstmt
T visitFetchstmt(PostgreSQLParser.FetchstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.fetchstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFetch_args
T visitFetch_args(PostgreSQLParser.Fetch_argsContext ctx)
Visit a parse tree produced byPostgreSQLParser.fetch_args().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrom_in
T visitFrom_in(PostgreSQLParser.From_inContext ctx)
Visit a parse tree produced byPostgreSQLParser.from_in().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_from_in
T visitOpt_from_in(PostgreSQLParser.Opt_from_inContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_from_in().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantstmt
T visitGrantstmt(PostgreSQLParser.GrantstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.grantstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevokestmt
T visitRevokestmt(PostgreSQLParser.RevokestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.revokestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivileges
T visitPrivileges(PostgreSQLParser.PrivilegesContext ctx)
Visit a parse tree produced byPostgreSQLParser.privileges().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilege_list
T visitPrivilege_list(PostgreSQLParser.Privilege_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.privilege_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilege
T visitPrivilege(PostgreSQLParser.PrivilegeContext ctx)
Visit a parse tree produced byPostgreSQLParser.privilege().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrivilege_target
T visitPrivilege_target(PostgreSQLParser.Privilege_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.privilege_target().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantee_list
T visitGrantee_list(PostgreSQLParser.Grantee_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.grantee_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantee
T visitGrantee(PostgreSQLParser.GranteeContext ctx)
Visit a parse tree produced byPostgreSQLParser.grantee().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_grant_grant_option
T visitOpt_grant_grant_option(PostgreSQLParser.Opt_grant_grant_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_grant_grant_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrantrolestmt
T visitGrantrolestmt(PostgreSQLParser.GrantrolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.grantrolestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRevokerolestmt
T visitRevokerolestmt(PostgreSQLParser.RevokerolestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.revokerolestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_grant_admin_option
T visitOpt_grant_admin_option(PostgreSQLParser.Opt_grant_admin_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_grant_admin_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_granted_by
T visitOpt_granted_by(PostgreSQLParser.Opt_granted_byContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_granted_by().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterdefaultprivilegesstmt
T visitAlterdefaultprivilegesstmt(PostgreSQLParser.AlterdefaultprivilegesstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterdefaultprivilegesstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefacloptionlist
T visitDefacloptionlist(PostgreSQLParser.DefacloptionlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.defacloptionlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefacloption
T visitDefacloption(PostgreSQLParser.DefacloptionContext ctx)
Visit a parse tree produced byPostgreSQLParser.defacloption().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefaclaction
T visitDefaclaction(PostgreSQLParser.DefaclactionContext ctx)
Visit a parse tree produced byPostgreSQLParser.defaclaction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDefacl_privilege_target
T visitDefacl_privilege_target(PostgreSQLParser.Defacl_privilege_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.defacl_privilege_target().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndexstmt
T visitIndexstmt(PostgreSQLParser.IndexstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.indexstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_unique
T visitOpt_unique(PostgreSQLParser.Opt_uniqueContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_unique().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_concurrently
T visitOpt_concurrently(PostgreSQLParser.Opt_concurrentlyContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_concurrently().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_index_name
T visitOpt_index_name(PostgreSQLParser.Opt_index_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_index_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAccess_method_clause
T visitAccess_method_clause(PostgreSQLParser.Access_method_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.access_method_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_params
T visitIndex_params(PostgreSQLParser.Index_paramsContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_params().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_elem_options
T visitIndex_elem_options(PostgreSQLParser.Index_elem_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_elem_options().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_elem
T visitIndex_elem(PostgreSQLParser.Index_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_include
T visitOpt_include(PostgreSQLParser.Opt_includeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_include().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndex_including_params
T visitIndex_including_params(PostgreSQLParser.Index_including_paramsContext ctx)
Visit a parse tree produced byPostgreSQLParser.index_including_params().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_collate
T visitOpt_collate(PostgreSQLParser.Opt_collateContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_collate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_class
T visitOpt_class(PostgreSQLParser.Opt_classContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_asc_desc
T visitOpt_asc_desc(PostgreSQLParser.Opt_asc_descContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_asc_desc().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_nulls_order
T visitOpt_nulls_order(PostgreSQLParser.Opt_nulls_orderContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_nulls_order().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefunctionstmt
T visitCreatefunctionstmt(PostgreSQLParser.CreatefunctionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createfunctionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_or_replace
T visitOpt_or_replace(PostgreSQLParser.Opt_or_replaceContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_or_replace().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_args
T visitFunc_args(PostgreSQLParser.Func_argsContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_args().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_args_list
T visitFunc_args_list(PostgreSQLParser.Func_args_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_args_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_with_argtypes_list
T visitFunction_with_argtypes_list(PostgreSQLParser.Function_with_argtypes_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.function_with_argtypes_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunction_with_argtypes
T visitFunction_with_argtypes(PostgreSQLParser.Function_with_argtypesContext ctx)
Visit a parse tree produced byPostgreSQLParser.function_with_argtypes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_args_with_defaults
T visitFunc_args_with_defaults(PostgreSQLParser.Func_args_with_defaultsContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_args_with_defaults().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_args_with_defaults_list
T visitFunc_args_with_defaults_list(PostgreSQLParser.Func_args_with_defaults_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_args_with_defaults_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_arg
T visitFunc_arg(PostgreSQLParser.Func_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArg_class
T visitArg_class(PostgreSQLParser.Arg_classContext ctx)
Visit a parse tree produced byPostgreSQLParser.arg_class().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitParam_name
T visitParam_name(PostgreSQLParser.Param_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.param_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_return
T visitFunc_return(PostgreSQLParser.Func_returnContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_return().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_type
T visitFunc_type(PostgreSQLParser.Func_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_arg_with_default
T visitFunc_arg_with_default(PostgreSQLParser.Func_arg_with_defaultContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_arg_with_default().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggr_arg
T visitAggr_arg(PostgreSQLParser.Aggr_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggr_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggr_args
T visitAggr_args(PostgreSQLParser.Aggr_argsContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggr_args().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggr_args_list
T visitAggr_args_list(PostgreSQLParser.Aggr_args_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggr_args_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregate_with_argtypes
T visitAggregate_with_argtypes(PostgreSQLParser.Aggregate_with_argtypesContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggregate_with_argtypes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAggregate_with_argtypes_list
T visitAggregate_with_argtypes_list(PostgreSQLParser.Aggregate_with_argtypes_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.aggregate_with_argtypes_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefunc_opt_list
T visitCreatefunc_opt_list(PostgreSQLParser.Createfunc_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.createfunc_opt_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommon_func_opt_item
T visitCommon_func_opt_item(PostgreSQLParser.Common_func_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.common_func_opt_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatefunc_opt_item
T visitCreatefunc_opt_item(PostgreSQLParser.Createfunc_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.createfunc_opt_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_as
T visitFunc_as(PostgreSQLParser.Func_asContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_as().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransform_type_list
T visitTransform_type_list(PostgreSQLParser.Transform_type_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.transform_type_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_definition
T visitOpt_definition(PostgreSQLParser.Opt_definitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_definition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTable_func_column
T visitTable_func_column(PostgreSQLParser.Table_func_columnContext ctx)
Visit a parse tree produced byPostgreSQLParser.table_func_column().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTable_func_column_list
T visitTable_func_column_list(PostgreSQLParser.Table_func_column_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.table_func_column_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterfunctionstmt
T visitAlterfunctionstmt(PostgreSQLParser.AlterfunctionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterfunctionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterfunc_opt_list
T visitAlterfunc_opt_list(PostgreSQLParser.Alterfunc_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterfunc_opt_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_restrict
T visitOpt_restrict(PostgreSQLParser.Opt_restrictContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_restrict().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemovefuncstmt
T visitRemovefuncstmt(PostgreSQLParser.RemovefuncstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.removefuncstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemoveaggrstmt
T visitRemoveaggrstmt(PostgreSQLParser.RemoveaggrstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.removeaggrstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRemoveoperstmt
T visitRemoveoperstmt(PostgreSQLParser.RemoveoperstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.removeoperstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOper_argtypes
T visitOper_argtypes(PostgreSQLParser.Oper_argtypesContext ctx)
Visit a parse tree produced byPostgreSQLParser.oper_argtypes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_operator
T visitAny_operator(PostgreSQLParser.Any_operatorContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_operator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_with_argtypes_list
T visitOperator_with_argtypes_list(PostgreSQLParser.Operator_with_argtypes_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_with_argtypes_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_with_argtypes
T visitOperator_with_argtypes(PostgreSQLParser.Operator_with_argtypesContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_with_argtypes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDostmt
T visitDostmt(PostgreSQLParser.DostmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dostmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDostmt_opt_list
T visitDostmt_opt_list(PostgreSQLParser.Dostmt_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.dostmt_opt_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDostmt_opt_item
T visitDostmt_opt_item(PostgreSQLParser.Dostmt_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.dostmt_opt_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatecaststmt
T visitCreatecaststmt(PostgreSQLParser.CreatecaststmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createcaststmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCast_context
T visitCast_context(PostgreSQLParser.Cast_contextContext ctx)
Visit a parse tree produced byPostgreSQLParser.cast_context().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropcaststmt
T visitDropcaststmt(PostgreSQLParser.DropcaststmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropcaststmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_if_exists
T visitOpt_if_exists(PostgreSQLParser.Opt_if_existsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_if_exists().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatetransformstmt
T visitCreatetransformstmt(PostgreSQLParser.CreatetransformstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createtransformstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransform_element_list
T visitTransform_element_list(PostgreSQLParser.Transform_element_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.transform_element_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDroptransformstmt
T visitDroptransformstmt(PostgreSQLParser.DroptransformstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.droptransformstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindexstmt
T visitReindexstmt(PostgreSQLParser.ReindexstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindexstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindex_target_type
T visitReindex_target_type(PostgreSQLParser.Reindex_target_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindex_target_type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindex_target_multitable
T visitReindex_target_multitable(PostgreSQLParser.Reindex_target_multitableContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindex_target_multitable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindex_option_list
T visitReindex_option_list(PostgreSQLParser.Reindex_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindex_option_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReindex_option_elem
T visitReindex_option_elem(PostgreSQLParser.Reindex_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.reindex_option_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertblspcstmt
T visitAltertblspcstmt(PostgreSQLParser.AltertblspcstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertblspcstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRenamestmt
T visitRenamestmt(PostgreSQLParser.RenamestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.renamestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_column
T visitOpt_column(PostgreSQLParser.Opt_columnContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_column().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_set_data
T visitOpt_set_data(PostgreSQLParser.Opt_set_dataContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_set_data().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterobjectdependsstmt
T visitAlterobjectdependsstmt(PostgreSQLParser.AlterobjectdependsstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterobjectdependsstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_no
T visitOpt_no(PostgreSQLParser.Opt_noContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_no().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterobjectschemastmt
T visitAlterobjectschemastmt(PostgreSQLParser.AlterobjectschemastmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterobjectschemastmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlteroperatorstmt
T visitAlteroperatorstmt(PostgreSQLParser.AlteroperatorstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alteroperatorstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_def_list
T visitOperator_def_list(PostgreSQLParser.Operator_def_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_def_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_def_elem
T visitOperator_def_elem(PostgreSQLParser.Operator_def_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_def_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOperator_def_arg
T visitOperator_def_arg(PostgreSQLParser.Operator_def_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.operator_def_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertypestmt
T visitAltertypestmt(PostgreSQLParser.AltertypestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertypestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterownerstmt
T visitAlterownerstmt(PostgreSQLParser.AlterownerstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterownerstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatepublicationstmt
T visitCreatepublicationstmt(PostgreSQLParser.CreatepublicationstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createpublicationstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_publication_for_tables
T visitOpt_publication_for_tables(PostgreSQLParser.Opt_publication_for_tablesContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_publication_for_tables().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPublication_for_tables
T visitPublication_for_tables(PostgreSQLParser.Publication_for_tablesContext ctx)
Visit a parse tree produced byPostgreSQLParser.publication_for_tables().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterpublicationstmt
T visitAlterpublicationstmt(PostgreSQLParser.AlterpublicationstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterpublicationstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatesubscriptionstmt
T visitCreatesubscriptionstmt(PostgreSQLParser.CreatesubscriptionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createsubscriptionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPublication_name_list
T visitPublication_name_list(PostgreSQLParser.Publication_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.publication_name_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPublication_name_item
T visitPublication_name_item(PostgreSQLParser.Publication_name_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.publication_name_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltersubscriptionstmt
T visitAltersubscriptionstmt(PostgreSQLParser.AltersubscriptionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altersubscriptionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropsubscriptionstmt
T visitDropsubscriptionstmt(PostgreSQLParser.DropsubscriptionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropsubscriptionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRulestmt
T visitRulestmt(PostgreSQLParser.RulestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.rulestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleactionlist
T visitRuleactionlist(PostgreSQLParser.RuleactionlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.ruleactionlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleactionmulti
T visitRuleactionmulti(PostgreSQLParser.RuleactionmultiContext ctx)
Visit a parse tree produced byPostgreSQLParser.ruleactionmulti().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleactionstmt
T visitRuleactionstmt(PostgreSQLParser.RuleactionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.ruleactionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRuleactionstmtOrEmpty
T visitRuleactionstmtOrEmpty(PostgreSQLParser.RuleactionstmtOrEmptyContext ctx)
Visit a parse tree produced byPostgreSQLParser.ruleactionstmtOrEmpty().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEvent
T visitEvent(PostgreSQLParser.EventContext ctx)
Visit a parse tree produced byPostgreSQLParser.event().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_instead
T visitOpt_instead(PostgreSQLParser.Opt_insteadContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_instead().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotifystmt
T visitNotifystmt(PostgreSQLParser.NotifystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.notifystmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNotify_payload
T visitNotify_payload(PostgreSQLParser.Notify_payloadContext ctx)
Visit a parse tree produced byPostgreSQLParser.notify_payload().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitListenstmt
T visitListenstmt(PostgreSQLParser.ListenstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.listenstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnlistenstmt
T visitUnlistenstmt(PostgreSQLParser.UnlistenstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.unlistenstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransactionstmt
T visitTransactionstmt(PostgreSQLParser.TransactionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.transactionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_transaction
T visitOpt_transaction(PostgreSQLParser.Opt_transactionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_transaction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransaction_mode_item
T visitTransaction_mode_item(PostgreSQLParser.Transaction_mode_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.transaction_mode_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransaction_mode_list
T visitTransaction_mode_list(PostgreSQLParser.Transaction_mode_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.transaction_mode_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTransaction_mode_list_or_empty
T visitTransaction_mode_list_or_empty(PostgreSQLParser.Transaction_mode_list_or_emptyContext ctx)
Visit a parse tree produced byPostgreSQLParser.transaction_mode_list_or_empty().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_transaction_chain
T visitOpt_transaction_chain(PostgreSQLParser.Opt_transaction_chainContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_transaction_chain().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitViewstmt
T visitViewstmt(PostgreSQLParser.ViewstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.viewstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_check_option
T visitOpt_check_option(PostgreSQLParser.Opt_check_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_check_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoadstmt
T visitLoadstmt(PostgreSQLParser.LoadstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.loadstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedbstmt
T visitCreatedbstmt(PostgreSQLParser.CreatedbstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdbstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedb_opt_list
T visitCreatedb_opt_list(PostgreSQLParser.Createdb_opt_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdb_opt_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedb_opt_items
T visitCreatedb_opt_items(PostgreSQLParser.Createdb_opt_itemsContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdb_opt_items().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedb_opt_item
T visitCreatedb_opt_item(PostgreSQLParser.Createdb_opt_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdb_opt_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedb_opt_name
T visitCreatedb_opt_name(PostgreSQLParser.Createdb_opt_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdb_opt_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_equal
T visitOpt_equal(PostgreSQLParser.Opt_equalContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_equal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterdatabasestmt
T visitAlterdatabasestmt(PostgreSQLParser.AlterdatabasestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterdatabasestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterdatabasesetstmt
T visitAlterdatabasesetstmt(PostgreSQLParser.AlterdatabasesetstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterdatabasesetstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropdbstmt
T visitDropdbstmt(PostgreSQLParser.DropdbstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.dropdbstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDrop_option_list
T visitDrop_option_list(PostgreSQLParser.Drop_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.drop_option_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDrop_option
T visitDrop_option(PostgreSQLParser.Drop_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.drop_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltercollationstmt
T visitAltercollationstmt(PostgreSQLParser.AltercollationstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altercollationstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltersystemstmt
T visitAltersystemstmt(PostgreSQLParser.AltersystemstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altersystemstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreatedomainstmt
T visitCreatedomainstmt(PostgreSQLParser.CreatedomainstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createdomainstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterdomainstmt
T visitAlterdomainstmt(PostgreSQLParser.AlterdomainstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.alterdomainstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_as
T visitOpt_as(PostgreSQLParser.Opt_asContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_as().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertsdictionarystmt
T visitAltertsdictionarystmt(PostgreSQLParser.AltertsdictionarystmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertsdictionarystmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAltertsconfigurationstmt
T visitAltertsconfigurationstmt(PostgreSQLParser.AltertsconfigurationstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.altertsconfigurationstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_with
T visitAny_with(PostgreSQLParser.Any_withContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_with().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateconversionstmt
T visitCreateconversionstmt(PostgreSQLParser.CreateconversionstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.createconversionstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitClusterstmt
T visitClusterstmt(PostgreSQLParser.ClusterstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.clusterstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCluster_index_specification
T visitCluster_index_specification(PostgreSQLParser.Cluster_index_specificationContext ctx)
Visit a parse tree produced byPostgreSQLParser.cluster_index_specification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacuumstmt
T visitVacuumstmt(PostgreSQLParser.VacuumstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.vacuumstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyzestmt
T visitAnalyzestmt(PostgreSQLParser.AnalyzestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.analyzestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVac_analyze_option_list
T visitVac_analyze_option_list(PostgreSQLParser.Vac_analyze_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.vac_analyze_option_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnalyze_keyword
T visitAnalyze_keyword(PostgreSQLParser.Analyze_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.analyze_keyword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVac_analyze_option_elem
T visitVac_analyze_option_elem(PostgreSQLParser.Vac_analyze_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.vac_analyze_option_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVac_analyze_option_name
T visitVac_analyze_option_name(PostgreSQLParser.Vac_analyze_option_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.vac_analyze_option_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVac_analyze_option_arg
T visitVac_analyze_option_arg(PostgreSQLParser.Vac_analyze_option_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.vac_analyze_option_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_analyze
T visitOpt_analyze(PostgreSQLParser.Opt_analyzeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_analyze().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_verbose
T visitOpt_verbose(PostgreSQLParser.Opt_verboseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_verbose().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_full
T visitOpt_full(PostgreSQLParser.Opt_fullContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_full().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_freeze
T visitOpt_freeze(PostgreSQLParser.Opt_freezeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_freeze().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_name_list
T visitOpt_name_list(PostgreSQLParser.Opt_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_name_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacuum_relation
T visitVacuum_relation(PostgreSQLParser.Vacuum_relationContext ctx)
Visit a parse tree produced byPostgreSQLParser.vacuum_relation().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitVacuum_relation_list
T visitVacuum_relation_list(PostgreSQLParser.Vacuum_relation_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.vacuum_relation_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_vacuum_relation_list
T visitOpt_vacuum_relation_list(PostgreSQLParser.Opt_vacuum_relation_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_vacuum_relation_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainstmt
T visitExplainstmt(PostgreSQLParser.ExplainstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.explainstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplainablestmt
T visitExplainablestmt(PostgreSQLParser.ExplainablestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.explainablestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain_option_list
T visitExplain_option_list(PostgreSQLParser.Explain_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.explain_option_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain_option_elem
T visitExplain_option_elem(PostgreSQLParser.Explain_option_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.explain_option_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain_option_name
T visitExplain_option_name(PostgreSQLParser.Explain_option_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.explain_option_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplain_option_arg
T visitExplain_option_arg(PostgreSQLParser.Explain_option_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.explain_option_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreparestmt
T visitPreparestmt(PostgreSQLParser.PreparestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.preparestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPrep_type_clause
T visitPrep_type_clause(PostgreSQLParser.Prep_type_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.prep_type_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPreparablestmt
T visitPreparablestmt(PostgreSQLParser.PreparablestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.preparablestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecutestmt
T visitExecutestmt(PostgreSQLParser.ExecutestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.executestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExecute_param_clause
T visitExecute_param_clause(PostgreSQLParser.Execute_param_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.execute_param_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeallocatestmt
T visitDeallocatestmt(PostgreSQLParser.DeallocatestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.deallocatestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsertstmt
T visitInsertstmt(PostgreSQLParser.InsertstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.insertstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert_target
T visitInsert_target(PostgreSQLParser.Insert_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.insert_target().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert_rest
T visitInsert_rest(PostgreSQLParser.Insert_restContext ctx)
Visit a parse tree produced byPostgreSQLParser.insert_rest().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverride_kind
T visitOverride_kind(PostgreSQLParser.Override_kindContext ctx)
Visit a parse tree produced byPostgreSQLParser.override_kind().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert_column_list
T visitInsert_column_list(PostgreSQLParser.Insert_column_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.insert_column_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInsert_column_item
T visitInsert_column_item(PostgreSQLParser.Insert_column_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.insert_column_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_on_conflict
T visitOpt_on_conflict(PostgreSQLParser.Opt_on_conflictContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_on_conflict().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_conf_expr
T visitOpt_conf_expr(PostgreSQLParser.Opt_conf_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_conf_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReturning_clause
T visitReturning_clause(PostgreSQLParser.Returning_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.returning_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeletestmt
T visitDeletestmt(PostgreSQLParser.DeletestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.deletestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUsing_clause
T visitUsing_clause(PostgreSQLParser.Using_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.using_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLockstmt
T visitLockstmt(PostgreSQLParser.LockstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.lockstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_lock
T visitOpt_lock(PostgreSQLParser.Opt_lockContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_lock().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLock_type
T visitLock_type(PostgreSQLParser.Lock_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.lock_type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_nowait
T visitOpt_nowait(PostgreSQLParser.Opt_nowaitContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_nowait().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_nowait_or_skip
T visitOpt_nowait_or_skip(PostgreSQLParser.Opt_nowait_or_skipContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_nowait_or_skip().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUpdatestmt
T visitUpdatestmt(PostgreSQLParser.UpdatestmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.updatestmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_clause_list
T visitSet_clause_list(PostgreSQLParser.Set_clause_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_clause_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_clause
T visitSet_clause(PostgreSQLParser.Set_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_target
T visitSet_target(PostgreSQLParser.Set_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_target().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_target_list
T visitSet_target_list(PostgreSQLParser.Set_target_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.set_target_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDeclarecursorstmt
T visitDeclarecursorstmt(PostgreSQLParser.DeclarecursorstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.declarecursorstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursor_name
T visitCursor_name(PostgreSQLParser.Cursor_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.cursor_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursor_options
T visitCursor_options(PostgreSQLParser.Cursor_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.cursor_options().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_hold
T visitOpt_hold(PostgreSQLParser.Opt_holdContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_hold().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelectstmt
T visitSelectstmt(PostgreSQLParser.SelectstmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.selectstmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_with_parens
T visitSelect_with_parens(PostgreSQLParser.Select_with_parensContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_with_parens().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_no_parens
T visitSelect_no_parens(PostgreSQLParser.Select_no_parensContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_no_parens().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_clause
T visitSelect_clause(PostgreSQLParser.Select_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimple_select
T visitSimple_select(PostgreSQLParser.Simple_selectContext ctx)
Visit a parse tree produced byPostgreSQLParser.simple_select().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnion
T visitUnion(PostgreSQLParser.UnionContext ctx)
Visit a parse tree produced by theunionlabeled alternative inPostgreSQLParser.set_operator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIntersect
T visitIntersect(PostgreSQLParser.IntersectContext ctx)
Visit a parse tree produced by theintersectlabeled alternative inPostgreSQLParser.set_operator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExcept
T visitExcept(PostgreSQLParser.ExceptContext ctx)
Visit a parse tree produced by theexceptlabeled alternative inPostgreSQLParser.set_operator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSet_operator_with_all_or_distinct
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().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWith_clause
T visitWith_clause(PostgreSQLParser.With_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.with_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCte_list
T visitCte_list(PostgreSQLParser.Cte_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.cte_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCommon_table_expr
T visitCommon_table_expr(PostgreSQLParser.Common_table_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.common_table_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_materialized
T visitOpt_materialized(PostgreSQLParser.Opt_materializedContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_materialized().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_with_clause
T visitOpt_with_clause(PostgreSQLParser.Opt_with_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_with_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInto_clause
T visitInto_clause(PostgreSQLParser.Into_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.into_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_strict
T visitOpt_strict(PostgreSQLParser.Opt_strictContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_strict().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttempTableName
T visitOpttempTableName(PostgreSQLParser.OpttempTableNameContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttempTableName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_table
T visitOpt_table(PostgreSQLParser.Opt_tableContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_table().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAll_or_distinct
T visitAll_or_distinct(PostgreSQLParser.All_or_distinctContext ctx)
Visit a parse tree produced byPostgreSQLParser.all_or_distinct().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDistinct_clause
T visitDistinct_clause(PostgreSQLParser.Distinct_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.distinct_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_all_clause
T visitOpt_all_clause(PostgreSQLParser.Opt_all_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_all_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_sort_clause
T visitOpt_sort_clause(PostgreSQLParser.Opt_sort_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_sort_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSort_clause
T visitSort_clause(PostgreSQLParser.Sort_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.sort_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortby_list
T visitSortby_list(PostgreSQLParser.Sortby_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.sortby_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSortby
T visitSortby(PostgreSQLParser.SortbyContext ctx)
Visit a parse tree produced byPostgreSQLParser.sortby().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_limit
T visitSelect_limit(PostgreSQLParser.Select_limitContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_limit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_select_limit
T visitOpt_select_limit(PostgreSQLParser.Opt_select_limitContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_select_limit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLimit_clause
T visitLimit_clause(PostgreSQLParser.Limit_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.limit_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOffset_clause
T visitOffset_clause(PostgreSQLParser.Offset_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.offset_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_limit_value
T visitSelect_limit_value(PostgreSQLParser.Select_limit_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_limit_value().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_offset_value
T visitSelect_offset_value(PostgreSQLParser.Select_offset_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_offset_value().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSelect_fetch_first_value
T visitSelect_fetch_first_value(PostgreSQLParser.Select_fetch_first_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.select_fetch_first_value().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitI_or_f_const
T visitI_or_f_const(PostgreSQLParser.I_or_f_constContext ctx)
Visit a parse tree produced byPostgreSQLParser.i_or_f_const().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRow_or_rows
T visitRow_or_rows(PostgreSQLParser.Row_or_rowsContext ctx)
Visit a parse tree produced byPostgreSQLParser.row_or_rows().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFirst_or_next
T visitFirst_or_next(PostgreSQLParser.First_or_nextContext ctx)
Visit a parse tree produced byPostgreSQLParser.first_or_next().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroup_clause
T visitGroup_clause(PostgreSQLParser.Group_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.group_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroup_by_list
T visitGroup_by_list(PostgreSQLParser.Group_by_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.group_by_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGroup_by_item
T visitGroup_by_item(PostgreSQLParser.Group_by_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.group_by_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEmpty_grouping_set
T visitEmpty_grouping_set(PostgreSQLParser.Empty_grouping_setContext ctx)
Visit a parse tree produced byPostgreSQLParser.empty_grouping_set().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRollup_clause
T visitRollup_clause(PostgreSQLParser.Rollup_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.rollup_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCube_clause
T visitCube_clause(PostgreSQLParser.Cube_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.cube_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGrouping_sets_clause
T visitGrouping_sets_clause(PostgreSQLParser.Grouping_sets_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.grouping_sets_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitHaving_clause
T visitHaving_clause(PostgreSQLParser.Having_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.having_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_locking_clause
T visitFor_locking_clause(PostgreSQLParser.For_locking_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_locking_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_for_locking_clause
T visitOpt_for_locking_clause(PostgreSQLParser.Opt_for_locking_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_for_locking_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_locking_items
T visitFor_locking_items(PostgreSQLParser.For_locking_itemsContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_locking_items().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_locking_item
T visitFor_locking_item(PostgreSQLParser.For_locking_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_locking_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_locking_strength
T visitFor_locking_strength(PostgreSQLParser.For_locking_strengthContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_locking_strength().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLocked_rels_list
T visitLocked_rels_list(PostgreSQLParser.Locked_rels_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.locked_rels_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitValues_clause
T visitValues_clause(PostgreSQLParser.Values_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.values_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrom_clause
T visitFrom_clause(PostgreSQLParser.From_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.from_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrom_list
T visitFrom_list(PostgreSQLParser.From_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.from_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTable_ref
T visitTable_ref(PostgreSQLParser.Table_refContext ctx)
Visit a parse tree produced byPostgreSQLParser.table_ref().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlias_clause
T visitAlias_clause(PostgreSQLParser.Alias_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.alias_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_alias_clause
T visitOpt_alias_clause(PostgreSQLParser.Opt_alias_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_alias_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_alias_clause
T visitFunc_alias_clause(PostgreSQLParser.Func_alias_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_alias_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoin_type
T visitJoin_type(PostgreSQLParser.Join_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.join_type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitJoin_qual
T visitJoin_qual(PostgreSQLParser.Join_qualContext ctx)
Visit a parse tree produced byPostgreSQLParser.join_qual().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelation_expr
T visitRelation_expr(PostgreSQLParser.Relation_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.relation_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelation_expr_list
T visitRelation_expr_list(PostgreSQLParser.Relation_expr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.relation_expr_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRelation_expr_opt_alias
T visitRelation_expr_opt_alias(PostgreSQLParser.Relation_expr_opt_aliasContext ctx)
Visit a parse tree produced byPostgreSQLParser.relation_expr_opt_alias().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablesample_clause
T visitTablesample_clause(PostgreSQLParser.Tablesample_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablesample_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_repeatable_clause
T visitOpt_repeatable_clause(PostgreSQLParser.Opt_repeatable_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_repeatable_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_table
T visitFunc_table(PostgreSQLParser.Func_tableContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_table().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsfrom_item
T visitRowsfrom_item(PostgreSQLParser.Rowsfrom_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsfrom_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRowsfrom_list
T visitRowsfrom_list(PostgreSQLParser.Rowsfrom_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.rowsfrom_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_col_def_list
T visitOpt_col_def_list(PostgreSQLParser.Opt_col_def_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_col_def_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_ordinality
T visitOpt_ordinality(PostgreSQLParser.Opt_ordinalityContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_ordinality().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhere_clause
T visitWhere_clause(PostgreSQLParser.Where_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.where_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhere_or_current_clause
T visitWhere_or_current_clause(PostgreSQLParser.Where_or_current_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.where_or_current_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpttablefuncelementlist
T visitOpttablefuncelementlist(PostgreSQLParser.OpttablefuncelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.opttablefuncelementlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablefuncelementlist
T visitTablefuncelementlist(PostgreSQLParser.TablefuncelementlistContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablefuncelementlist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTablefuncelement
T visitTablefuncelement(PostgreSQLParser.TablefuncelementContext ctx)
Visit a parse tree produced byPostgreSQLParser.tablefuncelement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable
T visitXmltable(PostgreSQLParser.XmltableContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable_column_list
T visitXmltable_column_list(PostgreSQLParser.Xmltable_column_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable_column_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable_column_el
T visitXmltable_column_el(PostgreSQLParser.Xmltable_column_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable_column_el().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable_column_option_list
T visitXmltable_column_option_list(PostgreSQLParser.Xmltable_column_option_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable_column_option_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmltable_column_option_el
T visitXmltable_column_option_el(PostgreSQLParser.Xmltable_column_option_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmltable_column_option_el().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_namespace_list
T visitXml_namespace_list(PostgreSQLParser.Xml_namespace_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_namespace_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_namespace_el
T visitXml_namespace_el(PostgreSQLParser.Xml_namespace_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_namespace_el().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTypename
T visitTypename(PostgreSQLParser.TypenameContext ctx)
Visit a parse tree produced byPostgreSQLParser.typename().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_array_bounds
T visitOpt_array_bounds(PostgreSQLParser.Opt_array_boundsContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_array_bounds().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSimpletypename
T visitSimpletypename(PostgreSQLParser.SimpletypenameContext ctx)
Visit a parse tree produced byPostgreSQLParser.simpletypename().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConsttypename
T visitConsttypename(PostgreSQLParser.ConsttypenameContext ctx)
Visit a parse tree produced byPostgreSQLParser.consttypename().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGenerictype
T visitGenerictype(PostgreSQLParser.GenerictypeContext ctx)
Visit a parse tree produced byPostgreSQLParser.generictype().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_type_modifiers
T visitOpt_type_modifiers(PostgreSQLParser.Opt_type_modifiersContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_type_modifiers().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNumeric
T visitNumeric(PostgreSQLParser.NumericContext ctx)
Visit a parse tree produced byPostgreSQLParser.numeric().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_float
T visitOpt_float(PostgreSQLParser.Opt_floatContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_float().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBit
T visitBit(PostgreSQLParser.BitContext ctx)
Visit a parse tree produced byPostgreSQLParser.bit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstbit
T visitConstbit(PostgreSQLParser.ConstbitContext ctx)
Visit a parse tree produced byPostgreSQLParser.constbit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitwithlength
T visitBitwithlength(PostgreSQLParser.BitwithlengthContext ctx)
Visit a parse tree produced byPostgreSQLParser.bitwithlength().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBitwithoutlength
T visitBitwithoutlength(PostgreSQLParser.BitwithoutlengthContext ctx)
Visit a parse tree produced byPostgreSQLParser.bitwithoutlength().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacter
T visitCharacter(PostgreSQLParser.CharacterContext ctx)
Visit a parse tree produced byPostgreSQLParser.character().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstcharacter
T visitConstcharacter(PostgreSQLParser.ConstcharacterContext ctx)
Visit a parse tree produced byPostgreSQLParser.constcharacter().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCharacter_c
T visitCharacter_c(PostgreSQLParser.Character_cContext ctx)
Visit a parse tree produced byPostgreSQLParser.character_c().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_varying
T visitOpt_varying(PostgreSQLParser.Opt_varyingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_varying().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstdatetime
T visitConstdatetime(PostgreSQLParser.ConstdatetimeContext ctx)
Visit a parse tree produced byPostgreSQLParser.constdatetime().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitConstinterval
T visitConstinterval(PostgreSQLParser.ConstintervalContext ctx)
Visit a parse tree produced byPostgreSQLParser.constinterval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_timezone
T visitOpt_timezone(PostgreSQLParser.Opt_timezoneContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_timezone().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_interval
T visitOpt_interval(PostgreSQLParser.Opt_intervalContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_interval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInterval_second
T visitInterval_second(PostgreSQLParser.Interval_secondContext ctx)
Visit a parse tree produced byPostgreSQLParser.interval_second().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_escape
T visitOpt_escape(PostgreSQLParser.Opt_escapeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_escape().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr
T visitA_expr(PostgreSQLParser.A_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_qual
T visitA_expr_qual(PostgreSQLParser.A_expr_qualContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_qual().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_lessless
T visitA_expr_lessless(PostgreSQLParser.A_expr_lesslessContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_lessless().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_or
T visitA_expr_or(PostgreSQLParser.A_expr_orContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_or().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_and
T visitA_expr_and(PostgreSQLParser.A_expr_andContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_and().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_in
T visitA_expr_in(PostgreSQLParser.A_expr_inContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_in().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_unary_not
T visitA_expr_unary_not(PostgreSQLParser.A_expr_unary_notContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_unary_not().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_isnull
T visitA_expr_isnull(PostgreSQLParser.A_expr_isnullContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_isnull().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_is_not
T visitA_expr_is_not(PostgreSQLParser.A_expr_is_notContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_is_not().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_compare
T visitA_expr_compare(PostgreSQLParser.A_expr_compareContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_compare().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_like
T visitA_expr_like(PostgreSQLParser.A_expr_likeContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_like().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_qual_op
T visitA_expr_qual_op(PostgreSQLParser.A_expr_qual_opContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_qual_op().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_unary_qualop
T visitA_expr_unary_qualop(PostgreSQLParser.A_expr_unary_qualopContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_unary_qualop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_add
T visitA_expr_add(PostgreSQLParser.A_expr_addContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_add().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_mul
T visitA_expr_mul(PostgreSQLParser.A_expr_mulContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_mul().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_caret
T visitA_expr_caret(PostgreSQLParser.A_expr_caretContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_caret().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_unary_sign
T visitA_expr_unary_sign(PostgreSQLParser.A_expr_unary_signContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_unary_sign().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_at_time_zone
T visitA_expr_at_time_zone(PostgreSQLParser.A_expr_at_time_zoneContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_at_time_zone().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_collate
T visitA_expr_collate(PostgreSQLParser.A_expr_collateContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_collate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitA_expr_typecast
T visitA_expr_typecast(PostgreSQLParser.A_expr_typecastContext ctx)
Visit a parse tree produced byPostgreSQLParser.a_expr_typecast().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitB_expr
T visitB_expr(PostgreSQLParser.B_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.b_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitC_expr_exists
T visitC_expr_exists(PostgreSQLParser.C_expr_existsContext ctx)
Visit a parse tree produced by thec_expr_existslabeled alternative inPostgreSQLParser.c_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitC_expr_expr
T visitC_expr_expr(PostgreSQLParser.C_expr_exprContext ctx)
Visit a parse tree produced by thec_expr_exprlabeled alternative inPostgreSQLParser.c_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitC_expr_case
T visitC_expr_case(PostgreSQLParser.C_expr_caseContext ctx)
Visit a parse tree produced by thec_expr_caselabeled alternative inPostgreSQLParser.c_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlvariablename
T visitPlsqlvariablename(PostgreSQLParser.PlsqlvariablenameContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsqlvariablename().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_application
T visitFunc_application(PostgreSQLParser.Func_applicationContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_application().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_expr
T visitFunc_expr(PostgreSQLParser.Func_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_expr_windowless
T visitFunc_expr_windowless(PostgreSQLParser.Func_expr_windowlessContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_expr_windowless().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_expr_common_subexpr
T visitFunc_expr_common_subexpr(PostgreSQLParser.Func_expr_common_subexprContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_expr_common_subexpr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_root_version
T visitXml_root_version(PostgreSQLParser.Xml_root_versionContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_root_version().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_xml_root_standalone
T visitOpt_xml_root_standalone(PostgreSQLParser.Opt_xml_root_standaloneContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_xml_root_standalone().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_attributes
T visitXml_attributes(PostgreSQLParser.Xml_attributesContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_attributes().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_attribute_list
T visitXml_attribute_list(PostgreSQLParser.Xml_attribute_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_attribute_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_attribute_el
T visitXml_attribute_el(PostgreSQLParser.Xml_attribute_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_attribute_el().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDocument_or_content
T visitDocument_or_content(PostgreSQLParser.Document_or_contentContext ctx)
Visit a parse tree produced byPostgreSQLParser.document_or_content().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_whitespace_option
T visitXml_whitespace_option(PostgreSQLParser.Xml_whitespace_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_whitespace_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXmlexists_argument
T visitXmlexists_argument(PostgreSQLParser.Xmlexists_argumentContext ctx)
Visit a parse tree produced byPostgreSQLParser.xmlexists_argument().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXml_passing_mech
T visitXml_passing_mech(PostgreSQLParser.Xml_passing_mechContext ctx)
Visit a parse tree produced byPostgreSQLParser.xml_passing_mech().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWithin_group_clause
T visitWithin_group_clause(PostgreSQLParser.Within_group_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.within_group_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFilter_clause
T visitFilter_clause(PostgreSQLParser.Filter_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.filter_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindow_clause
T visitWindow_clause(PostgreSQLParser.Window_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.window_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindow_definition_list
T visitWindow_definition_list(PostgreSQLParser.Window_definition_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.window_definition_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindow_definition
T visitWindow_definition(PostgreSQLParser.Window_definitionContext ctx)
Visit a parse tree produced byPostgreSQLParser.window_definition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOver_clause
T visitOver_clause(PostgreSQLParser.Over_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.over_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWindow_specification
T visitWindow_specification(PostgreSQLParser.Window_specificationContext ctx)
Visit a parse tree produced byPostgreSQLParser.window_specification().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_existing_window_name
T visitOpt_existing_window_name(PostgreSQLParser.Opt_existing_window_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_existing_window_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_partition_clause
T visitOpt_partition_clause(PostgreSQLParser.Opt_partition_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_partition_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_frame_clause
T visitOpt_frame_clause(PostgreSQLParser.Opt_frame_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_frame_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrame_extent
T visitFrame_extent(PostgreSQLParser.Frame_extentContext ctx)
Visit a parse tree produced byPostgreSQLParser.frame_extent().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFrame_bound
T visitFrame_bound(PostgreSQLParser.Frame_boundContext ctx)
Visit a parse tree produced byPostgreSQLParser.frame_bound().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_window_exclusion_clause
T visitOpt_window_exclusion_clause(PostgreSQLParser.Opt_window_exclusion_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_window_exclusion_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRow
T visitRow(PostgreSQLParser.RowContext ctx)
Visit a parse tree produced byPostgreSQLParser.row().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExplicit_row
T visitExplicit_row(PostgreSQLParser.Explicit_rowContext ctx)
Visit a parse tree produced byPostgreSQLParser.explicit_row().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitImplicit_row
T visitImplicit_row(PostgreSQLParser.Implicit_rowContext ctx)
Visit a parse tree produced byPostgreSQLParser.implicit_row().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSub_type
T visitSub_type(PostgreSQLParser.Sub_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.sub_type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAll_op
T visitAll_op(PostgreSQLParser.All_opContext ctx)
Visit a parse tree produced byPostgreSQLParser.all_op().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMathop
T visitMathop(PostgreSQLParser.MathopContext ctx)
Visit a parse tree produced byPostgreSQLParser.mathop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQual_op
T visitQual_op(PostgreSQLParser.Qual_opContext ctx)
Visit a parse tree produced byPostgreSQLParser.qual_op().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQual_all_op
T visitQual_all_op(PostgreSQLParser.Qual_all_opContext ctx)
Visit a parse tree produced byPostgreSQLParser.qual_all_op().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubquery_Op
T visitSubquery_Op(PostgreSQLParser.Subquery_OpContext ctx)
Visit a parse tree produced byPostgreSQLParser.subquery_Op().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_list
T visitExpr_list(PostgreSQLParser.Expr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_arg_list
T visitFunc_arg_list(PostgreSQLParser.Func_arg_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_arg_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_arg_expr
T visitFunc_arg_expr(PostgreSQLParser.Func_arg_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_arg_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType_list
T visitType_list(PostgreSQLParser.Type_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.type_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_expr
T visitArray_expr(PostgreSQLParser.Array_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.array_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitArray_expr_list
T visitArray_expr_list(PostgreSQLParser.Array_expr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.array_expr_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtract_list
T visitExtract_list(PostgreSQLParser.Extract_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.extract_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExtract_arg
T visitExtract_arg(PostgreSQLParser.Extract_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.extract_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnicode_normal_form
T visitUnicode_normal_form(PostgreSQLParser.Unicode_normal_formContext ctx)
Visit a parse tree produced byPostgreSQLParser.unicode_normal_form().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOverlay_list
T visitOverlay_list(PostgreSQLParser.Overlay_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.overlay_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPosition_list
T visitPosition_list(PostgreSQLParser.Position_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.position_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSubstr_list
T visitSubstr_list(PostgreSQLParser.Substr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.substr_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTrim_list
T visitTrim_list(PostgreSQLParser.Trim_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.trim_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIn_expr_select
T visitIn_expr_select(PostgreSQLParser.In_expr_selectContext ctx)
Visit a parse tree produced by thein_expr_selectlabeled alternative inPostgreSQLParser.in_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIn_expr_list
T visitIn_expr_list(PostgreSQLParser.In_expr_listContext ctx)
Visit a parse tree produced by thein_expr_listlabeled alternative inPostgreSQLParser.in_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_expr
T visitCase_expr(PostgreSQLParser.Case_exprContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_expr().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhen_clause_list
T visitWhen_clause_list(PostgreSQLParser.When_clause_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.when_clause_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitWhen_clause
T visitWhen_clause(PostgreSQLParser.When_clauseContext ctx)
Visit a parse tree produced byPostgreSQLParser.when_clause().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_default
T visitCase_default(PostgreSQLParser.Case_defaultContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_default().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_arg
T visitCase_arg(PostgreSQLParser.Case_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnref
T visitColumnref(PostgreSQLParser.ColumnrefContext ctx)
Visit a parse tree produced byPostgreSQLParser.columnref().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndirection_el
T visitIndirection_el(PostgreSQLParser.Indirection_elContext ctx)
Visit a parse tree produced byPostgreSQLParser.indirection_el().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_slice_bound
T visitOpt_slice_bound(PostgreSQLParser.Opt_slice_boundContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_slice_bound().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIndirection
T visitIndirection(PostgreSQLParser.IndirectionContext ctx)
Visit a parse tree produced byPostgreSQLParser.indirection().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_indirection
T visitOpt_indirection(PostgreSQLParser.Opt_indirectionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_indirection().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_target_list
T visitOpt_target_list(PostgreSQLParser.Opt_target_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_target_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTarget_list
T visitTarget_list(PostgreSQLParser.Target_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.target_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTarget_label
T visitTarget_label(PostgreSQLParser.Target_labelContext ctx)
Visit a parse tree produced by thetarget_labellabeled alternative inPostgreSQLParser.target_el().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTarget_star
T visitTarget_star(PostgreSQLParser.Target_starContext ctx)
Visit a parse tree produced by thetarget_starlabeled alternative inPostgreSQLParser.target_el().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualified_name_list
T visitQualified_name_list(PostgreSQLParser.Qualified_name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.qualified_name_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitQualified_name
T visitQualified_name(PostgreSQLParser.Qualified_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.qualified_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName_list
T visitName_list(PostgreSQLParser.Name_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.name_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitName
T visitName(PostgreSQLParser.NameContext ctx)
Visit a parse tree produced byPostgreSQLParser.name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAttr_name
T visitAttr_name(PostgreSQLParser.Attr_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.attr_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFile_name
T visitFile_name(PostgreSQLParser.File_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.file_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFunc_name
T visitFunc_name(PostgreSQLParser.Func_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.func_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAexprconst
T visitAexprconst(PostgreSQLParser.AexprconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.aexprconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitXconst
T visitXconst(PostgreSQLParser.XconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.xconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBconst
T visitBconst(PostgreSQLParser.BconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.bconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFconst
T visitFconst(PostgreSQLParser.FconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.fconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIconst
T visitIconst(PostgreSQLParser.IconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.iconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSconst
T visitSconst(PostgreSQLParser.SconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.sconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAnysconst
T visitAnysconst(PostgreSQLParser.AnysconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.anysconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_uescape
T visitOpt_uescape(PostgreSQLParser.Opt_uescapeContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_uescape().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSignediconst
T visitSignediconst(PostgreSQLParser.SignediconstContext ctx)
Visit a parse tree produced byPostgreSQLParser.signediconst().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRoleid
T visitRoleid(PostgreSQLParser.RoleidContext ctx)
Visit a parse tree produced byPostgreSQLParser.roleid().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRolespec
T visitRolespec(PostgreSQLParser.RolespecContext ctx)
Visit a parse tree produced byPostgreSQLParser.rolespec().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitRole_list
T visitRole_list(PostgreSQLParser.Role_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.role_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColid
T visitColid(PostgreSQLParser.ColidContext ctx)
Visit a parse tree produced byPostgreSQLParser.colid().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType_function_name
T visitType_function_name(PostgreSQLParser.Type_function_nameContext ctx)
Visit a parse tree produced byPostgreSQLParser.type_function_name().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitNonreservedword
T visitNonreservedword(PostgreSQLParser.NonreservedwordContext ctx)
Visit a parse tree produced byPostgreSQLParser.nonreservedword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCollabel
T visitCollabel(PostgreSQLParser.CollabelContext ctx)
Visit a parse tree produced byPostgreSQLParser.collabel().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIdentifier
T visitIdentifier(PostgreSQLParser.IdentifierContext ctx)
Visit a parse tree produced byPostgreSQLParser.identifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsqlidentifier
T visitPlsqlidentifier(PostgreSQLParser.PlsqlidentifierContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsqlidentifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitUnreserved_keyword
T visitUnreserved_keyword(PostgreSQLParser.Unreserved_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.unreserved_keyword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCol_name_keyword
T visitCol_name_keyword(PostgreSQLParser.Col_name_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.col_name_keyword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitType_func_name_keyword
T visitType_func_name_keyword(PostgreSQLParser.Type_func_name_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.type_func_name_keyword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitReserved_keyword
T visitReserved_keyword(PostgreSQLParser.Reserved_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.reserved_keyword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_function
T visitPl_function(PostgreSQLParser.Pl_functionContext ctx)
Visit a parse tree produced byPostgreSQLParser.pl_function().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComp_options
T visitComp_options(PostgreSQLParser.Comp_optionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.comp_options().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitComp_option
T visitComp_option(PostgreSQLParser.Comp_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.comp_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSharp
T visitSharp(PostgreSQLParser.SharpContext ctx)
Visit a parse tree produced byPostgreSQLParser.sharp().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOption_value
T visitOption_value(PostgreSQLParser.Option_valueContext ctx)
Visit a parse tree produced byPostgreSQLParser.option_value().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_semi
T visitOpt_semi(PostgreSQLParser.Opt_semiContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_semi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPl_block
T visitPl_block(PostgreSQLParser.Pl_blockContext ctx)
Visit a parse tree produced byPostgreSQLParser.pl_block().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_sect
T visitDecl_sect(PostgreSQLParser.Decl_sectContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_sect().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_start
T visitDecl_start(PostgreSQLParser.Decl_startContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_start().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_stmts
T visitDecl_stmts(PostgreSQLParser.Decl_stmtsContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_stmts().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLabel_decl
T visitLabel_decl(PostgreSQLParser.Label_declContext ctx)
Visit a parse tree produced byPostgreSQLParser.label_decl().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_stmt
T visitDecl_stmt(PostgreSQLParser.Decl_stmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_stmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_statement
T visitDecl_statement(PostgreSQLParser.Decl_statementContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_statement().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_scrollable
T visitOpt_scrollable(PostgreSQLParser.Opt_scrollableContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_scrollable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_cursor_query
T visitDecl_cursor_query(PostgreSQLParser.Decl_cursor_queryContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_cursor_query().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_cursor_args
T visitDecl_cursor_args(PostgreSQLParser.Decl_cursor_argsContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_cursor_args().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_cursor_arglist
T visitDecl_cursor_arglist(PostgreSQLParser.Decl_cursor_arglistContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_cursor_arglist().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_cursor_arg
T visitDecl_cursor_arg(PostgreSQLParser.Decl_cursor_argContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_cursor_arg().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_is_for
T visitDecl_is_for(PostgreSQLParser.Decl_is_forContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_is_for().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_aliasitem
T visitDecl_aliasitem(PostgreSQLParser.Decl_aliasitemContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_aliasitem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_varname
T visitDecl_varname(PostgreSQLParser.Decl_varnameContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_varname().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_const
T visitDecl_const(PostgreSQLParser.Decl_constContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_const().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_datatype
T visitDecl_datatype(PostgreSQLParser.Decl_datatypeContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_datatype().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_collate
T visitDecl_collate(PostgreSQLParser.Decl_collateContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_collate().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_notnull
T visitDecl_notnull(PostgreSQLParser.Decl_notnullContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_notnull().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_defval
T visitDecl_defval(PostgreSQLParser.Decl_defvalContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_defval().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDecl_defkey
T visitDecl_defkey(PostgreSQLParser.Decl_defkeyContext ctx)
Visit a parse tree produced byPostgreSQLParser.decl_defkey().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssign_operator
T visitAssign_operator(PostgreSQLParser.Assign_operatorContext ctx)
Visit a parse tree produced byPostgreSQLParser.assign_operator().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_sect
T visitProc_sect(PostgreSQLParser.Proc_sectContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_sect().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_stmt
T visitProc_stmt(PostgreSQLParser.Proc_stmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_stmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_perform
T visitStmt_perform(PostgreSQLParser.Stmt_performContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_perform().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_call
T visitStmt_call(PostgreSQLParser.Stmt_callContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_call().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_expr_list
T visitOpt_expr_list(PostgreSQLParser.Opt_expr_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_expr_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_assign
T visitStmt_assign(PostgreSQLParser.Stmt_assignContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_assign().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_getdiag
T visitStmt_getdiag(PostgreSQLParser.Stmt_getdiagContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_getdiag().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_area_opt
T visitGetdiag_area_opt(PostgreSQLParser.Getdiag_area_optContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_area_opt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_list
T visitGetdiag_list(PostgreSQLParser.Getdiag_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_list_item
T visitGetdiag_list_item(PostgreSQLParser.Getdiag_list_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_list_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_item
T visitGetdiag_item(PostgreSQLParser.Getdiag_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitGetdiag_target
T visitGetdiag_target(PostgreSQLParser.Getdiag_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.getdiag_target().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssign_var
T visitAssign_var(PostgreSQLParser.Assign_varContext ctx)
Visit a parse tree produced byPostgreSQLParser.assign_var().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_if
T visitStmt_if(PostgreSQLParser.Stmt_ifContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_if().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_elsifs
T visitStmt_elsifs(PostgreSQLParser.Stmt_elsifsContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_elsifs().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_else
T visitStmt_else(PostgreSQLParser.Stmt_elseContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_else().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_case
T visitStmt_case(PostgreSQLParser.Stmt_caseContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_case().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_expr_until_when
T visitOpt_expr_until_when(PostgreSQLParser.Opt_expr_until_whenContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_expr_until_when().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_when_list
T visitCase_when_list(PostgreSQLParser.Case_when_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_when_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCase_when
T visitCase_when(PostgreSQLParser.Case_whenContext ctx)
Visit a parse tree produced byPostgreSQLParser.case_when().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_case_else
T visitOpt_case_else(PostgreSQLParser.Opt_case_elseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_case_else().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_loop
T visitStmt_loop(PostgreSQLParser.Stmt_loopContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_loop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_while
T visitStmt_while(PostgreSQLParser.Stmt_whileContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_while().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_for
T visitStmt_for(PostgreSQLParser.Stmt_forContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_for().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_control
T visitFor_control(PostgreSQLParser.For_controlContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_control().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_for_using_expression
T visitOpt_for_using_expression(PostgreSQLParser.Opt_for_using_expressionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_for_using_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_cursor_parameters
T visitOpt_cursor_parameters(PostgreSQLParser.Opt_cursor_parametersContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_cursor_parameters().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_reverse
T visitOpt_reverse(PostgreSQLParser.Opt_reverseContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_reverse().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_by_expression
T visitOpt_by_expression(PostgreSQLParser.Opt_by_expressionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_by_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitFor_variable
T visitFor_variable(PostgreSQLParser.For_variableContext ctx)
Visit a parse tree produced byPostgreSQLParser.for_variable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_foreach_a
T visitStmt_foreach_a(PostgreSQLParser.Stmt_foreach_aContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_foreach_a().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitForeach_slice
T visitForeach_slice(PostgreSQLParser.Foreach_sliceContext ctx)
Visit a parse tree produced byPostgreSQLParser.foreach_slice().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_exit
T visitStmt_exit(PostgreSQLParser.Stmt_exitContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_exit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExit_type
T visitExit_type(PostgreSQLParser.Exit_typeContext ctx)
Visit a parse tree produced byPostgreSQLParser.exit_type().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_return
T visitStmt_return(PostgreSQLParser.Stmt_returnContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_return().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_return_result
T visitOpt_return_result(PostgreSQLParser.Opt_return_resultContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_return_result().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_raise
T visitStmt_raise(PostgreSQLParser.Stmt_raiseContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_raise().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_stmt_raise_level
T visitOpt_stmt_raise_level(PostgreSQLParser.Opt_stmt_raise_levelContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_stmt_raise_level().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_raise_list
T visitOpt_raise_list(PostgreSQLParser.Opt_raise_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_raise_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_raise_using
T visitOpt_raise_using(PostgreSQLParser.Opt_raise_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_raise_using().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_raise_using_elem
T visitOpt_raise_using_elem(PostgreSQLParser.Opt_raise_using_elemContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_raise_using_elem().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_raise_using_elem_list
T visitOpt_raise_using_elem_list(PostgreSQLParser.Opt_raise_using_elem_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_raise_using_elem_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_assert
T visitStmt_assert(PostgreSQLParser.Stmt_assertContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_assert().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_stmt_assert_message
T visitOpt_stmt_assert_message(PostgreSQLParser.Opt_stmt_assert_messageContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_stmt_assert_message().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLoop_body
T visitLoop_body(PostgreSQLParser.Loop_bodyContext ctx)
Visit a parse tree produced byPostgreSQLParser.loop_body().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_execsql
T visitStmt_execsql(PostgreSQLParser.Stmt_execsqlContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_execsql().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_dynexecute
T visitStmt_dynexecute(PostgreSQLParser.Stmt_dynexecuteContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_dynexecute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_execute_using
T visitOpt_execute_using(PostgreSQLParser.Opt_execute_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_execute_using().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_execute_using_list
T visitOpt_execute_using_list(PostgreSQLParser.Opt_execute_using_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_execute_using_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_execute_into
T visitOpt_execute_into(PostgreSQLParser.Opt_execute_intoContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_execute_into().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_open
T visitStmt_open(PostgreSQLParser.Stmt_openContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_open().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_open_bound_list_item
T visitOpt_open_bound_list_item(PostgreSQLParser.Opt_open_bound_list_itemContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_open_bound_list_item().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_open_bound_list
T visitOpt_open_bound_list(PostgreSQLParser.Opt_open_bound_listContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_open_bound_list().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_open_using
T visitOpt_open_using(PostgreSQLParser.Opt_open_usingContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_open_using().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_scroll_option
T visitOpt_scroll_option(PostgreSQLParser.Opt_scroll_optionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_scroll_option().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_scroll_option_no
T visitOpt_scroll_option_no(PostgreSQLParser.Opt_scroll_option_noContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_scroll_option_no().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_fetch
T visitStmt_fetch(PostgreSQLParser.Stmt_fetchContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_fetch().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitInto_target
T visitInto_target(PostgreSQLParser.Into_targetContext ctx)
Visit a parse tree produced byPostgreSQLParser.into_target().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_cursor_from
T visitOpt_cursor_from(PostgreSQLParser.Opt_cursor_fromContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_cursor_from().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_fetch_direction
T visitOpt_fetch_direction(PostgreSQLParser.Opt_fetch_directionContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_fetch_direction().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_move
T visitStmt_move(PostgreSQLParser.Stmt_moveContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_move().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_close
T visitStmt_close(PostgreSQLParser.Stmt_closeContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_close().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_null
T visitStmt_null(PostgreSQLParser.Stmt_nullContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_null().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_commit
T visitStmt_commit(PostgreSQLParser.Stmt_commitContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_commit().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_rollback
T visitStmt_rollback(PostgreSQLParser.Stmt_rollbackContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_rollback().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsql_opt_transaction_chain
T visitPlsql_opt_transaction_chain(PostgreSQLParser.Plsql_opt_transaction_chainContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsql_opt_transaction_chain().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitStmt_set
T visitStmt_set(PostgreSQLParser.Stmt_setContext ctx)
Visit a parse tree produced byPostgreSQLParser.stmt_set().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCursor_variable
T visitCursor_variable(PostgreSQLParser.Cursor_variableContext ctx)
Visit a parse tree produced byPostgreSQLParser.cursor_variable().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitException_sect
T visitException_sect(PostgreSQLParser.Exception_sectContext ctx)
Visit a parse tree produced byPostgreSQLParser.exception_sect().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_exceptions
T visitProc_exceptions(PostgreSQLParser.Proc_exceptionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_exceptions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_exception
T visitProc_exception(PostgreSQLParser.Proc_exceptionContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_exception().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_conditions
T visitProc_conditions(PostgreSQLParser.Proc_conditionsContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_conditions().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProc_condition
T visitProc_condition(PostgreSQLParser.Proc_conditionContext ctx)
Visit a parse tree produced byPostgreSQLParser.proc_condition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_block_label
T visitOpt_block_label(PostgreSQLParser.Opt_block_labelContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_block_label().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_loop_label
T visitOpt_loop_label(PostgreSQLParser.Opt_loop_labelContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_loop_label().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_label
T visitOpt_label(PostgreSQLParser.Opt_labelContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_label().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_exitcond
T visitOpt_exitcond(PostgreSQLParser.Opt_exitcondContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_exitcond().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAny_identifier
T visitAny_identifier(PostgreSQLParser.Any_identifierContext ctx)
Visit a parse tree produced byPostgreSQLParser.any_identifier().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPlsql_unreserved_keyword
T visitPlsql_unreserved_keyword(PostgreSQLParser.Plsql_unreserved_keywordContext ctx)
Visit a parse tree produced byPostgreSQLParser.plsql_unreserved_keyword().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitSql_expression
T visitSql_expression(PostgreSQLParser.Sql_expressionContext ctx)
Visit a parse tree produced byPostgreSQLParser.sql_expression().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_until_then
T visitExpr_until_then(PostgreSQLParser.Expr_until_thenContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_until_then().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_until_semi
T visitExpr_until_semi(PostgreSQLParser.Expr_until_semiContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_until_semi().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_until_rightbracket
T visitExpr_until_rightbracket(PostgreSQLParser.Expr_until_rightbracketContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_until_rightbracket().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitExpr_until_loop
T visitExpr_until_loop(PostgreSQLParser.Expr_until_loopContext ctx)
Visit a parse tree produced byPostgreSQLParser.expr_until_loop().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitMake_execsql_stmt
T visitMake_execsql_stmt(PostgreSQLParser.Make_execsql_stmtContext ctx)
Visit a parse tree produced byPostgreSQLParser.make_execsql_stmt().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitOpt_returning_clause_into
T visitOpt_returning_clause_into(PostgreSQLParser.Opt_returning_clause_intoContext ctx)
Visit a parse tree produced byPostgreSQLParser.opt_returning_clause_into().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-