public final class DistSQLVisitor extends DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
| 构造器和说明 |
|---|
DistSQLVisitor() |
visitColumName, visitDataSourceName, visitDbName, visitExecute, visitHostName, visitIp, visitPassword, visitPort, visitStrategyDefinition, visitStrategyProp, visitStrategyType, visitTableName, visitTableRuleDefinition, visitUseraggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCreateDataSources(DistSQLStatementParser.CreateDataSourcesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.createDataSources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDataSources 在接口中 DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCreateDataSources 在类中 DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDataSource(DistSQLStatementParser.DataSourceContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dataSource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSource 在接口中 DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDataSource 在类中 DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDataSourceDefinition(DistSQLStatementParser.DataSourceDefinitionContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dataSourceDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDataSourceDefinition 在接口中 DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDataSourceDefinition 在类中 DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCreateShardingRule(DistSQLStatementParser.CreateShardingRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.createShardingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingRule 在接口中 DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCreateShardingRule 在类中 DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitTableRule(DistSQLStatementParser.TableRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.tableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableRule 在接口中 DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitTableRule 在类中 DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitStrategyProps(DistSQLStatementParser.StrategyPropsContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.strategyProps().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStrategyProps 在接口中 DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitStrategyProps 在类中 DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treeCopyright © 2020 The Apache Software Foundation. All rights reserved.