T - The return type of the visit operation. Use Void for
operations with no return type.public interface ShardingDistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
ShardingDistSQLStatementParser.T visitExecute(ShardingDistSQLStatementParser.ExecuteContext ctx)
ShardingDistSQLStatementParser.execute().ctx - the parse treeT visitSetShardingHintDatabaseValue(ShardingDistSQLStatementParser.SetShardingHintDatabaseValueContext ctx)
ShardingDistSQLStatementParser.setShardingHintDatabaseValue().ctx - the parse treeT visitAddShardingHintDatabaseValue(ShardingDistSQLStatementParser.AddShardingHintDatabaseValueContext ctx)
ShardingDistSQLStatementParser.addShardingHintDatabaseValue().ctx - the parse treeT visitAddShardingHintTableValue(ShardingDistSQLStatementParser.AddShardingHintTableValueContext ctx)
ShardingDistSQLStatementParser.addShardingHintTableValue().ctx - the parse treeT visitShowShardingHintStatus(ShardingDistSQLStatementParser.ShowShardingHintStatusContext ctx)
ShardingDistSQLStatementParser.showShardingHintStatus().ctx - the parse treeT visitClearShardingHint(ShardingDistSQLStatementParser.ClearShardingHintContext ctx)
ShardingDistSQLStatementParser.clearShardingHint().ctx - the parse treeT visitShardingValue(ShardingDistSQLStatementParser.ShardingValueContext ctx)
ShardingDistSQLStatementParser.shardingValue().ctx - the parse treeT visitTableName(ShardingDistSQLStatementParser.TableNameContext ctx)
ShardingDistSQLStatementParser.tableName().ctx - the parse treeT visitAlgorithmName(ShardingDistSQLStatementParser.AlgorithmNameContext ctx)
ShardingDistSQLStatementParser.algorithmName().ctx - the parse treeT visitKeyGeneratorName(ShardingDistSQLStatementParser.KeyGeneratorNameContext ctx)
ShardingDistSQLStatementParser.keyGeneratorName().ctx - the parse treeT visitExistsClause(ShardingDistSQLStatementParser.ExistsClauseContext ctx)
ShardingDistSQLStatementParser.existsClause().ctx - the parse treeT visitCreateShardingTableRule(ShardingDistSQLStatementParser.CreateShardingTableRuleContext ctx)
ShardingDistSQLStatementParser.createShardingTableRule().ctx - the parse treeT visitCreateShardingBindingTableRules(ShardingDistSQLStatementParser.CreateShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementParser.createShardingBindingTableRules().ctx - the parse treeT visitCreateShardingBroadcastTableRules(ShardingDistSQLStatementParser.CreateShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementParser.createShardingBroadcastTableRules().ctx - the parse treeT visitCreateShardingAlgorithm(ShardingDistSQLStatementParser.CreateShardingAlgorithmContext ctx)
ShardingDistSQLStatementParser.createShardingAlgorithm().ctx - the parse treeT visitCreateDefaultShardingStrategy(ShardingDistSQLStatementParser.CreateDefaultShardingStrategyContext ctx)
ShardingDistSQLStatementParser.createDefaultShardingStrategy().ctx - the parse treeT visitAlterDefaultShardingStrategy(ShardingDistSQLStatementParser.AlterDefaultShardingStrategyContext ctx)
ShardingDistSQLStatementParser.alterDefaultShardingStrategy().ctx - the parse treeT visitDropDefaultShardingStrategy(ShardingDistSQLStatementParser.DropDefaultShardingStrategyContext ctx)
ShardingDistSQLStatementParser.dropDefaultShardingStrategy().ctx - the parse treeT visitCreateShardingKeyGenerator(ShardingDistSQLStatementParser.CreateShardingKeyGeneratorContext ctx)
ShardingDistSQLStatementParser.createShardingKeyGenerator().ctx - the parse treeT visitAlterShardingTableRule(ShardingDistSQLStatementParser.AlterShardingTableRuleContext ctx)
ShardingDistSQLStatementParser.alterShardingTableRule().ctx - the parse treeT visitAlterShardingBindingTableRules(ShardingDistSQLStatementParser.AlterShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementParser.alterShardingBindingTableRules().ctx - the parse treeT visitAlterShardingBroadcastTableRules(ShardingDistSQLStatementParser.AlterShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementParser.alterShardingBroadcastTableRules().ctx - the parse treeT visitAlterShardingAlgorithm(ShardingDistSQLStatementParser.AlterShardingAlgorithmContext ctx)
ShardingDistSQLStatementParser.alterShardingAlgorithm().ctx - the parse treeT visitAlterShardingKeyGenerator(ShardingDistSQLStatementParser.AlterShardingKeyGeneratorContext ctx)
ShardingDistSQLStatementParser.alterShardingKeyGenerator().ctx - the parse treeT visitDropShardingTableRule(ShardingDistSQLStatementParser.DropShardingTableRuleContext ctx)
ShardingDistSQLStatementParser.dropShardingTableRule().ctx - the parse treeT visitDropShardingBindingTableRules(ShardingDistSQLStatementParser.DropShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementParser.dropShardingBindingTableRules().ctx - the parse treeT visitDropShardingBroadcastTableRules(ShardingDistSQLStatementParser.DropShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementParser.dropShardingBroadcastTableRules().ctx - the parse treeT visitDropShardingAlgorithm(ShardingDistSQLStatementParser.DropShardingAlgorithmContext ctx)
ShardingDistSQLStatementParser.dropShardingAlgorithm().ctx - the parse treeT visitDropShardingKeyGenerator(ShardingDistSQLStatementParser.DropShardingKeyGeneratorContext ctx)
ShardingDistSQLStatementParser.dropShardingKeyGenerator().ctx - the parse treeT visitShardingTableRuleDefinition(ShardingDistSQLStatementParser.ShardingTableRuleDefinitionContext ctx)
ShardingDistSQLStatementParser.shardingTableRuleDefinition().ctx - the parse treeT visitShardingAutoTableRule(ShardingDistSQLStatementParser.ShardingAutoTableRuleContext ctx)
ShardingDistSQLStatementParser.shardingAutoTableRule().ctx - the parse treeT visitShardingTableRule(ShardingDistSQLStatementParser.ShardingTableRuleContext ctx)
ShardingDistSQLStatementParser.shardingTableRule().ctx - the parse treeT visitKeyGeneratorDefinition(ShardingDistSQLStatementParser.KeyGeneratorDefinitionContext ctx)
ShardingDistSQLStatementParser.keyGeneratorDefinition().ctx - the parse treeT visitResources(ShardingDistSQLStatementParser.ResourcesContext ctx)
ShardingDistSQLStatementParser.resources().ctx - the parse treeT visitResource(ShardingDistSQLStatementParser.ResourceContext ctx)
ShardingDistSQLStatementParser.resource().ctx - the parse treeT visitDataNodes(ShardingDistSQLStatementParser.DataNodesContext ctx)
ShardingDistSQLStatementParser.dataNodes().ctx - the parse treeT visitDataNode(ShardingDistSQLStatementParser.DataNodeContext ctx)
ShardingDistSQLStatementParser.dataNode().ctx - the parse treeT visitShardingColumnDefinition(ShardingDistSQLStatementParser.ShardingColumnDefinitionContext ctx)
ShardingDistSQLStatementParser.shardingColumnDefinition().ctx - the parse treeT visitShardingColumn(ShardingDistSQLStatementParser.ShardingColumnContext ctx)
ShardingDistSQLStatementParser.shardingColumn().ctx - the parse treeT visitShardingColumns(ShardingDistSQLStatementParser.ShardingColumnsContext ctx)
ShardingDistSQLStatementParser.shardingColumns().ctx - the parse treeT visitShardingAlgorithm(ShardingDistSQLStatementParser.ShardingAlgorithmContext ctx)
ShardingDistSQLStatementParser.shardingAlgorithm().ctx - the parse treeT visitExistingAlgorithm(ShardingDistSQLStatementParser.ExistingAlgorithmContext ctx)
ShardingDistSQLStatementParser.existingAlgorithm().ctx - the parse treeT visitAutoCreativeAlgorithm(ShardingDistSQLStatementParser.AutoCreativeAlgorithmContext ctx)
ShardingDistSQLStatementParser.autoCreativeAlgorithm().ctx - the parse treeT visitKeyGenerator(ShardingDistSQLStatementParser.KeyGeneratorContext ctx)
ShardingDistSQLStatementParser.keyGenerator().ctx - the parse treeT visitShardingStrategy(ShardingDistSQLStatementParser.ShardingStrategyContext ctx)
ShardingDistSQLStatementParser.shardingStrategy().ctx - the parse treeT visitDatabaseStrategy(ShardingDistSQLStatementParser.DatabaseStrategyContext ctx)
ShardingDistSQLStatementParser.databaseStrategy().ctx - the parse treeT visitTableStrategy(ShardingDistSQLStatementParser.TableStrategyContext ctx)
ShardingDistSQLStatementParser.tableStrategy().ctx - the parse treeT visitKeyGenerateDeclaration(ShardingDistSQLStatementParser.KeyGenerateDeclarationContext ctx)
ShardingDistSQLStatementParser.keyGenerateDeclaration().ctx - the parse treeT visitKeyGenerateDefinition(ShardingDistSQLStatementParser.KeyGenerateDefinitionContext ctx)
ShardingDistSQLStatementParser.keyGenerateDefinition().ctx - the parse treeT visitKeyGenerateStrategy(ShardingDistSQLStatementParser.KeyGenerateStrategyContext ctx)
ShardingDistSQLStatementParser.keyGenerateStrategy().ctx - the parse treeT visitAlgorithmDefinition(ShardingDistSQLStatementParser.AlgorithmDefinitionContext ctx)
ShardingDistSQLStatementParser.algorithmDefinition().ctx - the parse treeT visitColumnName(ShardingDistSQLStatementParser.ColumnNameContext ctx)
ShardingDistSQLStatementParser.columnName().ctx - the parse treeT visitBindTableRulesDefinition(ShardingDistSQLStatementParser.BindTableRulesDefinitionContext ctx)
ShardingDistSQLStatementParser.bindTableRulesDefinition().ctx - the parse treeT visitShardingAlgorithmDefinition(ShardingDistSQLStatementParser.ShardingAlgorithmDefinitionContext ctx)
ShardingDistSQLStatementParser.shardingAlgorithmDefinition().ctx - the parse treeT visitShardingAlgorithmName(ShardingDistSQLStatementParser.ShardingAlgorithmNameContext ctx)
ShardingDistSQLStatementParser.shardingAlgorithmName().ctx - the parse treeT visitStrategyType(ShardingDistSQLStatementParser.StrategyTypeContext ctx)
ShardingDistSQLStatementParser.strategyType().ctx - the parse treeT visitAlgorithmProperties(ShardingDistSQLStatementParser.AlgorithmPropertiesContext ctx)
ShardingDistSQLStatementParser.algorithmProperties().ctx - the parse treeT visitAlgorithmProperty(ShardingDistSQLStatementParser.AlgorithmPropertyContext ctx)
ShardingDistSQLStatementParser.algorithmProperty().ctx - the parse treeT visitExistClause(ShardingDistSQLStatementParser.ExistClauseContext ctx)
ShardingDistSQLStatementParser.existClause().ctx - the parse treeT visitShowShardingTableRules(ShardingDistSQLStatementParser.ShowShardingTableRulesContext ctx)
ShardingDistSQLStatementParser.showShardingTableRules().ctx - the parse treeT visitShowShardingBindingTableRules(ShardingDistSQLStatementParser.ShowShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementParser.showShardingBindingTableRules().ctx - the parse treeT visitShowShardingBroadcastTableRules(ShardingDistSQLStatementParser.ShowShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementParser.showShardingBroadcastTableRules().ctx - the parse treeT visitShowShardingAlgorithms(ShardingDistSQLStatementParser.ShowShardingAlgorithmsContext ctx)
ShardingDistSQLStatementParser.showShardingAlgorithms().ctx - the parse treeT visitShowShardingTableNodes(ShardingDistSQLStatementParser.ShowShardingTableNodesContext ctx)
ShardingDistSQLStatementParser.showShardingTableNodes().ctx - the parse treeT visitShowShardingKeyGenerators(ShardingDistSQLStatementParser.ShowShardingKeyGeneratorsContext ctx)
ShardingDistSQLStatementParser.showShardingKeyGenerators().ctx - the parse treeT visitShowShardingDefaultShardingStrategy(ShardingDistSQLStatementParser.ShowShardingDefaultShardingStrategyContext ctx)
ShardingDistSQLStatementParser.showShardingDefaultShardingStrategy().ctx - the parse treeT visitShowUnusedShardingAlgorithms(ShardingDistSQLStatementParser.ShowUnusedShardingAlgorithmsContext ctx)
ShardingDistSQLStatementParser.showUnusedShardingAlgorithms().ctx - the parse treeT visitShowUnusedShardingKeyGenerators(ShardingDistSQLStatementParser.ShowUnusedShardingKeyGeneratorsContext ctx)
ShardingDistSQLStatementParser.showUnusedShardingKeyGenerators().ctx - the parse treeT visitShowShardingTableRulesUsedAlgorithm(ShardingDistSQLStatementParser.ShowShardingTableRulesUsedAlgorithmContext ctx)
ShardingDistSQLStatementParser.showShardingTableRulesUsedAlgorithm().ctx - the parse treeT visitShowShardingTableRulesUsedKeyGenerator(ShardingDistSQLStatementParser.ShowShardingTableRulesUsedKeyGeneratorContext ctx)
ShardingDistSQLStatementParser.showShardingTableRulesUsedKeyGenerator().ctx - the parse treeT visitTableRule(ShardingDistSQLStatementParser.TableRuleContext ctx)
ShardingDistSQLStatementParser.tableRule().ctx - the parse treeT visitSchemaName(ShardingDistSQLStatementParser.SchemaNameContext ctx)
ShardingDistSQLStatementParser.schemaName().ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.