public final class DistSQLVisitor extends DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
| Constructor and Description |
|---|
DistSQLVisitor() |
visitAlgorithmProperties, visitAlgorithmProperty, visitBindTableRulesDefinition, visitCipherColumnName, visitColumnName, visitDataSourceName, visitDbName, visitExecute, visitFunctionName, visitHostName, visitIp, visitJobId, visitKeyGenerateStrategy, visitPassword, visitPlainColumnName, visitPort, visitResourceName, visitResources, visitRuleName, visitSchemaNames, visitShardingColumn, visitTableRule, visitUser, visitWriteResourceNameaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAddResource(DistSQLStatementParser.AddResourceContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.addResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddResource in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAddResource in class 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 in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDataSource in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCreateShardingTableRule(DistSQLStatementParser.CreateShardingTableRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.createShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingTableRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCreateShardingTableRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCreateShardingBindingTableRules(DistSQLStatementParser.CreateShardingBindingTableRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.createShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingBindingTableRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCreateShardingBindingTableRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDropResource(DistSQLStatementParser.DropResourceContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dropResource().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropResource in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDropResource in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCreateShardingBroadcastTableRules(DistSQLStatementParser.CreateShardingBroadcastTableRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.createShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingBroadcastTableRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCreateShardingBroadcastTableRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterShardingTableRule(DistSQLStatementParser.AlterShardingTableRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.alterShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingTableRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterShardingTableRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowShardingBroadcastTableRules(DistSQLStatementParser.ShowShardingBroadcastTableRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.showShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingBroadcastTableRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowShardingBroadcastTableRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterShardingBindingTableRules(DistSQLStatementParser.AlterShardingBindingTableRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.alterShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingBindingTableRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterShardingBindingTableRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterShardingBroadcastTableRules(DistSQLStatementParser.AlterShardingBroadcastTableRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.alterShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingBroadcastTableRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterShardingBroadcastTableRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCreateReadwriteSplittingRule(DistSQLStatementParser.CreateReadwriteSplittingRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.createReadwriteSplittingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateReadwriteSplittingRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCreateReadwriteSplittingRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitReadwriteSplittingRuleDefinition(DistSQLStatementParser.ReadwriteSplittingRuleDefinitionContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.readwriteSplittingRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitReadwriteSplittingRuleDefinition in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitReadwriteSplittingRuleDefinition in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitStaticReadwriteSplittingRuleDefinition(DistSQLStatementParser.StaticReadwriteSplittingRuleDefinitionContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.staticReadwriteSplittingRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStaticReadwriteSplittingRuleDefinition in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitStaticReadwriteSplittingRuleDefinition in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDynamicReadwriteSplittingRuleDefinition(DistSQLStatementParser.DynamicReadwriteSplittingRuleDefinitionContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dynamicReadwriteSplittingRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDynamicReadwriteSplittingRuleDefinition in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDynamicReadwriteSplittingRuleDefinition in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterReadwriteSplittingRule(DistSQLStatementParser.AlterReadwriteSplittingRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.alterReadwriteSplittingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterReadwriteSplittingRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterReadwriteSplittingRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDropShardingTableRule(DistSQLStatementParser.DropShardingTableRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dropShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingTableRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDropShardingTableRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDropShardingBindingTableRules(DistSQLStatementParser.DropShardingBindingTableRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dropShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingBindingTableRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDropShardingBindingTableRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDropShardingBroadcastTableRules(DistSQLStatementParser.DropShardingBroadcastTableRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dropShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingBroadcastTableRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDropShardingBroadcastTableRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShardingTableRuleDefinition(DistSQLStatementParser.ShardingTableRuleDefinitionContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.shardingTableRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingTableRuleDefinition in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShardingTableRuleDefinition in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitFunctionDefinition(DistSQLStatementParser.FunctionDefinitionContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.functionDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFunctionDefinition in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitFunctionDefinition in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCreateDatabaseDiscoveryRule(DistSQLStatementParser.CreateDatabaseDiscoveryRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.createDatabaseDiscoveryRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDatabaseDiscoveryRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCreateDatabaseDiscoveryRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDatabaseDiscoveryRuleDefinition(DistSQLStatementParser.DatabaseDiscoveryRuleDefinitionContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.databaseDiscoveryRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDatabaseDiscoveryRuleDefinition in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDatabaseDiscoveryRuleDefinition in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterDatabaseDiscoveryRule(DistSQLStatementParser.AlterDatabaseDiscoveryRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.alterDatabaseDiscoveryRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDatabaseDiscoveryRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterDatabaseDiscoveryRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDropDatabaseDiscoveryRule(DistSQLStatementParser.DropDatabaseDiscoveryRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dropDatabaseDiscoveryRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDatabaseDiscoveryRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDropDatabaseDiscoveryRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCreateEncryptRule(DistSQLStatementParser.CreateEncryptRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.createEncryptRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateEncryptRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCreateEncryptRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitEncryptRuleDefinition(DistSQLStatementParser.EncryptRuleDefinitionContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.encryptRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitEncryptRuleDefinition in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitEncryptRuleDefinition in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitColumnDefinition(DistSQLStatementParser.ColumnDefinitionContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.columnDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitColumnDefinition in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitColumnDefinition in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitAlterEncryptRule(DistSQLStatementParser.AlterEncryptRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.alterEncryptRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterEncryptRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitAlterEncryptRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDropEncryptRule(DistSQLStatementParser.DropEncryptRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dropEncryptRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropEncryptRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDropEncryptRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitTableName(DistSQLStatementParser.TableNameContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitTableName in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDropReadwriteSplittingRule(DistSQLStatementParser.DropReadwriteSplittingRuleContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dropReadwriteSplittingRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropReadwriteSplittingRule in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDropReadwriteSplittingRule in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowResources(DistSQLStatementParser.ShowResourcesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.showResources().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowResources in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowResources in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowShardingBindingTableRules(DistSQLStatementParser.ShowShardingBindingTableRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.showShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingBindingTableRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowShardingBindingTableRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitSchemaName(DistSQLStatementParser.SchemaNameContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitSchemaName in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowScalingJobList(DistSQLStatementParser.ShowScalingJobListContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.showScalingJobList().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowScalingJobList in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowScalingJobList in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowScalingJobStatus(DistSQLStatementParser.ShowScalingJobStatusContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.showScalingJobStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowScalingJobStatus in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowScalingJobStatus in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitStartScalingJob(DistSQLStatementParser.StartScalingJobContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.startScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStartScalingJob in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitStartScalingJob in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitStopScalingJob(DistSQLStatementParser.StopScalingJobContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.stopScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitStopScalingJob in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitStopScalingJob in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitDropScalingJob(DistSQLStatementParser.DropScalingJobContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.dropScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropScalingJob in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitDropScalingJob in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowReadwriteSplittingRules(DistSQLStatementParser.ShowReadwriteSplittingRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.showReadwriteSplittingRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowReadwriteSplittingRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowReadwriteSplittingRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowShardingTableRules(DistSQLStatementParser.ShowShardingTableRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.showShardingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingTableRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowShardingTableRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowDatabaseDiscoveryRules(DistSQLStatementParser.ShowDatabaseDiscoveryRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.showDatabaseDiscoveryRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowDatabaseDiscoveryRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowDatabaseDiscoveryRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitShowEncryptRules(DistSQLStatementParser.ShowEncryptRulesContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.showEncryptRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowEncryptRules in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitShowEncryptRules in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitResetScalingJob(DistSQLStatementParser.ResetScalingJobContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.resetScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitResetScalingJob in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitResetScalingJob in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitCheckScalingJob(DistSQLStatementParser.CheckScalingJobContext ctx)
DistSQLStatementBaseVisitorDistSQLStatementParser.checkScalingJob().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCheckScalingJob in interface DistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitCheckScalingJob in class DistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.