Class SQLServerDALStatementSQLVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.apache.shardingsphere.sql.parser.autogen.SQLServerStatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl.SQLServerStatementSQLVisitor
org.apache.shardingsphere.sql.parser.sqlserver.visitor.statement.impl.SQLServerDALStatementSQLVisitor
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, SQLServerStatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>

public final class SQLServerDALStatementSQLVisitor extends SQLServerStatementSQLVisitor implements org.apache.shardingsphere.sql.parser.api.visitor.type.DALSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLStatementVisitor
DAL Statement SQL visitor for SQLServer.