T - The return type of the visit operation. Use Void for
operations with no return type.public interface DistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
DistSQLStatementParser.T visitExecute(DistSQLStatementParser.ExecuteContext ctx)
DistSQLStatementParser.execute().ctx - the parse treeT visitAddResource(DistSQLStatementParser.AddResourceContext ctx)
DistSQLStatementParser.addResource().ctx - the parse treeT visitDropResource(DistSQLStatementParser.DropResourceContext ctx)
DistSQLStatementParser.dropResource().ctx - the parse treeT visitDataSource(DistSQLStatementParser.DataSourceContext ctx)
DistSQLStatementParser.dataSource().ctx - the parse treeT visitDataSourceName(DistSQLStatementParser.DataSourceNameContext ctx)
DistSQLStatementParser.dataSourceName().ctx - the parse treeT visitHostName(DistSQLStatementParser.HostNameContext ctx)
DistSQLStatementParser.hostName().ctx - the parse treeT visitIp(DistSQLStatementParser.IpContext ctx)
DistSQLStatementParser.ip().ctx - the parse treeT visitPort(DistSQLStatementParser.PortContext ctx)
DistSQLStatementParser.port().ctx - the parse treeT visitDbName(DistSQLStatementParser.DbNameContext ctx)
DistSQLStatementParser.dbName().ctx - the parse treeT visitUser(DistSQLStatementParser.UserContext ctx)
DistSQLStatementParser.user().ctx - the parse treeT visitPassword(DistSQLStatementParser.PasswordContext ctx)
DistSQLStatementParser.password().ctx - the parse treeT visitCreateShardingTableRule(DistSQLStatementParser.CreateShardingTableRuleContext ctx)
DistSQLStatementParser.createShardingTableRule().ctx - the parse treeT visitCreateShardingBindingTableRules(DistSQLStatementParser.CreateShardingBindingTableRulesContext ctx)
DistSQLStatementParser.createShardingBindingTableRules().ctx - the parse treeT visitBindTableRulesDefinition(DistSQLStatementParser.BindTableRulesDefinitionContext ctx)
DistSQLStatementParser.bindTableRulesDefinition().ctx - the parse treeT visitCreateShardingBroadcastTableRules(DistSQLStatementParser.CreateShardingBroadcastTableRulesContext ctx)
DistSQLStatementParser.createShardingBroadcastTableRules().ctx - the parse treeT visitAlterShardingTableRule(DistSQLStatementParser.AlterShardingTableRuleContext ctx)
DistSQLStatementParser.alterShardingTableRule().ctx - the parse treeT visitAlterShardingBindingTableRules(DistSQLStatementParser.AlterShardingBindingTableRulesContext ctx)
DistSQLStatementParser.alterShardingBindingTableRules().ctx - the parse treeT visitAlterShardingBroadcastTableRules(DistSQLStatementParser.AlterShardingBroadcastTableRulesContext ctx)
DistSQLStatementParser.alterShardingBroadcastTableRules().ctx - the parse treeT visitCreateReadwriteSplittingRule(DistSQLStatementParser.CreateReadwriteSplittingRuleContext ctx)
DistSQLStatementParser.createReadwriteSplittingRule().ctx - the parse treeT visitReadwriteSplittingRuleDefinition(DistSQLStatementParser.ReadwriteSplittingRuleDefinitionContext ctx)
DistSQLStatementParser.readwriteSplittingRuleDefinition().ctx - the parse treeT visitStaticReadwriteSplittingRuleDefinition(DistSQLStatementParser.StaticReadwriteSplittingRuleDefinitionContext ctx)
DistSQLStatementParser.staticReadwriteSplittingRuleDefinition().ctx - the parse treeT visitDynamicReadwriteSplittingRuleDefinition(DistSQLStatementParser.DynamicReadwriteSplittingRuleDefinitionContext ctx)
DistSQLStatementParser.dynamicReadwriteSplittingRuleDefinition().ctx - the parse treeT visitAlterReadwriteSplittingRule(DistSQLStatementParser.AlterReadwriteSplittingRuleContext ctx)
DistSQLStatementParser.alterReadwriteSplittingRule().ctx - the parse treeT visitShardingTableRuleDefinition(DistSQLStatementParser.ShardingTableRuleDefinitionContext ctx)
DistSQLStatementParser.shardingTableRuleDefinition().ctx - the parse treeT visitResources(DistSQLStatementParser.ResourcesContext ctx)
DistSQLStatementParser.resources().ctx - the parse treeT visitWriteResourceName(DistSQLStatementParser.WriteResourceNameContext ctx)
DistSQLStatementParser.writeResourceName().ctx - the parse treeT visitResourceName(DistSQLStatementParser.ResourceNameContext ctx)
DistSQLStatementParser.resourceName().ctx - the parse treeT visitShardingColumn(DistSQLStatementParser.ShardingColumnContext ctx)
DistSQLStatementParser.shardingColumn().ctx - the parse treeT visitKeyGenerateStrategy(DistSQLStatementParser.KeyGenerateStrategyContext ctx)
DistSQLStatementParser.keyGenerateStrategy().ctx - the parse treeT visitRuleName(DistSQLStatementParser.RuleNameContext ctx)
DistSQLStatementParser.ruleName().ctx - the parse treeT visitTableName(DistSQLStatementParser.TableNameContext ctx)
DistSQLStatementParser.tableName().ctx - the parse treeT visitColumnName(DistSQLStatementParser.ColumnNameContext ctx)
DistSQLStatementParser.columnName().ctx - the parse treeT visitDropReadwriteSplittingRule(DistSQLStatementParser.DropReadwriteSplittingRuleContext ctx)
DistSQLStatementParser.dropReadwriteSplittingRule().ctx - the parse treeT visitDropShardingTableRule(DistSQLStatementParser.DropShardingTableRuleContext ctx)
DistSQLStatementParser.dropShardingTableRule().ctx - the parse treeT visitDropShardingBindingTableRules(DistSQLStatementParser.DropShardingBindingTableRulesContext ctx)
DistSQLStatementParser.dropShardingBindingTableRules().ctx - the parse treeT visitDropShardingBroadcastTableRules(DistSQLStatementParser.DropShardingBroadcastTableRulesContext ctx)
DistSQLStatementParser.dropShardingBroadcastTableRules().ctx - the parse treeT visitSchemaNames(DistSQLStatementParser.SchemaNamesContext ctx)
DistSQLStatementParser.schemaNames().ctx - the parse treeT visitSchemaName(DistSQLStatementParser.SchemaNameContext ctx)
DistSQLStatementParser.schemaName().ctx - the parse treeT visitFunctionDefinition(DistSQLStatementParser.FunctionDefinitionContext ctx)
DistSQLStatementParser.functionDefinition().ctx - the parse treeT visitFunctionName(DistSQLStatementParser.FunctionNameContext ctx)
DistSQLStatementParser.functionName().ctx - the parse treeT visitAlgorithmProperties(DistSQLStatementParser.AlgorithmPropertiesContext ctx)
DistSQLStatementParser.algorithmProperties().ctx - the parse treeT visitAlgorithmProperty(DistSQLStatementParser.AlgorithmPropertyContext ctx)
DistSQLStatementParser.algorithmProperty().ctx - the parse treeT visitCreateDatabaseDiscoveryRule(DistSQLStatementParser.CreateDatabaseDiscoveryRuleContext ctx)
DistSQLStatementParser.createDatabaseDiscoveryRule().ctx - the parse treeT visitDatabaseDiscoveryRuleDefinition(DistSQLStatementParser.DatabaseDiscoveryRuleDefinitionContext ctx)
DistSQLStatementParser.databaseDiscoveryRuleDefinition().ctx - the parse treeT visitAlterDatabaseDiscoveryRule(DistSQLStatementParser.AlterDatabaseDiscoveryRuleContext ctx)
DistSQLStatementParser.alterDatabaseDiscoveryRule().ctx - the parse treeT visitDropDatabaseDiscoveryRule(DistSQLStatementParser.DropDatabaseDiscoveryRuleContext ctx)
DistSQLStatementParser.dropDatabaseDiscoveryRule().ctx - the parse treeT visitCreateEncryptRule(DistSQLStatementParser.CreateEncryptRuleContext ctx)
DistSQLStatementParser.createEncryptRule().ctx - the parse treeT visitEncryptRuleDefinition(DistSQLStatementParser.EncryptRuleDefinitionContext ctx)
DistSQLStatementParser.encryptRuleDefinition().ctx - the parse treeT visitColumnDefinition(DistSQLStatementParser.ColumnDefinitionContext ctx)
DistSQLStatementParser.columnDefinition().ctx - the parse treeT visitAlterEncryptRule(DistSQLStatementParser.AlterEncryptRuleContext ctx)
DistSQLStatementParser.alterEncryptRule().ctx - the parse treeT visitDropEncryptRule(DistSQLStatementParser.DropEncryptRuleContext ctx)
DistSQLStatementParser.dropEncryptRule().ctx - the parse treeT visitPlainColumnName(DistSQLStatementParser.PlainColumnNameContext ctx)
DistSQLStatementParser.plainColumnName().ctx - the parse treeT visitCipherColumnName(DistSQLStatementParser.CipherColumnNameContext ctx)
DistSQLStatementParser.cipherColumnName().ctx - the parse treeT visitShowResources(DistSQLStatementParser.ShowResourcesContext ctx)
DistSQLStatementParser.showResources().ctx - the parse treeT visitShowShardingTableRules(DistSQLStatementParser.ShowShardingTableRulesContext ctx)
DistSQLStatementParser.showShardingTableRules().ctx - the parse treeT visitShowShardingBindingTableRules(DistSQLStatementParser.ShowShardingBindingTableRulesContext ctx)
DistSQLStatementParser.showShardingBindingTableRules().ctx - the parse treeT visitShowShardingBroadcastTableRules(DistSQLStatementParser.ShowShardingBroadcastTableRulesContext ctx)
DistSQLStatementParser.showShardingBroadcastTableRules().ctx - the parse treeT visitShowReadwriteSplittingRules(DistSQLStatementParser.ShowReadwriteSplittingRulesContext ctx)
DistSQLStatementParser.showReadwriteSplittingRules().ctx - the parse treeT visitShowDatabaseDiscoveryRules(DistSQLStatementParser.ShowDatabaseDiscoveryRulesContext ctx)
DistSQLStatementParser.showDatabaseDiscoveryRules().ctx - the parse treeT visitShowEncryptRules(DistSQLStatementParser.ShowEncryptRulesContext ctx)
DistSQLStatementParser.showEncryptRules().ctx - the parse treeT visitTableRule(DistSQLStatementParser.TableRuleContext ctx)
DistSQLStatementParser.tableRule().ctx - the parse treeT visitShowScalingJobList(DistSQLStatementParser.ShowScalingJobListContext ctx)
DistSQLStatementParser.showScalingJobList().ctx - the parse treeT visitShowScalingJobStatus(DistSQLStatementParser.ShowScalingJobStatusContext ctx)
DistSQLStatementParser.showScalingJobStatus().ctx - the parse treeT visitStartScalingJob(DistSQLStatementParser.StartScalingJobContext ctx)
DistSQLStatementParser.startScalingJob().ctx - the parse treeT visitStopScalingJob(DistSQLStatementParser.StopScalingJobContext ctx)
DistSQLStatementParser.stopScalingJob().ctx - the parse treeT visitDropScalingJob(DistSQLStatementParser.DropScalingJobContext ctx)
DistSQLStatementParser.dropScalingJob().ctx - the parse treeT visitResetScalingJob(DistSQLStatementParser.ResetScalingJobContext ctx)
DistSQLStatementParser.resetScalingJob().ctx - the parse treeT visitCheckScalingJob(DistSQLStatementParser.CheckScalingJobContext ctx)
DistSQLStatementParser.checkScalingJob().ctx - the parse treeT visitJobId(DistSQLStatementParser.JobIdContext ctx)
DistSQLStatementParser.jobId().ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.