类分层结构
- java.lang.Object
- org.apache.shardingsphere.sql.parser.sql.common.statement.AbstractSQLStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.SQLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.AnalyzeTableStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dal.DALStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.ExplainStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dal.DALStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.LoadStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dal.DALStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.ResetParameterStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dal.DALStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.SetStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dal.DALStatement)
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.dal.OpenGaussSetStatement (implements org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.OpenGaussStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.ShowStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dal.DALStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dal.VacuumStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dal.DALStatement)
Copyright © 2022 The Apache Software Foundation. All rights reserved.