Class OpenGaussDALStatementSQLVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.apache.shardingsphere.sql.parser.autogen.OpenGaussStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl.OpenGaussStatementSQLVisitor
org.apache.shardingsphere.sql.parser.opengauss.visitor.statement.impl.OpenGaussDALStatementSQLVisitor
All Implemented Interfaces:
org.antlr.v4.runtime.tree.ParseTreeVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLOperationVisitor, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLStatementVisitor, org.apache.shardingsphere.sql.parser.api.visitor.SQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.type.DALSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.type.SQLTypeVisitor, OpenGaussStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>

public final class OpenGaussDALStatementSQLVisitor extends OpenGaussStatementSQLVisitor implements org.apache.shardingsphere.sql.parser.api.visitor.type.DALSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLStatementVisitor
DAL Statement SQL visitor for openGauss.