类分层结构
- java.lang.Object
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- org.apache.shardingsphere.sql.parser.autogen.SQL92StatementBaseVisitor<T> (implements org.apache.shardingsphere.sql.parser.autogen.SQL92StatementVisitor<T>)
- org.apache.shardingsphere.sql.parser.sql92.visitor.SQL92Visitor
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92DALVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DALVisitor)
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92DCLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DCLVisitor)
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92DDLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DDLVisitor)
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92DMLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DMLVisitor)
- org.apache.shardingsphere.sql.parser.sql92.visitor.impl.SQL92TCLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.TCLVisitor)
Copyright © 2020 The Apache Software Foundation. All rights reserved.