类分层结构
- java.lang.Object
- org.antlr.v4.runtime.tree.AbstractParseTreeVisitor<T> (implements org.antlr.v4.runtime.tree.ParseTreeVisitor<T>)
- org.apache.shardingsphere.sql.parser.autogen.OracleStatementBaseVisitor<T> (implements org.apache.shardingsphere.sql.parser.autogen.OracleStatementVisitor<T>)
- org.apache.shardingsphere.sql.parser.oracle.visitor.OracleVisitor
- org.apache.shardingsphere.sql.parser.oracle.visitor.impl.OracleDALVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DALVisitor)
- org.apache.shardingsphere.sql.parser.oracle.visitor.impl.OracleDCLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DCLVisitor)
- org.apache.shardingsphere.sql.parser.oracle.visitor.impl.OracleDDLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DDLVisitor)
- org.apache.shardingsphere.sql.parser.oracle.visitor.impl.OracleDMLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.DMLVisitor)
- org.apache.shardingsphere.sql.parser.oracle.visitor.impl.OracleTCLVisitor (implements org.apache.shardingsphere.sql.parser.api.visitor.statement.TCLVisitor)
Copyright © 2020 The Apache Software Foundation. All rights reserved.