类分层结构
- 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.tcl.BeginTransactionStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.TCLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.CommitStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.TCLStatement)
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLCommitStatement (implements org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.MySQLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.LockStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.TCLStatement)
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLLockStatement (implements org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.MySQLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.RollbackStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.TCLStatement)
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLRollbackStatement (implements org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.MySQLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SavepointStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.TCLStatement)
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLSavepointStatement (implements org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.MySQLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SetAutoCommitStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.TCLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.SetTransactionStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.TCLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.UnlockStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.TCLStatement)
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLUnlockStatement (implements org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.MySQLStatement)
- org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.XAStatement (implements org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.TCLStatement)
- org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl.MySQLXAStatement (implements org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.MySQLStatement)
Copyright © 2022 The Apache Software Foundation. All rights reserved.