T - The return type of the visit operation. Use Void for
operations with no return type.public interface EncryptDistSQLStatementVisitor<T>
extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
EncryptDistSQLStatementParser.T visitExecute(EncryptDistSQLStatementParser.ExecuteContext ctx)
EncryptDistSQLStatementParser.execute().ctx - the parse treeT visitCreateEncryptRule(EncryptDistSQLStatementParser.CreateEncryptRuleContext ctx)
EncryptDistSQLStatementParser.createEncryptRule().ctx - the parse treeT visitAlterEncryptRule(EncryptDistSQLStatementParser.AlterEncryptRuleContext ctx)
EncryptDistSQLStatementParser.alterEncryptRule().ctx - the parse treeT visitDropEncryptRule(EncryptDistSQLStatementParser.DropEncryptRuleContext ctx)
EncryptDistSQLStatementParser.dropEncryptRule().ctx - the parse treeT visitEncryptRuleDefinition(EncryptDistSQLStatementParser.EncryptRuleDefinitionContext ctx)
EncryptDistSQLStatementParser.encryptRuleDefinition().ctx - the parse treeT visitTableName(EncryptDistSQLStatementParser.TableNameContext ctx)
EncryptDistSQLStatementParser.tableName().ctx - the parse treeT visitResourceName(EncryptDistSQLStatementParser.ResourceNameContext ctx)
EncryptDistSQLStatementParser.resourceName().ctx - the parse treeT visitColumnDefinition(EncryptDistSQLStatementParser.ColumnDefinitionContext ctx)
EncryptDistSQLStatementParser.columnDefinition().ctx - the parse treeT visitColumnName(EncryptDistSQLStatementParser.ColumnNameContext ctx)
EncryptDistSQLStatementParser.columnName().ctx - the parse treeT visitPlainColumnName(EncryptDistSQLStatementParser.PlainColumnNameContext ctx)
EncryptDistSQLStatementParser.plainColumnName().ctx - the parse treeT visitCipherColumnName(EncryptDistSQLStatementParser.CipherColumnNameContext ctx)
EncryptDistSQLStatementParser.cipherColumnName().ctx - the parse treeT visitAssistedQueryColumnName(EncryptDistSQLStatementParser.AssistedQueryColumnNameContext ctx)
EncryptDistSQLStatementParser.assistedQueryColumnName().ctx - the parse treeT visitAlgorithmDefinition(EncryptDistSQLStatementParser.AlgorithmDefinitionContext ctx)
EncryptDistSQLStatementParser.algorithmDefinition().ctx - the parse treeT visitAlgorithmName(EncryptDistSQLStatementParser.AlgorithmNameContext ctx)
EncryptDistSQLStatementParser.algorithmName().ctx - the parse treeT visitAlgorithmProperties(EncryptDistSQLStatementParser.AlgorithmPropertiesContext ctx)
EncryptDistSQLStatementParser.algorithmProperties().ctx - the parse treeT visitAlgorithmProperty(EncryptDistSQLStatementParser.AlgorithmPropertyContext ctx)
EncryptDistSQLStatementParser.algorithmProperty().ctx - the parse treeT visitQueryWithCipherColumn(EncryptDistSQLStatementParser.QueryWithCipherColumnContext ctx)
EncryptDistSQLStatementParser.queryWithCipherColumn().ctx - the parse treeT visitShowEncryptRules(EncryptDistSQLStatementParser.ShowEncryptRulesContext ctx)
EncryptDistSQLStatementParser.showEncryptRules().ctx - the parse treeT visitTableRule(EncryptDistSQLStatementParser.TableRuleContext ctx)
EncryptDistSQLStatementParser.tableRule().ctx - the parse treeT visitSchemaName(EncryptDistSQLStatementParser.SchemaNameContext ctx)
EncryptDistSQLStatementParser.schemaName().ctx - the parse treeCopyright © 2021 The Apache Software Foundation. All rights reserved.