T - The return type of the visit operation. Use Void for
operations with no return type.public class PostgreSQLParserBaseVisitor<T> extends org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> implements PostgreSQLParserVisitor<T>
PostgreSQLParserVisitor,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.| 构造器和说明 |
|---|
PostgreSQLParserBaseVisitor() |
aggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic T visitSql(PostgreSQLParser.SqlContext ctx)
PostgreSQLParser.sql().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSql 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitQname_parser(PostgreSQLParser.Qname_parserContext ctx)
PostgreSQLParser.qname_parser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitQname_parser 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_args_parser(PostgreSQLParser.Function_args_parserContext ctx)
PostgreSQLParser.function_args_parser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_args_parser 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitVex_eof(PostgreSQLParser.Vex_eofContext ctx)
PostgreSQLParser.vex_eof().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVex_eof 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPlpgsql_function(PostgreSQLParser.Plpgsql_functionContext ctx)
PostgreSQLParser.plpgsql_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPlpgsql_function 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPlpgsql_function_test_list(PostgreSQLParser.Plpgsql_function_test_listContext ctx)
PostgreSQLParser.plpgsql_function_test_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPlpgsql_function_test_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitStatement(PostgreSQLParser.StatementContext ctx)
PostgreSQLParser.statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStatement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitData_statement(PostgreSQLParser.Data_statementContext ctx)
PostgreSQLParser.data_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitData_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitScript_statement(PostgreSQLParser.Script_statementContext ctx)
PostgreSQLParser.script_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScript_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitScript_transaction(PostgreSQLParser.Script_transactionContext ctx)
PostgreSQLParser.script_transaction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScript_transaction 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTransaction_mode(PostgreSQLParser.Transaction_modeContext ctx)
PostgreSQLParser.transaction_mode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransaction_mode 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitLock_table(PostgreSQLParser.Lock_tableContext ctx)
PostgreSQLParser.lock_table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLock_table 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitLock_mode(PostgreSQLParser.Lock_modeContext ctx)
PostgreSQLParser.lock_mode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLock_mode 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitScript_additional(PostgreSQLParser.Script_additionalContext ctx)
PostgreSQLParser.script_additional().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitScript_additional 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAdditional_statement(PostgreSQLParser.Additional_statementContext ctx)
PostgreSQLParser.additional_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAdditional_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitExplain_statement(PostgreSQLParser.Explain_statementContext ctx)
PostgreSQLParser.explain_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplain_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitExplain_query(PostgreSQLParser.Explain_queryContext ctx)
PostgreSQLParser.explain_query().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplain_query 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitExecute_statement(PostgreSQLParser.Execute_statementContext ctx)
PostgreSQLParser.execute_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDeclare_statement(PostgreSQLParser.Declare_statementContext ctx)
PostgreSQLParser.declare_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclare_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitShow_statement(PostgreSQLParser.Show_statementContext ctx)
PostgreSQLParser.show_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShow_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitExplain_option(PostgreSQLParser.Explain_optionContext ctx)
PostgreSQLParser.explain_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExplain_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUser_name(PostgreSQLParser.User_nameContext ctx)
PostgreSQLParser.user_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser_name 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_cols_list(PostgreSQLParser.Table_cols_listContext ctx)
PostgreSQLParser.table_cols_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_cols_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_cols(PostgreSQLParser.Table_colsContext ctx)
PostgreSQLParser.table_cols().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_cols 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitVacuum_mode(PostgreSQLParser.Vacuum_modeContext ctx)
PostgreSQLParser.vacuum_mode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVacuum_mode 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitVacuum_option(PostgreSQLParser.Vacuum_optionContext ctx)
PostgreSQLParser.vacuum_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVacuum_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAnalyze_mode(PostgreSQLParser.Analyze_modeContext ctx)
PostgreSQLParser.analyze_mode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnalyze_mode 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitBoolean_value(PostgreSQLParser.Boolean_valueContext ctx)
PostgreSQLParser.boolean_value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBoolean_value 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFetch_move_direction(PostgreSQLParser.Fetch_move_directionContext ctx)
PostgreSQLParser.fetch_move_direction().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFetch_move_direction 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSchema_statement(PostgreSQLParser.Schema_statementContext ctx)
PostgreSQLParser.schema_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchema_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSchema_create(PostgreSQLParser.Schema_createContext ctx)
PostgreSQLParser.schema_create().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchema_create 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSchema_alter(PostgreSQLParser.Schema_alterContext ctx)
PostgreSQLParser.schema_alter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchema_alter 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSchema_drop(PostgreSQLParser.Schema_dropContext ctx)
PostgreSQLParser.schema_drop().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchema_drop 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSchema_import(PostgreSQLParser.Schema_importContext ctx)
PostgreSQLParser.schema_import().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchema_import 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_function_statement(PostgreSQLParser.Alter_function_statementContext ctx)
PostgreSQLParser.alter_function_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_function_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_aggregate_statement(PostgreSQLParser.Alter_aggregate_statementContext ctx)
PostgreSQLParser.alter_aggregate_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_aggregate_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_extension_statement(PostgreSQLParser.Alter_extension_statementContext ctx)
PostgreSQLParser.alter_extension_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_extension_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_extension_action(PostgreSQLParser.Alter_extension_actionContext ctx)
PostgreSQLParser.alter_extension_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_extension_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitExtension_member_object(PostgreSQLParser.Extension_member_objectContext ctx)
PostgreSQLParser.extension_member_object().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtension_member_object 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_schema_statement(PostgreSQLParser.Alter_schema_statementContext ctx)
PostgreSQLParser.alter_schema_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_schema_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_language_statement(PostgreSQLParser.Alter_language_statementContext ctx)
PostgreSQLParser.alter_language_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_language_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_table_statement(PostgreSQLParser.Alter_table_statementContext ctx)
PostgreSQLParser.alter_table_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_table_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_action(PostgreSQLParser.Table_actionContext ctx)
PostgreSQLParser.table_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitColumn_action(PostgreSQLParser.Column_actionContext ctx)
PostgreSQLParser.column_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumn_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIdentity_body(PostgreSQLParser.Identity_bodyContext ctx)
PostgreSQLParser.identity_body().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentity_body 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_identity(PostgreSQLParser.Alter_identityContext ctx)
PostgreSQLParser.alter_identity().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_identity 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitStorage_option(PostgreSQLParser.Storage_optionContext ctx)
PostgreSQLParser.storage_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorage_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitValidate_constraint(PostgreSQLParser.Validate_constraintContext ctx)
PostgreSQLParser.validate_constraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValidate_constraint 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_constraint(PostgreSQLParser.Drop_constraintContext ctx)
PostgreSQLParser.drop_constraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_constraint 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_deferrable(PostgreSQLParser.Table_deferrableContext ctx)
PostgreSQLParser.table_deferrable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_deferrable 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_initialy_immed(PostgreSQLParser.Table_initialy_immedContext ctx)
PostgreSQLParser.table_initialy_immed().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_initialy_immed 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_actions_common(PostgreSQLParser.Function_actions_commonContext ctx)
PostgreSQLParser.function_actions_common().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_actions_common 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_def(PostgreSQLParser.Function_defContext ctx)
PostgreSQLParser.function_def().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_def 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_index_statement(PostgreSQLParser.Alter_index_statementContext ctx)
PostgreSQLParser.alter_index_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_index_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIndex_def_action(PostgreSQLParser.Index_def_actionContext ctx)
PostgreSQLParser.index_def_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndex_def_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_default_privileges(PostgreSQLParser.Alter_default_privilegesContext ctx)
PostgreSQLParser.alter_default_privileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_default_privileges 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAbbreviated_grant_or_revoke(PostgreSQLParser.Abbreviated_grant_or_revokeContext ctx)
PostgreSQLParser.abbreviated_grant_or_revoke().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAbbreviated_grant_or_revoke 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitGrant_option_for(PostgreSQLParser.Grant_option_forContext ctx)
PostgreSQLParser.grant_option_for().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrant_option_for 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_sequence_statement(PostgreSQLParser.Alter_sequence_statementContext ctx)
PostgreSQLParser.alter_sequence_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_sequence_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_view_statement(PostgreSQLParser.Alter_view_statementContext ctx)
PostgreSQLParser.alter_view_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_view_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_event_trigger(PostgreSQLParser.Alter_event_triggerContext ctx)
PostgreSQLParser.alter_event_trigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_event_trigger 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_event_trigger_action(PostgreSQLParser.Alter_event_trigger_actionContext ctx)
PostgreSQLParser.alter_event_trigger_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_event_trigger_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_type_statement(PostgreSQLParser.Alter_type_statementContext ctx)
PostgreSQLParser.alter_type_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_type_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_domain_statement(PostgreSQLParser.Alter_domain_statementContext ctx)
PostgreSQLParser.alter_domain_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_domain_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_server_statement(PostgreSQLParser.Alter_server_statementContext ctx)
PostgreSQLParser.alter_server_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_server_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_server_action(PostgreSQLParser.Alter_server_actionContext ctx)
PostgreSQLParser.alter_server_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_server_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_fts_statement(PostgreSQLParser.Alter_fts_statementContext ctx)
PostgreSQLParser.alter_fts_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_fts_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_fts_configuration(PostgreSQLParser.Alter_fts_configurationContext ctx)
PostgreSQLParser.alter_fts_configuration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_fts_configuration 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitType_action(PostgreSQLParser.Type_actionContext ctx)
PostgreSQLParser.type_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitType_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSet_def_column(PostgreSQLParser.Set_def_columnContext ctx)
PostgreSQLParser.set_def_column().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSet_def_column 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_def(PostgreSQLParser.Drop_defContext ctx)
PostgreSQLParser.drop_def().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_def 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_index_statement(PostgreSQLParser.Create_index_statementContext ctx)
PostgreSQLParser.create_index_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_index_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIndex_rest(PostgreSQLParser.Index_restContext ctx)
PostgreSQLParser.index_rest().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndex_rest 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIndex_sort(PostgreSQLParser.Index_sortContext ctx)
PostgreSQLParser.index_sort().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndex_sort 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIncluding_index(PostgreSQLParser.Including_indexContext ctx)
PostgreSQLParser.including_index().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIncluding_index 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIndex_where(PostgreSQLParser.Index_whereContext ctx)
PostgreSQLParser.index_where().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndex_where 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_extension_statement(PostgreSQLParser.Create_extension_statementContext ctx)
PostgreSQLParser.create_extension_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_extension_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_language_statement(PostgreSQLParser.Create_language_statementContext ctx)
PostgreSQLParser.create_language_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_language_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_event_trigger(PostgreSQLParser.Create_event_triggerContext ctx)
PostgreSQLParser.create_event_trigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_event_trigger 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_type_statement(PostgreSQLParser.Create_type_statementContext ctx)
PostgreSQLParser.create_type_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_type_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_domain_statement(PostgreSQLParser.Create_domain_statementContext ctx)
PostgreSQLParser.create_domain_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_domain_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_server_statement(PostgreSQLParser.Create_server_statementContext ctx)
PostgreSQLParser.create_server_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_server_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_fts_dictionary(PostgreSQLParser.Create_fts_dictionaryContext ctx)
PostgreSQLParser.create_fts_dictionary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_fts_dictionary 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOption_with_value(PostgreSQLParser.Option_with_valueContext ctx)
PostgreSQLParser.option_with_value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOption_with_value 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_fts_configuration(PostgreSQLParser.Create_fts_configurationContext ctx)
PostgreSQLParser.create_fts_configuration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_fts_configuration 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_fts_template(PostgreSQLParser.Create_fts_templateContext ctx)
PostgreSQLParser.create_fts_template().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_fts_template 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_fts_parser(PostgreSQLParser.Create_fts_parserContext ctx)
PostgreSQLParser.create_fts_parser().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_fts_parser 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_collation(PostgreSQLParser.Create_collationContext ctx)
PostgreSQLParser.create_collation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_collation 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_collation(PostgreSQLParser.Alter_collationContext ctx)
PostgreSQLParser.alter_collation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_collation 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCollation_option(PostgreSQLParser.Collation_optionContext ctx)
PostgreSQLParser.collation_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollation_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_user_mapping(PostgreSQLParser.Create_user_mappingContext ctx)
PostgreSQLParser.create_user_mapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_user_mapping 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_user_mapping(PostgreSQLParser.Alter_user_mappingContext ctx)
PostgreSQLParser.alter_user_mapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_user_mapping 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_user_or_role(PostgreSQLParser.Alter_user_or_roleContext ctx)
PostgreSQLParser.alter_user_or_role().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_user_or_role 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_user_or_role_set_reset(PostgreSQLParser.Alter_user_or_role_set_resetContext ctx)
PostgreSQLParser.alter_user_or_role_set_reset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_user_or_role_set_reset 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUser_or_role_set_reset(PostgreSQLParser.User_or_role_set_resetContext ctx)
PostgreSQLParser.user_or_role_set_reset().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser_or_role_set_reset 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_group(PostgreSQLParser.Alter_groupContext ctx)
PostgreSQLParser.alter_group().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_group 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_group_action(PostgreSQLParser.Alter_group_actionContext ctx)
PostgreSQLParser.alter_group_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_group_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_tablespace(PostgreSQLParser.Alter_tablespaceContext ctx)
PostgreSQLParser.alter_tablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_tablespace 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_owner(PostgreSQLParser.Alter_ownerContext ctx)
PostgreSQLParser.alter_owner().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_owner 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_tablespace_action(PostgreSQLParser.Alter_tablespace_actionContext ctx)
PostgreSQLParser.alter_tablespace_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_tablespace_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_statistics(PostgreSQLParser.Alter_statisticsContext ctx)
PostgreSQLParser.alter_statistics().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_statistics 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_foreign_data_wrapper(PostgreSQLParser.Alter_foreign_data_wrapperContext ctx)
PostgreSQLParser.alter_foreign_data_wrapper().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_foreign_data_wrapper 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_foreign_data_wrapper_action(PostgreSQLParser.Alter_foreign_data_wrapper_actionContext ctx)
PostgreSQLParser.alter_foreign_data_wrapper_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_foreign_data_wrapper_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_operator_statement(PostgreSQLParser.Alter_operator_statementContext ctx)
PostgreSQLParser.alter_operator_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_operator_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_operator_action(PostgreSQLParser.Alter_operator_actionContext ctx)
PostgreSQLParser.alter_operator_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_operator_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOperator_set_restrict_join(PostgreSQLParser.Operator_set_restrict_joinContext ctx)
PostgreSQLParser.operator_set_restrict_join().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperator_set_restrict_join 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_user_mapping(PostgreSQLParser.Drop_user_mappingContext ctx)
PostgreSQLParser.drop_user_mapping().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_user_mapping 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_owned(PostgreSQLParser.Drop_ownedContext ctx)
PostgreSQLParser.drop_owned().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_owned 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_operator_statement(PostgreSQLParser.Drop_operator_statementContext ctx)
PostgreSQLParser.drop_operator_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_operator_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTarget_operator(PostgreSQLParser.Target_operatorContext ctx)
PostgreSQLParser.target_operator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTarget_operator 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDomain_constraint(PostgreSQLParser.Domain_constraintContext ctx)
PostgreSQLParser.domain_constraint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDomain_constraint 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_transform_statement(PostgreSQLParser.Create_transform_statementContext ctx)
PostgreSQLParser.create_transform_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_transform_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_access_method(PostgreSQLParser.Create_access_methodContext ctx)
PostgreSQLParser.create_access_method().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_access_method 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_user_or_role(PostgreSQLParser.Create_user_or_roleContext ctx)
PostgreSQLParser.create_user_or_role().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_user_or_role 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUser_or_role_option(PostgreSQLParser.User_or_role_optionContext ctx)
PostgreSQLParser.user_or_role_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser_or_role_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUser_or_role_option_for_alter(PostgreSQLParser.User_or_role_option_for_alterContext ctx)
PostgreSQLParser.user_or_role_option_for_alter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser_or_role_option_for_alter 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUser_or_role_or_group_common_option(PostgreSQLParser.User_or_role_or_group_common_optionContext ctx)
PostgreSQLParser.user_or_role_or_group_common_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser_or_role_or_group_common_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUser_or_role_common_option(PostgreSQLParser.User_or_role_common_optionContext ctx)
PostgreSQLParser.user_or_role_common_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser_or_role_common_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUser_or_role_or_group_option_for_create(PostgreSQLParser.User_or_role_or_group_option_for_createContext ctx)
PostgreSQLParser.user_or_role_or_group_option_for_create().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUser_or_role_or_group_option_for_create 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_group(PostgreSQLParser.Create_groupContext ctx)
PostgreSQLParser.create_group().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_group 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitGroup_option(PostgreSQLParser.Group_optionContext ctx)
PostgreSQLParser.group_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroup_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_tablespace(PostgreSQLParser.Create_tablespaceContext ctx)
PostgreSQLParser.create_tablespace().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_tablespace 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_statistics(PostgreSQLParser.Create_statisticsContext ctx)
PostgreSQLParser.create_statistics().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_statistics 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_foreign_data_wrapper(PostgreSQLParser.Create_foreign_data_wrapperContext ctx)
PostgreSQLParser.create_foreign_data_wrapper().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_foreign_data_wrapper 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOption_without_equal(PostgreSQLParser.Option_without_equalContext ctx)
PostgreSQLParser.option_without_equal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOption_without_equal 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_operator_statement(PostgreSQLParser.Create_operator_statementContext ctx)
PostgreSQLParser.create_operator_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_operator_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOperator_name(PostgreSQLParser.Operator_nameContext ctx)
PostgreSQLParser.operator_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperator_name 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOperator_option(PostgreSQLParser.Operator_optionContext ctx)
PostgreSQLParser.operator_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperator_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_aggregate_statement(PostgreSQLParser.Create_aggregate_statementContext ctx)
PostgreSQLParser.create_aggregate_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_aggregate_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAggregate_param(PostgreSQLParser.Aggregate_paramContext ctx)
PostgreSQLParser.aggregate_param().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAggregate_param 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSet_statement(PostgreSQLParser.Set_statementContext ctx)
PostgreSQLParser.set_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSet_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSet_action(PostgreSQLParser.Set_actionContext ctx)
PostgreSQLParser.set_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSet_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSession_local_option(PostgreSQLParser.Session_local_optionContext ctx)
PostgreSQLParser.session_local_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSession_local_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSet_statement_value(PostgreSQLParser.Set_statement_valueContext ctx)
PostgreSQLParser.set_statement_value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSet_statement_value 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_rewrite_statement(PostgreSQLParser.Create_rewrite_statementContext ctx)
PostgreSQLParser.create_rewrite_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_rewrite_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitRewrite_command(PostgreSQLParser.Rewrite_commandContext ctx)
PostgreSQLParser.rewrite_command().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRewrite_command 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_trigger_statement(PostgreSQLParser.Create_trigger_statementContext ctx)
PostgreSQLParser.create_trigger_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_trigger_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTrigger_referencing(PostgreSQLParser.Trigger_referencingContext ctx)
PostgreSQLParser.trigger_referencing().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTrigger_referencing 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitWhen_trigger(PostgreSQLParser.When_triggerContext ctx)
PostgreSQLParser.when_trigger().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWhen_trigger 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitRule_common(PostgreSQLParser.Rule_commonContext ctx)
PostgreSQLParser.rule_common().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRule_common 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitRule_member_object(PostgreSQLParser.Rule_member_objectContext ctx)
PostgreSQLParser.rule_member_object().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRule_member_object 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitColumns_permissions(PostgreSQLParser.Columns_permissionsContext ctx)
PostgreSQLParser.columns_permissions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumns_permissions 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_column_privileges(PostgreSQLParser.Table_column_privilegesContext ctx)
PostgreSQLParser.table_column_privileges().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_column_privileges 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPermissions(PostgreSQLParser.PermissionsContext ctx)
PostgreSQLParser.permissions().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPermissions 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPermission(PostgreSQLParser.PermissionContext ctx)
PostgreSQLParser.permission().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPermission 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOther_rules(PostgreSQLParser.Other_rulesContext ctx)
PostgreSQLParser.other_rules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOther_rules 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitGrant_to_rule(PostgreSQLParser.Grant_to_ruleContext ctx)
PostgreSQLParser.grant_to_rule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrant_to_rule 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitRevoke_from_cascade_restrict(PostgreSQLParser.Revoke_from_cascade_restrictContext ctx)
PostgreSQLParser.revoke_from_cascade_restrict().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRevoke_from_cascade_restrict 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitRoles_names(PostgreSQLParser.Roles_namesContext ctx)
PostgreSQLParser.roles_names().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRoles_names 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitRole_name_with_group(PostgreSQLParser.Role_name_with_groupContext ctx)
PostgreSQLParser.role_name_with_group().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRole_name_with_group 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitComment_on_statement(PostgreSQLParser.Comment_on_statementContext ctx)
PostgreSQLParser.comment_on_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComment_on_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSecurity_label(PostgreSQLParser.Security_labelContext ctx)
PostgreSQLParser.security_label().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSecurity_label 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitComment_member_object(PostgreSQLParser.Comment_member_objectContext ctx)
PostgreSQLParser.comment_member_object().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComment_member_object 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitLabel_member_object(PostgreSQLParser.Label_member_objectContext ctx)
PostgreSQLParser.label_member_object().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLabel_member_object 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_function_statement(PostgreSQLParser.Create_function_statementContext ctx)
PostgreSQLParser.create_function_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_function_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_funct_params(PostgreSQLParser.Create_funct_paramsContext ctx)
PostgreSQLParser.create_funct_params().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_funct_params 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTransform_for_type(PostgreSQLParser.Transform_for_typeContext ctx)
PostgreSQLParser.transform_for_type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransform_for_type 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_ret_table(PostgreSQLParser.Function_ret_tableContext ctx)
PostgreSQLParser.function_ret_table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_ret_table 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_column_name_type(PostgreSQLParser.Function_column_name_typeContext ctx)
PostgreSQLParser.function_column_name_type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_column_name_type 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_parameters(PostgreSQLParser.Function_parametersContext ctx)
PostgreSQLParser.function_parameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_parameters 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_args(PostgreSQLParser.Function_argsContext ctx)
PostgreSQLParser.function_args().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_args 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAgg_order(PostgreSQLParser.Agg_orderContext ctx)
PostgreSQLParser.agg_order().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAgg_order 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCharacter_string(PostgreSQLParser.Character_stringContext ctx)
PostgreSQLParser.character_string().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCharacter_string 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_arguments(PostgreSQLParser.Function_argumentsContext ctx)
PostgreSQLParser.function_arguments().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_arguments 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitArgmode(PostgreSQLParser.ArgmodeContext ctx)
PostgreSQLParser.argmode().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArgmode 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_sequence_statement(PostgreSQLParser.Create_sequence_statementContext ctx)
PostgreSQLParser.create_sequence_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_sequence_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSequence_body(PostgreSQLParser.Sequence_bodyContext ctx)
PostgreSQLParser.sequence_body().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSequence_body 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSigned_number_literal(PostgreSQLParser.Signed_number_literalContext ctx)
PostgreSQLParser.signed_number_literal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSigned_number_literal 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSigned_numerical_literal(PostgreSQLParser.Signed_numerical_literalContext ctx)
PostgreSQLParser.signed_numerical_literal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSigned_numerical_literal 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSign(PostgreSQLParser.SignContext ctx)
PostgreSQLParser.sign().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSign 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_schema_statement(PostgreSQLParser.Create_schema_statementContext ctx)
PostgreSQLParser.create_schema_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_schema_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_policy_statement(PostgreSQLParser.Create_policy_statementContext ctx)
PostgreSQLParser.create_policy_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_policy_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_policy_statement(PostgreSQLParser.Alter_policy_statementContext ctx)
PostgreSQLParser.alter_policy_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_policy_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_policy_statement(PostgreSQLParser.Drop_policy_statementContext ctx)
PostgreSQLParser.drop_policy_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_policy_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_subscription_statement(PostgreSQLParser.Create_subscription_statementContext ctx)
PostgreSQLParser.create_subscription_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_subscription_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_subscription_statement(PostgreSQLParser.Alter_subscription_statementContext ctx)
PostgreSQLParser.alter_subscription_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_subscription_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_subscription_action(PostgreSQLParser.Alter_subscription_actionContext ctx)
PostgreSQLParser.alter_subscription_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_subscription_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_cast_statement(PostgreSQLParser.Create_cast_statementContext ctx)
PostgreSQLParser.create_cast_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_cast_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_cast_statement(PostgreSQLParser.Drop_cast_statementContext ctx)
PostgreSQLParser.drop_cast_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_cast_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_operator_family_statement(PostgreSQLParser.Create_operator_family_statementContext ctx)
PostgreSQLParser.create_operator_family_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_operator_family_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_operator_family_statement(PostgreSQLParser.Alter_operator_family_statementContext ctx)
PostgreSQLParser.alter_operator_family_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_operator_family_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOperator_family_action(PostgreSQLParser.Operator_family_actionContext ctx)
PostgreSQLParser.operator_family_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOperator_family_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAdd_operator_to_family(PostgreSQLParser.Add_operator_to_familyContext ctx)
PostgreSQLParser.add_operator_to_family().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAdd_operator_to_family 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_operator_from_family(PostgreSQLParser.Drop_operator_from_familyContext ctx)
PostgreSQLParser.drop_operator_from_family().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_operator_from_family 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_operator_family_statement(PostgreSQLParser.Drop_operator_family_statementContext ctx)
PostgreSQLParser.drop_operator_family_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_operator_family_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_operator_class_statement(PostgreSQLParser.Create_operator_class_statementContext ctx)
PostgreSQLParser.create_operator_class_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_operator_class_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_operator_class_option(PostgreSQLParser.Create_operator_class_optionContext ctx)
PostgreSQLParser.create_operator_class_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_operator_class_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_operator_class_statement(PostgreSQLParser.Alter_operator_class_statementContext ctx)
PostgreSQLParser.alter_operator_class_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_operator_class_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_operator_class_statement(PostgreSQLParser.Drop_operator_class_statementContext ctx)
PostgreSQLParser.drop_operator_class_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_operator_class_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_conversion_statement(PostgreSQLParser.Create_conversion_statementContext ctx)
PostgreSQLParser.create_conversion_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_conversion_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_conversion_statement(PostgreSQLParser.Alter_conversion_statementContext ctx)
PostgreSQLParser.alter_conversion_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_conversion_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_publication_statement(PostgreSQLParser.Create_publication_statementContext ctx)
PostgreSQLParser.create_publication_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_publication_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_publication_statement(PostgreSQLParser.Alter_publication_statementContext ctx)
PostgreSQLParser.alter_publication_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_publication_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_publication_action(PostgreSQLParser.Alter_publication_actionContext ctx)
PostgreSQLParser.alter_publication_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_publication_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOnly_table_multiply(PostgreSQLParser.Only_table_multiplyContext ctx)
PostgreSQLParser.only_table_multiply().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOnly_table_multiply 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_trigger_statement(PostgreSQLParser.Alter_trigger_statementContext ctx)
PostgreSQLParser.alter_trigger_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_trigger_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlter_rule_statement(PostgreSQLParser.Alter_rule_statementContext ctx)
PostgreSQLParser.alter_rule_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlter_rule_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCopy_statement(PostgreSQLParser.Copy_statementContext ctx)
PostgreSQLParser.copy_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopy_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCopy_from_statement(PostgreSQLParser.Copy_from_statementContext ctx)
PostgreSQLParser.copy_from_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopy_from_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCopy_to_statement(PostgreSQLParser.Copy_to_statementContext ctx)
PostgreSQLParser.copy_to_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopy_to_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCopy_option_list(PostgreSQLParser.Copy_option_listContext ctx)
PostgreSQLParser.copy_option_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopy_option_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCopy_option(PostgreSQLParser.Copy_optionContext ctx)
PostgreSQLParser.copy_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCopy_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_view_statement(PostgreSQLParser.Create_view_statementContext ctx)
PostgreSQLParser.create_view_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_view_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIf_exists(PostgreSQLParser.If_existsContext ctx)
PostgreSQLParser.if_exists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIf_exists 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIf_not_exists(PostgreSQLParser.If_not_existsContext ctx)
PostgreSQLParser.if_not_exists().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIf_not_exists 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitView_columns(PostgreSQLParser.View_columnsContext ctx)
PostgreSQLParser.view_columns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitView_columns 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitWith_check_option(PostgreSQLParser.With_check_optionContext ctx)
PostgreSQLParser.with_check_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWith_check_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_table_statement(PostgreSQLParser.Create_table_statementContext ctx)
PostgreSQLParser.create_table_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_table_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_table_as_statement(PostgreSQLParser.Create_table_as_statementContext ctx)
PostgreSQLParser.create_table_as_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_table_as_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCreate_foreign_table_statement(PostgreSQLParser.Create_foreign_table_statementContext ctx)
PostgreSQLParser.create_foreign_table_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreate_foreign_table_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDefine_table(PostgreSQLParser.Define_tableContext ctx)
PostgreSQLParser.define_table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefine_table 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDefine_partition(PostgreSQLParser.Define_partitionContext ctx)
PostgreSQLParser.define_partition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefine_partition 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFor_values_bound(PostgreSQLParser.For_values_boundContext ctx)
PostgreSQLParser.for_values_bound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFor_values_bound 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPartition_bound_spec(PostgreSQLParser.Partition_bound_specContext ctx)
PostgreSQLParser.partition_bound_spec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartition_bound_spec 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPartition_bound_part(PostgreSQLParser.Partition_bound_partContext ctx)
PostgreSQLParser.partition_bound_part().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartition_bound_part 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDefine_columns(PostgreSQLParser.Define_columnsContext ctx)
PostgreSQLParser.define_columns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefine_columns 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDefine_type(PostgreSQLParser.Define_typeContext ctx)
PostgreSQLParser.define_type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefine_type 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPartition_by(PostgreSQLParser.Partition_byContext ctx)
PostgreSQLParser.partition_by().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartition_by 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPartition_method(PostgreSQLParser.Partition_methodContext ctx)
PostgreSQLParser.partition_method().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartition_method 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPartition_column(PostgreSQLParser.Partition_columnContext ctx)
PostgreSQLParser.partition_column().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartition_column 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDefine_server(PostgreSQLParser.Define_serverContext ctx)
PostgreSQLParser.define_server().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefine_server 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDefine_foreign_options(PostgreSQLParser.Define_foreign_optionsContext ctx)
PostgreSQLParser.define_foreign_options().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDefine_foreign_options 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitForeign_option(PostgreSQLParser.Foreign_optionContext ctx)
PostgreSQLParser.foreign_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeign_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitForeign_option_name(PostgreSQLParser.Foreign_option_nameContext ctx)
PostgreSQLParser.foreign_option_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitForeign_option_name 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitList_of_type_column_def(PostgreSQLParser.List_of_type_column_defContext ctx)
PostgreSQLParser.list_of_type_column_def().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitList_of_type_column_def 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_column_def(PostgreSQLParser.Table_column_defContext ctx)
PostgreSQLParser.table_column_def().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_column_def 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_of_type_column_def(PostgreSQLParser.Table_of_type_column_defContext ctx)
PostgreSQLParser.table_of_type_column_def().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_of_type_column_def 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_column_definition(PostgreSQLParser.Table_column_definitionContext ctx)
PostgreSQLParser.table_column_definition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_column_definition 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitLike_option(PostgreSQLParser.Like_optionContext ctx)
PostgreSQLParser.like_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLike_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitConstraint_common(PostgreSQLParser.Constraint_commonContext ctx)
PostgreSQLParser.constraint_common().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstraint_common 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitConstr_body(PostgreSQLParser.Constr_bodyContext ctx)
PostgreSQLParser.constr_body().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConstr_body 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAll_op(PostgreSQLParser.All_opContext ctx)
PostgreSQLParser.all_op().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAll_op 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAll_simple_op(PostgreSQLParser.All_simple_opContext ctx)
PostgreSQLParser.all_simple_op().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAll_simple_op 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOp_chars(PostgreSQLParser.Op_charsContext ctx)
PostgreSQLParser.op_chars().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOp_chars 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIndex_parameters(PostgreSQLParser.Index_parametersContext ctx)
PostgreSQLParser.index_parameters().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndex_parameters 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitNames_in_parens(PostgreSQLParser.Names_in_parensContext ctx)
PostgreSQLParser.names_in_parens().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNames_in_parens 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitNames_references(PostgreSQLParser.Names_referencesContext ctx)
PostgreSQLParser.names_references().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNames_references 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitStorage_parameter(PostgreSQLParser.Storage_parameterContext ctx)
PostgreSQLParser.storage_parameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorage_parameter 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitStorage_parameter_option(PostgreSQLParser.Storage_parameter_optionContext ctx)
PostgreSQLParser.storage_parameter_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorage_parameter_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitStorage_parameter_name(PostgreSQLParser.Storage_parameter_nameContext ctx)
PostgreSQLParser.storage_parameter_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorage_parameter_name 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitWith_storage_parameter(PostgreSQLParser.With_storage_parameterContext ctx)
PostgreSQLParser.with_storage_parameter().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWith_storage_parameter 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitStorage_parameter_oid(PostgreSQLParser.Storage_parameter_oidContext ctx)
PostgreSQLParser.storage_parameter_oid().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStorage_parameter_oid 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOn_commit(PostgreSQLParser.On_commitContext ctx)
PostgreSQLParser.on_commit().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOn_commit 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_space(PostgreSQLParser.Table_spaceContext ctx)
PostgreSQLParser.table_space().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_space 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAction(PostgreSQLParser.ActionContext ctx)
PostgreSQLParser.action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAction 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOwner_to(PostgreSQLParser.Owner_toContext ctx)
PostgreSQLParser.owner_to().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOwner_to 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitRename_to(PostgreSQLParser.Rename_toContext ctx)
PostgreSQLParser.rename_to().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRename_to 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSet_schema(PostgreSQLParser.Set_schemaContext ctx)
PostgreSQLParser.set_schema().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSet_schema 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_column_privilege(PostgreSQLParser.Table_column_privilegeContext ctx)
PostgreSQLParser.table_column_privilege().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_column_privilege 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUsage_select_update(PostgreSQLParser.Usage_select_updateContext ctx)
PostgreSQLParser.usage_select_update().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUsage_select_update 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPartition_by_columns(PostgreSQLParser.Partition_by_columnsContext ctx)
PostgreSQLParser.partition_by_columns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPartition_by_columns 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCascade_restrict(PostgreSQLParser.Cascade_restrictContext ctx)
PostgreSQLParser.cascade_restrict().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCascade_restrict 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCollate_identifier(PostgreSQLParser.Collate_identifierContext ctx)
PostgreSQLParser.collate_identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCollate_identifier 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIndirection_var(PostgreSQLParser.Indirection_varContext ctx)
PostgreSQLParser.indirection_var().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndirection_var 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDollar_number(PostgreSQLParser.Dollar_numberContext ctx)
PostgreSQLParser.dollar_number().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDollar_number 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIndirection_list(PostgreSQLParser.Indirection_listContext ctx)
PostgreSQLParser.indirection_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndirection_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIndirection(PostgreSQLParser.IndirectionContext ctx)
PostgreSQLParser.indirection().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndirection 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_function_statement(PostgreSQLParser.Drop_function_statementContext ctx)
PostgreSQLParser.drop_function_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_function_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_trigger_statement(PostgreSQLParser.Drop_trigger_statementContext ctx)
PostgreSQLParser.drop_trigger_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_trigger_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_rule_statement(PostgreSQLParser.Drop_rule_statementContext ctx)
PostgreSQLParser.drop_rule_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_rule_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDrop_statements(PostgreSQLParser.Drop_statementsContext ctx)
PostgreSQLParser.drop_statements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDrop_statements 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIf_exist_names_restrict_cascade(PostgreSQLParser.If_exist_names_restrict_cascadeContext ctx)
PostgreSQLParser.if_exist_names_restrict_cascade().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIf_exist_names_restrict_cascade 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitId_token(PostgreSQLParser.Id_tokenContext ctx)
PostgreSQLParser.id_token().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitId_token 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIdentifier(PostgreSQLParser.IdentifierContext ctx)
PostgreSQLParser.identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIdentifier_nontype(PostgreSQLParser.Identifier_nontypeContext ctx)
PostgreSQLParser.identifier_nontype().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier_nontype 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCol_label(PostgreSQLParser.Col_labelContext ctx)
PostgreSQLParser.col_label().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCol_label 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTokens_nonreserved(PostgreSQLParser.Tokens_nonreservedContext ctx)
PostgreSQLParser.tokens_nonreserved().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTokens_nonreserved 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTokens_nonreserved_except_function_type(PostgreSQLParser.Tokens_nonreserved_except_function_typeContext ctx)
PostgreSQLParser.tokens_nonreserved_except_function_type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTokens_nonreserved_except_function_type 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTokens_reserved_except_function_type(PostgreSQLParser.Tokens_reserved_except_function_typeContext ctx)
PostgreSQLParser.tokens_reserved_except_function_type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTokens_reserved_except_function_type 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTokens_reserved(PostgreSQLParser.Tokens_reservedContext ctx)
PostgreSQLParser.tokens_reserved().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTokens_reserved 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTokens_nonkeyword(PostgreSQLParser.Tokens_nonkeywordContext ctx)
PostgreSQLParser.tokens_nonkeyword().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTokens_nonkeyword 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSchema_qualified_name_nontype(PostgreSQLParser.Schema_qualified_name_nontypeContext ctx)
PostgreSQLParser.schema_qualified_name_nontype().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchema_qualified_name_nontype 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitType_list(PostgreSQLParser.Type_listContext ctx)
PostgreSQLParser.type_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitType_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitData_type(PostgreSQLParser.Data_typeContext ctx)
PostgreSQLParser.data_type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitData_type 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitArray_type(PostgreSQLParser.Array_typeContext ctx)
PostgreSQLParser.array_type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArray_type 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPredefined_type(PostgreSQLParser.Predefined_typeContext ctx)
PostgreSQLParser.predefined_type().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPredefined_type 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitInterval_field(PostgreSQLParser.Interval_fieldContext ctx)
PostgreSQLParser.interval_field().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInterval_field 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitType_length(PostgreSQLParser.Type_lengthContext ctx)
PostgreSQLParser.type_length().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitType_length 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPrecision_param(PostgreSQLParser.Precision_paramContext ctx)
PostgreSQLParser.precision_param().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPrecision_param 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitVex(PostgreSQLParser.VexContext ctx)
PostgreSQLParser.vex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVex 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitVex_b(PostgreSQLParser.Vex_bContext ctx)
PostgreSQLParser.vex_b().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVex_b 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOp(PostgreSQLParser.OpContext ctx)
PostgreSQLParser.op().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOp 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAll_op_ref(PostgreSQLParser.All_op_refContext ctx)
PostgreSQLParser.all_op_ref().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAll_op_ref 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDatetime_overlaps(PostgreSQLParser.Datetime_overlapsContext ctx)
PostgreSQLParser.datetime_overlaps().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatetime_overlaps 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitValue_expression_primary(PostgreSQLParser.Value_expression_primaryContext ctx)
PostgreSQLParser.value_expression_primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValue_expression_primary 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUnsigned_value_specification(PostgreSQLParser.Unsigned_value_specificationContext ctx)
PostgreSQLParser.unsigned_value_specification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnsigned_value_specification 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUnsigned_numeric_literal(PostgreSQLParser.Unsigned_numeric_literalContext ctx)
PostgreSQLParser.unsigned_numeric_literal().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUnsigned_numeric_literal 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTruth_value(PostgreSQLParser.Truth_valueContext ctx)
PostgreSQLParser.truth_value().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTruth_value 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCase_expression(PostgreSQLParser.Case_expressionContext ctx)
PostgreSQLParser.case_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCase_expression 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCast_specification(PostgreSQLParser.Cast_specificationContext ctx)
PostgreSQLParser.cast_specification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCast_specification 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_call(PostgreSQLParser.Function_callContext ctx)
PostgreSQLParser.function_call().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_call 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitVex_or_named_notation(PostgreSQLParser.Vex_or_named_notationContext ctx)
PostgreSQLParser.vex_or_named_notation().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVex_or_named_notation 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPointer(PostgreSQLParser.PointerContext ctx)
PostgreSQLParser.pointer().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPointer 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_construct(PostgreSQLParser.Function_constructContext ctx)
PostgreSQLParser.function_construct().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_construct 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitExtract_function(PostgreSQLParser.Extract_functionContext ctx)
PostgreSQLParser.extract_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExtract_function 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSystem_function(PostgreSQLParser.System_functionContext ctx)
PostgreSQLParser.system_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSystem_function 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDate_time_function(PostgreSQLParser.Date_time_functionContext ctx)
PostgreSQLParser.date_time_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDate_time_function 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitString_value_function(PostgreSQLParser.String_value_functionContext ctx)
PostgreSQLParser.string_value_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitString_value_function 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitXml_function(PostgreSQLParser.Xml_functionContext ctx)
PostgreSQLParser.xml_function().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXml_function 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitXml_table_column(PostgreSQLParser.Xml_table_columnContext ctx)
PostgreSQLParser.xml_table_column().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitXml_table_column 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitComparison_mod(PostgreSQLParser.Comparison_modContext ctx)
PostgreSQLParser.comparison_mod().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComparison_mod 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFilter_clause(PostgreSQLParser.Filter_clauseContext ctx)
PostgreSQLParser.filter_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFilter_clause 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitWindow_definition(PostgreSQLParser.Window_definitionContext ctx)
PostgreSQLParser.window_definition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWindow_definition 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFrame_clause(PostgreSQLParser.Frame_clauseContext ctx)
PostgreSQLParser.frame_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrame_clause 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFrame_bound(PostgreSQLParser.Frame_boundContext ctx)
PostgreSQLParser.frame_bound().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrame_bound 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitArray_expression(PostgreSQLParser.Array_expressionContext ctx)
PostgreSQLParser.array_expression().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArray_expression 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitArray_elements(PostgreSQLParser.Array_elementsContext ctx)
PostgreSQLParser.array_elements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArray_elements 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitType_coercion(PostgreSQLParser.Type_coercionContext ctx)
PostgreSQLParser.type_coercion().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitType_coercion 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSchema_qualified_name(PostgreSQLParser.Schema_qualified_nameContext ctx)
PostgreSQLParser.schema_qualified_name().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchema_qualified_name 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSet_qualifier(PostgreSQLParser.Set_qualifierContext ctx)
PostgreSQLParser.set_qualifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSet_qualifier 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTable_subquery(PostgreSQLParser.Table_subqueryContext ctx)
PostgreSQLParser.table_subquery().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTable_subquery 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_stmt(PostgreSQLParser.Select_stmtContext ctx)
PostgreSQLParser.select_stmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_stmt 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAfter_ops(PostgreSQLParser.After_opsContext ctx)
PostgreSQLParser.after_ops().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAfter_ops 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_stmt_no_parens(PostgreSQLParser.Select_stmt_no_parensContext ctx)
PostgreSQLParser.select_stmt_no_parens().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_stmt_no_parens 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitWith_clause(PostgreSQLParser.With_clauseContext ctx)
PostgreSQLParser.with_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWith_clause 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitWith_query(PostgreSQLParser.With_queryContext ctx)
PostgreSQLParser.with_query().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitWith_query 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_ops(PostgreSQLParser.Select_opsContext ctx)
PostgreSQLParser.select_ops().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_ops 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_ops_no_parens(PostgreSQLParser.Select_ops_no_parensContext ctx)
PostgreSQLParser.select_ops_no_parens().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_ops_no_parens 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_primary(PostgreSQLParser.Select_primaryContext ctx)
PostgreSQLParser.select_primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_primary 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_list(PostgreSQLParser.Select_listContext ctx)
PostgreSQLParser.select_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSelect_sublist(PostgreSQLParser.Select_sublistContext ctx)
PostgreSQLParser.select_sublist().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSelect_sublist 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitInto_table(PostgreSQLParser.Into_tableContext ctx)
PostgreSQLParser.into_table().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInto_table 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFrom_item(PostgreSQLParser.From_itemContext ctx)
PostgreSQLParser.from_item().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrom_item 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFrom_primary(PostgreSQLParser.From_primaryContext ctx)
PostgreSQLParser.from_primary().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrom_primary 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAlias_clause(PostgreSQLParser.Alias_clauseContext ctx)
PostgreSQLParser.alias_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlias_clause 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFrom_function_column_def(PostgreSQLParser.From_function_column_defContext ctx)
PostgreSQLParser.from_function_column_def().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFrom_function_column_def 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitGroupby_clause(PostgreSQLParser.Groupby_clauseContext ctx)
PostgreSQLParser.groupby_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGroupby_clause 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitGrouping_element_list(PostgreSQLParser.Grouping_element_listContext ctx)
PostgreSQLParser.grouping_element_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrouping_element_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitGrouping_element(PostgreSQLParser.Grouping_elementContext ctx)
PostgreSQLParser.grouping_element().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitGrouping_element 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitValues_stmt(PostgreSQLParser.Values_stmtContext ctx)
PostgreSQLParser.values_stmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValues_stmt 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitValues_values(PostgreSQLParser.Values_valuesContext ctx)
PostgreSQLParser.values_values().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitValues_values 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOrderby_clause(PostgreSQLParser.Orderby_clauseContext ctx)
PostgreSQLParser.orderby_clause().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrderby_clause 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSort_specifier_list(PostgreSQLParser.Sort_specifier_listContext ctx)
PostgreSQLParser.sort_specifier_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSort_specifier_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitSort_specifier(PostgreSQLParser.Sort_specifierContext ctx)
PostgreSQLParser.sort_specifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSort_specifier 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOrder_specification(PostgreSQLParser.Order_specificationContext ctx)
PostgreSQLParser.order_specification().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOrder_specification 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitNull_ordering(PostgreSQLParser.Null_orderingContext ctx)
PostgreSQLParser.null_ordering().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNull_ordering 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitInsert_stmt_for_psql(PostgreSQLParser.Insert_stmt_for_psqlContext ctx)
PostgreSQLParser.insert_stmt_for_psql().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsert_stmt_for_psql 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitInsert_columns(PostgreSQLParser.Insert_columnsContext ctx)
PostgreSQLParser.insert_columns().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitInsert_columns 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIndirection_identifier(PostgreSQLParser.Indirection_identifierContext ctx)
PostgreSQLParser.indirection_identifier().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIndirection_identifier 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitConflict_object(PostgreSQLParser.Conflict_objectContext ctx)
PostgreSQLParser.conflict_object().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConflict_object 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitConflict_action(PostgreSQLParser.Conflict_actionContext ctx)
PostgreSQLParser.conflict_action().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitConflict_action 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDelete_stmt_for_psql(PostgreSQLParser.Delete_stmt_for_psqlContext ctx)
PostgreSQLParser.delete_stmt_for_psql().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDelete_stmt_for_psql 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUpdate_stmt_for_psql(PostgreSQLParser.Update_stmt_for_psqlContext ctx)
PostgreSQLParser.update_stmt_for_psql().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate_stmt_for_psql 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUpdate_set(PostgreSQLParser.Update_setContext ctx)
PostgreSQLParser.update_set().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUpdate_set 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitNotify_stmt(PostgreSQLParser.Notify_stmtContext ctx)
PostgreSQLParser.notify_stmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitNotify_stmt 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTruncate_stmt(PostgreSQLParser.Truncate_stmtContext ctx)
PostgreSQLParser.truncate_stmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTruncate_stmt 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIdentifier_list(PostgreSQLParser.Identifier_listContext ctx)
PostgreSQLParser.identifier_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIdentifier_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAnonymous_block(PostgreSQLParser.Anonymous_blockContext ctx)
PostgreSQLParser.anonymous_block().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAnonymous_block 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitComp_options(PostgreSQLParser.Comp_optionsContext ctx)
PostgreSQLParser.comp_options().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitComp_options 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_block(PostgreSQLParser.Function_blockContext ctx)
PostgreSQLParser.function_block().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_block 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitStart_label(PostgreSQLParser.Start_labelContext ctx)
PostgreSQLParser.start_label().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStart_label 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDeclarations(PostgreSQLParser.DeclarationsContext ctx)
PostgreSQLParser.declarations().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclarations 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDeclaration(PostgreSQLParser.DeclarationContext ctx)
PostgreSQLParser.declaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDeclaration 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitType_declaration(PostgreSQLParser.Type_declarationContext ctx)
PostgreSQLParser.type_declaration().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitType_declaration 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitArguments_list(PostgreSQLParser.Arguments_listContext ctx)
PostgreSQLParser.arguments_list().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitArguments_list 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitData_type_dec(PostgreSQLParser.Data_type_decContext ctx)
PostgreSQLParser.data_type_dec().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitData_type_dec 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitException_statement(PostgreSQLParser.Exception_statementContext ctx)
PostgreSQLParser.exception_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitException_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_statements(PostgreSQLParser.Function_statementsContext ctx)
PostgreSQLParser.function_statements().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_statements 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitFunction_statement(PostgreSQLParser.Function_statementContext ctx)
PostgreSQLParser.function_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunction_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitBase_statement(PostgreSQLParser.Base_statementContext ctx)
PostgreSQLParser.base_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitBase_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitVar(PostgreSQLParser.VarContext ctx)
PostgreSQLParser.var().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitVar 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitDiagnostic_option(PostgreSQLParser.Diagnostic_optionContext ctx)
PostgreSQLParser.diagnostic_option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDiagnostic_option 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPerform_stmt(PostgreSQLParser.Perform_stmtContext ctx)
PostgreSQLParser.perform_stmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPerform_stmt 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitAssign_stmt(PostgreSQLParser.Assign_stmtContext ctx)
PostgreSQLParser.assign_stmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAssign_stmt 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitExecute_stmt(PostgreSQLParser.Execute_stmtContext ctx)
PostgreSQLParser.execute_stmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitExecute_stmt 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitControl_statement(PostgreSQLParser.Control_statementContext ctx)
PostgreSQLParser.control_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitControl_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCursor_statement(PostgreSQLParser.Cursor_statementContext ctx)
PostgreSQLParser.cursor_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCursor_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitOption(PostgreSQLParser.OptionContext ctx)
PostgreSQLParser.option().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitOption 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitTransaction_statement(PostgreSQLParser.Transaction_statementContext ctx)
PostgreSQLParser.transaction_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTransaction_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitMessage_statement(PostgreSQLParser.Message_statementContext ctx)
PostgreSQLParser.message_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitMessage_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitLog_level(PostgreSQLParser.Log_levelContext ctx)
PostgreSQLParser.log_level().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLog_level 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitRaise_using(PostgreSQLParser.Raise_usingContext ctx)
PostgreSQLParser.raise_using().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRaise_using 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitRaise_param(PostgreSQLParser.Raise_paramContext ctx)
PostgreSQLParser.raise_param().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitRaise_param 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitReturn_stmt(PostgreSQLParser.Return_stmtContext ctx)
PostgreSQLParser.return_stmt().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReturn_stmt 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitLoop_statement(PostgreSQLParser.Loop_statementContext ctx)
PostgreSQLParser.loop_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoop_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitLoop_start(PostgreSQLParser.Loop_startContext ctx)
PostgreSQLParser.loop_start().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitLoop_start 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitUsing_vex(PostgreSQLParser.Using_vexContext ctx)
PostgreSQLParser.using_vex().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitUsing_vex 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitIf_statement(PostgreSQLParser.If_statementContext ctx)
PostgreSQLParser.if_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitIf_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitCase_statement(PostgreSQLParser.Case_statementContext ctx)
PostgreSQLParser.case_statement().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCase_statement 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treepublic T visitPlpgsql_query(PostgreSQLParser.Plpgsql_queryContext ctx)
PostgreSQLParser.plpgsql_query().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPlpgsql_query 在接口中 PostgreSQLParserVisitor<T>ctx - the parse treeCopyright © 2022. All rights reserved.