T - The return type of the visit operation. Use Void for
operations with no return type.public interface CommonDistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
CommonDistSQLStatementParser.T visitExecute(CommonDistSQLStatementParser.ExecuteContext ctx)
CommonDistSQLStatementParser.execute().ctx - the parse treeT visitSetVariable(CommonDistSQLStatementParser.SetVariableContext ctx)
CommonDistSQLStatementParser.setVariable().ctx - the parse treeT visitShowVariable(CommonDistSQLStatementParser.ShowVariableContext ctx)
CommonDistSQLStatementParser.showVariable().ctx - the parse treeT visitShowAllVariables(CommonDistSQLStatementParser.ShowAllVariablesContext ctx)
CommonDistSQLStatementParser.showAllVariables().ctx - the parse treeT visitAlterInstance(CommonDistSQLStatementParser.AlterInstanceContext ctx)
CommonDistSQLStatementParser.alterInstance().ctx - the parse treeT visitEnableInstance(CommonDistSQLStatementParser.EnableInstanceContext ctx)
CommonDistSQLStatementParser.enableInstance().ctx - the parse treeT visitDisableInstance(CommonDistSQLStatementParser.DisableInstanceContext ctx)
CommonDistSQLStatementParser.disableInstance().ctx - the parse treeT visitShowInstance(CommonDistSQLStatementParser.ShowInstanceContext ctx)
CommonDistSQLStatementParser.showInstance().ctx - the parse treeT visitClearHint(CommonDistSQLStatementParser.ClearHintContext ctx)
CommonDistSQLStatementParser.clearHint().ctx - the parse treeT visitRefreshTableMetadata(CommonDistSQLStatementParser.RefreshTableMetadataContext ctx)
CommonDistSQLStatementParser.refreshTableMetadata().ctx - the parse treeT visitShowTableMetadata(CommonDistSQLStatementParser.ShowTableMetadataContext ctx)
CommonDistSQLStatementParser.showTableMetadata().ctx - the parse treeT visitShowAuthorityRule(CommonDistSQLStatementParser.ShowAuthorityRuleContext ctx)
CommonDistSQLStatementParser.showAuthorityRule().ctx - the parse treeT visitShowTransactionRule(CommonDistSQLStatementParser.ShowTransactionRuleContext ctx)
CommonDistSQLStatementParser.showTransactionRule().ctx - the parse treeT visitAlterTransactionRule(CommonDistSQLStatementParser.AlterTransactionRuleContext ctx)
CommonDistSQLStatementParser.alterTransactionRule().ctx - the parse treeT visitShowSQLParserRule(CommonDistSQLStatementParser.ShowSQLParserRuleContext ctx)
CommonDistSQLStatementParser.showSQLParserRule().ctx - the parse treeT visitAlterSQLParserRule(CommonDistSQLStatementParser.AlterSQLParserRuleContext ctx)
CommonDistSQLStatementParser.alterSQLParserRule().ctx - the parse treeT visitShowInstanceMode(CommonDistSQLStatementParser.ShowInstanceModeContext ctx)
CommonDistSQLStatementParser.showInstanceMode().ctx - the parse treeT visitCreateTrafficRule(CommonDistSQLStatementParser.CreateTrafficRuleContext ctx)
CommonDistSQLStatementParser.createTrafficRule().ctx - the parse treeT visitAlterTrafficRule(CommonDistSQLStatementParser.AlterTrafficRuleContext ctx)
CommonDistSQLStatementParser.alterTrafficRule().ctx - the parse treeT visitShowTrafficRules(CommonDistSQLStatementParser.ShowTrafficRulesContext ctx)
CommonDistSQLStatementParser.showTrafficRules().ctx - the parse treeT visitDropTrafficRule(CommonDistSQLStatementParser.DropTrafficRuleContext ctx)
CommonDistSQLStatementParser.dropTrafficRule().ctx - the parse treeT visitLabelInstance(CommonDistSQLStatementParser.LabelInstanceContext ctx)
CommonDistSQLStatementParser.labelInstance().ctx - the parse treeT visitUnlabelInstance(CommonDistSQLStatementParser.UnlabelInstanceContext ctx)
CommonDistSQLStatementParser.unlabelInstance().ctx - the parse treeT visitCountInstanceRules(CommonDistSQLStatementParser.CountInstanceRulesContext ctx)
CommonDistSQLStatementParser.countInstanceRules().ctx - the parse treeT visitTrafficRuleDefinition(CommonDistSQLStatementParser.TrafficRuleDefinitionContext ctx)
CommonDistSQLStatementParser.trafficRuleDefinition().ctx - the parse treeT visitLabelDefinition(CommonDistSQLStatementParser.LabelDefinitionContext ctx)
CommonDistSQLStatementParser.labelDefinition().ctx - the parse treeT visitTrafficAlgorithmDefinition(CommonDistSQLStatementParser.TrafficAlgorithmDefinitionContext ctx)
CommonDistSQLStatementParser.trafficAlgorithmDefinition().ctx - the parse treeT visitLoadBalancerDefinition(CommonDistSQLStatementParser.LoadBalancerDefinitionContext ctx)
CommonDistSQLStatementParser.loadBalancerDefinition().ctx - the parse treeT visitAlgorithmDefinition(CommonDistSQLStatementParser.AlgorithmDefinitionContext ctx)
CommonDistSQLStatementParser.algorithmDefinition().ctx - the parse treeT visitTypeName(CommonDistSQLStatementParser.TypeNameContext ctx)
CommonDistSQLStatementParser.typeName().ctx - the parse treeT visitExportSchemaConfiguration(CommonDistSQLStatementParser.ExportSchemaConfigurationContext ctx)
CommonDistSQLStatementParser.exportSchemaConfiguration().ctx - the parse treeT visitImportSchemaConfiguration(CommonDistSQLStatementParser.ImportSchemaConfigurationContext ctx)
CommonDistSQLStatementParser.importSchemaConfiguration().ctx - the parse treeT visitFilePath(CommonDistSQLStatementParser.FilePathContext ctx)
CommonDistSQLStatementParser.filePath().ctx - the parse treeT visitTransactionRuleDefinition(CommonDistSQLStatementParser.TransactionRuleDefinitionContext ctx)
CommonDistSQLStatementParser.transactionRuleDefinition().ctx - the parse treeT visitProviderDefinition(CommonDistSQLStatementParser.ProviderDefinitionContext ctx)
CommonDistSQLStatementParser.providerDefinition().ctx - the parse treeT visitDefaultType(CommonDistSQLStatementParser.DefaultTypeContext ctx)
CommonDistSQLStatementParser.defaultType().ctx - the parse treeT visitProviderName(CommonDistSQLStatementParser.ProviderNameContext ctx)
CommonDistSQLStatementParser.providerName().ctx - the parse treeT visitSqlParserRuleDefinition(CommonDistSQLStatementParser.SqlParserRuleDefinitionContext ctx)
CommonDistSQLStatementParser.sqlParserRuleDefinition().ctx - the parse treeT visitVariableName(CommonDistSQLStatementParser.VariableNameContext ctx)
CommonDistSQLStatementParser.variableName().ctx - the parse treeT visitVariableValues(CommonDistSQLStatementParser.VariableValuesContext ctx)
CommonDistSQLStatementParser.variableValues().ctx - the parse treeT visitVariableValue(CommonDistSQLStatementParser.VariableValueContext ctx)
CommonDistSQLStatementParser.variableValue().ctx - the parse treeT visitInstanceDefination(CommonDistSQLStatementParser.InstanceDefinationContext ctx)
CommonDistSQLStatementParser.instanceDefination().ctx - the parse treeT visitInstanceId(CommonDistSQLStatementParser.InstanceIdContext ctx)
CommonDistSQLStatementParser.instanceId().ctx - the parse treeT visitRefreshScope(CommonDistSQLStatementParser.RefreshScopeContext ctx)
CommonDistSQLStatementParser.refreshScope().ctx - the parse treeT visitSqlCommentParseEnable(CommonDistSQLStatementParser.SqlCommentParseEnableContext ctx)
CommonDistSQLStatementParser.sqlCommentParseEnable().ctx - the parse treeT visitParseTreeCache(CommonDistSQLStatementParser.ParseTreeCacheContext ctx)
CommonDistSQLStatementParser.parseTreeCache().ctx - the parse treeT visitSqlStatementCache(CommonDistSQLStatementParser.SqlStatementCacheContext ctx)
CommonDistSQLStatementParser.sqlStatementCache().ctx - the parse treeT visitCacheOption(CommonDistSQLStatementParser.CacheOptionContext ctx)
CommonDistSQLStatementParser.cacheOption().ctx - the parse treeT visitInitialCapacity(CommonDistSQLStatementParser.InitialCapacityContext ctx)
CommonDistSQLStatementParser.initialCapacity().ctx - the parse treeT visitMaximumSize(CommonDistSQLStatementParser.MaximumSizeContext ctx)
CommonDistSQLStatementParser.maximumSize().ctx - the parse treeT visitConcurrencyLevel(CommonDistSQLStatementParser.ConcurrencyLevelContext ctx)
CommonDistSQLStatementParser.concurrencyLevel().ctx - the parse treeT visitRuleName(CommonDistSQLStatementParser.RuleNameContext ctx)
CommonDistSQLStatementParser.ruleName().ctx - the parse treeT visitLabel(CommonDistSQLStatementParser.LabelContext ctx)
CommonDistSQLStatementParser.label().ctx - the parse treeT visitAlgorithmProperties(CommonDistSQLStatementParser.AlgorithmPropertiesContext ctx)
CommonDistSQLStatementParser.algorithmProperties().ctx - the parse treeT visitAlgorithmProperty(CommonDistSQLStatementParser.AlgorithmPropertyContext ctx)
CommonDistSQLStatementParser.algorithmProperty().ctx - the parse treeT visitIfExists(CommonDistSQLStatementParser.IfExistsContext ctx)
CommonDistSQLStatementParser.ifExists().ctx - the parse treeT visitPrepareDistSQL(CommonDistSQLStatementParser.PrepareDistSQLContext ctx)
CommonDistSQLStatementParser.prepareDistSQL().ctx - the parse treeT visitApplyDistSQL(CommonDistSQLStatementParser.ApplyDistSQLContext ctx)
CommonDistSQLStatementParser.applyDistSQL().ctx - the parse treeT visitDiscardDistSQL(CommonDistSQLStatementParser.DiscardDistSQLContext ctx)
CommonDistSQLStatementParser.discardDistSQL().ctx - the parse treeT visitPropertiesDefinition(CommonDistSQLStatementParser.PropertiesDefinitionContext ctx)
CommonDistSQLStatementParser.propertiesDefinition().ctx - the parse treeT visitProperties(CommonDistSQLStatementParser.PropertiesContext ctx)
CommonDistSQLStatementParser.properties().ctx - the parse treeT visitProperty(CommonDistSQLStatementParser.PropertyContext ctx)
CommonDistSQLStatementParser.property().ctx - the parse treeT visitTableName(CommonDistSQLStatementParser.TableNameContext ctx)
CommonDistSQLStatementParser.tableName().ctx - the parse treeT visitSchemaName(CommonDistSQLStatementParser.SchemaNameContext ctx)
CommonDistSQLStatementParser.schemaName().ctx - the parse treeT visitResourceName(CommonDistSQLStatementParser.ResourceNameContext ctx)
CommonDistSQLStatementParser.resourceName().ctx - the parse treeT visitIp(CommonDistSQLStatementParser.IpContext ctx)
CommonDistSQLStatementParser.ip().ctx - the parse treeT visitPort(CommonDistSQLStatementParser.PortContext ctx)
CommonDistSQLStatementParser.port().ctx - the parse treeT visitAddResource(CommonDistSQLStatementParser.AddResourceContext ctx)
CommonDistSQLStatementParser.addResource().ctx - the parse treeT visitAlterResource(CommonDistSQLStatementParser.AlterResourceContext ctx)
CommonDistSQLStatementParser.alterResource().ctx - the parse treeT visitDropResource(CommonDistSQLStatementParser.DropResourceContext ctx)
CommonDistSQLStatementParser.dropResource().ctx - the parse treeT visitCreateDefaultSingleTableRule(CommonDistSQLStatementParser.CreateDefaultSingleTableRuleContext ctx)
CommonDistSQLStatementParser.createDefaultSingleTableRule().ctx - the parse treeT visitAlterDefaultSingleTableRule(CommonDistSQLStatementParser.AlterDefaultSingleTableRuleContext ctx)
CommonDistSQLStatementParser.alterDefaultSingleTableRule().ctx - the parse treeT visitDropDefaultSingleTableRule(CommonDistSQLStatementParser.DropDefaultSingleTableRuleContext ctx)
CommonDistSQLStatementParser.dropDefaultSingleTableRule().ctx - the parse treeT visitDataSource(CommonDistSQLStatementParser.DataSourceContext ctx)
CommonDistSQLStatementParser.dataSource().ctx - the parse treeT visitDataSourceName(CommonDistSQLStatementParser.DataSourceNameContext ctx)
CommonDistSQLStatementParser.dataSourceName().ctx - the parse treeT visitSimpleSource(CommonDistSQLStatementParser.SimpleSourceContext ctx)
CommonDistSQLStatementParser.simpleSource().ctx - the parse treeT visitUrlSource(CommonDistSQLStatementParser.UrlSourceContext ctx)
CommonDistSQLStatementParser.urlSource().ctx - the parse treeT visitHostname(CommonDistSQLStatementParser.HostnameContext ctx)
CommonDistSQLStatementParser.hostname().ctx - the parse treeT visitDbName(CommonDistSQLStatementParser.DbNameContext ctx)
CommonDistSQLStatementParser.dbName().ctx - the parse treeT visitUrl(CommonDistSQLStatementParser.UrlContext ctx)
CommonDistSQLStatementParser.url().ctx - the parse treeT visitUser(CommonDistSQLStatementParser.UserContext ctx)
CommonDistSQLStatementParser.user().ctx - the parse treeT visitPassword(CommonDistSQLStatementParser.PasswordContext ctx)
CommonDistSQLStatementParser.password().ctx - the parse treeT visitIgnoreSingleTables(CommonDistSQLStatementParser.IgnoreSingleTablesContext ctx)
CommonDistSQLStatementParser.ignoreSingleTables().ctx - the parse treeT visitExistClause(CommonDistSQLStatementParser.ExistClauseContext ctx)
CommonDistSQLStatementParser.existClause().ctx - the parse treeT visitShowResources(CommonDistSQLStatementParser.ShowResourcesContext ctx)
CommonDistSQLStatementParser.showResources().ctx - the parse treeT visitShowUnusedResources(CommonDistSQLStatementParser.ShowUnusedResourcesContext ctx)
CommonDistSQLStatementParser.showUnusedResources().ctx - the parse treeT visitShowSingleTableRules(CommonDistSQLStatementParser.ShowSingleTableRulesContext ctx)
CommonDistSQLStatementParser.showSingleTableRules().ctx - the parse treeT visitShowSingleTable(CommonDistSQLStatementParser.ShowSingleTableContext ctx)
CommonDistSQLStatementParser.showSingleTable().ctx - the parse treeT visitCountSchemaRules(CommonDistSQLStatementParser.CountSchemaRulesContext ctx)
CommonDistSQLStatementParser.countSchemaRules().ctx - the parse treeT visitShowRulesUsedResource(CommonDistSQLStatementParser.ShowRulesUsedResourceContext ctx)
CommonDistSQLStatementParser.showRulesUsedResource().ctx - the parse treeT visitTable(CommonDistSQLStatementParser.TableContext ctx)
CommonDistSQLStatementParser.table().ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.