Class SQL92DMLStatementSQLVisitor

java.lang.Object
org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T>
org.apache.shardingsphere.sql.parser.autogen.SQL92StatementBaseVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>
org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl.SQL92StatementSQLVisitor
org.apache.shardingsphere.sql.parser.sql92.visitor.statement.impl.SQL92DMLStatementSQLVisitor
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.DMLSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.type.SQLTypeVisitor, SQL92StatementVisitor<org.apache.shardingsphere.sql.parser.api.visitor.ASTNode>

public final class SQL92DMLStatementSQLVisitor extends SQL92StatementSQLVisitor implements org.apache.shardingsphere.sql.parser.api.visitor.type.DMLSQLVisitor, org.apache.shardingsphere.sql.parser.api.visitor.operation.SQLStatementVisitor
DML Statement SQL visitor for SQL92.