public final class UtilityDistSQLStatementVisitor extends UtilityDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode> implements org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitor
| 构造器和说明 |
|---|
UtilityDistSQLStatementVisitor() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
visitFormatSQL(UtilityDistSQLStatementParser.FormatSQLContext ctx)
Visit a parse tree produced by
UtilityDistSQLStatementParser.formatSQL(). |
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
visitParseSQL(UtilityDistSQLStatementParser.ParseSQLContext ctx)
Visit a parse tree produced by
UtilityDistSQLStatementParser.parseSQL(). |
org.apache.shardingsphere.sql.parser.api.visitor.ASTNode |
visitPreviewSQL(UtilityDistSQLStatementParser.PreviewSQLContext ctx)
Visit a parse tree produced by
UtilityDistSQLStatementParser.previewSQL(). |
visitExecute, visitSqlaggregateResult, defaultResult, shouldVisitNextChild, visit, visitChildren, visitErrorNode, visitTerminalpublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitPreviewSQL(UtilityDistSQLStatementParser.PreviewSQLContext ctx)
UtilityDistSQLStatementBaseVisitorUtilityDistSQLStatementParser.previewSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitPreviewSQL 在接口中 UtilityDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitPreviewSQL 在类中 UtilityDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitParseSQL(UtilityDistSQLStatementParser.ParseSQLContext ctx)
UtilityDistSQLStatementBaseVisitorUtilityDistSQLStatementParser.parseSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitParseSQL 在接口中 UtilityDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitParseSQL 在类中 UtilityDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treepublic org.apache.shardingsphere.sql.parser.api.visitor.ASTNode visitFormatSQL(UtilityDistSQLStatementParser.FormatSQLContext ctx)
UtilityDistSQLStatementBaseVisitorUtilityDistSQLStatementParser.formatSQL().
The default implementation returns the result of calling
AbstractParseTreeVisitor.visitChildren(org.antlr.v4.runtime.tree.RuleNode) on ctx.
visitFormatSQL 在接口中 UtilityDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitFormatSQL 在类中 UtilityDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treeCopyright © 2022 The Apache Software Foundation. All rights reserved.