public final class ShardingDistSQLStatementVisitor extends ShardingDistSQLStatementBaseVisitor<ASTNode> implements SQLVisitor
| Constructor and Description |
|---|
ShardingDistSQLStatementVisitor() |
visitAlgorithmName, visitAlgorithmProperties, visitAlgorithmProperty, visitAutoCreativeAlgorithm, visitBindTableRulesDefinition, visitColumnName, visitDatabaseStrategy, visitDataNode, visitDataNodes, visitExecute, visitExistClause, visitExistingAlgorithm, visitExistsClause, visitKeyGenerateDeclaration, visitKeyGenerator, visitKeyGeneratorDefinition, visitKeyGeneratorName, visitResource, visitResources, visitShardingAlgorithm, visitShardingAlgorithmDefinition, visitShardingAlgorithmName, visitShardingColumn, visitShardingColumnDefinition, visitShardingColumns, visitShardingValue, visitStrategyType, visitTableRule, visitTableStrategyaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic ASTNode visitAlterShardingAlgorithm(ShardingDistSQLStatementParser.AlterShardingAlgorithmContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.alterShardingAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingAlgorithm in interface ShardingDistSQLStatementVisitor<ASTNode>visitAlterShardingAlgorithm in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitCreateShardingTableRule(ShardingDistSQLStatementParser.CreateShardingTableRuleContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.createShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingTableRule in interface ShardingDistSQLStatementVisitor<ASTNode>visitCreateShardingTableRule in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitCreateShardingBindingTableRules(ShardingDistSQLStatementParser.CreateShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.createShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingBindingTableRules in interface ShardingDistSQLStatementVisitor<ASTNode>visitCreateShardingBindingTableRules in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitCreateShardingBroadcastTableRules(ShardingDistSQLStatementParser.CreateShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.createShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingBroadcastTableRules in interface ShardingDistSQLStatementVisitor<ASTNode>visitCreateShardingBroadcastTableRules in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAlterShardingTableRule(ShardingDistSQLStatementParser.AlterShardingTableRuleContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.alterShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingTableRule in interface ShardingDistSQLStatementVisitor<ASTNode>visitAlterShardingTableRule in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingBroadcastTableRules(ShardingDistSQLStatementParser.ShowShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingBroadcastTableRules in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingBroadcastTableRules in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAlterShardingBindingTableRules(ShardingDistSQLStatementParser.AlterShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.alterShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingBindingTableRules in interface ShardingDistSQLStatementVisitor<ASTNode>visitAlterShardingBindingTableRules in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAlterShardingBroadcastTableRules(ShardingDistSQLStatementParser.AlterShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.alterShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingBroadcastTableRules in interface ShardingDistSQLStatementVisitor<ASTNode>visitAlterShardingBroadcastTableRules in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitDropShardingTableRule(ShardingDistSQLStatementParser.DropShardingTableRuleContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.dropShardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingTableRule in interface ShardingDistSQLStatementVisitor<ASTNode>visitDropShardingTableRule in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitDropShardingBindingTableRules(ShardingDistSQLStatementParser.DropShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.dropShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingBindingTableRules in interface ShardingDistSQLStatementVisitor<ASTNode>visitDropShardingBindingTableRules in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitCreateDefaultShardingStrategy(ShardingDistSQLStatementParser.CreateDefaultShardingStrategyContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.createDefaultShardingStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateDefaultShardingStrategy in interface ShardingDistSQLStatementVisitor<ASTNode>visitCreateDefaultShardingStrategy in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitSetShardingHintDatabaseValue(ShardingDistSQLStatementParser.SetShardingHintDatabaseValueContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.setShardingHintDatabaseValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSetShardingHintDatabaseValue in interface ShardingDistSQLStatementVisitor<ASTNode>visitSetShardingHintDatabaseValue in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAddShardingHintDatabaseValue(ShardingDistSQLStatementParser.AddShardingHintDatabaseValueContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.addShardingHintDatabaseValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddShardingHintDatabaseValue in interface ShardingDistSQLStatementVisitor<ASTNode>visitAddShardingHintDatabaseValue in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAddShardingHintTableValue(ShardingDistSQLStatementParser.AddShardingHintTableValueContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.addShardingHintTableValue().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAddShardingHintTableValue in interface ShardingDistSQLStatementVisitor<ASTNode>visitAddShardingHintTableValue in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingHintStatus(ShardingDistSQLStatementParser.ShowShardingHintStatusContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingHintStatus().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingHintStatus in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingHintStatus in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAlterDefaultShardingStrategy(ShardingDistSQLStatementParser.AlterDefaultShardingStrategyContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.alterDefaultShardingStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterDefaultShardingStrategy in interface ShardingDistSQLStatementVisitor<ASTNode>visitAlterDefaultShardingStrategy in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitDropDefaultShardingStrategy(ShardingDistSQLStatementParser.DropDefaultShardingStrategyContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.dropDefaultShardingStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropDefaultShardingStrategy in interface ShardingDistSQLStatementVisitor<ASTNode>visitDropDefaultShardingStrategy in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitClearShardingHint(ShardingDistSQLStatementParser.ClearShardingHintContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.clearShardingHint().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitClearShardingHint in interface ShardingDistSQLStatementVisitor<ASTNode>visitClearShardingHint in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitDropShardingBroadcastTableRules(ShardingDistSQLStatementParser.DropShardingBroadcastTableRulesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.dropShardingBroadcastTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingBroadcastTableRules in interface ShardingDistSQLStatementVisitor<ASTNode>visitDropShardingBroadcastTableRules in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitDropShardingAlgorithm(ShardingDistSQLStatementParser.DropShardingAlgorithmContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.dropShardingAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingAlgorithm in interface ShardingDistSQLStatementVisitor<ASTNode>visitDropShardingAlgorithm in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingTableRules(ShardingDistSQLStatementParser.ShowShardingTableRulesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingTableRules in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingTableRules in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingAlgorithms(ShardingDistSQLStatementParser.ShowShardingAlgorithmsContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingAlgorithms().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingAlgorithms in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingAlgorithms in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShardingTableRuleDefinition(ShardingDistSQLStatementParser.ShardingTableRuleDefinitionContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.shardingTableRuleDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingTableRuleDefinition in interface ShardingDistSQLStatementVisitor<ASTNode>visitShardingTableRuleDefinition in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShardingTableRule(ShardingDistSQLStatementParser.ShardingTableRuleContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.shardingTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingTableRule in interface ShardingDistSQLStatementVisitor<ASTNode>visitShardingTableRule in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingTableNodes(ShardingDistSQLStatementParser.ShowShardingTableNodesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingTableNodes().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingTableNodes in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingTableNodes in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShardingAutoTableRule(ShardingDistSQLStatementParser.ShardingAutoTableRuleContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.shardingAutoTableRule().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingAutoTableRule in interface ShardingDistSQLStatementVisitor<ASTNode>visitShardingAutoTableRule in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitKeyGenerateStrategy(ShardingDistSQLStatementParser.KeyGenerateStrategyContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.keyGenerateStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyGenerateStrategy in interface ShardingDistSQLStatementVisitor<ASTNode>visitKeyGenerateStrategy in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitKeyGenerateDefinition(ShardingDistSQLStatementParser.KeyGenerateDefinitionContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.keyGenerateDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitKeyGenerateDefinition in interface ShardingDistSQLStatementVisitor<ASTNode>visitKeyGenerateDefinition in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShardingStrategy(ShardingDistSQLStatementParser.ShardingStrategyContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.shardingStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShardingStrategy in interface ShardingDistSQLStatementVisitor<ASTNode>visitShardingStrategy in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAlgorithmDefinition(ShardingDistSQLStatementParser.AlgorithmDefinitionContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.algorithmDefinition().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlgorithmDefinition in interface ShardingDistSQLStatementVisitor<ASTNode>visitAlgorithmDefinition in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitCreateShardingAlgorithm(ShardingDistSQLStatementParser.CreateShardingAlgorithmContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.createShardingAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingAlgorithm in interface ShardingDistSQLStatementVisitor<ASTNode>visitCreateShardingAlgorithm in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitTableName(ShardingDistSQLStatementParser.TableNameContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.tableName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitTableName in interface ShardingDistSQLStatementVisitor<ASTNode>visitTableName in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingBindingTableRules(ShardingDistSQLStatementParser.ShowShardingBindingTableRulesContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingBindingTableRules().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingBindingTableRules in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingBindingTableRules in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitSchemaName(ShardingDistSQLStatementParser.SchemaNameContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.schemaName().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitSchemaName in interface ShardingDistSQLStatementVisitor<ASTNode>visitSchemaName in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitCreateShardingKeyGenerator(ShardingDistSQLStatementParser.CreateShardingKeyGeneratorContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.createShardingKeyGenerator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitCreateShardingKeyGenerator in interface ShardingDistSQLStatementVisitor<ASTNode>visitCreateShardingKeyGenerator in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitAlterShardingKeyGenerator(ShardingDistSQLStatementParser.AlterShardingKeyGeneratorContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.alterShardingKeyGenerator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitAlterShardingKeyGenerator in interface ShardingDistSQLStatementVisitor<ASTNode>visitAlterShardingKeyGenerator in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingKeyGenerators(ShardingDistSQLStatementParser.ShowShardingKeyGeneratorsContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingKeyGenerators().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingKeyGenerators in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingKeyGenerators in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitDropShardingKeyGenerator(ShardingDistSQLStatementParser.DropShardingKeyGeneratorContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.dropShardingKeyGenerator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitDropShardingKeyGenerator in interface ShardingDistSQLStatementVisitor<ASTNode>visitDropShardingKeyGenerator in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingDefaultShardingStrategy(ShardingDistSQLStatementParser.ShowShardingDefaultShardingStrategyContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingDefaultShardingStrategy().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingDefaultShardingStrategy in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingDefaultShardingStrategy in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowUnusedShardingAlgorithms(ShardingDistSQLStatementParser.ShowUnusedShardingAlgorithmsContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showUnusedShardingAlgorithms().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowUnusedShardingAlgorithms in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowUnusedShardingAlgorithms in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowUnusedShardingKeyGenerators(ShardingDistSQLStatementParser.ShowUnusedShardingKeyGeneratorsContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showUnusedShardingKeyGenerators().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowUnusedShardingKeyGenerators in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowUnusedShardingKeyGenerators in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingTableRulesUsedAlgorithm(ShardingDistSQLStatementParser.ShowShardingTableRulesUsedAlgorithmContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingTableRulesUsedAlgorithm().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingTableRulesUsedAlgorithm in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingTableRulesUsedAlgorithm in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treepublic ASTNode visitShowShardingTableRulesUsedKeyGenerator(ShardingDistSQLStatementParser.ShowShardingTableRulesUsedKeyGeneratorContext ctx)
ShardingDistSQLStatementBaseVisitorShardingDistSQLStatementParser.showShardingTableRulesUsedKeyGenerator().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitShowShardingTableRulesUsedKeyGenerator in interface ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingTableRulesUsedKeyGenerator in class ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.