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