public final class UtilityDistSQLStatementVisitor extends UtilityDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode> implements org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitor
| Constructor and Description |
|---|
UtilityDistSQLStatementVisitor() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface UtilityDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitPreviewSQL in class 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 in interface UtilityDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitParseSQL in class 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 in interface UtilityDistSQLStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>visitFormatSQL in class UtilityDistSQLStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>ctx - the parse treeCopyright © 2023 The Apache Software Foundation. All rights reserved.