public final class CommonDistSQLStatementVisitor extends CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode> implements org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitor
| 构造器和说明 |
|---|
CommonDistSQLStatementVisitor() |
visitDataSourceName, visitDbName, visitExecute, visitHostName, visitIgnoreSingleTables, visitIp, visitPassword, visitPoolProperties, visitPoolProperty, visitPort, visitSimpleSource, visitTableName, visitTableRule, visitUrl, visitUrlSource, visitUser, visitVariableName, visitVariableValueaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAddResource(CommonDistSQLStatementParser.AddResourceContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.addResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddResource 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAddResource 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterResource(CommonDistSQLStatementParser.AlterResourceContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.alterResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterResource 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterResource 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDataSource(CommonDistSQLStatementParser.DataSourceContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.dataSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSource 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDataSource 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitEnableInstance(CommonDistSQLStatementParser.EnableInstanceContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.enableInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEnableInstance 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitEnableInstance 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowInstance(CommonDistSQLStatementParser.ShowInstanceContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.showInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowInstance 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowInstance 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDisableInstance(CommonDistSQLStatementParser.DisableInstanceContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.disableInstance().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDisableInstance 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDisableInstance 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDropResource(CommonDistSQLStatementParser.DropResourceContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.dropResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropResource 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDropResource 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowResources(CommonDistSQLStatementParser.ShowResourcesContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.showResources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowResources 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowResources 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSchemaName(CommonDistSQLStatementParser.SchemaNameContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSchemaName 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSetVariable(CommonDistSQLStatementParser.SetVariableContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.setVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetVariable 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSetVariable 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowSinglesTableRules(CommonDistSQLStatementParser.ShowSinglesTableRulesContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.showSinglesTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowSinglesTableRules 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowSinglesTableRules 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowVariable(CommonDistSQLStatementParser.ShowVariableContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.showVariable().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowVariable 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowVariable 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowAllVariables(CommonDistSQLStatementParser.ShowAllVariablesContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.showAllVariables().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowAllVariables 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowAllVariables 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitClearHint(CommonDistSQLStatementParser.ClearHintContext ctx)
CommonDistSQLStatementBaseVisitorCommonDistSQLStatementParser.clearHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClearHint 在接口中 CommonDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitClearHint 在类中 CommonDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.