Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.statement.tcl.BeginTransactionStatement
-
-
Uses of BeginTransactionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl
Subclasses of BeginTransactionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.mysql.tcl Modifier and Type Class Description classMySQLBeginTransactionStatementMySQL begin transaction statement. -
Uses of BeginTransactionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.tcl
Subclasses of BeginTransactionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.opengauss.tcl Modifier and Type Class Description classOpenGaussBeginTransactionStatementOpenGauss begin transaction statement. -
Uses of BeginTransactionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl
Subclasses of BeginTransactionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.postgresql.tcl Modifier and Type Class Description classPostgreSQLBeginTransactionStatementPostgreSQL begin transaction statement. -
Uses of BeginTransactionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl
Subclasses of BeginTransactionStatement in org.apache.shardingsphere.sql.parser.sql.dialect.statement.sqlserver.tcl Modifier and Type Class Description classSQLServerBeginTransactionStatementSQLServer begin transaction statement.
-