Interface EncryptDistSQLStatementVisitor<T>
-
- Type Parameters:
T- The return type of the visit operation. UseVoidfor operations with no return type.
- All Superinterfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<T>
- All Known Implementing Classes:
EncryptDistSQLStatementBaseVisitor,EncryptDistSQLStatementVisitor
public interface EncryptDistSQLStatementVisitor<T> extends org.antlr.v4.runtime.tree.ParseTreeVisitor<T>This interface defines a complete generic visitor for a parse tree produced byEncryptDistSQLStatementParser.
-
-
Method Summary
-
-
-
Method Detail
-
visitExecute
T visitExecute(EncryptDistSQLStatementParser.ExecuteContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.execute().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCreateEncryptRule
T visitCreateEncryptRule(EncryptDistSQLStatementParser.CreateEncryptRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.createEncryptRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlterEncryptRule
T visitAlterEncryptRule(EncryptDistSQLStatementParser.AlterEncryptRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.alterEncryptRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDropEncryptRule
T visitDropEncryptRule(EncryptDistSQLStatementParser.DropEncryptRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.dropEncryptRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncryptRuleDefinition
T visitEncryptRuleDefinition(EncryptDistSQLStatementParser.EncryptRuleDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.encryptRuleDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitResourceName
T visitResourceName(EncryptDistSQLStatementParser.ResourceNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.resourceName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncryptColumnDefinition
T visitEncryptColumnDefinition(EncryptDistSQLStatementParser.EncryptColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.encryptColumnDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnDefinition
T visitColumnDefinition(EncryptDistSQLStatementParser.ColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.columnDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitColumnName
T visitColumnName(EncryptDistSQLStatementParser.ColumnNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.columnName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCipherColumnDefinition
T visitCipherColumnDefinition(EncryptDistSQLStatementParser.CipherColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.cipherColumnDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCipherColumnName
T visitCipherColumnName(EncryptDistSQLStatementParser.CipherColumnNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.cipherColumnName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssistedQueryColumnDefinition
T visitAssistedQueryColumnDefinition(EncryptDistSQLStatementParser.AssistedQueryColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.assistedQueryColumnDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssistedQueryColumnName
T visitAssistedQueryColumnName(EncryptDistSQLStatementParser.AssistedQueryColumnNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.assistedQueryColumnName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikeQueryColumnDefinition
T visitLikeQueryColumnDefinition(EncryptDistSQLStatementParser.LikeQueryColumnDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.likeQueryColumnDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikeQueryColumnName
T visitLikeQueryColumnName(EncryptDistSQLStatementParser.LikeQueryColumnNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.likeQueryColumnName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitEncryptAlgorithm
T visitEncryptAlgorithm(EncryptDistSQLStatementParser.EncryptAlgorithmContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.encryptAlgorithm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAssistedQueryAlgorithm
T visitAssistedQueryAlgorithm(EncryptDistSQLStatementParser.AssistedQueryAlgorithmContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.assistedQueryAlgorithm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLikeQueryAlgorithm
T visitLikeQueryAlgorithm(EncryptDistSQLStatementParser.LikeQueryAlgorithmContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.likeQueryAlgorithm().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfExists
T visitIfExists(EncryptDistSQLStatementParser.IfExistsContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.ifExists().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitIfNotExists
T visitIfNotExists(EncryptDistSQLStatementParser.IfNotExistsContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.ifNotExists().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitLiteral
T visitLiteral(EncryptDistSQLStatementParser.LiteralContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.literal().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmDefinition
T visitAlgorithmDefinition(EncryptDistSQLStatementParser.AlgorithmDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.algorithmDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitAlgorithmTypeName
T visitAlgorithmTypeName(EncryptDistSQLStatementParser.AlgorithmTypeNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.algorithmTypeName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitBuildInEncryptAlgorithmType
T visitBuildInEncryptAlgorithmType(EncryptDistSQLStatementParser.BuildInEncryptAlgorithmTypeContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.buildInEncryptAlgorithmType().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitPropertiesDefinition
T visitPropertiesDefinition(EncryptDistSQLStatementParser.PropertiesDefinitionContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.propertiesDefinition().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperties
T visitProperties(EncryptDistSQLStatementParser.PropertiesContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.properties().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitProperty
T visitProperty(EncryptDistSQLStatementParser.PropertyContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.property().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableName
T visitTableName(EncryptDistSQLStatementParser.TableNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.tableName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitShowEncryptRules
T visitShowEncryptRules(EncryptDistSQLStatementParser.ShowEncryptRulesContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.showEncryptRules().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitTableRule
T visitTableRule(EncryptDistSQLStatementParser.TableRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.tableRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitCountEncryptRule
T visitCountEncryptRule(EncryptDistSQLStatementParser.CountEncryptRuleContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.countEncryptRule().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
visitDatabaseName
T visitDatabaseName(EncryptDistSQLStatementParser.DatabaseNameContext ctx)
Visit a parse tree produced byEncryptDistSQLStatementParser.databaseName().- Parameters:
ctx- the parse tree- Returns:
- the visitor result
-
-