public final class ShardingDistSQLStatementVisitor extends ShardingDistSQLStatementBaseVisitor<ASTNode> implements SQLVisitor
| 构造器和说明 |
|---|
ShardingDistSQLStatementVisitor() |
visitAlgorithmName, visitAlgorithmProperties, visitAlgorithmProperty, visitBindTableRulesDefinition, visitColumnName, visitDatabaseStrategy, visitDataNode, visitDataNodes, visitExecute, visitResource, visitResources, visitShardingAlgorithm, visitShardingAlgorithmDefinition, visitShardingAlgorithmName, visitShardingColumn, visitShardingValue, visitStrategyType, visitTableRule, visitTableStrategyaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitCreateShardingTableRule 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitCreateShardingBindingTableRules 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitCreateShardingBroadcastTableRules 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitAlterShardingTableRule 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingBroadcastTableRules 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitAlterShardingBindingTableRules 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitAlterShardingBroadcastTableRules 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitDropShardingTableRule 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitDropShardingBindingTableRules 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitCreateDefaultShardingStrategy 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitSetShardingHintDatabaseValue 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitAddShardingHintDatabaseValue 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitAddShardingHintTableValue 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingHintStatus 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitClearShardingHint 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitDropShardingBroadcastTableRules 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitDropShardingAlgorithm 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingTableRules 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingAlgorithms 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitShardingTableRuleDefinition 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitShardingTableRule 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitShardingAutoTableRule 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitKeyGenerateStrategy 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitShardingStrategy 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitAlgorithmDefinition 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitCreateShardingAlgorithm 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitTableName 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitShowShardingBindingTableRules 在类中 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 在接口中 ShardingDistSQLStatementVisitor<ASTNode>visitSchemaName 在类中 ShardingDistSQLStatementBaseVisitor<ASTNode>ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.