类分层结构
- 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.dml.DeleteStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DMLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dml.InsertStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DMLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dml.SelectStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DMLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.dml.UpdateStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.dml.DMLStatement)
Copyright © 2022 The Apache Software Foundation. All rights reserved.